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=220&ordering=-name
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=-name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=-name", "results": [ { "id": 205, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/205/?format=api", "name": "Inmarsat", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "ISAT", "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.", "administrator": "CEO: Rajeev Suri", "founding_year": "1979", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1096, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1096/?format=api", "name": "Infinite Orbits", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Infinite Orbits is a NewSpace company providing in-orbit services.", "administrator": "CEO: Adel Haddoud", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 31, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api", "name": "Indian Space Research Organization", "featured": true, "type": "Government", "country_code": "IND", "abbrev": "ISRO", "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"", "administrator": "Chairman: V. Narayanan", "founding_year": "1969", "launchers": "PSLV | GSLV", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg" }, { "id": 94, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/94/?format=api", "name": "IHI Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "IHI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1101, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1101/?format=api", "name": "HyPrSpace", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "HyPrSpace", "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.", "administrator": "CEO: Alexandre Mangeot", "founding_year": "2019", "launchers": "Baguette", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg" }, { "id": 1066, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api", "name": "HyImpulse", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "HYI", "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.", "administrator": "CEO: Mario Kobald", "founding_year": "2018", "launchers": "SR75 | SL1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 30, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/30/?format=api", "name": "Hungarian Space Office", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "HSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "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": 93, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api", "name": "Hughes Aircraft", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HAC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 243, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/243/?format=api", "name": "Hughes", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "HUGH", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }