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

{
    "id": 1015,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1015/?format=api",
    "name": "European Launcher Development Organisation",
    "featured": false,
    "type": "Government",
    "country_code": "FRA,ITA,DEU,GBR,BEL,NLD,AUS",
    "abbrev": "ELDO",
    "description": "The European Launcher Development Organisation (ELDO) is a former European space research organization. It was first developed in order to establish a satellite launch vehicle for Europe. The three-stage rocket developed was named Europa, after the mythical Greek god. Overall, there were 10 launches that occurred under ELDO's funding.",
    "administrator": null,
    "founding_year": "1961",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 4,
    "successful_launches": 0,
    "consecutive_successful_launches": 0,
    "failed_launches": 4,
    "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/European_Launcher_Development_Organisation",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 316,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/316/?format=api",
            "name": "Europa I",
            "description": "The Europa rocket was an early expendable launch system of the European Launcher Development Organisation (ELDO), which was the precursor to the European Space Agency (ESA). It was developed with the aim to delivering space access technology, and more specifically to facilitate the deployment of European-wide telecommunication and meteorological satellites into orbit.",
            "family": "Europa",
            "full_name": "Europa I",
            "variant": "I",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 33.0,
            "diameter": 3.05,
            "maiden_flight": "1968-11-29",
            "launch_mass": 104,
            "leo_capacity": 200,
            "gto_capacity": 200,
            "to_thrust": 1500,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115405.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Europa_(rocket)",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 3,
            "pending_launches": 0
        },
        {
            "id": 317,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/317/?format=api",
            "name": "Europa II",
            "description": "The Europa rocket was an early expendable launch system of the European Launcher Development Organisation (ELDO), which was the precursor to the European Space Agency (ESA). It was developed with the aim to delivering space access technology, and more specifically to facilitate the deployment of European-wide telecommunication and meteorological satellites into orbit.",
            "family": "Europa",
            "full_name": "Europa II",
            "variant": "II",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 31.7,
            "diameter": 3.05,
            "maiden_flight": "1971-11-05",
            "launch_mass": 111,
            "leo_capacity": 1160,
            "gto_capacity": 360,
            "to_thrust": 1512,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/europa_1_on_the_image_20240411115141.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Europa_(rocket)",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}