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

{
  "count": 349,
  "next": null,
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=-featured",
  "results": [
    {
      "id": 1055,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api",
      "name": "Bundeswehr",
      "featured": false,
      "type": "Government",
      "country_code": "DEU",
      "abbrev": "",
      "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.",
      "administrator": "Commander-in-Chief : Federal Minister of Defence",
      "founding_year": "1955",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1066,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api",
      "name": "HyImpulse",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "HYI",
      "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
      "administrator": "CEO: Mario Kobald",
      "founding_year": "2018",
      "launchers": "SR75 | SL1",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "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": 1072,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1072/?format=api",
      "name": "Cabinet Intelligence and Research Office",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "Naichō",
      "description": "The Cabinet Intelligence and Research Office also known as Naichō (内調), is a Japanese intelligence agency under the Cabinet Secretariat responsible for gathering, processing, and analyzing national security information for the cabinet.",
      "administrator": "Director of Cabinet Intelligence: Hiroaki Takizawa",
      "founding_year": "1986",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1106,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1106/?format=api",
      "name": "Chinese Academy of Sciences",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CAS",
      "description": "The Chinese Academy of Sciences (CAS; Chinese: 中国科学院) is the national academy for natural sciences and the highest consultancy for science and technology of the People's Republic of China.",
      "administrator": "President: Hou Jianguo",
      "founding_year": "1949",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 249,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/249/?format=api",
      "name": "Echostar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ECHO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 52,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/52/?format=api",
      "name": "National Remote Sensing Center of Tunisia",
      "featured": false,
      "type": "Government",
      "country_code": "TUN",
      "abbrev": "CNT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 153,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/153/?format=api",
      "name": "McDonnell Douglas",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MDC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 197,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/197/?format=api",
      "name": "Lockheed Martin Space Operations",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LMSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}