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

{
    "id": 199,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/199/?format=api",
    "name": "Virgin Orbit",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "VO",
    "description": "Virgin Orbit is a company within the Virgin Group which plans to provide launch services for small satellites. The company was formed in 2017 to develop the air-launched LauncherOne rocket, launched from Cosmic Girl, which had previously been a project of Virgin Galactic. Based in Long Beach, California, Virgin Orbit has more than 300 employees led by president Dan Hart, a former vice president of government satellite systems at Boeing.\r\n\r\nVirgin Orbit focuses on small satellite launch, which is one of three capabilities being focused on by Virgin Galactic. These capabilities are: human spaceflight operations, small satellite launch, and advanced aerospace design, manufacturing, and test",
    "administrator": "President: Dan Hart",
    "founding_year": "2017",
    "launchers": "LauncherOne",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 6,
    "successful_launches": 4,
    "consecutive_successful_launches": 0,
    "failed_launches": 2,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://virginorbit.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Virgin_Orbit",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_logo_20200101102856.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_nation_20200101103026.jpeg",
    "launcher_list": [
        {
            "id": 141,
            "launch_library_id": 173,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/141/?format=api",
            "name": "LauncherOne",
            "description": "LauncherOne is a two stage orbital launch vehicle developed by Virgin Orbit since 2007. It is an air launch to orbit rocket, designed to launch \"smallsat\" payloads of 300 kilograms (660 lb) into a Sun-synchronous orbit, following air launch from a carrier aircraft at high altitude.",
            "family": "Launcher",
            "full_name": "LauncherOne",
            "variant": "One",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 16.0,
            "diameter": 1.6,
            "maiden_flight": "2020-05-25",
            "launch_mass": 30,
            "leo_capacity": 500,
            "gto_capacity": null,
            "to_thrust": 327,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/launcherone_image_20200101110016.jpeg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/LauncherOne",
            "consecutive_successful_launches": 0,
            "successful_launches": 4,
            "failed_launches": 2,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}