Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.1.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.1.0/agencies/?featured=true
SEARCH EXAMPLE: /2.1.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.1.0/agencies/?ordering=featured
GET /2.1.0/agencies/?format=api&offset=30&ordering=featured
{ "count": 349, "next": "https://ll.thespacedevs.com/2.1.0/agencies/?format=api&limit=10&offset=40&ordering=featured", "previous": "https://ll.thespacedevs.com/2.1.0/agencies/?format=api&limit=10&offset=20&ordering=featured", "results": [ { "id": 104, "url": "https://ll.thespacedevs.com/2.1.0/agencies/104/?format=api", "name": "SPAR Aerospace", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "SPAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 40, "url": "https://ll.thespacedevs.com/2.1.0/agencies/40/?format=api", "name": "Korean Committee of Space Technology", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "KCST", "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.", "administrator": null, "founding_year": null, "launchers": "Paektusan | Unha", "spacecraft": "", "parent": null, "image_url": null }, { "id": 161, "url": "https://ll.thespacedevs.com/2.1.0/agencies/161/?format=api", "name": "United States Air Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USAF", "description": "The United States Air Force (USAF) is the air service branch of the United States Armed Forces, and is one of the eight uniformed services of the United States. Originally created on 1 August 1907, as a part of the United States Army Signal Corps, the USAF was established as a separate branch of the United States Armed Forces in 1947 with the enactment of the National Security Act of 1947.", "administrator": "Commander-in-Chief: President of the US", "founding_year": "1947", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 118, "url": "https://ll.thespacedevs.com/2.1.0/agencies/118/?format=api", "name": "International Launch Services", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ILS", "description": "International Launch Services, Inc. (ILS) is a joint venture with exclusive rights to the worldwide sale of commercial Angara and Proton rocket launch services. Proton launches take place at the Baikonur Cosmodrome in Kazakhstan while Angara is planned to launch from the Plesetsk and Vostochny Cosmodromes in Russia.", "administrator": "President: Tiphaine Louradour", "founding_year": "1995", "launchers": "", "spacecraft": "", "parent": "Khrunichev State Research and Production Space Center", "image_url": null }, { "id": 204, "url": "https://ll.thespacedevs.com/2.1.0/agencies/204/?format=api", "name": "Globalstar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://ll.thespacedevs.com/2.1.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 201, "url": "https://ll.thespacedevs.com/2.1.0/agencies/201/?format=api", "name": "Vector", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VEC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 227, "url": "https://ll.thespacedevs.com/2.1.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 }, { "id": 213, "url": "https://ll.thespacedevs.com/2.1.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 270, "url": "https://ll.thespacedevs.com/2.1.0/agencies/270/?format=api", "name": "Strategic Rocket Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "RVSN RF", "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }