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

{
    "id": 147,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
    "name": "Rocket Lab",
    "featured": true,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "RL",
    "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
    "administrator": "CEO: Peter Beck",
    "founding_year": "2006",
    "launchers": "Electron",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 47,
    "successful_launches": 43,
    "consecutive_successful_launches": 6,
    "failed_launches": 4,
    "pending_launches": 27,
    "successful_landings": 7,
    "failed_landings": 2,
    "attempted_landings": 9,
    "consecutive_successful_landings": 4,
    "info_url": "http://www.rocketlabusa.com/",
    "wiki_url": "http://en.wikipedia.org/wiki/Rocket_Lab",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_nation_20230531050352.jpg",
    "launcher_list": [
        {
            "id": 26,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/26/?format=api",
            "name": "Electron",
            "description": "Electron is a two-stage orbital expendable launch vehicle (with an optional third stage) developed by the American aerospace company Rocket Lab. Electron is a small-lift launch vehicle designed to launch small satellites and cubesats to sun-synchronous orbit and low earth orbit. The Electron is the first orbital class rocket to use electric-pump-fed engines, powered by the 9 Rutherford engines on the first stage. It is also used as a suborbital testbed (called HASTE) for hypersonics research.",
            "family": "",
            "full_name": "Electron",
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 3,
            "length": 18.0,
            "diameter": 1.2,
            "maiden_flight": "2017-05-25",
            "launch_mass": 13,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": 162,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/electron_image_20190705175640.jpeg",
            "info_url": "https://www.rocketlabusa.com/electron/",
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Electron",
            "consecutive_successful_launches": 6,
            "successful_launches": 43,
            "failed_launches": 4,
            "pending_launches": 27
        },
        {
            "id": 476,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/476/?format=api",
            "name": "Neutron",
            "description": "Neutron is an upcoming medium-lift two-stage launch vehicle under development by Rocket Lab. Neutron features a reusable first stage fueled by LOX and Methane.",
            "family": "",
            "full_name": "Neutron",
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 40.0,
            "diameter": 7.0,
            "maiden_flight": null,
            "launch_mass": 480,
            "leo_capacity": 15000,
            "gto_capacity": null,
            "to_thrust": 5960,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/neutron_image_20230727171443.jpeg",
            "info_url": "https://www.rocketlabusa.com/launch/neutron/",
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Lab_Neutron",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}