API endpoint that allows Agencies to be viewed.

GET:
Return a list of all the existing users.

MODE:
Normal and Detailed
/2.0.0/agencies/?mode=detailed

FILTERS:
Parameters - 'featured', 'agency_type', 'country_code'
Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE:
/2.0.0/agencies/?search=nasa

ORDERING:
Fields - 'id', 'name', 'featured'
Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/1021/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1021,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1021/?format=api",
    "name": "Galactic Energy",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "GE",
    "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Ceres-1 | Pallas-1",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 11,
    "successful_launches": 10,
    "consecutive_successful_launches": 1,
    "failed_launches": 1,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.galactic-energy.cn/index.php/En",
    "wiki_url": null,
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_nation_20230703094321.png",
    "launcher_list": [
        {
            "id": 461,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/461/?format=api",
            "name": "Ceres-1",
            "description": "Ceres-1 is the first solid propellant launch vehicle of Galactic Energy.",
            "family": "Ceres-1",
            "full_name": "Ceres-1",
            "variant": "Ceres-1",
            "alias": "",
            "min_stage": 3,
            "max_stage": 4,
            "length": null,
            "diameter": null,
            "maiden_flight": "2020-11-07",
            "launch_mass": null,
            "leo_capacity": 350,
            "gto_capacity": null,
            "to_thrust": 598,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ceres-1_image_20230722081939.jpeg",
            "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 9,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 500,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/500/?format=api",
            "name": "Ceres-1S",
            "description": "Ceres-1S is the sea launched version of Ceres-1 from Galactic Energy.",
            "family": "Ceres-1",
            "full_name": "Ceres-1S",
            "variant": "Ceres-1S",
            "alias": "",
            "min_stage": 3,
            "max_stage": 4,
            "length": null,
            "diameter": null,
            "maiden_flight": "2023-09-05",
            "launch_mass": null,
            "leo_capacity": 350,
            "gto_capacity": null,
            "to_thrust": 598,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/ceres-1s_image_20230905114324.jpeg",
            "info_url": "http://www.galactic-energy.cn/index.php/En/List/cid/14",
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}