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

{
    "id": 1066,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1066/?format=api",
    "name": "HyImpulse",
    "featured": false,
    "type": "Private",
    "country_code": "DEU",
    "abbrev": "HYI",
    "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.",
    "administrator": "CEO: Mario Kobald",
    "founding_year": "2018",
    "launchers": "SR75 | SL1",
    "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": "https://hyimpulse.de/en/",
    "wiki_url": "https://en.wikipedia.org/wiki/HyImpulse",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyimpulse_logo_20230818080330.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hyimpulse_nation_20230818080330.png",
    "launcher_list": [
        {
            "id": 499,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/499/?format=api",
            "name": "SR75",
            "description": "Single-stage suborbital sounding rocket developed by German private company HyImpulse. Used to offer commercial microgravity services and as a test bed for the company's SL1 orbital rocket.",
            "family": "",
            "full_name": "SR75",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": null,
            "diameter": 0.64,
            "maiden_flight": "2024-05-03",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 75,
            "apogee": 200,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sr75_image_20230818080919.jpeg",
            "info_url": "https://hyimpulse.de/en/products/4-project-2-sounding-rocket",
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}