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=130&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=140&ordering=-id",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=120&ordering=-id",
  "results": [
    {
      "id": 246,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/246/?format=api",
      "name": "Vietnam Posts and Telecommunications Group",
      "featured": false,
      "type": "Commercial",
      "country_code": "VNM",
      "abbrev": "VNPT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 245,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/245/?format=api",
      "name": "Regional African Satellite Communication Organization",
      "featured": false,
      "type": "Commercial",
      "country_code": "MUS",
      "abbrev": "RASCOM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 244,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/244/?format=api",
      "name": "Star One",
      "featured": false,
      "type": "Commercial",
      "country_code": "BRA",
      "abbrev": "STA1",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 243,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/243/?format=api",
      "name": "Hughes",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "HUGH",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/242/?format=api",
      "name": "Paradigm Secure Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "PSCOM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 241,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/241/?format=api",
      "name": "WildBlue",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "WBLU",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 240,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/240/?format=api",
      "name": "Optus",
      "featured": false,
      "type": "Commercial",
      "country_code": "AUS",
      "abbrev": "OPT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 239,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/239/?format=api",
      "name": "Satmex",
      "featured": false,
      "type": "Commercial",
      "country_code": "MEX",
      "abbrev": "SATMEX",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 238,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/238/?format=api",
      "name": "Hisdesat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ESP",
      "abbrev": "HISDE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 237,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/237/?format=api",
      "name": "PT Telkom Indonesia",
      "featured": false,
      "type": "Commercial",
      "country_code": "IDN",
      "abbrev": "TLKM",
      "description": "PT Telkom Indonesia is an Indonesian multinational telecommunications conglomerate with its corporate headquarters in Bandung and its operational headquarters in the Telkom Landmark Complex in Jakarta.",
      "administrator": "CEO: Ririek Adriansyah",
      "founding_year": "1856",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}