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=310&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=320&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=300&ordering=featured",
  "results": [
    {
      "id": 14,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/14/?format=api",
      "name": "Bolivian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "BOL",
      "abbrev": "ABAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 62,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/62/?format=api",
      "name": "Royal Centre for Remote Sensing",
      "featured": false,
      "type": "Government",
      "country_code": "MAR",
      "abbrev": "CRTS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 38,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/38/?format=api",
      "name": "National Space Agency (KazCosmos)",
      "featured": false,
      "type": "Government",
      "country_code": "KAZ",
      "abbrev": "NSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 78,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/78/?format=api",
      "name": "Thales Alenia Space",
      "featured": false,
      "type": "Commercial",
      "country_code": "FRA,ITA",
      "abbrev": "THALES",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 39,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/39/?format=api",
      "name": "Kazakh Space Research Institute",
      "featured": false,
      "type": "Educational",
      "country_code": "KAZ",
      "abbrev": "SRI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 83,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/83/?format=api",
      "name": "Space Systems/Loral",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SSL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 105,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/105/?format=api",
      "name": "SpaceDev",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SPDV",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 8,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/8/?format=api",
      "name": "Austrian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "AUT",
      "abbrev": "ALR",
      "description": "The Austrian Space Agency was founded in 1972 and joined the ESA as a member in 1987. In 2005, control of the ALR was transferred to the Austrian Agency for Aerospace. They coordinated the first flight of an Austrian in space with a Soyuz launch in 1990.",
      "administrator": "Administrator: Andreas Geisler",
      "founding_year": "1972",
      "launchers": "",
      "spacecraft": "Spacelab | GALILEO",
      "parent": null,
      "image_url": null
    },
    {
      "id": 23,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/23/?format=api",
      "name": "Croatian Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "HRV",
      "abbrev": "HSA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 50,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/50/?format=api",
      "name": "National Institute of Aeronautics and Space",
      "featured": false,
      "type": "Government",
      "country_code": "IDN",
      "abbrev": "LAPAN",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}