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

{
    "id": 265,
    "url": "https://ll.thespacedevs.com/2.0.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": "Bill Weber",
    "founding_year": "2014",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 4,
    "successful_launches": 2,
    "consecutive_successful_launches": 0,
    "failed_launches": 2,
    "pending_launches": 1,
    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_nation_20230531050520.jpg",
    "launcher_list": [
        {
            "id": 179,
            "launch_library_id": 216,
            "url": "https://ll.thespacedevs.com/2.0.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.0,
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/firefly_alpha_image_20210429094607.jpg",
            "info_url": "https://fireflyspace.com/alpha/",
            "wiki_url": "https://en.wikipedia.org/wiki/Firefly_Alpha",
            "consecutive_successful_launches": 0,
            "successful_launches": 2,
            "failed_launches": 2,
            "pending_launches": 1
        }
    ],
    "spacecraft_list": []
}