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=330&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=340&ordering=-pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-pending_launches",
  "results": [
    {
      "id": 239,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/239/?format=api",
      "name": "Satmex",
      "featured": false,
      "type": "Commercial",
      "country_code": "MEX",
      "abbrev": "SATMEX",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1105,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1105/?format=api",
      "name": "National Institute for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "BRA",
      "abbrev": "INPE",
      "description": "The National Institute for Space Research (Portuguese: Instituto Nacional de Pesquisas Espaciais, INPE) is a research unit of the Brazilian Ministry of Science, Technology and Innovations, the main goals of which are fostering scientific research and technological applications and qualifying personnel in the fields of space and atmospheric sciences, space engineering, and space technology. While INPE is the civilian research center for aerospace activities, the Brazilian Air Force's General Command for Aerospace Technology is the military arm. INPE is located in the city of São José dos Campos, São Paulo.",
      "administrator": null,
      "founding_year": "1971",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/inpe_logo_image_20260127081204.png"
    },
    {
      "id": 255,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/255/?format=api",
      "name": "Avanti Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "AVN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "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": 136,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/136/?format=api",
      "name": "Ad Astra Rocket Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AARC",
      "description": "Ad Astra Rocket Company is an American Space Company doing research and development in plasma propulsion technology. This involves using the technology of VASIMR developed in the late '70s, developed by the companies founder, Franklin Diaz. They have begun testing of their VF-200 model engine, built for interplanetary travel.",
      "administrator": "President: Dr. Franklin Chang Diaz",
      "founding_year": "2005",
      "launchers": "",
      "spacecraft": "VX-200 | VF-200",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 203,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/203/?format=api",
      "name": "SES",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "SES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1039,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1039/?format=api",
      "name": "Magellan Aerospace Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "MAC",
      "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
      "administrator": "CEO: Phillip Underwood",
      "founding_year": "1996",
      "launchers": "Black Brant",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png"
    },
    {
      "id": 237,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/237/?format=api",
      "name": "PT Telkom Indonesia",
      "featured": false,
      "type": "Commercial",
      "country_code": "IDN",
      "abbrev": "TLKM",
      "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.",
      "administrator": "CEO: Ririek Adriansyah",
      "founding_year": "1856",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520telkom2520indonesia_logo_20240217062529.png"
    },
    {
      "id": 247,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/247/?format=api",
      "name": "Türksat",
      "featured": false,
      "type": "Commercial",
      "country_code": "TUR",
      "abbrev": "TRKST",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1104,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1104/?format=api",
      "name": "Taiwan Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "TWN",
      "abbrev": "TASA",
      "description": "The Taiwan Space Agency (abbreviated TASA), formerly the National Space Organization (NSPO) from 1991 to 2023, is the national civilian space agency of Taiwan, under the auspices of the National Science and Technology Council. TASA is involved in the development of space technologies and related research.",
      "administrator": "Director General: Wu Jong-shinn",
      "founding_year": "1991",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tasa_logo_image_20251225090444.png"
    }
  ]
}