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=60&ordering=-featured
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=70&ordering=-featured",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=50&ordering=-featured",
  "results": [
    {
      "id": 40,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/40/?format=api",
      "name": "Korean Committee of Space Technology",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "KCST",
      "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Paektusan | Unha",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 36,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/36/?format=api",
      "name": "Italian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ITA",
      "abbrev": "ASI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 34,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/34/?format=api",
      "name": "Iranian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "IRN",
      "abbrev": "ISA",
      "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
      "administrator": "Administrator: Hassan Salarieh",
      "founding_year": "2004",
      "launchers": "Safir | Simorgh",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iranian2520space2520agency_logo_20200422091550.jpg"
    },
    {
      "id": 15,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/15/?format=api",
      "name": "Bulgarian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "BGR",
      "abbrev": "SRI-BAS",
      "description": "The Bulgarian Space Agency has put two Bulgarians onto the ISS in tandem with the Russian Space Agency. Their involvement in space began with the Interkosmos program that helped Communist Bloc countries get access to Soviet space technology. They contributed cosmonauts for a training class, two of which flew aboard the ISS.",
      "administrator": null,
      "founding_year": "1993",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 25,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1093,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1093/?format=api",
      "name": "Varda Space Industries",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Varda",
      "description": "Varda Space Industries is a privately held American space research company headquartered in El Segundo, California. Founded in January 2021, the company designs, builds, and flies spacecraft that process pharmaceuticals in microgravity. The company targets small molecule crystallization, which is difficult to produce in Earth's gravity, and brings those crystals back to Earth with their atmospheric reentry vehicle.",
      "administrator": "President: Delian Asparouhov",
      "founding_year": "2021",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/varda_space_log_image_20250315065155.png"
    },
    {
      "id": 197,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/197/?format=api",
      "name": "Lockheed Martin Space Operations",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LMSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1022,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
      "name": "Axiom Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "AXS",
      "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
      "administrator": "CEO: Jonathan Cirtain",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png"
    },
    {
      "id": 189,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/189/?format=api",
      "name": "China Aerospace Corporation",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 126,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/126/?format=api",
      "name": "Deep Space Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DSI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}