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=successful_launches
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=230&ordering=successful_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=successful_launches",
  "results": [
    {
      "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": 94,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/94/?format=api",
      "name": "IHI Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "IHI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 144,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/144/?format=api",
      "name": "Scaled Composites",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Scaled",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 157,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/157/?format=api",
      "name": "Bristol Aerospace Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "BAC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 167,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/167/?format=api",
      "name": "Space Florida",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 244,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/244/?format=api",
      "name": "Star One",
      "featured": false,
      "type": "Commercial",
      "country_code": "BRA",
      "abbrev": "STA1",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 158,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/158/?format=api",
      "name": "Chrysler",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "CHR",
      "description": "In July 1959, NASA chose the Redstone missile as the basis for the Mercury-Redstone Launch Vehicle to be used for suborbital test flights of the Project Mercury spacecraft. Three unmanned MRLV launch attempts were made between November 1960 and March 1961, two of which were successful. The MRLV successfully launched the chimpanzee Ham, and astronauts Alan Shepard and Gus Grissom on three suborbital flights in January, May and July 1961, respectively.",
      "administrator": null,
      "founding_year": "1950",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 103,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/103/?format=api",
      "name": "RKK Energiya",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "RSC",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rkk_energiya_lo_image_20250921093034.png"
    },
    {
      "id": 130,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/130/?format=api",
      "name": "RUAG Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHE",
      "abbrev": "RUAG",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 138,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/138/?format=api",
      "name": "Snecma",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "Snecma",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}