{ "opencollection": "1.0.0", "info": { "name": "TheSpaceDevs LL2 Locations API", "version": "v2.3.0" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List Landing Locations", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/landing_locations/", "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/landing_locations/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/landing_locations/?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 Landing Location", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/landing_locations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this landing location." } ], "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/landing_locations/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/landing_locations/?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 Locations", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/locations/", "params": [ { "name": "country_code", "value": "", "type": "query", "description": "Country Code" }, { "name": "id", "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": "name__contains", "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": "total_landing_count", "value": "", "type": "query" }, { "name": "total_landing_count__gt", "value": "", "type": "query" }, { "name": "total_landing_count__gte", "value": "", "type": "query" }, { "name": "total_landing_count__lt", "value": "", "type": "query" }, { "name": "total_landing_count__lte", "value": "", "type": "query" }, { "name": "total_launch_count", "value": "", "type": "query" }, { "name": "total_launch_count__gt", "value": "", "type": "query" }, { "name": "total_launch_count__gte", "value": "", "type": "query" }, { "name": "total_launch_count__lt", "value": "", "type": "query" }, { "name": "total_launch_count__lte", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/locations/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `country_code`, `id`, `name`, `name__contains`, `total_landing_count`, `total_landing_count__gt`, `total_landing_count__gte`, `total_landing_count__lt`, `total_landing_count__lte`, `total_launch_count`, `total_launch_count__gt`, `total_launch_count__gte`, `total_launch_count__lt`, `total_launch_count__lte`\n\nExample - [/locations/?country_code=NZL]" }, { "info": { "name": "Get Location", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/locations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Location." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "#### Modes\nLevels of detail in the response - `normal`, `detailed`\n\nExample - [/locations/?mode=detailed](./?mode=detailed)\n\n#### Filters\nParameters - `country_code`, `id`, `name`, `name__contains`, `total_landing_count`, `total_landing_count__gt`, `total_landing_count__gte`, `total_landing_count__lt`, `total_landing_count__lte`, `total_launch_count`, `total_launch_count__gt`, `total_launch_count__gte`, `total_launch_count__lt`, `total_launch_count__lte`\n\nExample - [/locations/?country_code=NZL]" } ] } ], "bundled": true }