API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true

SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured

The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.

GET /2.2.0/agencies/?format=api&offset=150&ordering=failed_launches
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 349,
  "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=160&ordering=failed_launches",
  "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=140&ordering=failed_launches",
  "results": [
    {
      "id": 165,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/165/?format=api",
      "name": "US Army",
      "featured": false,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "USA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 249,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/249/?format=api",
      "name": "Echostar",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ECHO",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 183,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/183/?format=api",
      "name": "Unknown",
      "featured": false,
      "type": "Unknown",
      "country_code": "???",
      "abbrev": "UNK",
      "description": "The agency or launch service provider is not known yet.",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 256,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/256/?format=api",
      "name": "Mexican Satellite System",
      "featured": false,
      "type": "Government",
      "country_code": "MEX",
      "abbrev": "MEXSAT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 186,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/186/?format=api",
      "name": "Polish Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "POL",
      "abbrev": "POLSA",
      "description": "",
      "administrator": "President: Marta Ewa Wachowicz",
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 252,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/252/?format=api",
      "name": "MEASAT Satellite Systems",
      "featured": false,
      "type": "Commercial",
      "country_code": "MYS",
      "abbrev": "MEAST",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 282,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/282/?format=api",
      "name": "Aevum",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "AEV",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 253,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/253/?format=api",
      "name": "French Armed Forces",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "FAF",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 104,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/104/?format=api",
      "name": "SPAR Aerospace",
      "featured": false,
      "type": "Commercial",
      "country_code": "CAN",
      "abbrev": "SPAR",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    },
    {
      "id": 246,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/246/?format=api",
      "name": "Vietnam Posts and Telecommunications Group",
      "featured": false,
      "type": "Commercial",
      "country_code": "VNM",
      "abbrev": "VNPT",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": null
    }
  ]
}