Upcoming Launch List
API endpoint that returns future Launch objects and launches from the last twenty four hours.
GET: Return a list of future Launches
FILTERS: Fields - 'name', 'id(s)', 'lsp_id', 'lsp_name', 'launcher_config__id',
MODE: 'normal', 'list', 'detailed' EXAMPLE: ?mode=list
SEARCH: Searches through the launch name, rocket name, launch agency and mission name. EXAMPLE - ?search=SpaceX
GET /2.0.0/launch/upcoming/?format=api&offset=160
{ "count": 109, "next": null, "previous": "https://lldev.thespacedevs.com/2.0.0/launch/upcoming/?format=api&limit=10&offset=150", "results": [] }