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

{
    "id": 272,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/272/?format=api",
    "name": "China Rocket Co. Ltd.",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "CHNR",
    "description": "China Rocket Co. Ltd. is a spinoff of China’s state-owned launch vehicle manufacturer using a “commercial business model”.",
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 6,
    "successful_launches": 6,
    "consecutive_successful_launches": 6,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": null,
    "wiki_url": null,
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china2520rocket2520co.2520ltd._logo_20221001084159.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/china_rocket_co_image_20240922154013.jpg",
    "launcher_list": [
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/192/?format=api",
            "name": "Smart Dragon 1",
            "description": "Smart Dragon-1 is a solid fuel orbital rocket designed by a subsidiary of the state-owned CASC group built for the commercial market.",
            "family": "Smart Dragon",
            "full_name": "Smart Dragon 1",
            "variant": "",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": 19.2,
            "diameter": 1.2,
            "maiden_flight": "2019-08-17",
            "launch_mass": 23,
            "leo_capacity": 150,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 484,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/484/?format=api",
            "name": "Smart Dragon 3",
            "description": "Smart Dragon-3 is a solid fuel orbital rocket designed by a subsidiary of the state-owned CASC group built for the commercial market.",
            "family": "Smart Dragon",
            "full_name": "Smart Dragon 3",
            "variant": "",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": 32.0,
            "diameter": 2.64,
            "maiden_flight": "2022-12-09",
            "launch_mass": 140,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/smart_dragon_3__image_20240925074606.jpg",
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 5,
            "successful_launches": 5,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}