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=80&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=90&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=70&ordering=featured",
  "results": [
    {
      "id": 1034,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1034/?format=api",
      "name": "No. 5 Research Academy",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": "First Chinese missile research institution. Active from October 1956 to November 1964.",
      "administrator": null,
      "founding_year": "1956",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1005,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1005/?format=api",
      "name": "Royal Aircraft Establishment",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "",
      "description": "The Royal Aircraft Establishment (RAE) was a British research establishment, known by several different names during its history, that eventually came under the aegis of the UK Ministry of Defence (MoD), before finally losing its identity in mergers with other institutions.",
      "administrator": null,
      "founding_year": "1904",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1062,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 232,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/232/?format=api",
      "name": "European Organisation for the Exploitation of Meteorological Satellites",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,TUR,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,NOR,HRV,FIN,GRC,EST,IRL,ISL,LVA,LTU,LUX,SVN",
      "abbrev": "EUMETSAT",
      "description": "The European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) is an intergovernmental organisation created through an international convention agreed by a current total of 30 European Member States.\r\n\r\nEUMETSAT's primary objective is to establish, maintain and exploit European systems of operational meteorological satellites. EUMETSAT is responsible for the launch and operation of the satellites and for delivering satellite data to end-users as well as contributing to the operational monitoring of climate and the detection of global climate changes.",
      "administrator": null,
      "founding_year": "1986",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eumetsat_hq_image_20250723121241.jpg"
    },
    {
      "id": 199,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/199/?format=api",
      "name": "Virgin Orbit",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VO",
      "description": "Virgin Orbit is a company within the Virgin Group which plans to provide launch services for small satellites. The company was formed in 2017 to develop the air-launched LauncherOne rocket, launched from Cosmic Girl, which had previously been a project of Virgin Galactic. Based in Long Beach, California, Virgin Orbit has more than 300 employees led by president Dan Hart, a former vice president of government satellite systems at Boeing.\r\n\r\nVirgin Orbit focuses on small satellite launch, which is one of three capabilities being focused on by Virgin Galactic. These capabilities are: human spaceflight operations, small satellite launch, and advanced aerospace design, manufacturing, and test",
      "administrator": "President: Dan Hart",
      "founding_year": "2017",
      "launchers": "LauncherOne",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg"
    },
    {
      "id": 82,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/82/?format=api",
      "name": "Lockheed Martin",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LMT",
      "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
      "administrator": null,
      "founding_year": "1953",
      "launchers": "Titan | Agena",
      "spacecraft": "Hubble | JUNO | InSight",
      "parent": null,
      "image_url": null
    },
    {
      "id": 201,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1050,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 231,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 1042,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1042/?format=api",
      "name": "Skyrora",
      "featured": false,
      "type": "Private",
      "country_code": "GBR",
      "abbrev": "SKR",
      "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
      "administrator": "CEO: Volodymyr Lvykin",
      "founding_year": "2017",
      "launchers": "Skyrora",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}