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

{
    "id": 1029,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1029/?format=api",
    "name": "TiSPACE",
    "featured": false,
    "type": "Private",
    "country_code": "TWN",
    "abbrev": "",
    "description": "Taiwan Innovative Space Inc.(TiSPACE), is a space launch company from Taiwan founded in 2016.",
    "administrator": "Dr. Yen-Sen Chen",
    "founding_year": "2016",
    "launchers": "Hapith I, Hapith V",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 1,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 1,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tispace_logo_20210910043519.png",
    "image_url": null,
    "nation_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tispace_nation_20210910043519.png",
    "launcher_list": [
        {
            "id": 474,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/474/?format=api",
            "name": "Hapith I",
            "description": "Hapith I is a sub-orbital launch vehicle built by TiSPACE. It is intended to test technologies for the future Hapith V vehicle.",
            "family": "",
            "full_name": "Hapith I",
            "variant": "I",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 10.2,
            "diameter": 2.2,
            "maiden_flight": "2021-09-16",
            "launch_mass": 3,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/hapith_i_image_20210911031658.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/TiSPACE#HAPITH_I",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}