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

{
    "id": 1013,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1013/?format=api",
    "name": "Makeyev Rocket Design Bureau",
    "featured": false,
    "type": "Commercial",
    "country_code": "RUS",
    "abbrev": "",
    "description": "The JSC Makeyev Design Bureau is a Russian missile design company located in Miass, Russia.\r\n\r\nEstablished in December 1947 as SKB-385, the company is the main designer of submarine-launched ballistic missiles (SLBM) in Russia. The organization was named in honor of Victor Makeyev. Its full official name is State Rocket Center «Academician V.P. Makeev Design Bureau».\r\n\r\nIn 1965, SKB-385 was redesignated the Design Bureau of Machine-Building (KBM) under the Ministry of General Machine-Building.",
    "administrator": null,
    "founding_year": "1947",
    "launchers": "",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 3,
    "successful_launches": 2,
    "consecutive_successful_launches": 1,
    "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/Makeyev_Rocket_Design_Bureau",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 450,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/450/?format=api",
            "name": "Volna",
            "description": "Space launch vehicle Volna is a converted Submarine-launched ballistic missile used for launching satellites into orbit. It is based on the R-29R designed by State Rocket Center Makayev and related to the Shtil' Launch Vehicle . The Volna is a 3-stage launch vehicle that uses liquid propellant. The warhead section is used for the payloads that can be either put into orbit with the help of an additional boost engine or travel along a sub-orbital trajectory to be recovered at the landing site. Volna can be launched from Delta III-class submarine or from land based facilities.",
            "family": "",
            "full_name": "Volna",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 14.1,
            "diameter": 1.9,
            "maiden_flight": "1975-01-01",
            "launch_mass": 35,
            "leo_capacity": 120,
            "gto_capacity": null,
            "to_thrust": 682,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Volna",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}