API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=70&ordering=consecutive_successful_landings
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=80&ordering=consecutive_successful_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=60&ordering=consecutive_successful_landings",
  "results": [
    {
      "id": 234,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/234/?format=api",
      "name": "XTAR LLC",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "XTAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 261,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api",
      "name": "Korean Astronaut Program",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KAP",
      "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.",
      "administrator": null,
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 282,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/282/?format=api",
      "name": "Aevum",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AEV",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1005,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1005/?format=api",
      "name": "Royal Aircraft Establishment",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "",
      "description": "The Royal Aircraft Establishment (RAE) was a British research establishment, known by several different names during its history, that eventually came under the aegis of the UK Ministry of Defence (MoD), before finally losing its identity in mergers with other institutions.",
      "administrator": null,
      "founding_year": "1904",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1013,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1013/?format=api",
      "name": "Makeyev Rocket Design Bureau",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "",
      "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.",
      "administrator": null,
      "founding_year": "1947",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 68,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/68/?format=api",
      "name": "Space Research Centre",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "CBK-PAN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 188,
      "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gilmour_space_l_image_20250227072818.png"
    },
    {
      "id": 194,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
      "name": "ExPace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "EP",
      "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
      "administrator": "CEO: Zhang Di",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1010,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1010/?format=api",
      "name": "KB Mashinostroyeniya",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "",
      "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1017,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    }
  ]
}