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=120&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=130&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=110&ordering=featured",
  "results": [
    {
      "id": 183,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api",
      "name": "Unknown",
      "featured": false,
      "type": "Unknown",
      "country_code": "???",
      "abbrev": "UNK",
      "description": "The agency or launch service provider is not known yet.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1003,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1003/?format=api",
      "name": "Aérospatiale",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.",
      "administrator": null,
      "founding_year": "1970",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1027,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api",
      "name": "Comisión Nacional de Actividades Espaciales",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CONAE",
      "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.",
      "administrator": null,
      "founding_year": "1960",
      "launchers": "Tronador",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "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
    }
  ]
}