Expedition List
API endpoint that allows Expeditions to be viewed.
GET: Return a list of all the existing expeditions.
MODE: Normal and Detailed /2.0.0/expedition/?mode=detailed
FILTERS: Fields - 'name', 'crew__astronaut', 'crew__astronaut__agency', 'space_station'
Get all Expeditions with the Space Station ID of 1. Example - /2.0.0/expedition/?space_station=1&mode=detailed
Search for all Expeditions with the Astronaut named John Example - /2.0.0/expedition/?search=John
ORDERING: Fields - 'id', 'start', 'end' Order reverse via Start date. Example - /2.0.0/astronaut/?order=-start
GET /2.0.0/expedition/?format=api&offset=160&ordering=-id
https://lldev.thespacedevs.com/2.0.0/expedition/?format=api&limit=10&offset=150&ordering=-id", "results": [ { "id": 2, "url": "https://lldev.thespacedevs.com/2.0.0/expedition/2/?format=api", "name": "Skylab II", "start": "1973-05-25T13:00:00Z", "end": "1973-06-22T13:49:48Z", "spacestation": { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/6/?format=api", "name": "Skylab", "status": { "id": 2, "name": "De-Orbited" }, "orbit": "Low Earth Orbit", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg" } } ] }{ "count": 161, "next": null, "previous": "