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=330&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=340&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=320&ordering=featured",
  "results": [
    {
      "id": 22,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/22/?format=api",
      "name": "Committee on Space Research",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,ITA,DEU,RUS,CHN,ESP,CHE,IND,GBR,AUT,UKR,PAK,SWE,TUR,BEL,EGY,PRT,BRA,MEX,CAN,NLD,JPN,ISR,ZAF,HUN,IRN,AUS,POL,BGR,SVK,DNK,CZE,ROU,NOR,THA,ARG,ARM,IDN,TWN,FIN,GRC,NGA",
      "abbrev": "COSPAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 43,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/43/?format=api",
      "name": "Malaysian National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "MYS",
      "abbrev": "ANGKASA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 47,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/47/?format=api",
      "name": "National Commission for Aerospace Research and Development",
      "featured": false,
      "type": "Government",
      "country_code": "PER",
      "abbrev": "CONIDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1058,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api",
      "name": "Amazon Leo",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Amazon",
      "description": "Amazon Leo, formerly known as Kuiper Systems LLC and Project Kuiper, is a subsidiary of Amazon that was established in 2019 to deploy a large satellite internet constellation to provide low-latency broadband internet connectivity.",
      "administrator": "President: Rajeev Badyal",
      "founding_year": "2019",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 27,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
      "name": "European Space Agency",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN",
      "abbrev": "ESA",
      "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.",
      "administrator": "Director General: Josef Aschbacher",
      "founding_year": "1975",
      "launchers": "Ariane | Vega",
      "spacecraft": "Space Rider",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png"
    },
    {
      "id": 141,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/141/?format=api",
      "name": "Blue Origin",
      "featured": true,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BO",
      "description": "Blue Origin is an American privately funded aerospace manufacturer and spaceflight services company set up by Amazon.com founder Jeff Bezos with its headquarters in Kent, Washington. The company is developing technologies to enable private human access to space with the goal to dramatically lower costs and increase reliability. Blue Origin currently launches its New Shepard sub-orbital vehicle from its West Texas launch site, they are currently constructing a launch pad for their orbital vehicle New Glenn at Cape Canaveral LC-36.",
      "administrator": "CEO: Jeff Bezos",
      "founding_year": "2000",
      "launchers": "New Shepard | New Glenn",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/blue2520origin_image_20190207032427.jpeg"
    },
    {
      "id": 121,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
      "name": "SpaceX",
      "featured": true,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SpX",
      "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
      "administrator": "CEO: Elon Musk",
      "founding_year": "2002",
      "launchers": "Falcon | Starship",
      "spacecraft": "Dragon",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_image_20230807133459.jpeg"
    },
    {
      "id": 124,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/124/?format=api",
      "name": "United Launch Alliance",
      "featured": true,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ULA",
      "description": "United Launch Alliance (ULA) is a joint venture of Lockheed Martin Space Systems and Boeing Defense, Space & Security. ULA was formed in December 2006 by combining the teams at these companies which provide spacecraft launch services to the government of the United States. ULA launches from both coasts of the US. They launch their Atlas V vehicle from LC-41 in Cape Canaveral and LC-3E at Vandeberg. Their Delta IV launches from LC-37 at Cape Canaveral and LC-6 at Vandenberg.",
      "administrator": "Interim CEO: John Elbon",
      "founding_year": "2006",
      "launchers": "Atlas | Delta | Vulcan",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united_launch_a_image_20210412201210.png"
    },
    {
      "id": 147,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/147/?format=api",
      "name": "Rocket Lab",
      "featured": true,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RL",
      "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
      "administrator": "CEO: Peter Beck",
      "founding_year": "2006",
      "launchers": "Electron",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg"
    },
    {
      "id": 265,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/265/?format=api",
      "name": "Firefly Aerospace",
      "featured": true,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "FA",
      "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
      "administrator": "CEO: Peter Schumacher",
      "founding_year": "2014",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}