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=40&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=50&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=30&ordering=-featured",
  "results": [
    {
      "id": 225,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/225/?format=api",
      "name": "1worldspace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "1WSP",
      "description": "A now nonexistent satellite radio network company that operated two satellites to bring coverage with 62 stations to most of the Eastern Hemisphere. They went bankrupt in 2008. There has been a plan to relaunch the company, but it was announced in 2011, and nothing has been done since.",
      "administrator": null,
      "founding_year": "1960",
      "launchers": "",
      "spacecraft": "AfriStar | AsiaStar",
      "parent": null,
      "image_url": null
    },
    {
      "id": 228,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/228/?format=api",
      "name": "National Space Development Agency of Japan",
      "featured": false,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "NASDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 5,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/5/?format=api",
      "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications",
      "featured": false,
      "type": "Multinational",
      "country_code": "CHN,PAK,THA",
      "abbrev": "AP-MCSTA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/11/?format=api",
      "name": "Bolivarian Agency for Space Activities",
      "featured": false,
      "type": "Government",
      "country_code": "VEN",
      "abbrev": "ABAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 79,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/79/?format=api",
      "name": "JSC Information Satellite Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "JSC-ISS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 21,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/21/?format=api",
      "name": "Consultative Committee for Space Data Systems",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN",
      "abbrev": "CCSDS",
      "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": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/24/?format=api",
      "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
      "featured": false,
      "type": "Government",
      "country_code": "CZE",
      "abbrev": "CSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 251,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/251/?format=api",
      "name": "AlYahSat",
      "featured": false,
      "type": "Commercial",
      "country_code": "ARE",
      "abbrev": "ALYAH",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}