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=330&ordering=-pending_launches
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=340&ordering=-pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=320&ordering=-pending_launches",
  "results": [
    {
      "id": 1039,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1039/?format=api",
      "name": "Magellan Aerospace Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "MAC",
      "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
      "administrator": "CEO: Phillip Underwood",
      "founding_year": "1996",
      "launchers": "Black Brant",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png"
    },
    {
      "id": 241,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/241/?format=api",
      "name": "WildBlue",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "WBLU",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1014,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1014/?format=api",
      "name": "Martin Marietta",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MM",
      "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.",
      "administrator": null,
      "founding_year": "1961",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1107,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1107/?format=api",
      "name": "Katalyst Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "KTLST",
      "description": "",
      "administrator": null,
      "founding_year": "2020",
      "launchers": "",
      "spacecraft": "LINK",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/katalyst_space__image_20260612074331.png"
    },
    {
      "id": 58,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/58/?format=api",
      "name": "Norwegian Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "NOR",
      "abbrev": "NRS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 261,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/261/?format=api",
      "name": "Korean Astronaut Program",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KAP",
      "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.",
      "administrator": null,
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "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": 1090,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1090/?format=api",
      "name": "Jet Propulsion Laboratory",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "JPL",
      "description": "Jet Propulsion Laboratory (JPL) is a Federally Funded Research and Development Center (FFRDC) in La Cañada Flintridge, California, Crescenta Valley, United States. Founded in 1936 by Caltech researchers, the laboratory is now owned and sponsored by the National Aeronautics and Space Administration (NASA) and administered and managed by the California Institute of Technology.\r\n\r\nThe primary function of the laboratory is the construction and operation of planetary robotic spacecraft, though it also conducts Earth-orbit and astronomy missions. It is also responsible for operating the NASA Deep Space Network (DSN).",
      "administrator": "Director: Dave Gallagher",
      "founding_year": "1936",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jpl_logo_image_20250228202710.png"
    },
    {
      "id": 4,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/4/?format=api",
      "name": "Algerian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "DZA",
      "abbrev": "ASAL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 109,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/109/?format=api",
      "name": "Turkish Aerospace Industries",
      "featured": false,
      "type": "Commercial",
      "country_code": "TUR",
      "abbrev": "TAI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}