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=30&ordering=featured
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=40&ordering=featured",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=20&ordering=featured",
  "results": [
    {
      "id": 1001,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1001/?format=api",
      "name": "EXOS Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "EXOS",
      "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
      "administrator": "President: David Mitchell",
      "founding_year": "2014",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_logo_20190629155319.png"
    },
    {
      "id": 122,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/122/?format=api",
      "name": "Sea Launch",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "SL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1041,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
      "name": "United States Space Force",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USSF",
      "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.",
      "administrator": null,
      "founding_year": "2019",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png"
    },
    {
      "id": 1099,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1099/?format=api",
      "name": "Skyroot Aerospace",
      "featured": false,
      "type": "Private",
      "country_code": "IND",
      "abbrev": "Skyroot",
      "description": "Indian private launch services provider based in Hyderabad.",
      "administrator": "CEO: Pawan Kumar Chandana",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyroot_aerospa_image_20251115042548.png"
    },
    {
      "id": 1062,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1062/?format=api",
      "name": "Viasat",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VSAT",
      "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.",
      "administrator": "CEO: Mark D. Dankberg",
      "founding_year": "1986",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/viasat_logo_20230807092035.png"
    },
    {
      "id": 201,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/201/?format=api",
      "name": "Vector",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VEC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1050,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1050/?format=api",
      "name": "Italian Air Force",
      "featured": false,
      "type": "Government",
      "country_code": "ITA",
      "abbrev": "IAF",
      "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.",
      "administrator": null,
      "founding_year": "1923",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/italian2520air2520force_logo_20230508150416.png"
    },
    {
      "id": 195,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/195/?format=api",
      "name": "Sandia National Laboratories",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "SNL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1031,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1031/?format=api",
      "name": "Hindustan Aeronautics Limited",
      "featured": false,
      "type": "Government",
      "country_code": "IND",
      "abbrev": "HAL",
      "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.",
      "administrator": "Chairman: R. Madhavan",
      "founding_year": "1940",
      "launchers": "",
      "spacecraft": "Gaganyaan",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan2520aeronautics2520limited_logo_20220205093649.png"
    },
    {
      "id": 231,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/231/?format=api",
      "name": "SKY Perfect JSAT Group",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "JSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}