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": 350,
  "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": 19,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/19/?format=api",
      "name": "Centre for Remote Imaging, Sensing and Processing",
      "featured": false,
      "type": "Educational",
      "country_code": "SGP",
      "abbrev": "CRISP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 48,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/48/?format=api",
      "name": "National Commission for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CNIE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 28,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/28/?format=api",
      "name": "Geo-Informatics and Space Technology Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "THA",
      "abbrev": "GISTDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 266,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/266/?format=api",
      "name": "Relativity Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RS",
      "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
      "administrator": "CEO: Tim Ellis",
      "founding_year": "2015",
      "launchers": "Terran",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 67,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/67/?format=api",
      "name": "Space Research and Remote Sensing Organization",
      "featured": false,
      "type": "Government",
      "country_code": "BGD",
      "abbrev": "SPARRSP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 78,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/78/?format=api",
      "name": "Thales Alenia Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,ITA",
      "abbrev": "THALES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 76,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/76/?format=api",
      "name": "Swedish National Space Board",
      "featured": false,
      "type": "Government",
      "country_code": "SWE",
      "abbrev": "SNSB",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1074,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api",
      "name": "National Aerospace Development Administration",
      "featured": false,
      "type": "Government",
      "country_code": "PRK",
      "abbrev": "NADA",
      "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
      "administrator": null,
      "founding_year": "2013",
      "launchers": "Chollima",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 52,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/52/?format=api",
      "name": "National Remote Sensing Center of Tunisia",
      "featured": false,
      "type": "Government",
      "country_code": "TUN",
      "abbrev": "CNT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 131,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/131/?format=api",
      "name": "Andrews Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Andrews Space",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}