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=300&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=310&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=-featured",
  "results": [
    {
      "id": 117,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/117/?format=api",
      "name": "Eurockot Launch Services",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,RUS",
      "abbrev": "ELS",
      "description": "Eurockot Launch Services GmbH is a commercial spacecraft launch provider and was founded in 1995. Eurockot uses an expendable launch vehicle called the Rockot to place satellites into low Earth orbit (LEO). Eurockot is jointly owned by ArianeGroup, which holds 51 percent, and by Khrunichev State Research and Production Space Center, which holds 49 percent. Eurockot launches from dedicated launch facilities at the Plesetsk Cosmodrome in northern Russia.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1087,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1087/?format=api",
      "name": "Korea Advanced Institute of Science and Technology",
      "featured": false,
      "type": "Educational",
      "country_code": "KOR",
      "abbrev": "KAIST",
      "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.",
      "administrator": "President: Lee Kwang-hyung",
      "founding_year": "1971",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1089,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1089/?format=api",
      "name": "Korea AeroSpace Administration",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KASA",
      "description": "The Korea AeroSpace Administration (KASA; Korean: 우주항공청) is a Korean government-funded space and aeronautics agency. Established under the Ministry of Science and ICT, KASA oversees the Korea Aerospace Research Institute and Korea Astronomy and Space Science Institute. Its headquarters is located in Sacheon, South Gyeongsang Province.",
      "administrator": "President: Yoon Yeongbin",
      "founding_year": "2024",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nuri_liftoff_2_image_20240820080542.jpeg"
    },
    {
      "id": 30,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/30/?format=api",
      "name": "Hungarian Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "HUN",
      "abbrev": "HSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 150,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/150/?format=api",
      "name": "Masten Space Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Masten",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 99,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/99/?format=api",
      "name": "Northrop Grumman Space Technology",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "NOC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "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": 249,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/249/?format=api",
      "name": "Echostar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ECHO",
      "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
    },
    {
      "id": 230,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/230/?format=api",
      "name": "Broadcasting Satellite System Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "BSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}