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

{
    "id": 266,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/266/?format=api",
    "name": "Relativity Space",
    "featured": false,
    "type": "Commercial",
    "country_code": "USA",
    "abbrev": "RS",
    "description": "Relativity Space is an American aerospace manufacturing company headquartered in Los Angeles, California. It was founded in 2015 by Tim Ellis and Jordan Noone. Relativity Space is developing manufacturing technologies, launch vehicles and rocket engines for commercial orbital launch services.",
    "administrator": "CEO: Tim Ellis",
    "founding_year": "2015",
    "launchers": "Terran",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 1,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 3,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.relativityspace.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Relativity_Space",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325080842.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/relativity_spac_image_20240325081000.jpg",
    "launcher_list": [
        {
            "id": 180,
            "launch_library_id": 217,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/180/?format=api",
            "name": "Terran 1",
            "description": "The Terran 1 is an expendable launch vehicle under development that will consist of two stages. The first stage will use 9 Aeon 1 engines, while the second stage will use a single Aeon 1 engine.",
            "family": "Terran",
            "full_name": "Terran 1",
            "variant": "1",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 35.0,
            "diameter": 2.3,
            "maiden_flight": "2023-03-23",
            "launch_mass": null,
            "leo_capacity": 1479,
            "gto_capacity": null,
            "to_thrust": 920,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/terran_1_image_20220129191632.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Terran_1",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 1
        },
        {
            "id": 482,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/482/?format=api",
            "name": "Terran R",
            "description": "Terran R is a medium-lift 2-stage \r\nlaunch vehicle developed by Relativity Space is the first fully-reusable, entirely 3D printed orbital launch vehicle.",
            "family": "Terran",
            "full_name": "Terran R",
            "variant": "R",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 66.0,
            "diameter": 5.5,
            "maiden_flight": null,
            "launch_mass": null,
            "leo_capacity": 20000,
            "gto_capacity": null,
            "to_thrust": 9400,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/terran_r_image_20220912002151.png",
            "info_url": "https://www.relativityspace.com/rockets",
            "wiki_url": "https://en.wikipedia.org/wiki/Relativity_Space#Terran_R",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 2
        }
    ],
    "spacecraft_list": []
}