Starmap Celestial Objects Overview
Returns paginated celestial objects with optional relationships.
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 celestial object name
Include additional relationships (affiliation, starsystem, jumppoints).
Response
Paginated list of Celestial Objects
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 53 revisions of this API.237
- ▲
the response's body type changed from
arraytoobjectfor statusresponse-body-type-changed
- ○
api operation id
cb1abb65b355a5cbf26f23c3b231a676removed and replaced withlistCelestialObjectsapi-operation-id-removed
- ○
api tag
RSI-Websiteremovedapi-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
listCelestialObjectsremoved and replaced withcb1abb65b355a5cbf26f23c3b231a676api-operation-id-removed
- ○
api tag
RSI-Websiteaddedapi-tag-added
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲