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

{
    "id": 1018,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1018/?format=api",
    "name": "National Research Council",
    "featured": false,
    "type": "Government",
    "country_code": "ITA",
    "abbrev": "CNR",
    "description": "The Consiglio Nazionale delle Ricerche (CNR) or National Research Council, is the largest research council in Italy. As a public organisation, its remit is to support scientific and technological research. Its headquarters are in Rome.",
    "administrator": "President: Maria Chiara Carrozza",
    "founding_year": "1923",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 2,
    "successful_launches": 2,
    "consecutive_successful_launches": 2,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.cnr.it/",
    "wiki_url": "https://en.wikipedia.org/wiki/National_Research_Council_(Italy)",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520research2520council_logo_20231225172013.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520research2520council_nation_20231225172015.png",
    "launcher_list": [],
    "spacecraft_list": []
}