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

{
    "id": 163,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/163/?format=api",
    "name": "Russian Aerospace Defence Forces",
    "featured": false,
    "type": "Government",
    "country_code": "RUS",
    "abbrev": "VKO",
    "description": null,
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": "Russian Federal Space Agency (ROSCOSMOS)",
    "launch_library_url": null,
    "total_launch_count": 22,
    "successful_launches": 20,
    "consecutive_successful_launches": 17,
    "failed_launches": 2,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.eng.mil.ru/en/structure/forces/cosmic.htm",
    "wiki_url": "http://en.wikipedia.org/wiki/Russian_Aerospace_Defence_Forces",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 40,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/40/?format=api",
            "name": "Rokot/Briz-KM",
            "description": "",
            "family": "Rokot",
            "full_name": "Rokot/Briz-KM",
            "variant": "Briz-KM",
            "alias": "",
            "min_stage": 1,
            "max_stage": 3,
            "length": 29.0,
            "diameter": 2.5,
            "maiden_flight": "2000-05-16",
            "launch_mass": 107,
            "leo_capacity": 1850,
            "gto_capacity": 0,
            "to_thrust": 1870,
            "apogee": 1500,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rokot25202f2520briz-km_image_20190224012237.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Rokot",
            "consecutive_successful_launches": 14,
            "successful_launches": 28,
            "failed_launches": 3,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}