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=20&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=30&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10&ordering=featured",
  "results": [
    {
      "id": 1013,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1046,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1046/?format=api",
      "name": "Isar Aerospace",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "ISAR",
      "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.",
      "administrator": "CEO: Daniel Metzler",
      "founding_year": "2018",
      "launchers": "Spectrum",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg"
    },
    {
      "id": 59,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api",
      "name": "Pakistan Space and Upper Atmosphere Research Commission",
      "featured": false,
      "type": "Government",
      "country_code": "PAK",
      "abbrev": "SUPARCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 272,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
      "name": "China Rocket Co. Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CHNR",
      "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1051,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1051/?format=api",
      "name": "Payload Aerospace S.L.",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "PLD Space",
      "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.",
      "administrator": "CEO: Raúl Torres",
      "founding_year": "2011",
      "launchers": "Miura 1 | Miura 5",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1039,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1039/?format=api",
      "name": "Magellan Aerospace Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "MAC",
      "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
      "administrator": "CEO: Phillip Underwood",
      "founding_year": "1996",
      "launchers": "Black Brant",
      "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": 201,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api",
      "name": "Vector",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VEC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 163,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api",
      "name": "Russian Aerospace Defence Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "VKO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": null
    },
    {
      "id": 251,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/251/?format=api",
      "name": "AlYahSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ARE",
      "abbrev": "ALYAH",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}