Starmap
Starmap Celestial Objects Overview
Returns paginated celestial objects with optional relationships.
get/api/celestial-objects
Query parameters
pageinteger
Page number for pagination (starts at 1). Prefer using page[number] instead.
page[number]integer
Page number for pagination (starts at 1).
page[size]integer
Number of results per page. Maximum 200.
filter[starsystem]string
filter[name]string
Partial match on celestial object name
filter[designation]string
filter[type]string
sortstring
includestring
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"
}
}