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=160&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=170&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured",
  "results": [
    {
      "id": 190,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api",
      "name": "Antrix Corporation Limited",
      "featured": false,
      "type": "Commercial",
      "country_code": "IND",
      "abbrev": "ACL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1086,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api",
      "name": "NASA Goddard Space Flight Center",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "GSFC",
      "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.",
      "administrator": "Director: Makenzie Lystrup",
      "founding_year": "1959",
      "launchers": "",
      "spacecraft": "",
      "parent": "National Aeronautics and Space Administration",
      "image_url": null
    },
    {
      "id": 255,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/255/?format=api",
      "name": "Avanti Communications",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "AVN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1081,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1081/?format=api",
      "name": "Eutelsat OneWeb",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "OneWeb",
      "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.",
      "administrator": "CEO: Eva Berneke",
      "founding_year": "2012",
      "launchers": "",
      "spacecraft": "OneWeb Internet",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1082,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1082/?format=api",
      "name": "Kinéis",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "KIN",
      "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.",
      "administrator": "CEO: Alexandre Tisserant",
      "founding_year": "2018",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 256,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/256/?format=api",
      "name": "Mexican Satellite System",
      "featured": false,
      "type": "Government",
      "country_code": "MEX",
      "abbrev": "MEXSAT",
      "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": 156,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/156/?format=api",
      "name": "Alliant Techsystems",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ATK",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 93,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/93/?format=api",
      "name": "Hughes Aircraft",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "HAC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 101,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api",
      "name": "Philco Ford",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "PHILCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}