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=250&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=260&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=featured",
  "results": [
    {
      "id": 205,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/205/?format=api",
      "name": "Inmarsat",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "ISAT",
      "description": "Inmarsat is a British satellite telecommunications company, offering global mobile services. It provides telephone and data services to users worldwide, via portable or mobile terminals which communicate with ground stations through fifteen geostationary telecommunications satellites.",
      "administrator": "CEO: Rajeev Suri",
      "founding_year": "1979",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 64,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/64/?format=api",
      "name": "Sri Lanka Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "LKA",
      "abbrev": "SLSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 107,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api",
      "name": "Surrey Satellite Technology Ltd",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "SSTL",
      "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.",
      "administrator": null,
      "founding_year": "1985",
      "launchers": "",
      "spacecraft": "",
      "parent": "Airbus Defence and Space",
      "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": 1010,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1010/?format=api",
      "name": "KB Mashinostroyeniya",
      "featured": false,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "",
      "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 68,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api",
      "name": "Space Research Centre",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "CBK-PAN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 116,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/116/?format=api",
      "name": "EADS Astrium Space Transportation",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "EADS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 127,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api",
      "name": "Robotics Institute",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "RI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 61,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/61/?format=api",
      "name": "Romanian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ROU",
      "abbrev": "ASR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 82,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/82/?format=api",
      "name": "Lockheed Martin",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LMT",
      "description": "Lockheed Martin's Space Division started in the production of missiles and later ICBM's in the 1950s. Their TITAN missile system was used for 12 Gemini spacecraft and the Voyager probes.  They have worked largely in collaboration with NASA on many of their probes, landers, and spacecraft, and hope to play a key role in NASA's return to the moon in 2024.",
      "administrator": null,
      "founding_year": "1953",
      "launchers": "Titan | Agena",
      "spacecraft": "Hubble | JUNO | InSight",
      "parent": null,
      "image_url": null
    }
  ]
}