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=170&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=180&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured",
  "results": [
    {
      "id": 1048,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1048/?format=api",
      "name": "Stoke Space",
      "featured": false,
      "type": "Private",
      "country_code": "USA",
      "abbrev": "Stoke",
      "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.",
      "administrator": "CEO: Andy Lapsa",
      "founding_year": "2020",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 201,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/201/?format=api",
      "name": "Vector",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "VEC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 154,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/154/?format=api",
      "name": "Production Corporation Polyot",
      "featured": false,
      "type": "Commercial",
      "country_code": "RUS",
      "abbrev": "NP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 175,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/175/?format=api",
      "name": "Ministry of Defence of the Russian Federation",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "MOD_RUS",
      "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.",
      "administrator": "Minister: Gen. Sergey Shoygu",
      "founding_year": "1717",
      "launchers": "",
      "spacecraft": "",
      "parent": "Russian Federal Space Agency (ROSCOSMOS)",
      "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
    },
    {
      "id": 235,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/235/?format=api",
      "name": "Thaicom",
      "featured": false,
      "type": "Commercial",
      "country_code": "THA",
      "abbrev": "TICOM",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1065,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1065/?format=api",
      "name": "QPS Research Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "iQPS",
      "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.",
      "administrator": "President: Shunsuke Onishi",
      "founding_year": "2005",
      "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": 253,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/253/?format=api",
      "name": "French Armed Forces",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "FAF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1042,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1042/?format=api",
      "name": "Skyrora",
      "featured": false,
      "type": "Private",
      "country_code": "GBR",
      "abbrev": "SKR",
      "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
      "administrator": "CEO: Volodymyr Lvykin",
      "founding_year": "2017",
      "launchers": "Skyrora",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}