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/1074/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1074,
  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1074/?format=api",
  "name": "National Aerospace Development Administration",
  "featured": false,
  "type": "Government",
  "country_code": "PRK",
  "abbrev": "NADA",
  "description": "National Aerospace Development Administration is the official space agency of North Korea, succeeding the Korean Committee of Space Technology (KCST). It was founded on April 1, 2013.",
  "administrator": null,
  "founding_year": "2013",
  "launchers": "Chollima",
  "spacecraft": "",
  "parent": null,
  "launch_library_url": null,
  "total_launch_count": 5,
  "successful_launches": 2,
  "consecutive_successful_launches": 0,
  "failed_launches": 3,
  "pending_launches": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "attempted_landings": 0,
  "consecutive_successful_landings": 0,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/National_Aerospace_Development_Administration",
  "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aerospace2520development2520administration_logo_20230824063913.png",
  "image_url": null,
  "nation_url": null,
  "launcher_list": [],
  "spacecraft_list": []
}