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": 25,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/25/?format=api",
      "name": "Danish National Space Center",
      "featured": false,
      "type": "Government",
      "country_code": "DNK",
      "abbrev": "DRC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 263,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/263/?format=api",
      "name": "OneSpace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CHN",
      "abbrev": "OS",
      "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 26,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/26/?format=api",
      "name": "Technical University of Denmark - National Space Institute",
      "featured": false,
      "type": "Educational",
      "country_code": "DNK",
      "abbrev": "DTU",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 56,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/56/?format=api",
      "name": "National Space Research and Development Agency",
      "featured": false,
      "type": "Government",
      "country_code": "NGA",
      "abbrev": "NASRDA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 87,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/87/?format=api",
      "name": "British Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "BAE",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "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": 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": 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": 90,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/90/?format=api",
      "name": "Fokker Space & Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "NLD",
      "abbrev": "FSS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1033,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1033/?format=api",
      "name": "Orbex",
      "featured": false,
      "type": "Commercial",
      "country_code": "GBR",
      "abbrev": "Orbex",
      "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.",
      "administrator": "CEO: Martin Coates",
      "founding_year": "2015",
      "launchers": "Orbex Prime",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg"
    }
  ]
}