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

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=120&ordering=consecutive_successful_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=100&ordering=consecutive_successful_launches",
  "results": [
    {
      "id": 1021,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1021/?format=api",
      "name": "Galactic Energy",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "GE",
      "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Ceres-1 | Pallas-1",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png"
    },
    {
      "id": 202,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/202/?format=api",
      "name": "Iridium Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "IRDM",
      "description": "Iridium Communications Inc is a publicly traded American company headquartered in McLean, Virginia, United States. Iridium operates the Iridium satellite constellation, a system of 75 satellites: 66 are active satellites and the remaining nine function as in-orbit spares. Iridium Satellites are used for worldwide voice and data communication from handheld satellite phones, satellite messenger communication devices and integrated transceivers, as well as for two-way satellite messaging service from supported Android smartphones.The nearly polar orbit and communication between satellites via inter-satellite links provide global service availability.",
      "administrator": "CEO: Matthew J. Desch",
      "founding_year": "2001",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520communications_logo_20231230163512.png"
    },
    {
      "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": 104,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/104/?format=api",
      "name": "SPAR Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "SPAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 240,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/240/?format=api",
      "name": "Optus",
      "featured": false,
      "type": "Commercial",
      "country_code": "AUS",
      "abbrev": "OPT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 233,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/233/?format=api",
      "name": "Direction générale de l'armement",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "DGA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1059,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
      "name": "Capella Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "",
      "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
      "administrator": "CEO: Payam Banazadeh",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png"
    },
    {
      "id": 261,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api",
      "name": "Korean Astronaut Program",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KAP",
      "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.",
      "administrator": null,
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1026,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1026/?format=api",
      "name": "Spaceflight Launch Services",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Spaceflight",
      "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.",
      "administrator": null,
      "founding_year": "2011",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 52,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/52/?format=api",
      "name": "National Remote Sensing Center of Tunisia",
      "featured": false,
      "type": "Government",
      "country_code": "TUN",
      "abbrev": "CNT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}