Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=320&ordering=featured
{ "count": 348, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=featured", "results": [ { "id": 51, "url": "https://ll.thespacedevs.com/2.0.0/agencies/51/?format=api", "name": "National Remote Sensing Center of Mongolia", "featured": false, "type": "Government", "country_code": "MNG", "abbrev": "NRSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1101, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1101/?format=api", "name": "HyPrSpace", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "HyPrSpace", "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.", "administrator": "CEO: Alexandre Mangeot", "founding_year": "2019", "launchers": "Baguette", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg" }, { "id": 1102, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1102/?format=api", "name": "Deep Blue Aerospace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "DBA Space", "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.", "administrator": null, "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 9, "url": "https://ll.thespacedevs.com/2.0.0/agencies/9/?format=api", "name": "Azerbaijan National Aerospace Agency", "featured": false, "type": "Government", "country_code": "AZE", "abbrev": "AMAKA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 113, "url": "https://ll.thespacedevs.com/2.0.0/agencies/113/?format=api", "name": "INVAP", "featured": false, "type": "Commercial", "country_code": "ARG", "abbrev": "INVAP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 23, "url": "https://ll.thespacedevs.com/2.0.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 245, "url": "https://ll.thespacedevs.com/2.0.0/agencies/245/?format=api", "name": "Regional African Satellite Communication Organization", "featured": false, "type": "Commercial", "country_code": "MUS", "abbrev": "RASCOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 67, "url": "https://ll.thespacedevs.com/2.0.0/agencies/67/?format=api", "name": "Space Research and Remote Sensing Organization", "featured": false, "type": "Government", "country_code": "BGD", "abbrev": "SPARRSP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 126, "url": "https://ll.thespacedevs.com/2.0.0/agencies/126/?format=api", "name": "Deep Space Industries", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "DSI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1089, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1089/?format=api", "name": "Korea AeroSpace Administration", "featured": false, "type": "Government", "country_code": "KOR", "abbrev": "KASA", "description": "The Korea AeroSpace Administration (KASA; Korean: 우주항공청) is a Korean government-funded space and aeronautics agency. Established under the Ministry of Science and ICT, KASA oversees the Korea Aerospace Research Institute and Korea Astronomy and Space Science Institute. Its headquarters is located in Sacheon, South Gyeongsang Province.", "administrator": "President: Yoon Yeongbin", "founding_year": "2024", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg" } ] }