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

{
    "id": 159,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/159/?format=api",
    "name": "Avio S.p.A",
    "featured": false,
    "type": "Commercial",
    "country_code": "ITA",
    "abbrev": "Avio",
    "description": "Avio S.p.A. is an Italian company operating in the aerospace sector with its head office in Colleferro near Rome, Italy. Founded in 1908, it is present in Italy and abroad with different commercial offices and 10 production sites.",
    "administrator": "CEO: Giulio Ranzo",
    "founding_year": "1908",
    "launchers": "Vega",
    "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": "http://www.aviogroup.com/",
    "wiki_url": "http://en.wikipedia.org/wiki/Avio",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/avio2520s.p.a_logo_20221130103121.png",
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 167,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/167/?format=api",
            "name": "Vega",
            "description": "Vega is the smallest lifter in the current Arianespace family.",
            "family": "Vega",
            "full_name": "Vega",
            "variant": "",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 29.9,
            "diameter": 3.025,
            "maiden_flight": "2012-02-13",
            "launch_mass": 137,
            "leo_capacity": 1500,
            "gto_capacity": null,
            "to_thrust": 2974,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega_image_20201111143622.jpeg",
            "info_url": "http://www.arianespace.com/vehicle/vega/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)",
            "consecutive_successful_launches": 4,
            "successful_launches": 19,
            "failed_launches": 2,
            "pending_launches": 1
        },
        {
            "id": 127,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/127/?format=api",
            "name": "Vega-C",
            "description": "",
            "family": "Vega",
            "full_name": "Vega-C",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 4,
            "length": 30.1,
            "diameter": 3.0,
            "maiden_flight": "2022-07-13",
            "launch_mass": 136,
            "leo_capacity": 1500,
            "gto_capacity": null,
            "to_thrust": 2974,
            "apogee": 1000,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
            "info_url": "http://www.arianespace.com/vehicle/vega/",
            "wiki_url": "https://en.wikipedia.org/wiki/Vega_(rocket)",
            "consecutive_successful_launches": 0,
            "successful_launches": 1,
            "failed_launches": 1,
            "pending_launches": 26
        }
    ],
    "spacecraft_list": []
}