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=70&ordering=successful_landings
{ "count": 337, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=80&ordering=successful_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=60&ordering=successful_landings", "results": [ { "id": 94, "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api", "name": "IHI Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "IHI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 165, "url": "https://ll.thespacedevs.com/2.2.0/agencies/165/?format=api", "name": "US Army", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 101, "url": "https://ll.thespacedevs.com/2.2.0/agencies/101/?format=api", "name": "Philco Ford", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PHILCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1055, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1055/?format=api", "name": "Bundeswehr", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "", "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.", "administrator": "Commander-in-Chief : Federal Minister of Defence", "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bundeswehr_logo_20230806165358.png" }, { "id": 108, "url": "https://ll.thespacedevs.com/2.2.0/agencies/108/?format=api", "name": "Swales Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 193, "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api", "name": "Russian Space Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKS", "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.", "administrator": "Commander: Aleksandr Golovko", "founding_year": "1992", "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_logo_20200805185824.png" }, { "id": 125, "url": "https://ll.thespacedevs.com/2.2.0/agencies/125/?format=api", "name": "A.M. Makarov Yuzhny Machine-Building Plant", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "PA Yuzhmash", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 132, "url": "https://ll.thespacedevs.com/2.2.0/agencies/132/?format=api", "name": "Kongsberg Defence & Aerospace", "featured": false, "type": "Commercial", "country_code": "NOR", "abbrev": "KDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 208, "url": "https://ll.thespacedevs.com/2.2.0/agencies/208/?format=api", "name": "Telesat", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "TELE", "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 115, "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api", "name": "Arianespace", "featured": true, "type": "Commercial", "country_code": "FRA", "abbrev": "ASA", "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.", "administrator": "CEO: David Cavaillolès", "founding_year": "1980", "launchers": "Ariane | Vega", "spacecraft": "", "parent": "ArianeGroup", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_on_el_image_20240708201807.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_logo_20210603173752.png" } ] }