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=140&ordering=featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 1008, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1008/?format=api", "name": "Société d'étude et de réalisation d'engins balistiques", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 226, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 108, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/108/?format=api", "name": "Swales Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 81, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/81/?format=api", "name": "Astrium Satellites", "featured": false, "type": "Commercial", "country_code": "FRA,DEU,ESP,GBR", "abbrev": "EADS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1094, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1094/?format=api", "name": "ATMOS Space Cargo", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ATMOS", "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.", "administrator": "CEO: Sebastian Klaus", "founding_year": "2022", "launchers": "", "spacecraft": "Phoenix", "parent": null, "image_url": null }, { "id": 85, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 109, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 249, "url": "https://lldev.thespacedevs.com/2.0.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 }, { "id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api", "name": "Sea Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "SL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 178, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/178/?format=api", "name": "Airbus Defence and Space", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,GBR", "abbrev": "ADS", "description": "Airbus Defence and Space is a division of Airbus responsible for defence and aerospace products and services. The division was formed in January 2014 during the corporate restructuring of European Aeronautic Defence and Space (EADS), and comprises the former Airbus Military, Astrium, and Cassidian divisions. It is the world's second largest space company after Boeing and one of the top ten defence companies in the world.", "administrator": "CEO: Michael Schoellhorn", "founding_year": "2014", "launchers": "Ariane", "spacecraft": "ATV | Columbus | Orion ESM", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/airbus_defence__image_20250211203957.jpg" } ] }