{ "opencollection": "1.0.0", "info": { "name": "TheSpaceDevs LL2 Countries API", "version": "v2.3.0" }, "items": [ { "info": { "name": "Countries", "type": "folder" }, "items": [ { "info": { "name": "List Countries", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/countries/", "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/countries/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/countries/?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 Country", "type": "http" }, "http": { "method": "GET", "url": "https://ll.thespacedevs.com/2.3.0/config/countries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Country." } ], "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/countries/?limit=2](./?limit=2)\n\n#### Format\nSwitch to JSON output - [/config/countries/?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/)" } ] } ], "bundled": true }