{ "opencollection": "1.0.0", "info": { "name": "TheSpaceDevs LL2 Landings API", "version": "v2.3.0" }, "items": [ { "info": { "name": "Landings", "type": "folder" }, "items": [ { "info": { "name": "List Landings", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/landings/", "params": [ { "name": "attempt", "value": "", "type": "query" }, { "name": "firststage_launch__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "landing_location__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "landing_type__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "launcher__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "launcher_config__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "launcher_serial_numbers", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "mode", "value": "", "type": "query", "description": "Level of detail in the response." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "spacecraft__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "spacecraft_config__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "spacecraft_launch__ids", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "success", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `list`, `normal`, `detailed`\n\nExample - [/landings/?mode=list](./?mode=list)\n\n#### Filters\nParameters - `attempt`, `firststage_launch__ids`, `landing_location__ids`, `landing_type__ids`, `launcher__ids`, `launcher_config__ids`, `launcher_serial_numbers`, `spacecraft__ids`, `spacecraft_config__ids`, `spacecraft_launch__ids`, `success`\n\nExample - [/landings/?spacecraft__ids=39,37](./?spacecraft__ids=39,37)\n\n#### Search\nFields searched - `firststage__la" }, { "info": { "name": "Get Landing", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/landings/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this landing." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `list`, `normal`, `detailed`\n\nExample - [/landings/?mode=list](./?mode=list)\n\n#### Filters\nParameters - `attempt`, `firststage_launch__ids`, `landing_location__ids`, `landing_type__ids`, `launcher__ids`, `launcher_config__ids`, `launcher_serial_numbers`, `spacecraft__ids`, `spacecraft_config__ids`, `spacecraft_launch__ids`, `success`\n\nExample - [/landings/?spacecraft__ids=39,37](./?spacecraft__ids=39,37)\n\n#### Search\nFields searched - `firststage__la" } ] } ], "bundled": true }