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=280&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=290&ordering=featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured",
  "results": [
    {
      "id": 43,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/43/?format=api",
      "name": "Malaysian National Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "MYS",
      "abbrev": "ANGKASA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/24/?format=api",
      "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department",
      "featured": false,
      "type": "Government",
      "country_code": "CZE",
      "abbrev": "CSO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1021,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api",
      "name": "Galactic Energy",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "GE",
      "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
      "administrator": null,
      "founding_year": "2018",
      "launchers": "Ceres-1 | Pallas-1",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg"
    },
    {
      "id": 137,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/137/?format=api",
      "name": "Reaction Engines Ltd.",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "REL",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 227,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/227/?format=api",
      "name": "UK Ministry Of Defence",
      "featured": false,
      "type": "Government",
      "country_code": "GBR",
      "abbrev": "UKMOD",
      "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": 148,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/148/?format=api",
      "name": "Scorpius Space Launch Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "SSLC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 241,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/241/?format=api",
      "name": "WildBlue",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "WBLU",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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": 177,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/177/?format=api",
      "name": "China Great Wall Industry Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "CGWIC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    }
  ]
}