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

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured",
  "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured",
  "results": [
    {
      "id": 1030,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/1030/?format=api",
      "name": "Long Wall",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ABL",
      "description": "Long Wall, formerly known as ABL Space Systems is an American company based in El Segundo, California. It used to specialize in launch vehicle and launch systems technology manufacturing using CNC and 3D printing, before leaving the commercial space launch market and pivoting to military applications such as missile systems in November 2024.",
      "administrator": "CEO: Dan Piemont",
      "founding_year": "2017",
      "launchers": "RS1",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg"
    },
    {
      "id": 255,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/255/?format=api",
      "name": "Avanti Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "AVN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 206,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/206/?format=api",
      "name": "Intelsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "LUX",
      "abbrev": "I",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 71,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/71/?format=api",
      "name": "Swiss Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "CHE",
      "abbrev": "SSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 186,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/186/?format=api",
      "name": "Polish Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "POLSA",
      "description": "",
      "administrator": "President: Marta Ewa Wachowicz",
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 52,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/52/?format=api",
      "name": "National Remote Sensing Center of Tunisia",
      "featured": false,
      "type": "Government",
      "country_code": "TUN",
      "abbrev": "CNT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 214,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/214/?format=api",
      "name": "Spire Global",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPIRE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 210,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/210/?format=api",
      "name": "National Oceanic and Atmospheric Administration",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NOAA",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 51,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/51/?format=api",
      "name": "National Remote Sensing Center of Mongolia",
      "featured": false,
      "type": "Government",
      "country_code": "MNG",
      "abbrev": "NRSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 156,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/156/?format=api",
      "name": "Alliant Techsystems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ATK",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}