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

{
    "id": 271,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/271/?format=api",
    "name": "Army Ballistic Missile Agency",
    "featured": false,
    "type": "Government",
    "country_code": "USA",
    "abbrev": "ABMA",
    "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.",
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 12,
    "successful_launches": 5,
    "consecutive_successful_launches": 0,
    "failed_launches": 7,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Army_Ballistic_Missile_Agency",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 188,
            "launch_library_id": 206,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/188/?format=api",
            "name": "Juno II",
            "description": "Juno II was an American space launch vehicle used during the late 1950s and early 1960s. It was derived from the Jupiter missile, which was used as the first stage.",
            "family": "Juno",
            "full_name": "Juno II",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 4,
            "length": 24.0,
            "diameter": 2.67,
            "maiden_flight": "1958-12-06",
            "launch_mass": 55,
            "leo_capacity": 41,
            "gto_capacity": null,
            "to_thrust": 654,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/juno2520ii_image_20191201204701.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Juno_II",
            "consecutive_successful_launches": 0,
            "successful_launches": 5,
            "failed_launches": 5,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}