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=130&ordering=successful_launches
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=140&ordering=successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=120&ordering=successful_launches", "results": [ { "id": 227, "url": "https://ll.thespacedevs.com/2.2.0/agencies/227/?format=api", "name": "UK Ministry Of Defence", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKMOD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 183, "url": "https://ll.thespacedevs.com/2.2.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 72, "url": "https://ll.thespacedevs.com/2.2.0/agencies/72/?format=api", "name": "Turkmenistan National Space Agency", "featured": false, "type": "Government", "country_code": "TKM", "abbrev": "TNSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 249, "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api", "name": "Echostar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ECHO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 91, "url": "https://ll.thespacedevs.com/2.2.0/agencies/91/?format=api", "name": "General Electric", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 241, "url": "https://ll.thespacedevs.com/2.2.0/agencies/241/?format=api", "name": "WildBlue", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "WBLU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1028, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1028/?format=api", "name": "Southern Launch", "featured": false, "type": "Private", "country_code": "AUS", "abbrev": "", "description": "Southern Launch is a South Australian launch company specializing in infrastructure and logistics for sub-orbital and orbital launches from Australian launch sites.", "administrator": "CEO: Lloyd Damp", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/southern_launch_image_20240820182546.png" }, { "id": 145, "url": "https://ll.thespacedevs.com/2.2.0/agencies/145/?format=api", "name": "XCOR Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "XCOR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 195, "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api", "name": "Sandia National Laboratories", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SNL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1092, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iqps_logo_image_20250303221951.jpg" } ] }