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

{
    "id": 1045,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1045/?format=api",
    "name": "Rocket Factory Augsburg",
    "featured": false,
    "type": "Private",
    "country_code": "DEU",
    "abbrev": "RFA",
    "description": "Rocket Factory Augsburg AG (RFA) is a German New Space start-up located in Augsburg. It was founded in 2018 with the mission to build rockets just like cars.",
    "administrator": "COO: Stefan Brieschenk",
    "founding_year": "2018",
    "launchers": "RFA One",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "pending_launches": 1,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://www.rfa.space/",
    "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket_factory__image_20240325081246.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rocket2520factory2520augsburg_nation_20240216150224.png",
    "launcher_list": [
        {
            "id": 488,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/488/?format=api",
            "name": "RFA One",
            "description": "RFA One is a three-stage rocket designed to launch small satellites and payloads of initially up to 1,350 kg into polar orbits.",
            "family": "",
            "full_name": "RFA One",
            "variant": "One",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 30.0,
            "diameter": 2.0,
            "maiden_flight": null,
            "launch_mass": null,
            "leo_capacity": 1600,
            "gto_capacity": 450,
            "to_thrust": 100,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/rfa_one_image_20230117001619.png",
            "info_url": "https://www.rfa.space/launcher/",
            "wiki_url": "https://en.wikipedia.org/wiki/Rocket_Factory_Augsburg#Launch_vehicle",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 1
        }
    ],
    "spacecraft_list": []
}