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

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=330&ordering=pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=310&ordering=pending_launches",
  "results": [
    {
      "id": 1102,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1102/?format=api",
      "name": "Deep Blue Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "DBA Space",
      "description": "Chinese private launch services provider, currently developing the Nebula series of orbital launch vehicles.",
      "administrator": null,
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/deep_blue_aeros_image_20251120062051.jpg"
    },
    {
      "id": 1033,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1033/?format=api",
      "name": "Orbex",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "Orbex",
      "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.",
      "administrator": "CEO: Martin Coates",
      "founding_year": "2015",
      "launchers": "Orbex Prime",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/orbex_logo_20220511124742.png"
    },
    {
      "id": 274,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/274/?format=api",
      "name": "i-Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "i-Space",
      "description": "i-Space is a Chinese private space launch company based in Beijing and founded in October 2016.",
      "administrator": null,
      "founding_year": "2016",
      "launchers": "Hyperbola-1",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ispace_logo_20231217083222.png"
    },
    {
      "id": 27,
      "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/european2520space2520agency_logo_20221130101442.png"
    },
    {
      "id": 1066,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1066/?format=api",
      "name": "HyImpulse",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "HYI",
      "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
      "administrator": "CEO: Mario Kobald",
      "founding_year": "2018",
      "launchers": "SR75 | SL1",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png"
    },
    {
      "id": 193,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/193/?format=api",
      "name": "Russian Space Forces",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "VKS",
      "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.",
      "administrator": "Commander: Aleksandr Golovko",
      "founding_year": "1992",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_logo_20200805185824.png"
    },
    {
      "id": 1045,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1045/?format=api",
      "name": "Rocket Factory Augsburg",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "RFA",
      "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
      "administrator": "COO: Stefan Brieschenk",
      "founding_year": "2018",
      "launchers": "RFA One",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png"
    },
    {
      "id": 1079,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1079/?format=api",
      "name": "Agency for Defense Development",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "ADD",
      "description": "The Agency for Defense Development (ADD) is the South Korean national agency for research and development in defense technology, funded by the Defense Acquisition Program Administration (DAPA). Its purpose is contributing to enforcing the national defence, to improving the national R&D capacity, and to fostering the domestic defense industry.",
      "administrator": null,
      "founding_year": "1970",
      "launchers": "South Korean ADD Solid-Fuel SLV",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agency2520for2520defense2520development_logo_20231204144839.png"
    },
    {
      "id": 1098,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1098/?format=api",
      "name": "Innospace",
      "featured": false,
      "type": "Private",
      "country_code": "KOR",
      "abbrev": "IS",
      "description": "Innospace is a South Korean startup company specializing in developing hybrid space rocket.",
      "administrator": "CEO: Kim Soo-jong",
      "founding_year": "2017",
      "launchers": "HANBIT",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hanbit-tlv_laun_image_20251021112914.jpg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/innospace_socia_image_20251021112531.png"
    },
    {
      "id": 1103,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1103/?format=api",
      "name": "MaiaSpace",
      "featured": false,
      "type": "Private",
      "country_code": "FRA",
      "abbrev": "MaiaSpace",
      "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
      "administrator": null,
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": "ArianeGroup",
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maiaspace_logo_image_20251205132157.jpg"
    }
  ]
}