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=220&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=230&ordering=pending_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=pending_launches",
  "results": [
    {
      "id": 76,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1059,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1059/?format=api",
      "name": "Capella Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "",
      "description": "Capella Space is an American space company. It is developing space-based radar Earth observation satellites equipped with synthetic-aperture radar that can penetrate clouds and work at night.",
      "administrator": "CEO: Payam Banazadeh",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/capella2520space_logo_20230806180121.png"
    },
    {
      "id": 1078,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1078/?format=api",
      "name": "International Institute for Aeronautical Sciences",
      "featured": false,
      "type": "Multinational",
      "country_code": "???",
      "abbrev": "IIAS",
      "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 96,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/96/?format=api",
      "name": "Khrunichev State Research and Production Space Center",
      "featured": true,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "KhSC",
      "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
      "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
      "founding_year": "1916",
      "launchers": "Proton | Rokot",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg",
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_logo_20190207032444.png"
    },
    {
      "id": 153,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/153/?format=api",
      "name": "McDonnell Douglas",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "MDC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1022,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
      "name": "Axiom Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "AXS",
      "description": "Axiom Space, Inc., also known as Axiom, is an American privately funded aerospace manufacturer and orbital spaceflight services company headquartered in Houston, Texas.",
      "administrator": "CEO: Jonathan Cirtain",
      "founding_year": "2016",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520space_logo_20201201090013.png"
    },
    {
      "id": 162,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/162/?format=api",
      "name": "People's Liberation Army",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "PLA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 208,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/208/?format=api",
      "name": "Telesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "TELE",
      "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1094,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1094/?format=api",
      "name": "ATMOS Space Cargo",
      "featured": false,
      "type": "Private",
      "country_code": "DEU",
      "abbrev": "ATMOS",
      "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.",
      "administrator": "CEO:  Sebastian Klaus",
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "Phoenix",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 1063,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1063/?format=api",
      "name": "Astranis Space Technologies Corp.",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astranis",
      "description": "Astranis Space Technologies Corp. is a private American geostationary communications satellite operator and manufacturer headquartered in San Francisco,",
      "administrator": "CEO:  John Gedmark",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "Small geostationary communications satellites",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astranis2520space2520technologies2520corp._logo_20230807093654.png"
    }
  ]
}