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=150&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=160&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured",
  "results": [
    {
      "id": 229,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api",
      "name": "Eutelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "EUTEL",
      "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.",
      "administrator": "CEO: Eva Berneke",
      "founding_year": "1977",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 154,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api",
      "name": "Production Corporation Polyot",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "NP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1037,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api",
      "name": "Ministry of Aerospace Industry",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.",
      "administrator": null,
      "founding_year": "1988",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 266,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/266/?format=api",
      "name": "Relativity Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RS",
      "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
      "administrator": "CEO: Tim Ellis",
      "founding_year": "2015",
      "launchers": "Terran",
      "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": 1073,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1073/?format=api",
      "name": "DSN Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "",
      "description": "DSN Corporation Japanese: 株式会社ディー・エス・エヌ is a corporation owned by SKY Perfect JSAT Group, NEC and NTT Com. It was founded on December 19, 2012 for the sole purpose of acting as an investment vehicle in the private finance initiative that would handle the Japanese military X-band DSN satellite network from 2015 to 2031.",
      "administrator": null,
      "founding_year": "2012",
      "launchers": "",
      "spacecraft": "",
      "parent": "SKY Perfect JSAT Group",
      "image_url": null
    },
    {
      "id": 131,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api",
      "name": "Andrews Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Andrews Space",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 179,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/179/?format=api",
      "name": "Orbital ATK",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "OA",
      "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.",
      "administrator": "President: David W. Thompson",
      "founding_year": "2015",
      "launchers": "Antares | Minotaur | Pegasus",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg"
    },
    {
      "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": 260,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/260/?format=api",
      "name": "Planet Labs",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PL",
      "description": "Planet Labs is an American Earth Imaging based in San Francisco, CA that designs and manufactures cubesat's called 'Doves' that are delivered into orbit as secondary payloads. Each cube-sat is equipped with a high-powered telescope that when combined with a constellation can provide a complete image of the Earth.",
      "administrator": "CEO: Will Marshall",
      "founding_year": "2010",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg"
    }
  ]
}