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

{
    "id": 1032,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1032/?format=api",
    "name": "Islamic Revolutionary Guard Corps Aerospace Force",
    "featured": false,
    "type": "Government",
    "country_code": "IRN",
    "abbrev": "IRGCAF",
    "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.",
    "administrator": "Brigadier General: Ali Jafarabadi",
    "founding_year": "1985",
    "launchers": "Qased",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 6,
    "successful_launches": 5,
    "consecutive_successful_launches": 3,
    "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/Islamic_Revolutionary_Guard_Corps_Aerospace_Force#Space_Command",
    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_logo_20220308095207.png",
    "image_url": null,
    "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/islamic2520revolutionary2520guard2520corps2520aerospace2520force_nation_20220308095207.png",
    "launcher_list": [
        {
            "id": 505,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/505/?format=api",
            "name": "Qaem 100",
            "description": "",
            "family": "",
            "full_name": "Qaem 100",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": null,
            "diameter": null,
            "maiden_flight": "2023-03-04",
            "launch_mass": null,
            "leo_capacity": 80,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qaem_100_image_20240123065309.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Qaem_100",
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 217,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/217/?format=api",
            "name": "Qased",
            "description": "",
            "family": "",
            "full_name": "Qased",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": null,
            "diameter": 1.25,
            "maiden_flight": "2020-04-22",
            "launch_mass": null,
            "leo_capacity": 50,
            "gto_capacity": null,
            "to_thrust": 290,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/qased_image_20220308095543.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Qased_(rocket)",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}