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=340&ordering=-pending_launches
{ "count": 348, "next": null, "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=330&ordering=-pending_launches", "results": [ { "id": 139, "url": "https://ll.thespacedevs.com/2.2.0/agencies/139/?format=api", "name": "Armadillo Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Armadillo", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 158, "url": "https://ll.thespacedevs.com/2.2.0/agencies/158/?format=api", "name": "Chrysler", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "CHR", "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.", "administrator": null, "founding_year": "1950", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 224, "url": "https://ll.thespacedevs.com/2.2.0/agencies/224/?format=api", "name": "GeoOptics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GO", "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 142, "url": "https://ll.thespacedevs.com/2.2.0/agencies/142/?format=api", "name": "Copenhagen Suborbitals", "featured": false, "type": "Commercial", "country_code": "DNK", "abbrev": "CSU", "description": "Copenhagen Suborbitals is the world's only manned, amateur, crowd funded space program. Their stated goal is to have one of the members fly into space (above 100 km), on a sub-orbital spaceflight, in a space capsule on the Spica rocket.As an amateur organisation, the 55 members use their spare time on the project, while at the same time having regular day jobs.", "administrator": "Chairman: Jørgen Skyt", "founding_year": "2008", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/copenhagen2520suborbitals_logo_20190207032433.png" }, { "id": 1, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1/?format=api", "name": "Belarus Space Agency", "featured": false, "type": "Government", "country_code": "BLR", "abbrev": "BSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 86, "url": "https://ll.thespacedevs.com/2.2.0/agencies/86/?format=api", "name": "Ball Aerospace & Technologies Corp.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "BLL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 19, "url": "https://ll.thespacedevs.com/2.2.0/agencies/19/?format=api", "name": "Centre for Remote Imaging, Sensing and Processing", "featured": false, "type": "Educational", "country_code": "SGP", "abbrev": "CRISP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 261, "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api", "name": "Korean Astronaut Program", "featured": false, "type": "Government", "country_code": "KOR", "abbrev": "KAP", "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.", "administrator": null, "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }