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=90&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=100&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=80&ordering=-featured",
  "results": [
    {
      "id": 104,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/104/?format=api",
      "name": "SPAR Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "SPAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1040,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api",
      "name": "CAS Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CAS",
      "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Zhongke",
      "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": 184,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api",
      "name": "China Aerospace Science and Industry Corporation",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASIC",
      "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png"
    },
    {
      "id": 1067,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api",
      "name": "Intuitive Machines",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "IM",
      "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.",
      "administrator": "President: Steve Altemus",
      "founding_year": "2013",
      "launchers": "",
      "spacecraft": "Nova-C",
      "parent": null,
      "image_url": null
    },
    {
      "id": 211,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/211/?format=api",
      "name": "National Security Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 244,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/244/?format=api",
      "name": "Star One",
      "featured": false,
      "type": "Commercial",
      "country_code": "BRA",
      "abbrev": "STA1",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 238,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api",
      "name": "Hisdesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "HISDE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1085,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1085/?format=api",
      "name": "Mitsubishi Electric Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "MELCO",
      "description": "Mitsubishi Electric Corporation is a Japanese multinational electronics and electrical equipment manufacturing company headquartered in Tokyo, Japan. It was established in 1921 as a spin-off from the electrical machinery manufacturing business of Mitsubishi Shipbuilding (current Mitsubishi Heavy Industries) at the Kobe Shipyard. The products from MELCO include elevators and escalators, high-end home appliances, air conditioning, factory automation systems, train systems, electric motors, pumps, semiconductors, digital signage, and satellites.",
      "administrator": "President & CEO: Kei Uruma",
      "founding_year": "1921",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/242/?format=api",
      "name": "Paradigm Secure Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "PSCOM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}