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

{
    "id": 34,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/34/?format=api",
    "name": "Iranian Space Agency",
    "featured": false,
    "type": "Government",
    "country_code": "IRN",
    "abbrev": "ISA",
    "description": "The Iranian Space Agency is Iran's governmental space agency. Iran became an orbital-launch-capable nation in 2009. Iran is one of the 24 founding members of the United Nations Committee on the Peaceful Uses of Outer Space, which was set up in 1958.",
    "administrator": "Morteza Barari",
    "founding_year": "2004",
    "launchers": "Safir | Simorgh",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 14,
    "successful_launches": 5,
    "consecutive_successful_launches": 1,
    "failed_launches": 9,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "http://www.isa.ir/",
    "wiki_url": "http://en.wikipedia.org/wiki/Iranian_Space_Agency",
    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/iranian2520space2520agency_logo_20200422091550.jpg",
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/39/?format=api",
            "name": "Safir",
            "description": "",
            "family": "Nodong",
            "full_name": "Safir",
            "variant": "",
            "alias": "",
            "min_stage": 1,
            "max_stage": 2,
            "length": 22.0,
            "diameter": 1.25,
            "maiden_flight": "2008-08-16",
            "launch_mass": 26,
            "leo_capacity": 0,
            "gto_capacity": 0,
            "to_thrust": 255,
            "apogee": 250,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 4,
            "successful_launches": 4,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 74,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/74/?format=api",
            "name": "Safir 1B",
            "description": "",
            "family": "Nodong",
            "full_name": "Safir 1B",
            "variant": "1B",
            "alias": "",
            "min_stage": 1,
            "max_stage": 2,
            "length": 22.0,
            "diameter": 1.25,
            "maiden_flight": "2012-05-23",
            "launch_mass": 26,
            "leo_capacity": 0,
            "gto_capacity": 0,
            "to_thrust": 255,
            "apogee": 250,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 3,
            "pending_launches": 0
        },
        {
            "id": 142,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/142/?format=api",
            "name": "Simorgh",
            "description": "",
            "family": "",
            "full_name": "Simorgh",
            "variant": "",
            "alias": "",
            "min_stage": null,
            "max_stage": null,
            "length": null,
            "diameter": null,
            "maiden_flight": "2017-07-27",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Simorgh_(rocket)",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 5,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}