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=160&ordering=failed_launches
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=170&ordering=failed_launches", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=150&ordering=failed_launches", "results": [ { "id": 1047, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "SSA", "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.", "administrator": "CEO: Muhammad al-Tamimi", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saudi_space_age_image_20240820182309.png" }, { "id": 1033, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api", "name": "Orbex", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "Orbex", "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.", "administrator": "CEO: Martin Coates", "founding_year": "2015", "launchers": "Orbex Prime", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png" }, { "id": 1051, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1051/?format=api", "name": "Payload Aerospace S.L.", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "PLD Space", "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.", "administrator": "CEO: Raúl Torres", "founding_year": "2011", "launchers": "Miura 1 | Miura 5", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._logo_20230530095525.png" }, { "id": 1057, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1057/?format=api", "name": "Maxar Technologies", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Maxar", "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.", "administrator": "President & CEO: Daniel Jablonsky", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxar2520technologies_logo_20230806171500.png" }, { "id": 109, "url": "https://ll.thespacedevs.com/2.2.0/agencies/109/?format=api", "name": "Turkish Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 45, "url": "https://ll.thespacedevs.com/2.2.0/agencies/45/?format=api", "name": "National Authority for Remote Sensing and Space Sciences", "featured": false, "type": "Government", "country_code": "EGY", "abbrev": "NARSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 249, "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api", "name": "Echostar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ECHO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 85, "url": "https://ll.thespacedevs.com/2.2.0/agencies/85/?format=api", "name": "Astronautic Technology Sdn Bhd", "featured": false, "type": "Commercial", "country_code": "MYS", "abbrev": "ATSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 146, "url": "https://ll.thespacedevs.com/2.2.0/agencies/146/?format=api", "name": "Canadian Arrow", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "Canadian Arrow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1000, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1000/?format=api", "name": "Energia", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "OKB-1", "description": null, "administrator": null, "founding_year": "1946", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }