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=230&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=240&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=featured",
  "results": [
    {
      "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": 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": 35,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/35/?format=api",
      "name": "Israeli Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ISR",
      "abbrev": "ISA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 77,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/77/?format=api",
      "name": "OHB System",
      "featured": false,
      "type": "Commercial",
      "country_code": "DEU",
      "abbrev": "OHB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 106,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api",
      "name": "General Dynamics",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GD",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 81,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/81/?format=api",
      "name": "Astrium Satellites",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,DEU,ESP,GBR",
      "abbrev": "EADS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 54,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/54/?format=api",
      "name": "National Space Agency of Ukraine",
      "featured": false,
      "type": "Government",
      "country_code": "UKR",
      "abbrev": "HKAY",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "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": 59,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api",
      "name": "Pakistan Space and Upper Atmosphere Research Commission",
      "featured": false,
      "type": "Government",
      "country_code": "PAK",
      "abbrev": "SUPARCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1060,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1060/?format=api",
      "name": "Northstar Earth & Space",
      "featured": false,
      "type": "Private",
      "country_code": "CAN",
      "abbrev": "Northstar",
      "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.",
      "administrator": "Founder:  Stewart Bain",
      "founding_year": "2015",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}