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

{
    "id": 1001,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1001/?format=api",
    "name": "EXOS Aerospace",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "EXOS",
    "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.",
    "administrator": "President: David Mitchell",
    "founding_year": "2014",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 4,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 4,
    "pending_launches": 0,
    "successful_landings": 3,
    "failed_landings": 1,
    "attempted_landings": 4,
    "consecutive_successful_landings": 0,
    "info_url": "https://exosaero.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Exos_Aerospace",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_logo_20190629155319.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_nation_20190629165337.jpg",
    "launcher_list": [
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/197/?format=api",
            "name": "SARGE",
            "description": "The SARGE vehicle is based on the STIG B platform developed as part of Armadillo Aerospace's lunar lander program.\r\n\r\nThe SARGE vehicle employs a LOX-ethanol propulsion module based on the LE23000FC series engines, producing approximately 5500 lbs of thrust.\r\n\r\nThe airframe is a reusable sounding rocket with a 20 inches (51 cm) diameter, and is 36 feet (11 m) tall.\r\nHelium pressurant cold gas thrusters provide attitude control for pitch-roll-yaw and pointing capability.\r\n\r\nPayload must fit inside a 20 inches (51 cm) diameter cylinder, be no more than 36 inches (91 cm) tall (in its standard configuration) and weigh no more than 50 kilograms (110 lb).",
            "family": "",
            "full_name": "SARGE",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": 11.0,
            "diameter": 0.51,
            "maiden_flight": "2018-08-25",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 24,
            "apogee": 80,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sarge_image_20191026175316.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Exos_Aerospace#SARGE",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 4,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}