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

{
    "id": 1043,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1043/?format=api",
    "name": "European Union Agency for the Space Programme",
    "featured": false,
    "type": "Multinational",
    "country_code": "FRA,ITA,DEU,ESP,AUT,SWE,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,HRV,FIN,GRC,EST,IRL,LVA,LTU,LUX,SVN,CYP,MLT",
    "abbrev": "EUSPA",
    "description": "The European Union Agency for the Space Programme (EUSPA) is a space agency, managing the European Union Space Programme as one of the agencies of the European Union (EU). It was initially created as the European Global Navigation Satellite Systems Supervisory Authority (GSA) in 2004, reorganised into the European Global Navigation Satellite Systems Agency (also GSA) in 2010, and established in its current form on May 12, 2021. EUSPA is a separate entity from the European Space Agency (ESA), although the two entities work together closely.",
    "administrator": "Executive Director: Rodrigo da Costa",
    "founding_year": "2021",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.euspa.europa.eu/",
    "wiki_url": "https://en.wikipedia.org/wiki/European_Union_Agency_for_the_Space_Programme",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/european2520union2520agency2520for2520the2520space2520programme_logo_20221129162709.png",
    "image_url": null,
    "nation_url": null,
    "launcher_list": [],
    "spacecraft_list": []
}