Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true
SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured
GET /2.0.0/agencies/?format=api&offset=300&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured", "results": [ { "id": 13, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/13/?format=api", "name": "UK Space Agency", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 201, "url": "https://lldev.thespacedevs.com/2.0.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": 203, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/203/?format=api", "name": "SES", "featured": false, "type": "Commercial", "country_code": "LUX", "abbrev": "SES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 8, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/8/?format=api", "name": "Austrian Space Agency", "featured": false, "type": "Government", "country_code": "AUT", "abbrev": "ALR", "description": "The Austrian Space Agency was founded in 1972 and joined the ESA as a member in 1987. In 2005, control of the ALR was transferred to the Austrian Agency for Aerospace. They coordinated the first flight of an Austrian in space with a Soyuz launch in 1990.", "administrator": "Administrator: Andreas Geisler", "founding_year": "1972", "launchers": "", "spacecraft": "Spacelab | GALILEO", "parent": null, "image_url": null }, { "id": 1088, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 131, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1031, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api", "name": "Hindustan Aeronautics Limited", "featured": false, "type": "Government", "country_code": "IND", "abbrev": "HAL", "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.", "administrator": "Chairman: R. Madhavan", "founding_year": "1940", "launchers": "", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png" }, { "id": 36, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/36/?format=api", "name": "Italian Space Agency", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "ASI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 40, "url": "https://lldev.thespacedevs.com/2.0.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": 208, "url": "https://lldev.thespacedevs.com/2.0.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 } ] }