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

{
    "id": 1011,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1011/?format=api",
    "name": "Moscow Institute of Thermal Technology",
    "featured": false,
    "type": "Commercial",
    "country_code": "RUS",
    "abbrev": "MITT",
    "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.",
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": "Russian Federal Space Agency (ROSCOSMOS)",
    "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": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Moscow_Institute_of_Thermal_Technology",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 380,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/380/?format=api",
            "name": "Start",
            "description": "Russian orbital launch vehicle. Launch vehicle based on decommissioned SS-25 ICBM's  launched from mobile transporter.",
            "family": "Start",
            "full_name": "Start",
            "variant": "",
            "alias": "",
            "min_stage": 5,
            "max_stage": 5,
            "length": 28.9,
            "diameter": 1.61,
            "maiden_flight": "1995-03-28",
            "launch_mass": 60,
            "leo_capacity": 645,
            "gto_capacity": null,
            "to_thrust": 887,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 381,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/381/?format=api",
            "name": "Start-1",
            "description": "Start-1 is a Russian satellite launch vehicle based on the RT-2PM Topol, a Soviet intercontinental ballistic missile developed by Moscow Institute of Thermal Technology.",
            "family": "Start",
            "full_name": "Start-1",
            "variant": "1",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 22.7,
            "diameter": 1.61,
            "maiden_flight": "1993-03-25",
            "launch_mass": 47,
            "leo_capacity": 632,
            "gto_capacity": null,
            "to_thrust": 887,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Start-1",
            "consecutive_successful_launches": 5,
            "successful_launches": 5,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 382,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/382/?format=api",
            "name": "Start-1.2",
            "description": "Start-1 is a Russian satellite launch vehicle based on the RT-2PM Topol, a Soviet intercontinental ballistic missile developed by Moscow Institute of Thermal Technology.",
            "family": "Start",
            "full_name": "Start-1.2",
            "variant": "1.2",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": 22.7,
            "diameter": 1.8,
            "maiden_flight": "1997-03-04",
            "launch_mass": 47,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 500,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Start-1",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}