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": 60,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api",
      "name": "FCT Space Office",
      "featured": false,
      "type": "Government",
      "country_code": "PRT",
      "abbrev": "FTC SO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 10,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/10/?format=api",
      "name": "Belgian Institute for Space Aeronomy",
      "featured": false,
      "type": "Government",
      "country_code": "BEL",
      "abbrev": "BIRA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 189,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api",
      "name": "China Aerospace Corporation",
      "featured": false,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CASC",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 21,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/21/?format=api",
      "name": "Consultative Committee for Space Data Systems",
      "featured": false,
      "type": "Multinational",
      "country_code": "FRA,USA,ITA,DEU,RUS,CHN,GBR,BRA,CAN,JPN",
      "abbrev": "CCSDS",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1097,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1097/?format=api",
      "name": "NordSpace",
      "featured": false,
      "type": "Private",
      "country_code": "CAN",
      "abbrev": "",
      "description": "Canadian Company developing sub-orbital launchers and satellite parts.",
      "administrator": "CEO: Rahul Goel",
      "founding_year": "2022",
      "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": 192,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api",
      "name": "Lockheed Space Operations Company",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "LSOC",
      "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": 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": 1103,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api",
      "name": "MaiaSpace",
      "featured": false,
      "type": "Private",
      "country_code": "FRA",
      "abbrev": "MaiaSpace",
      "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.",
      "administrator": null,
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": "ArianeGroup",
      "image_url": null
    }
  ]
}