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": 349,
  "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": 101,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api",
      "name": "Philco Ford",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PHILCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 72,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/72/?format=api",
      "name": "Turkmenistan National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "TKM",
      "abbrev": "TNSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1009,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api",
      "name": "Institute of Space and Astronautical Science",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "ISAS",
      "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Lambda",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/146/?format=api",
      "name": "Canadian Arrow",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "Canadian Arrow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 102,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/102/?format=api",
      "name": "Rockwell International",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ROI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 162,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/162/?format=api",
      "name": "People's Liberation Army",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "PLA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 213,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api",
      "name": "Missile Defense Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "MDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1047,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1047/?format=api",
      "name": "Saudi Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "SAU",
      "abbrev": "SSA",
      "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.",
      "administrator": "CEO: Muhammad al-Tamimi",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1031,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1031/?format=api",
      "name": "Hindustan Aeronautics Limited",
      "featured": false,
      "type": "Government",
      "country_code": "IND",
      "abbrev": "HAL",
      "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
      "administrator": "Chairman: R. Madhavan",
      "founding_year": "1940",
      "launchers": "",
      "spacecraft": "Gaganyaan",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png"
    },
    {
      "id": 167,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/167/?format=api",
      "name": "Space Florida",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}