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

{
  "count": 349,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 20,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/20/?format=api",
      "name": "Commonwealth Scientific and Industrial Research Organisation",
      "featured": false,
      "type": "Government",
      "country_code": "AUS",
      "abbrev": "CSIRO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1/?format=api",
      "name": "Belarus Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "BLR",
      "abbrev": "BSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1071,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1071/?format=api",
      "name": "Synspective",
      "featured": false,
      "type": "Private",
      "country_code": "JPN",
      "abbrev": "",
      "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.",
      "administrator": "CEO: Dr. Motoyuki Arai",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 33,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/33/?format=api",
      "name": "Instituto Nacional de Técnica Aeroespacial",
      "featured": false,
      "type": "Government",
      "country_code": "ESP",
      "abbrev": "INTA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 41,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/41/?format=api",
      "name": "Korea Aerospace Research Institute",
      "featured": false,
      "type": "Government",
      "country_code": "KOR",
      "abbrev": "KARI",
      "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
      "administrator": "Administrator: Lee Sang-Ryool",
      "founding_year": "1989",
      "launchers": "Nuri",
      "spacecraft": "",
      "parent": "Korea AeroSpace Administration",
      "image_url": null
    },
    {
      "id": 1077,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1077/?format=api",
      "name": "Astroscale",
      "featured": false,
      "type": "Private",
      "country_code": "JPN",
      "abbrev": "ASC",
      "description": "Astroscale Holdings Inc. is a private orbital debris removal company headquartered in Tokyo, Japan. The company is developing satellite end-of-life and active debris removal services to mitigate the growing and hazardous buildup of debris in space.",
      "administrator": "COO: Chris Blackerby",
      "founding_year": "2013",
      "launchers": "",
      "spacecraft": "ELSA-d | ADRAS-J",
      "parent": null,
      "image_url": null
    },
    {
      "id": 57,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/57/?format=api",
      "name": "Netherlands Institute for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "NLD",
      "abbrev": "SRON",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1088,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api",
      "name": "Hungarian Ministry of Foreign Affairs and Trade",
      "featured": false,
      "type": "Government",
      "country_code": "HUN",
      "abbrev": "",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "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": 86,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/86/?format=api",
      "name": "Ball Aerospace & Technologies Corp.",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "BLL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}