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=260&ordering=consecutive_successful_launches
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=270&ordering=consecutive_successful_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=consecutive_successful_launches", "results": [ { "id": 243, "url": "https://ll.thespacedevs.com/2.2.0/agencies/243/?format=api", "name": "Hughes", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HUGH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1037, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1037/?format=api", "name": "Ministry of Aerospace Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.", "administrator": null, "founding_year": "1988", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 244, "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api", "name": "Star One", "featured": false, "type": "Commercial", "country_code": "BRA", "abbrev": "STA1", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 245, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 1057, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1057/?format=api", "name": "Maxar Technologies", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Maxar", "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.", "administrator": "President & CEO: Daniel Jablonsky", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxar2520technologies_logo_20230806171500.png" }, { "id": 77, "url": "https://ll.thespacedevs.com/2.2.0/agencies/77/?format=api", "name": "OHB System", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "OHB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 92, "url": "https://ll.thespacedevs.com/2.2.0/agencies/92/?format=api", "name": "Hawker Siddeley Dynamics", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "HSD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1046, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1046/?format=api", "name": "Isar Aerospace", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ISAR", "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.", "administrator": "CEO: Daniel Metzler", "founding_year": "2018", "launchers": "Spectrum", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/isar2520aerospace_logo_20230125151814.jpeg" }, { "id": 1075, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1075/?format=api", "name": "Leidos", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Leidos", "description": "Leidos, formerly known as Science Applications International Corporation (SAIC), is an American defense, aviation, information technology, and biomedical research company headquartered in Reston, Virginia, that provides scientific, engineering, systems integration, and technical services.", "administrator": "CEO: Thomas Bell", "founding_year": "2013", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/leidos_logo_20230824131254.png" }, { "id": 1047, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "SSA", "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.", "administrator": "CEO: Muhammad al-Tamimi", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saudi_space_age_image_20240820182309.png" } ] }