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

{
    "id": 103,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/103/?format=api",
    "name": "RKK Energiya",
    "featured": false,
    "type": "Commercial",
    "country_code": "RUS",
    "abbrev": "RSC",
    "description": null,
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "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": "http://www.energia.ru/english/",
    "wiki_url": "http://en.wikipedia.org/wiki/S.P._Korolev_Rocket_and_Space_Corporation_Energia",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 451,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/451/?format=api",
            "name": "Vostok 8A92",
            "description": "Vostok was a family of rockets derived from the Soviet R-7 Semyorka ICBM and was designed for the human spaceflight programme.",
            "family": "Vostok",
            "full_name": "Vostok 8A92",
            "variant": "8A92",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 30.84,
            "diameter": 2.99,
            "maiden_flight": "1962-06-01",
            "launch_mass": 281,
            "leo_capacity": 4730,
            "gto_capacity": null,
            "to_thrust": 3996,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Vostok_(rocket_family)",
            "consecutive_successful_launches": 8,
            "successful_launches": 40,
            "failed_launches": 4,
            "pending_launches": 0
        },
        {
            "id": 452,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/452/?format=api",
            "name": "Vostok 8A92M",
            "description": "Vostok was a family of rockets derived from the Soviet R-7 Semyorka ICBM and was designed for the human spaceflight programme.",
            "family": "Vostok",
            "full_name": "Vostok 8A92M",
            "variant": "8A92M",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 30.84,
            "diameter": 2.99,
            "maiden_flight": "1964-08-28",
            "launch_mass": 282,
            "leo_capacity": 3800,
            "gto_capacity": null,
            "to_thrust": 3996,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Vostok_(rocket_family)",
            "consecutive_successful_launches": 82,
            "successful_launches": 92,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 453,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/453/?format=api",
            "name": "Vostok 8K72",
            "description": "Vostok was a family of rockets derived from the Soviet R-7 Semyorka ICBM and was designed for the human spaceflight programme.",
            "family": "Vostok",
            "full_name": "Vostok 8K72",
            "variant": "8K72",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 30.84,
            "diameter": 2.99,
            "maiden_flight": "1960-05-15",
            "launch_mass": 281,
            "leo_capacity": 4550,
            "gto_capacity": null,
            "to_thrust": 3873,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Vostok_(rocket_family)",
            "consecutive_successful_launches": 2,
            "successful_launches": 3,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}