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=20&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=30&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10&ordering=featured",
  "results": [
    {
      "id": 1035,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1035/?format=api",
      "name": "Seventh Ministry of Machine Building Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.",
      "administrator": null,
      "founding_year": "1964",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 4,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/4/?format=api",
      "name": "Algerian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "DZA",
      "abbrev": "ASAL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 98,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api",
      "name": "Mitsubishi Heavy Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "MHI",
      "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.",
      "administrator": "President: Seiji Izumisawa",
      "founding_year": "1884",
      "launchers": "H-I, H-II, H-III",
      "spacecraft": "Kounotori | HTV",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg"
    },
    {
      "id": 182,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/182/?format=api",
      "name": "National Space Agency of the Republic of Kazakhstan",
      "featured": false,
      "type": "Government",
      "country_code": "KAZ",
      "abbrev": "KazCosmos",
      "description": "The National Space Agency of the Republic of Kazakhstan, or KazCosmos, was founded in 2007. They have launched 3 satellites, 2 of which are still in operation, KazSat-2 and KazSat-3. Their first cosmonaut class had to cosmonauts, one of which, Aidyn Aimbetov, flew aboard the ISS for 10 days. KazCosmos is heavily linked to the Russian Space Agency due to the Russian's primary launch site being Baikonur Cosmodrome, which is located in Kazakhstan.",
      "administrator": "Administrator: Talgat Musabayev",
      "founding_year": "2007",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 270,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/270/?format=api",
      "name": "Strategic Rocket Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "RVSN RF",
      "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
      "administrator": null,
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 58,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 163,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api",
      "name": "Russian Aerospace Defence Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "VKO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": null
    },
    {
      "id": 109,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/109/?format=api",
      "name": "Turkish Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "TUR",
      "abbrev": "TAI",
      "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": 239,
      "url": "https://lldev.thespacedevs.com/2.0.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
    }
  ]
}