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=50&ordering=id
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=60&ordering=id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=40&ordering=id",
  "results": [
    {
      "id": 51,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/51/?format=api",
      "name": "National Remote Sensing Center of Mongolia",
      "featured": false,
      "type": "Government",
      "country_code": "MNG",
      "abbrev": "NRSC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "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": 53,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/53/?format=api",
      "name": "Uzbek State Space Research Agency (UzbekCosmos)",
      "featured": false,
      "type": "Government",
      "country_code": "UZB",
      "abbrev": "USSRA",
      "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": 55,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/55/?format=api",
      "name": "National Space Organization",
      "featured": false,
      "type": "Government",
      "country_code": "TWN",
      "abbrev": "NSPO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 56,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/56/?format=api",
      "name": "National Space Research and Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "NGA",
      "abbrev": "NASRDA",
      "description": null,
      "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": 58,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/58/?format=api",
      "name": "Norwegian Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "NOR",
      "abbrev": "NRS",
      "description": null,
      "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": 60,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api",
      "name": "FCT Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "PRT",
      "abbrev": "FTC SO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}