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=240&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=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 152,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/152/?format=api",
      "name": "UP Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "UPA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1077,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1063,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1063/?format=api",
      "name": "Astranis Space Technologies Corp.",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astranis",
      "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
      "administrator": "CEO:  John Gedmark",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "Small geostationary communications satellites",
      "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": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/20/?format=api",
      "name": "Commonwealth Scientific and Industrial Research Organisation",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "CSIRO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 68,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 28,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api",
      "name": "Geo-Informatics and Space Technology Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "THA",
      "abbrev": "GISTDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 165,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/165/?format=api",
      "name": "US Army",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/77/?format=api",
      "name": "OHB System",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "OHB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 271,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/271/?format=api",
      "name": "Army Ballistic Missile Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "ABMA",
      "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}