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=200&ordering=-failed_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=210&ordering=-failed_landings",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=190&ordering=-failed_landings",
  "results": [
    {
      "id": 260,
      "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/planet2520labs_logo_20190207032455.png"
    },
    {
      "id": 1009,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api",
      "name": "Institute of Space and Astronautical Science",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "ISAS",
      "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Lambda",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1077,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1077/?format=api",
      "name": "Astroscale",
      "featured": false,
      "type": "Private",
      "country_code": "JPN",
      "abbrev": "ASC",
      "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.",
      "administrator": "COO: Chris Blackerby",
      "founding_year": "2013",
      "launchers": "",
      "spacecraft": "ELSA-d | ADRAS-J",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astroscale_logo_image_20240325075850.png"
    },
    {
      "id": 1029,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1029/?format=api",
      "name": "TiSPACE",
      "featured": false,
      "type": "Private",
      "country_code": "TWN",
      "abbrev": "",
      "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
      "administrator": "Founder: Dr. Yen-Sen Chen",
      "founding_year": "2016",
      "launchers": "Hapith I, Hapith V",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png"
    },
    {
      "id": 120,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/120/?format=api",
      "name": "SpaceQuest, Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SQ",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 131,
      "url": "https://ll.thespacedevs.com/2.2.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,
      "logo_url": null
    },
    {
      "id": 1099,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1099/?format=api",
      "name": "Skyroot Aerospace",
      "featured": false,
      "type": "Private",
      "country_code": "IND",
      "abbrev": "Skyroot",
      "description": "Indian private launch services provider based in Hyderabad.",
      "administrator": "CEO: Pawan Kumar Chandana",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyroot_aerospa_image_20251115042548.png"
    },
    {
      "id": 224,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/224/?format=api",
      "name": "GeoOptics",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GO",
      "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1033,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api",
      "name": "Orbex",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "Orbex",
      "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.",
      "administrator": "CEO: Martin Coates",
      "founding_year": "2015",
      "launchers": "Orbex Prime",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png"
    },
    {
      "id": 253,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api",
      "name": "French Armed Forces",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "FAF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}