{ "opencollection": "1.0.0", "info": { "name": "TheSpaceDevs LL2 Spacecraft API", "version": "v2.3.0" }, "items": [ { "info": { "name": "Spacecraft", "type": "folder" }, "items": [ { "info": { "name": "List Spacecraft Configuration Types", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/spacecraft_configuration_types/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "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." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/config/spacecraft_configuration_types/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/spacecraft_configuration_types/?format=json](./?format=json)\n\n#### Help\nFind all the FAQs and support links on the documentation homepage - [ll.thespacedevs.com/docs](https://ll.thespacedevs.com/docs/)" }, { "info": { "name": "Get Spacecraft Configuration Type", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/spacecraft_configuration_types/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft Configuration Type." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/config/spacecraft_configuration_types/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/spacecraft_configuration_types/?format=json](./?format=json)\n\n#### Help\nFind all the FAQs and support links on the documentation homepage - [ll.thespacedevs.com/docs](https://ll.thespacedevs.com/docs/)" }, { "info": { "name": "List Spacecraft Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/spacecraft_statuses/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "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." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/config/spacecraft_statuses/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/spacecraft_statuses/?format=json](./?format=json)\n\n#### Help\nFind all the FAQs and support links on the documentation homepage - [ll.thespacedevs.com/docs](https://ll.thespacedevs.com/docs/)" }, { "info": { "name": "Get Spacecraft Status", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/spacecraft_statuses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft Status." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/config/spacecraft_statuses/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/spacecraft_statuses/?format=json](./?format=json)\n\n#### Help\nFind all the FAQs and support links on the documentation homepage - [ll.thespacedevs.com/docs](https://ll.thespacedevs.com/docs/)" }, { "info": { "name": "List Spacecraft", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/", "params": [ { "name": "in_space", "value": "", "type": "query" }, { "name": "is_placeholder", "value": "", "type": "query" }, { "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": "name", "value": "", "type": "query" }, { "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_config", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `in_space`, `is_placeholder`, `name`, `spacecraft_config`, `status`\n\nExample - [/spacecraft/?is_placeholder=True](./?is_placeholder=True)\n\n#### Search\nFields searched - `name`, `spacecraft_config__name`\n\nExample - [/spacecraft/?search=Endeavour](./?search=Endeavour)\n\n#### Ordering\nFields - `flights_count`, `id`, `mission_ends_count`, `time_docked" }, { "info": { "name": "Get Spacecraft", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `in_space`, `is_placeholder`, `name`, `spacecraft_config`, `status`\n\nExample - [/spacecraft/?is_placeholder=True](./?is_placeholder=True)\n\n#### Search\nFields searched - `name`, `spacecraft_config__name`\n\nExample - [/spacecraft/?search=Endeavour](./?search=Endeavour)\n\n#### Ordering\nFields - `flights_count`, `id`, `mission_ends_count`, `time_docked" }, { "info": { "name": "List Spacecraft Configuration Families", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configuration_families/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "manufacturer", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query", "description": "Level of detail in the response." }, { "name": "name", "value": "", "type": "query" }, { "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." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `list`, `normal`, `detailed`\n\nExample - [/spacecraft_configuration_families/?mode=list](./?mode=list)\n\n#### Filters\nParameters - `manufacturer`, `name`\n\nExample - [/spacecraft_configuration_families/?manufacturer=121](./?manufacturer=121)\n\n#### Search\nFields searched - `manufacturer__abbrev`, `manufacturer__name`, `name`\n\nExample - [/spacecraft_configuration_families/?search=Northrop](./?search=Northrop)\n\n#### Ordering\nFields - `name`\n\nExample - [/sp" }, { "info": { "name": "Get Spacecraft Configuration Family", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configuration_families/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft Configuration Family." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `list`, `normal`, `detailed`\n\nExample - [/spacecraft_configuration_families/?mode=list](./?mode=list)\n\n#### Filters\nParameters - `manufacturer`, `name`\n\nExample - [/spacecraft_configuration_families/?manufacturer=121](./?manufacturer=121)\n\n#### Search\nFields searched - `manufacturer__abbrev`, `manufacturer__name`, `name`\n\nExample - [/spacecraft_configuration_families/?search=Northrop](./?search=Northrop)\n\n#### Ordering\nFields - `name`\n\nExample - [/sp" }, { "info": { "name": "List Spacecraft Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/", "params": [ { "name": "agency", "value": "", "type": "query" }, { "name": "human_rated", "value": "", "type": "query" }, { "name": "in_use", "value": "", "type": "query" }, { "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": "name", "value": "", "type": "query" }, { "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." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft_configurations/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `agency`, `human_rated`, `in_use`, `name`\n\nExample - [/spacecraft_configurations/?human_rated=True](./?human_rated=True)\n\n#### Search\nFields searched - `agency__abbrev`, `agency__name`, `name`\n\nExample - [/spacecraft_configurations/?search=Dragon](./?search=Dragon)\n\n#### Ordering\nFields - `name`\n\nExample - [/spacecraft_configuratio" }, { "info": { "name": "Get Spacecraft Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_configurations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft Configuration." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft_configurations/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `agency`, `human_rated`, `in_use`, `name`\n\nExample - [/spacecraft_configurations/?human_rated=True](./?human_rated=True)\n\n#### Search\nFields searched - `agency__abbrev`, `agency__name`, `name`\n\nExample - [/spacecraft_configurations/?search=Dragon](./?search=Dragon)\n\n#### Ordering\nFields - `name`\n\nExample - [/spacecraft_configuratio" }, { "info": { "name": "List Spacecraft Flights", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/", "params": [ { "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", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft_flights/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `spacecraft`\n\nExample - [/spacecraft_flights/?spacecraft=289](./?spacecraft=289)\n\n#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/spacecraft_flights/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/spacecraft_flights/?format=json](./?format=json)\n\n#### Help\nFind all th" }, { "info": { "name": "Get Spacecraft Flight", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/spacecraft_flights/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Spacecraft Flight." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/spacecraft_flights/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `spacecraft`\n\nExample - [/spacecraft_flights/?spacecraft=289](./?spacecraft=289)\n\n#### Number of results\nUse `limit` to control the number of objects in the response (max 100)\n\nExample - [/spacecraft_flights/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/spacecraft_flights/?format=json](./?format=json)\n\n#### Help\nFind all th" } ] } ], "bundled": true }