Logo
30 days of Postman - for developers - ntrung1110 API Documentation

Cosmos

Number of APIs: 2


A sample API that retrieves constellations as an example to demonstrate features in the OpenAPI 3.0 specification


1. cosmos - List all cosmos

GET {{baseUrl}}/cosmos

Returns all constellations in this sample dataset



2. cosmos - Info for a specific constellation

GET {{baseUrl}}/cosmos/:cosmoId

Returns a constellation based on a single ID



ENDPOINTS