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=50&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=60&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=40&ordering=-featured",
  "results": [
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api",
      "name": "Space Research Institute of Saudi Arabia",
      "featured": false,
      "type": "Government",
      "country_code": "SAU",
      "abbrev": "KACST-SRI",
      "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.",
      "administrator": "Chairman: Sultan bin Salman Al Saud",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 105,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/105/?format=api",
      "name": "SpaceDev",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPDV",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 263,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api",
      "name": "OneSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "OS",
      "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1020,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
      "name": "Sierra Nevada Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SNC",
      "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.",
      "administrator": "CEO: Fatih Ozmen",
      "founding_year": "1963",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg"
    },
    {
      "id": 1076,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1076/?format=api",
      "name": "Rivada Space Networks",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "RivadaSpace",
      "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.",
      "administrator": "CEO: Declan Ganley",
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 5,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/5/?format=api",
      "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications",
      "featured": false,
      "type": "Multinational",
      "country_code": "CHN,PAK,THA",
      "abbrev": "AP-MCSTA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/11/?format=api",
      "name": "Bolivarian Agency for Space Activities",
      "featured": false,
      "type": "Government",
      "country_code": "VEN",
      "abbrev": "ABAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 189,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api",
      "name": "China Aerospace Corporation",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/18/?format=api",
      "name": "Colombian Space Commission",
      "featured": false,
      "type": "Government",
      "country_code": "COL",
      "abbrev": "CCE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1069,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api",
      "name": "Astrobotic Technology",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Astrobotic",
      "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
      "administrator": "CEO:  John Thornton",
      "founding_year": "2007",
      "launchers": "",
      "spacecraft": "Peregrine",
      "parent": null,
      "image_url": null
    }
  ]
}