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=100&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=110&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=90&ordering=featured",
  "results": [
    {
      "id": 146,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/146/?format=api",
      "name": "Canadian Arrow",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "Canadian Arrow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 204,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/204/?format=api",
      "name": "Globalstar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "GSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1055,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api",
      "name": "Bundeswehr",
      "featured": false,
      "type": "Government",
      "country_code": "DEU",
      "abbrev": "",
      "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.",
      "administrator": "Commander-in-Chief : Federal Minister of Defence",
      "founding_year": "1955",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 207,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/207/?format=api",
      "name": "Arab Satellite Communications Organization",
      "featured": false,
      "type": "Commercial",
      "country_code": "SAU",
      "abbrev": "ASCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1068,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1068/?format=api",
      "name": "Ovzon",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA,SWE",
      "abbrev": "",
      "description": "Ovzon AB is a broadband telecommunications company that offers mobile communication services via satellite. Ovzon has offices in Stockholm in Sweden and Florida in the United States",
      "administrator": "CEO: Per Norén",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 231,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/231/?format=api",
      "name": "SKY Perfect JSAT Group",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "JSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1091,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1091/?format=api",
      "name": "ispace",
      "featured": false,
      "type": "Commercial",
      "country_code": "JPN",
      "abbrev": "ispace",
      "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.",
      "administrator": "Founder: Takeshi Hakamada",
      "founding_year": "2010",
      "launchers": "",
      "spacecraft": "Hakuto-R",
      "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": 272,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/272/?format=api",
      "name": "China Rocket Co. Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CHNR",
      "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1084,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1084/?format=api",
      "name": "PT Telkom Satellite Indonesia",
      "featured": false,
      "type": "Commercial",
      "country_code": "IDN",
      "abbrev": "Telkomsat",
      "description": "PT Telkom Satellite Indonesia or commonly abbreviated as Telkomsat, is a subsidiary of Telkom Indonesia which is engaged in satellite service providers with international standards with a comprehensive and innovative business portfolio scope from upstream to downstream.",
      "administrator": "President Director: Lukman Hakim Abd. Rauf",
      "founding_year": "1995",
      "launchers": "",
      "spacecraft": "",
      "parent": "PT Telkom Indonesia",
      "image_url": null
    }
  ]
}