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

{
    "id": 41,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/41/?format=api",
    "name": "Korea Aerospace Research Institute",
    "featured": false,
    "type": "Government",
    "country_code": "KOR",
    "abbrev": "KARI",
    "description": "The Korea Aerospace Research Institute (KARI) established in 1989, is the aeronautics and space agency of Republic of Korea. Its main laboratories are located in Daejeon, in the Daedeok Science Town.",
    "administrator": "Cho Gwang-rae",
    "founding_year": "1989",
    "launchers": "Nuri",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 7,
    "successful_launches": 4,
    "consecutive_successful_launches": 2,
    "failed_launches": 3,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.kari.kr/",
    "wiki_url": "http://en.wikipedia.org/wiki/Korea_Aerospace_Research_Institute",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_logo_20200806032236.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/korea2520aerospace2520research2520institute_nation_20230604194037.jpg",
    "launcher_list": [
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/147/?format=api",
            "name": "KSLV 2 TLV",
            "description": "",
            "family": "KSLV",
            "full_name": "KSLV 2 TLV",
            "variant": "TLV",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": null,
            "diameter": null,
            "maiden_flight": "2018-11-28",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/kslv252022520tlv_image_20190207032613.jpeg",
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/12/?format=api",
            "name": "Naro-1",
            "description": "",
            "family": "KSLV",
            "full_name": "KSLV Naro-1",
            "variant": "1",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": null,
            "diameter": null,
            "maiden_flight": "2009-08-25",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Naro-1",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 2,
            "pending_launches": 0
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/117/?format=api",
            "name": "Nuri",
            "description": "Nuri, also known as KSLV-II, is South Korea's second carrier rocket and the successor to KSLV-1.",
            "family": "KSLV",
            "full_name": "KSLV-2 Nuri",
            "variant": "2",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 47.2,
            "diameter": 3.5,
            "maiden_flight": "2021-10-21",
            "launch_mass": 200,
            "leo_capacity": 2600,
            "gto_capacity": null,
            "to_thrust": 2612,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/nuri_on_the_lau_image_20240307163812.jpeg",
            "info_url": "https://www.kari.re.kr/eng/sub03_03_01.do",
            "wiki_url": "https://en.wikipedia.org/wiki/KSLV-2",
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}