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=200&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=210&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=-featured",
  "results": [
    {
      "id": 87,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/87/?format=api",
      "name": "British Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "BAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 140,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 230,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/230/?format=api",
      "name": "Broadcasting Satellite System Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "BSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 134,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/134/?format=api",
      "name": "American Rocket Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AMROC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1017,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1017/?format=api",
      "name": "Science and Engineering Research Council",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "SERC",
      "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.",
      "administrator": null,
      "founding_year": "1965",
      "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": 1086,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api",
      "name": "NASA Goddard Space Flight Center",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "GSFC",
      "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
      "administrator": "Director: Makenzie Lystrup",
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "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": 1098,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1098/?format=api",
      "name": "Innospace",
      "featured": false,
      "type": "Private",
      "country_code": "KOR",
      "abbrev": "IS",
      "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
      "administrator": "CEO: Kim Soo-jong",
      "founding_year": "2017",
      "launchers": "HANBIT",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg"
    },
    {
      "id": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/20/?format=api",
      "name": "Commonwealth Scientific and Industrial Research Organisation",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "CSIRO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}