API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/?format=api&offset=150&ordering=-featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured",
  "results": [
    {
      "id": 206,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/206/?format=api",
      "name": "Intelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "I",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1018,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1018/?format=api",
      "name": "National Research Council",
      "featured": false,
      "type": "Government",
      "country_code": "ITA",
      "abbrev": "CNR",
      "description": "The Consiglio Nazionale delle Ricerche (CNR) or National Research Council, is the largest research council in Italy. As a public organisation, its remit is to support scientific and technological research. Its headquarters are in Rome.",
      "administrator": "President: Maria Chiara Carrozza",
      "founding_year": "1923",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 210,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/210/?format=api",
      "name": "National Oceanic and Atmospheric Administration",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NOAA",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 271,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/271/?format=api",
      "name": "Army Ballistic Missile Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "ABMA",
      "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 240,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 252,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/252/?format=api",
      "name": "MEASAT Satellite Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "MYS",
      "abbrev": "MEAST",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1000,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1000/?format=api",
      "name": "Energia",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "OKB-1",
      "description": null,
      "administrator": null,
      "founding_year": "1946",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 139,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/139/?format=api",
      "name": "Armadillo Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Armadillo",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1089,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1089/?format=api",
      "name": "Korea AeroSpace Administration",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KASA",
      "description": "The Korea AeroSpace Administration (KASA; Korean: 우주항공청) is a Korean government-funded space and aeronautics agency. Established under the Ministry of Science and ICT, KASA oversees the Korea Aerospace Research Institute and Korea Astronomy and Space Science Institute. Its headquarters is located in Sacheon, South Gyeongsang Province.",
      "administrator": "President: Yoon Yeongbin",
      "founding_year": "2024",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg"
    },
    {
      "id": 72,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/72/?format=api",
      "name": "Turkmenistan National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "TKM",
      "abbrev": "TNSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}