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=170&ordering=-failed_landings
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=180&ordering=-failed_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=160&ordering=-failed_landings", "results": [ { "id": 195, "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api", "name": "Sandia National Laboratories", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SNL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1060, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1060/?format=api", "name": "Northstar Earth & Space", "featured": false, "type": "Private", "country_code": "CAN", "abbrev": "Northstar", "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.", "administrator": "Founder: Stewart Bain", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 213, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 226, "url": "https://ll.thespacedevs.com/2.2.0/agencies/226/?format=api", "name": "PanAmSat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PANAM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 29, "url": "https://ll.thespacedevs.com/2.2.0/agencies/29/?format=api", "name": "German Aerospace Center", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "DLR", "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.", "administrator": "Administrator: Anke Kaysser-Pyzalla", "founding_year": "1969", "launchers": "", "spacecraft": "Mars Express | Rosetta | Dawn", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/german2520aerospace2520center_logo_20230806164738.png" }, { "id": 1098, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api", "name": "Innospace", "featured": false, "type": "Private", "country_code": "KOR", "abbrev": "IS", "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.", "administrator": "CEO: Kim Soo-jong", "founding_year": "2017", "launchers": "HANBIT", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png" }, { "id": 68, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 282, "url": "https://ll.thespacedevs.com/2.2.0/agencies/282/?format=api", "name": "Aevum", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AEV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1009, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "ISAS", "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.", "administrator": null, "founding_year": null, "launchers": "Lambda", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1014, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1014/?format=api", "name": "Martin Marietta", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MM", "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }