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

{
    "id": 106,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api",
    "name": "General Dynamics",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "GD",
    "description": null,
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 11,
    "successful_launches": 9,
    "consecutive_successful_launches": 7,
    "failed_launches": 2,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.gd.com/",
    "wiki_url": "http://en.wikipedia.org/wiki/General_Dynamics",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 252,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/252/?format=api",
            "name": "Atlas I",
            "description": "The Atlas I was a US expendable launch system manufactured by General Dynamics in the 1990s to launch a variety of satellites.",
            "family": "Atlas",
            "full_name": "Atlas I",
            "variant": "I",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 43.9,
            "diameter": 3.05,
            "maiden_flight": "1990-07-25",
            "launch_mass": 164,
            "leo_capacity": 5900,
            "gto_capacity": null,
            "to_thrust": 1939,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Atlas_I",
            "consecutive_successful_launches": 7,
            "successful_launches": 9,
            "failed_launches": 2,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}