Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=220&ordering=-total_launch_count
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=-total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=-total_launch_count", "results": [ { "id": 1088, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1102, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062051.jpg" }, { "id": 26, "url": "https://ll.thespacedevs.com/2.2.0/agencies/26/?format=api", "name": "Technical University of Denmark - National Space Institute", "featured": false, "type": "Educational", "country_code": "DNK", "abbrev": "DTU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 135, "url": "https://ll.thespacedevs.com/2.2.0/agencies/135/?format=api", "name": "Rocketdyne", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Rocketdyne", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 28, "url": "https://ll.thespacedevs.com/2.2.0/agencies/28/?format=api", "name": "Geo-Informatics and Space Technology Development Agency", "featured": false, "type": "Government", "country_code": "THA", "abbrev": "GISTDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 230, "url": "https://ll.thespacedevs.com/2.2.0/agencies/230/?format=api", "name": "Broadcasting Satellite System Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "BSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1031, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1031/?format=api", "name": "Hindustan Aeronautics Limited", "featured": false, "type": "Government", "country_code": "IND", "abbrev": "HAL", "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.", "administrator": "Chairman: R. Madhavan", "founding_year": "1940", "launchers": "", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png" }, { "id": 105, "url": "https://ll.thespacedevs.com/2.2.0/agencies/105/?format=api", "name": "SpaceDev", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPDV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 107, "url": "https://ll.thespacedevs.com/2.2.0/agencies/107/?format=api", "name": "Surrey Satellite Technology Ltd", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "SSTL", "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.", "administrator": null, "founding_year": "1985", "launchers": "", "spacecraft": "", "parent": "Airbus Defence and Space", "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/surrey_satellit_image_20251030072841.png" }, { "id": 18, "url": "https://ll.thespacedevs.com/2.2.0/agencies/18/?format=api", "name": "Colombian Space Commission", "featured": false, "type": "Government", "country_code": "COL", "abbrev": "CCE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }