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

{
    "id": 265,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
    "name": "Firefly Aerospace",
    "featured": true,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "FA",
    "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
    "administrator": "CEO: Peter Schumacher",
    "founding_year": "2014",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 6,
    "successful_launches": 3,
    "consecutive_successful_launches": 0,
    "failed_launches": 3,
    "pending_launches": 5,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://firefly.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Aerospace",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg",
    "launcher_list": [
        {
            "id": 179,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/179/?format=api",
            "name": "Firefly Alpha",
            "description": "Firefly Alpha (Firefly α) is a two-stage orbital expendable launch vehicle developed by the American aerospace company Firefly Aerospace to cover the commercial small satellite launch market. Alpha is intended to provide launch options for both full vehicle and ride share customers.",
            "family": "Firefly Alpha",
            "full_name": "Firefly Alpha",
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 29.6,
            "diameter": 1.82,
            "maiden_flight": "2021-09-03",
            "launch_mass": 54,
            "leo_capacity": 1000,
            "gto_capacity": null,
            "to_thrust": 736,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
            "info_url": "https://fireflyspace.com/alpha/",
            "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Alpha",
            "consecutive_successful_launches": 0,
            "successful_launches": 3,
            "failed_launches": 3,
            "pending_launches": 1
        },
        {
            "id": 551,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/551/?format=api",
            "name": "Firefly Alpha Block 2",
            "description": "Firefly Alpha (Firefly α) is a two-stage orbital expendable launch vehicle developed by the American aerospace company Firefly Aerospace to cover the commercial small satellite launch market. Alpha is intended to provide launch options for both full vehicle and ride share customers.\r\n\r\nThe Block 2 version features increased length and structural strength for both stages, optimized propellant tanks and consolidated in-house batteries and avionics.",
            "family": "Firefly Alpha",
            "full_name": "Firefly Alpha Block 2",
            "variant": "Block 2",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 31.6,
            "diameter": 1.82,
            "maiden_flight": null,
            "launch_mass": 54,
            "leo_capacity": 1030,
            "gto_capacity": null,
            "to_thrust": 736,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_l_image_20240605174156.jpeg",
            "info_url": "https://fireflyspace.com/news/firefly-aerospace-announces-alpha-block-ii-configuration-upgrade-for-flight-8/",
            "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Alpha",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 4
        }
    ],
    "spacecraft_list": []
}