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

{
    "id": 1081,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1081/?format=api",
    "name": "Eutelsat OneWeb",
    "featured": false,
    "type": "Commercial",
    "country_code": "GBR",
    "abbrev": "OneWeb",
    "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.",
    "administrator": "CEO: Eva Berneke",
    "founding_year": "2012",
    "launchers": "",
    "spacecraft": "OneWeb Internet",
    "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.oneweb.net/",
    "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/eutelsat2520oneweb_logo_20231228160405.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/eutelsat2520oneweb_nation_20231228160405.jpg",
    "launcher_list": [],
    "spacecraft_list": []
}