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=240&ordering=-total_launch_count
{ "count": 348, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=250&ordering=-total_launch_count", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=-total_launch_count", "results": [ { "id": 8, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 138, "url": "https://ll.thespacedevs.com/2.2.0/agencies/138/?format=api", "name": "Snecma", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "Snecma", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 14, "url": "https://ll.thespacedevs.com/2.2.0/agencies/14/?format=api", "name": "Bolivian Space Agency", "featured": false, "type": "Government", "country_code": "BOL", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 15, "url": "https://ll.thespacedevs.com/2.2.0/agencies/15/?format=api", "name": "Bulgarian Space Agency", "featured": false, "type": "Government", "country_code": "BGR", "abbrev": "SRI-BAS", "description": "The Bulgarian Space Agency has put two Bulgarians onto the ISS in tandem with the Russian Space Agency. Their involvement in space began with the Interkosmos program that helped Communist Bloc countries get access to Soviet space technology. They contributed cosmonauts for a training class, two of which flew aboard the ISS.", "administrator": null, "founding_year": "1993", "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": 1100, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1100/?format=api", "name": "Latitude", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "LAT", "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.", "administrator": "CEO: Aurélie Bressollette", "founding_year": "2019", "launchers": "Zéphyr", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/latitude_logo_image_20251116181423.png" }, { "id": 52, "url": "https://ll.thespacedevs.com/2.2.0/agencies/52/?format=api", "name": "National Remote Sensing Center of Tunisia", "featured": false, "type": "Government", "country_code": "TUN", "abbrev": "CNT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 60, "url": "https://ll.thespacedevs.com/2.2.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 3, "url": "https://ll.thespacedevs.com/2.2.0/agencies/3/?format=api", "name": "Mexican Space Agency", "featured": false, "type": "Government", "country_code": "MEX", "abbrev": "AEM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 246, "url": "https://ll.thespacedevs.com/2.2.0/agencies/246/?format=api", "name": "Vietnam Posts and Telecommunications Group", "featured": false, "type": "Commercial", "country_code": "VNM", "abbrev": "VNPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }