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

{
    "id": 1040,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1040/?format=api",
    "name": "CAS Space",
    "featured": false,
    "type": "Commercial",
    "country_code": "CHN",
    "abbrev": "CAS",
    "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.",
    "administrator": null,
    "founding_year": "2018",
    "launchers": "Zhongke",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 6,
    "successful_launches": 5,
    "consecutive_successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://cas-space.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cas2520space_nation_20230604193435.png",
    "launcher_list": [
        {
            "id": 483,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/483/?format=api",
            "name": "Kinetica 1",
            "description": "Kinetica 1 (also known as Lijian-1, Chinese: 力箭一号) is a Chinese solid-propellant light launch vehicle. It is capable of placing about 2 tons into low earth orbit and 1.5 tons into sun-synchronous orbit. It is developed by CAS Space, a subsidiary of the Chinese Academy of Sciences. Kinetica 1 is a light launcher whose first stage seems to be derived from the DF-31 long-range intercontinental ballistic missile. It is 30 m high and has a diameter of 2.65 m, with a liftoff mass of 135 t. It's the largest Chinese solid propellant launcher to date, with four stages with a thrust of 200, 100, 50 and 10 tons respectively. The fairing has a diameter of 3.35 meters.",
            "family": "",
            "full_name": "Kinetica 1",
            "variant": "",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 30.0,
            "diameter": 2.65,
            "maiden_flight": "2022-07-27",
            "launch_mass": 135,
            "leo_capacity": 2000,
            "gto_capacity": null,
            "to_thrust": 1961,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
            "info_url": "https://en.cas-space.com/index/index/technology",
            "wiki_url": null,
            "consecutive_successful_launches": 0,
            "successful_launches": 5,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}