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

{
    "id": 1080,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1080/?format=api",
    "name": "Orienspace Technology",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "OrienSpace",
    "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.",
    "administrator": null,
    "founding_year": "2020",
    "launchers": "Gravity-1",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 1,
    "successful_launches": 1,
    "consecutive_successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.orienspace.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Orienspace",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_logo_20240112075736.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/orienspace2520technology_nation_20240112075637.png",
    "launcher_list": [
        {
            "id": 503,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/503/?format=api",
            "name": "Gravity-1",
            "description": "A 4 stage launch vehicle by Chinese private company OrienSpace, consisting of 5 solid rocket motors clustered together but with the center motor igniting just before boosters separation. The upper two stages also uses solid fuel.",
            "family": "Gravity-1",
            "full_name": "Gravity-1",
            "variant": "Gravity-1",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 29.4,
            "diameter": null,
            "maiden_flight": "2024-01-11",
            "launch_mass": 405,
            "leo_capacity": 6500,
            "gto_capacity": null,
            "to_thrust": 5880,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/gravity-1_image_20240108105446.jpeg",
            "info_url": "https://www.orienspace.com/productPage",
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}