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

{
    "id": 1008,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1008/?format=api",
    "name": "Société d'étude et de réalisation d'engins balistiques",
    "featured": false,
    "type": "Commercial",
    "country_code": "FRA",
    "abbrev": "",
    "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.",
    "administrator": null,
    "founding_year": "1959",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 0,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 0,
    "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/Soci%C3%A9t%C3%A9_d%27%C3%A9tude_et_de_r%C3%A9alisation_d%27engins_balistiques",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 311,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/311/?format=api",
            "name": "Diamant A",
            "description": "The Diamant rocket (Diamant is French for \"diamond\") was the first exclusively French expendable launch system and at the same time the first satellite launcher not built by either the United States or USSR. As such, it has been referred to as being a key predecessor for all subsequent European launcher projects.",
            "family": "Diamant",
            "full_name": "Diamant A",
            "variant": "A",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 18.95,
            "diameter": 1.34,
            "maiden_flight": "1965-11-26",
            "launch_mass": 18,
            "leo_capacity": 160,
            "gto_capacity": null,
            "to_thrust": 301,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/diamant_a_lifto_image_20240411170731.png",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Diamant",
            "consecutive_successful_launches": 4,
            "successful_launches": 4,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 312,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/312/?format=api",
            "name": "Diamant B",
            "description": "The Diamant rocket (Diamant is French for \"diamond\") was the first exclusively French expendable launch system and at the same time the first satellite launcher not built by either the United States or USSR. As such, it has been referred to as being a key predecessor for all subsequent European launcher projects.",
            "family": "Diamant",
            "full_name": "Diamant B",
            "variant": "B",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 23.5,
            "diameter": 1.34,
            "maiden_flight": "1970-03-10",
            "launch_mass": 18,
            "leo_capacity": 160,
            "gto_capacity": null,
            "to_thrust": 396,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/diamant_b_lifto_image_20240411170212.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Diamant",
            "consecutive_successful_launches": 0,
            "successful_launches": 3,
            "failed_launches": 2,
            "pending_launches": 0
        },
        {
            "id": 313,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/313/?format=api",
            "name": "Diamant BP4",
            "description": "The Diamant rocket (Diamant is French for \"diamond\") was the first exclusively French expendable launch system and at the same time the first satellite launcher not built by either the United States or USSR. As such, it has been referred to as being a key predecessor for all subsequent European launcher projects.",
            "family": "Diamant",
            "full_name": "Diamant BP4",
            "variant": "BP4",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 21.6,
            "diameter": 1.34,
            "maiden_flight": "1975-02-06",
            "launch_mass": 18,
            "leo_capacity": 160,
            "gto_capacity": null,
            "to_thrust": 396,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Diamant",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}