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

{
    "id": 194,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api",
    "name": "ExPace",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "EP",
    "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.",
    "administrator": "CEO: Zhang Di",
    "founding_year": "2016",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 29,
    "successful_launches": 25,
    "consecutive_successful_launches": 0,
    "failed_launches": 4,
    "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/ExPace",
    "logo_url": null,
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/expace_nation_20230608044150.png",
    "launcher_list": [
        {
            "id": 135,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/135/?format=api",
            "name": "Kuaizhou",
            "description": "Kuaizhou is a family of Chinese \"quick-reaction\" orbital launch vehicles. Flying since 2013, Kuaizhou 1 and 1A consist of three solid-fueled rocket stages, with a liquid-fueled fourth stage as part of the satellite system.",
            "family": "Kuaizhou",
            "full_name": "Kuaizhou-1A",
            "variant": "1A",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 19.4,
            "diameter": 1.4,
            "maiden_flight": "2017-01-09",
            "launch_mass": 30,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_image_20191027094423.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou",
            "consecutive_successful_launches": 0,
            "successful_launches": 26,
            "failed_launches": 3,
            "pending_launches": 0
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/194/?format=api",
            "name": "Kuaizhou-11",
            "description": "The Kuaizhou-11 (KZ-11), is a planned Chinese commercial launch vehicle.\r\n\r\nReportedly, the payload is about 1000 kg for low earth orbit and 700 kg for a sun-synchronous orbit.\r\n\r\nThe three stage rocket is possibly based on the DF-31 missile. It consists of three solid-fueled stages. The principal diameter is 2.2 m and the launch weight is 78 tons. the first stage features four grid rudders. The vehicle is launched from a launch truck.",
            "family": "Kuaizhou",
            "full_name": "Kuaizhou-11",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": null,
            "diameter": 2.2,
            "maiden_flight": "2020-07-10",
            "launch_mass": 78,
            "leo_capacity": 1000,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kuaizhou_11_lif_image_20240520155835.jpg",
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}