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=170&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=180&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured",
  "results": [
    {
      "id": 192,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api",
      "name": "Lockheed Space Operations Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LSOC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 228,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/228/?format=api",
      "name": "National Space Development Agency of Japan",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "NASDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 95,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/95/?format=api",
      "name": "Israel Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "ISR",
      "abbrev": "IAI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api",
      "name": "Robotics Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 100,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
      "name": "Orbital Sciences Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "OSC",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1063,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1063/?format=api",
      "name": "Astranis Space Technologies Corp.",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astranis",
      "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
      "administrator": "CEO:  John Gedmark",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "Small geostationary communications satellites",
      "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": 188,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/188/?format=api",
      "name": "Gilmour Space Technologies",
      "featured": false,
      "type": "Private",
      "country_code": "AUS,SGP",
      "abbrev": "GST",
      "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.",
      "administrator": "CEO: Adam Gilmour",
      "founding_year": "2013",
      "launchers": "Eris",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg"
    },
    {
      "id": 34,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/34/?format=api",
      "name": "Iranian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "IRN",
      "abbrev": "ISA",
      "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
      "administrator": "Administrator: Hassan Salarieh",
      "founding_year": "2004",
      "launchers": "Safir | Simorgh",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/77/?format=api",
      "name": "OHB System",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "OHB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}