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=220&ordering=pending_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=pending_launches",
  "results": [
    {
      "id": 1040,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1040/?format=api",
      "name": "CAS Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CAS",
      "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Zhongke",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png"
    },
    {
      "id": 1016,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1016/?format=api",
      "name": "Weapons Research Establishment",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "WRE",
      "description": "The Weapons Research Establishment was an Australian government entity dedicated to providing science and technology support for Australia's defence and national security needs.",
      "administrator": null,
      "founding_year": "1955",
      "launchers": "",
      "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": 1056,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1056/?format=api",
      "name": "Space Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SDA",
      "description": "The Space Development Agency (SDA) is a United States Space Force direct-reporting unit tasked with deploying disruptive space technology. A primary focus is space-based missile defense using large global satellite constellations made up of industry-procured low-cost satellites.",
      "administrator": "Director: Derek Tournear",
      "founding_year": "2019",
      "launchers": "",
      "spacecraft": "",
      "parent": "United States Space Force",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520development2520agency_logo_20230806170522.jpg"
    },
    {
      "id": 1070,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1070/?format=api",
      "name": "PT Pasifik Satelit Nusantara",
      "featured": false,
      "type": "Private",
      "country_code": "IDN",
      "abbrev": "PSN",
      "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.",
      "administrator": "CEO: Adi Rahman Adiwoso",
      "founding_year": "1991",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/pt2520pasifik2520satelit2520nusantara_logo_20230821053114.png"
    },
    {
      "id": 1096,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1096/?format=api",
      "name": "Infinite Orbits",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "",
      "description": "Infinite Orbits is a NewSpace company providing in-orbit services.",
      "administrator": "CEO: Adel Haddoud",
      "founding_year": "2017",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/infinite_orbits_image_20250827135422.png"
    },
    {
      "id": 1014,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1014/?format=api",
      "name": "Martin Marietta",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MM",
      "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
      "administrator": null,
      "founding_year": "1961",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 166,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/166/?format=api",
      "name": "US Navy",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USN",
      "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.",
      "administrator": null,
      "founding_year": "1963",
      "launchers": "",
      "spacecraft": "Vanguard 1-3 | Parker Solar Probe",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 212,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/212/?format=api",
      "name": "Digital Globe",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "DGI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 179,
      "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_logo_20190207032453.png"
    }
  ]
}