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=190&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=200&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&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": 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
    },
    {
      "id": 101,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api",
      "name": "Philco Ford",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PHILCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 72,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/72/?format=api",
      "name": "Turkmenistan National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "TKM",
      "abbrev": "TNSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1009,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api",
      "name": "Institute of Space and Astronautical Science",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "ISAS",
      "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
      "administrator": null,
      "founding_year": null,
      "launchers": "Lambda",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/146/?format=api",
      "name": "Canadian Arrow",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "Canadian Arrow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 102,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/102/?format=api",
      "name": "Rockwell International",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ROI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 162,
      "url": "https://lldev.thespacedevs.com/2.0.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
    },
    {
      "id": 213,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api",
      "name": "Missile Defense Agency",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "MDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}