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

{
    "id": 1039,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1039/?format=api",
    "name": "Magellan Aerospace Corporation",
    "featured": false,
    "type": "Commercial",
    "country_code": "CAN",
    "abbrev": "MAC",
    "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.",
    "administrator": "CEO: Phillip Underwood",
    "founding_year": "1996",
    "launchers": "Black Brant",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://magellan.aero/",
    "wiki_url": "https://en.wikipedia.org/wiki/Magellan_Aerospace",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_logo_20220622160105.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/magellan2520aerospace2520corporation_nation_20220622160105.png",
    "launcher_list": [
        {
            "id": 481,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/481/?format=api",
            "name": "Black Brant IX",
            "description": "The Black Brant IX is a Canadian-designed sounding rocket used by the CSA and NASA.",
            "family": "",
            "full_name": "Black Brant IX",
            "variant": "IX",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 12.2,
            "diameter": 0.46,
            "maiden_flight": "1982-03-16",
            "launch_mass": 2,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": 300,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/black_brant_ix_image_20220625190201.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Black_Brant_(rocket)#Black_Brant_IX",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}