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": 149,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/149/?format=api",
      "name": "Interorbital Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "IOS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 157,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1021,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
      "name": "Galactic Energy",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "GE",
      "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Ceres-1 | Pallas-1",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
    },
    {
      "id": 1100,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1100/?format=api",
      "name": "Latitude",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "LAT",
      "description": "Latitude (formerly Venture Orbital Systems) is a French rocket manufacturing company developing the Zéphyr rocket.",
      "administrator": "CEO: Aurélie Bressollette",
      "founding_year": "2019",
      "launchers": "Zéphyr",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/z25c325a9phyr_image_20251116181217.jpg"
    },
    {
      "id": 9,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/9/?format=api",
      "name": "Azerbaijan National Aerospace Agency",
      "featured": false,
      "type": "Government",
      "country_code": "AZE",
      "abbrev": "AMAKA",
      "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": 36,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/36/?format=api",
      "name": "Italian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ITA",
      "abbrev": "ASI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 54,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/54/?format=api",
      "name": "National Space Agency of Ukraine",
      "featured": false,
      "type": "Government",
      "country_code": "UKR",
      "abbrev": "HKAY",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 89,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api",
      "name": "Fairchild Space and Electronics Division",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "FSED",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 91,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/91/?format=api",
      "name": "General Electric",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}