Number of APIs: 2
A sample API that retrieves constellations as an example to demonstrate features in the OpenAPI 3.0 specification
GET {{baseUrl}}/cosmos
Returns all constellations in this sample dataset
GET {{baseUrl}}/cosmos/:cosmoId
Returns a constellation based on a single ID
ENDPOINTS