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

{
  "count": 350,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 1020,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
      "name": "Sierra Nevada Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SNC",
      "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
      "administrator": "CEO: Fatih Ozmen",
      "founding_year": "1963",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg"
    },
    {
      "id": 1074,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1057,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1057/?format=api",
      "name": "Maxar Technologies",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Maxar",
      "description": "Maxar Technologies Inc. is a space technology company headquartered in Westminster, Colorado, United States, specializing in manufacturing communication, Earth observation, radar, and on-orbit servicing satellites, satellite products, and related services.",
      "administrator": "President & CEO: Daniel Jablonsky",
      "founding_year": "2017",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1036,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1036/?format=api",
      "name": "Ministry of Space Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.",
      "administrator": null,
      "founding_year": "1982",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1098,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
      "name": "Innospace",
      "featured": false,
      "type": "Private",
      "country_code": "KOR",
      "abbrev": "IS",
      "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
      "administrator": "CEO: Kim Soo-jong",
      "founding_year": "2017",
      "launchers": "HANBIT",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg"
    },
    {
      "id": 1094,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 193,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/193/?format=api",
      "name": "Russian Space Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "VKS",
      "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
      "administrator": "Commander: Aleksandr Golovko",
      "founding_year": "1992",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png"
    },
    {
      "id": 19,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/19/?format=api",
      "name": "Centre for Remote Imaging, Sensing and Processing",
      "featured": false,
      "type": "Educational",
      "country_code": "SGP",
      "abbrev": "CRISP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 28,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api",
      "name": "Geo-Informatics and Space Technology Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "THA",
      "abbrev": "GISTDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}