In-Game Manufacturers Overview
Returns paginated manufacturers grouped by name with optional pagination.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Partial match on manufacturer name
Response
List of Manufacturers
Example response
{
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}Changes
Changed in 2 of the 50 revisions of this API.237
- ▲
the response's body type changed from
arraytoobjectfor statusresponse-body-type-changed
- ○
api operation id
1f9d905a5e89dba1162f35428b92847cremoved and replaced withlistManufacturersapi-operation-id-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ▲
- ▲
the response's body type changed from
objecttoarrayfor statusresponse-body-type-changed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
api operation id
listManufacturersremoved and replaced with1f9d905a5e89dba1162f35428b92847capi-operation-id-removed
- ○
api tag
In-Gameaddedapi-tag-added
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲