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=200&ordering=failed_landings
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=failed_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=failed_landings", "results": [ { "id": 1035, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1035/?format=api", "name": "Seventh Ministry of Machine Building Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.", "administrator": null, "founding_year": "1964", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1074, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1074/?format=api", "name": "National Aerospace Development Administration", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "NADA", "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.", "administrator": null, "founding_year": "2013", "launchers": "Chollima", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aerospace2520development2520administration_logo_20230824063913.png" }, { "id": 1082, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1082/?format=api", "name": "Kinéis", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "KIN", "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.", "administrator": "CEO: Alexandre Tisserant", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kin25c325a9is_logo_20240117103827.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": 10, "url": "https://ll.thespacedevs.com/2.2.0/agencies/10/?format=api", "name": "Belgian Institute for Space Aeronomy", "featured": false, "type": "Government", "country_code": "BEL", "abbrev": "BIRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 206, "url": "https://ll.thespacedevs.com/2.2.0/agencies/206/?format=api", "name": "Intelsat", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "I", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 252, "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api", "name": "MEASAT Satellite Systems", "featured": false, "type": "Commercial", "country_code": "MYS", "abbrev": "MEAST", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 235, "url": "https://ll.thespacedevs.com/2.2.0/agencies/235/?format=api", "name": "Thaicom", "featured": false, "type": "Commercial", "country_code": "THA", "abbrev": "TICOM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1103, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api", "name": "MaiaSpace", "featured": false, "type": "Private", "country_code": "FRA", "abbrev": "MaiaSpace", "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.", "administrator": null, "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": "ArianeGroup", "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg" }, { "id": 1045, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1045/?format=api", "name": "Rocket Factory Augsburg", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "RFA", "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.", "administrator": "COO: Stefan Brieschenk", "founding_year": "2018", "launchers": "RFA One", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png" } ] }