RoCO API
# Rogue Company API ### Description: This API is a simple ROgue Company API made with info found online on different resources. It started as a personal project, but given that there seems to be no official API, I decided to make a fan based one. It will get updates based on feedback! Summary: 1. Endpoints 2. Rogue Endpoints 3. Weapons Endpoints 4. Perks Endpoints 5. Images Endpoints 6. Feedback…
RoCO API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get All Rogues /rogues/ |
GENERAL ENDPOINT - returns list of all rogues in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "bio", "role", "loadout",… |
| POST |
Get Rogues by name /rogues/name/ |
takes an array of string names and returns all rogues with names matching each element in the Array. |
| POST |
Get Rogues by Id /rogues/id |
returns 1 rogue Object matching the indicated ID |
| POST |
Get Weapons by name /weapons/name/ |
takes an array of string names and returns all weapons with names matching each element in the Array. |
| GET |
Get Image /images/{name} |
image |
| POST |
Get Weapons by Id /weapons/id |
returns 1 weapon Object matching the indicated ID |
| POST |
Get Perks by Id /perks/id |
returns 1 perk Object matching the indicated ID |
| POST |
Get Image ID /images/name |
Use Image name (or part of it) to get image |
| POST |
Get All Perks /perks |
Returns list of all Perks in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "rogues", "effect" |
| POST |
Get Perks by name /perks/name/ |
takes an array of string names and returns all Perks with names matching each element in the Array. |
| POST |
Get All Weapons /weapons |
Returns list of all weapons in the DB. If filters are sent, results will be filtered. Available filters are: "id", "name", "description", "class", "rogues" |
RoCO API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|