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

{
    "id": 1030,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1030/?format=api",
    "name": "ABL Space Systems",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "ABL",
    "description": "ABL Space Systems is an American company based in El Segundo, California, specialized in launch vehicle and launch systems technology manufacturing using CNC and 3D printing.",
    "administrator": "CEO: Harry O'Hanley",
    "founding_year": "2017",
    "launchers": "RS1",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 1,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 1,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://ablspacesystems.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_logo_20211102154855.png",
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl_space_syste_image_20211102154855.jpg",
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/abl2520space2520systems_nation_20240216143912.jpg",
    "launcher_list": [
        {
            "id": 475,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/475/?format=api",
            "name": "RS1",
            "description": "Second-stage launch vehicle developed by ABL Space Systems using their E2 RP-1/LOX rocket engine. Nine engines are used in the first stage and one in the second stage. The RS1 is designed to be deployed and launched from any suitably flat site using a containerized launch system transported by trucks.",
            "family": "",
            "full_name": "RS1",
            "variant": "1",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 26.8,
            "diameter": 1.83,
            "maiden_flight": "2023-01-10",
            "launch_mass": null,
            "leo_capacity": 1350,
            "gto_capacity": 400,
            "to_thrust": 485,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rs1_on_the_pad__image_20240325094914.jpeg",
            "info_url": "https://ablspacesystems.com/rocket/",
            "wiki_url": "https://en.wikipedia.org/wiki/ABL_Space_Systems#RS1",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 1
        }
    ],
    "spacecraft_list": []
}