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

{
    "id": 1051,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1051/?format=api",
    "name": "Payload Aerospace S.L.",
    "featured": false,
    "type": "Commercial",
    "country_code": "ESP",
    "abbrev": "PLD Space",
    "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.",
    "administrator": "CEO: Raúl Torres",
    "founding_year": "2011",
    "launchers": "Miura 1 | Miura 5",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 1,
    "successful_launches": 1,
    "consecutive_successful_launches": 1,
    "failed_launches": 0,
    "pending_launches": 1,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.pldspace.com/en/",
    "wiki_url": "https://en.wikipedia.org/wiki/PLD_Space",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._logo_20230530095525.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/payload2520aerospace2520s.l._nation_20230530104423.jpg",
    "launcher_list": [
        {
            "id": 494,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/494/?format=api",
            "name": "Miura 1",
            "description": "MIURA 1 is a single stage launch vehicle powered by liquid oxygen and kerosene. The vehicle is designed,\r\nintegrated and operated by PLD Space.",
            "family": "Miura",
            "full_name": "Miura 1",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": 12.7,
            "diameter": 0.7,
            "maiden_flight": "2023-10-07",
            "launch_mass": 3,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 30,
            "apogee": 150,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/miura_1_image_20230530100729.png",
            "info_url": "https://pldspace.com/images/MIURA_1/MIURA1_Payload_Users_Guide.pdf",
            "wiki_url": "https://en.wikipedia.org/wiki/Miura_1",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 509,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/509/?format=api",
            "name": "Miura 5",
            "description": "MIURA 5 is a 2 stage launch vehicle powered by liquid oxygen and kerosene. The vehicle is designed,\r\nintegrated and operated by PLD Space, and its 1st stage is designed to be eventually recovered by parachuting into the sea.",
            "family": "Miura",
            "full_name": "Miura 5",
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 35.81,
            "diameter": 2.0,
            "maiden_flight": null,
            "launch_mass": null,
            "leo_capacity": 900,
            "gto_capacity": null,
            "to_thrust": 950,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "https://www.pldspace.com/en/miura-5",
            "wiki_url": "https://en.wikipedia.org/wiki/Miura_5",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1
        }
    ],
    "spacecraft_list": []
}