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

{
    "id": 184,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/184/?format=api",
    "name": "China Aerospace Science and Industry Corporation",
    "featured": false,
    "type": "Government",
    "country_code": "CHN",
    "abbrev": "CASIC",
    "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.",
    "administrator": null,
    "founding_year": null,
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 5,
    "successful_launches": 5,
    "consecutive_successful_launches": 5,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://english.casic.cn/",
    "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Industry_Corporation",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_logo_20201111180047.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_nation_20200912142919.jpg",
    "launcher_list": [
        {
            "id": 65,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/65/?format=api",
            "name": "Kuaizhou",
            "description": "",
            "family": "",
            "full_name": "Kuaizhou",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 4,
            "length": 11.0,
            "diameter": 1.4,
            "maiden_flight": "2013-09-25",
            "launch_mass": 20,
            "leo_capacity": 0,
            "gto_capacity": 0,
            "to_thrust": null,
            "apogee": 1000,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1_lift_image_20240411121350.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou",
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}