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

{
    "id": 1042,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1042/?format=api",
    "name": "Skyrora",
    "featured": false,
    "type": "Private",
    "country_code": "GBR",
    "abbrev": "SKR",
    "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.",
    "administrator": "CEO: Volodymyr Lvykin",
    "founding_year": "2017",
    "launchers": "Skyrora",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.skyrora.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Skyrora",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_logo_image_20240325081537.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_social__image_20240325081654.png",
    "launcher_list": [
        {
            "id": 485,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/485/?format=api",
            "name": "Skyrora XL",
            "description": "The Skyrora XL is a three-stage orbital launch vehicle under development with nine hydrogen peroxide–kerosene engines of the same type used in Skylark L.",
            "family": "",
            "full_name": "Skyrora XL",
            "variant": "XL",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 22.7,
            "diameter": 2.2,
            "maiden_flight": null,
            "launch_mass": 56,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": 70,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skyrora_xl_image_20221119120357.png",
            "info_url": "https://www.skyrora.com/skyrora-xl/",
            "wiki_url": "https://en.wikipedia.org/wiki/Skyrora#Skyrora_XL",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1
        }
    ],
    "spacecraft_list": []
}