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=200&ordering=-pending_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=210&ordering=-pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=-pending_launches",
  "results": [
    {
      "id": 1069,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1069/?format=api",
      "name": "Astrobotic Technology",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astrobotic",
      "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
      "administrator": "CEO:  John Thornton",
      "founding_year": "2007",
      "launchers": "",
      "spacecraft": "Peregrine",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astrobotic2520technology_logo_20230820172908.png"
    },
    {
      "id": 1074,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1074/?format=api",
      "name": "National Aerospace Development Administration",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "NADA",
      "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
      "administrator": null,
      "founding_year": "2013",
      "launchers": "Chollima",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aerospace2520development2520administration_logo_20230824063913.png"
    },
    {
      "id": 1076,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1076/?format=api",
      "name": "Rivada Space Networks",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "RivadaSpace",
      "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.",
      "administrator": "CEO: Declan Ganley",
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rivada2520space2520networks_logo_20230921195723.png"
    },
    {
      "id": 1090,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1090/?format=api",
      "name": "Jet Propulsion Laboratory",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "JPL",
      "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La Cañada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
      "administrator": "Director: Dave Gallagher",
      "founding_year": "1936",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_20250228202710.png"
    },
    {
      "id": 1094,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 51,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/51/?format=api",
      "name": "National Remote Sensing Center of Mongolia",
      "featured": false,
      "type": "Government",
      "country_code": "MNG",
      "abbrev": "NRSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 106,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
      "name": "General Dynamics",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GD",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 69,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/69/?format=api",
      "name": "South African National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ZAF",
      "abbrev": "SANSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 228,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/228/?format=api",
      "name": "National Space Development Agency of Japan",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "NASDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 120,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/120/?format=api",
      "name": "SpaceQuest, Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SQ",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}