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=240&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=250&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured",
  "results": [
    {
      "id": 57,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/57/?format=api",
      "name": "Netherlands Institute for Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "NLD",
      "abbrev": "SRON",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 198,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api",
      "name": "Mohammed bin Rashid Space Centre",
      "featured": false,
      "type": "Government",
      "country_code": "ARE",
      "abbrev": "MBRSC",
      "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.",
      "administrator": "DG: Salem Humaid AlMarri",
      "founding_year": "2006",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 59,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/59/?format=api",
      "name": "Pakistan Space and Upper Atmosphere Research Commission",
      "featured": false,
      "type": "Government",
      "country_code": "PAK",
      "abbrev": "SUPARCO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 67,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/67/?format=api",
      "name": "Space Research and Remote Sensing Organization",
      "featured": false,
      "type": "Government",
      "country_code": "BGD",
      "abbrev": "SPARRSP",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 234,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/234/?format=api",
      "name": "XTAR LLC",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "XTAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 70,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api",
      "name": "Space Research Institute of Saudi Arabia",
      "featured": false,
      "type": "Government",
      "country_code": "SAU",
      "abbrev": "KACST-SRI",
      "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.",
      "administrator": "Chairman: Sultan bin Salman Al Saud",
      "founding_year": "2018",
      "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": 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": 140,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api",
      "name": "Bigelow Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "Bigelow",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/18/?format=api",
      "name": "Colombian Space Commission",
      "featured": false,
      "type": "Government",
      "country_code": "COL",
      "abbrev": "CCE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}