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=140&ordering=-consecutive_successful_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=150&ordering=-consecutive_successful_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=130&ordering=-consecutive_successful_launches",
  "results": [
    {
      "id": 127,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/127/?format=api",
      "name": "Robotics Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 175,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/175/?format=api",
      "name": "Ministry of Defence of the Russian Federation",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "MOD_RUS",
      "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
      "administrator": "Minister: Gen. Sergey Shoygu",
      "founding_year": "1717",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ministry2520of2520defence2520of2520the2520russian2520federation_logo_20210905134213.png"
    },
    {
      "id": 58,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/58/?format=api",
      "name": "Norwegian Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "NOR",
      "abbrev": "NRS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 178,
      "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/airbus_defence__image_20250211203957.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/airbus2520defence2520and2520space_logo_20190207032423.png"
    },
    {
      "id": 1029,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api",
      "name": "TiSPACE",
      "featured": false,
      "type": "Private",
      "country_code": "TWN",
      "abbrev": "",
      "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
      "administrator": "Founder: Dr. Yen-Sen Chen",
      "founding_year": "2016",
      "launchers": "Hapith I, Hapith V",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png"
    },
    {
      "id": 1071,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1071/?format=api",
      "name": "Synspective",
      "featured": false,
      "type": "Private",
      "country_code": "JPN",
      "abbrev": "",
      "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.",
      "administrator": "CEO: Dr. Motoyuki Arai",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/synspective_log_image_20240325082018.png"
    },
    {
      "id": 1081,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api",
      "name": "Eutelsat OneWeb",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "OneWeb",
      "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.",
      "administrator": "CEO: Eva Berneke",
      "founding_year": "2012",
      "launchers": "",
      "spacecraft": "OneWeb Internet",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/eutelsat2520oneweb_logo_20231228160405.png"
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/144/?format=api",
      "name": "Scaled Composites",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Scaled",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1107,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1107/?format=api",
      "name": "Katalyst Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "KTLST",
      "description": "",
      "administrator": null,
      "founding_year": "2020",
      "launchers": "",
      "spacecraft": "LINK",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/katalyst_space__image_20260612074331.png"
    },
    {
      "id": 214,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/214/?format=api",
      "name": "Spire Global",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPIRE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}