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

{
    "id": 1009,
    "url": "https://ll.thespacedevs.com/2.2.0/agencies/1009/?format=api",
    "name": "Institute of Space and Astronautical Science",
    "featured": false,
    "type": "Government",
    "country_code": "JPN",
    "abbrev": "ISAS",
    "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.",
    "administrator": null,
    "founding_year": null,
    "launchers": "Lambda",
    "spacecraft": "",
    "parent": null,
    "launch_library_url": null,
    "total_launch_count": 32,
    "successful_launches": 24,
    "consecutive_successful_launches": 1,
    "failed_launches": 8,
    "pending_launches": 0,
    "successful_landings": 0,
    "failed_landings": 0,
    "attempted_landings": 0,
    "consecutive_successful_landings": 0,
    "info_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
    "wiki_url": "https://en.wikipedia.org/wiki/Institute_of_Space_and_Astronautical_Science",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 333,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/333/?format=api",
            "name": "Lambda 4S",
            "description": "The Lambda was an experimental Japanese expendable carrier rocket",
            "family": "",
            "full_name": "Lambda 4S",
            "variant": "4S",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 16.5,
            "diameter": 0.74,
            "maiden_flight": "1966-09-26",
            "launch_mass": 9,
            "leo_capacity": 26,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Lambda_4S",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 4,
            "pending_launches": 0
        },
        {
            "id": 336,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/336/?format=api",
            "name": "Mu-3C",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-3C",
            "variant": "C",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 20.2,
            "diameter": 1.41,
            "maiden_flight": "1974-02-16",
            "launch_mass": 41,
            "leo_capacity": 195,
            "gto_capacity": null,
            "to_thrust": 1932,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "consecutive_successful_launches": 1,
            "successful_launches": 3,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 337,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/337/?format=api",
            "name": "Mu-3H",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-3H",
            "variant": "H",
            "alias": "",
            "min_stage": 5,
            "max_stage": 5,
            "length": 23.8,
            "diameter": 1.41,
            "maiden_flight": "1977-02-19",
            "launch_mass": 44,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": 2150,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 338,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/338/?format=api",
            "name": "Mu-3S",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-3S",
            "variant": "S",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 23.8,
            "diameter": 1.41,
            "maiden_flight": "1980-02-17",
            "launch_mass": 49,
            "leo_capacity": 300,
            "gto_capacity": null,
            "to_thrust": 2150,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "consecutive_successful_launches": 4,
            "successful_launches": 4,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 339,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/339/?format=api",
            "name": "Mu-3S-II",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-3S-II",
            "variant": "S-II",
            "alias": "",
            "min_stage": 4,
            "max_stage": 4,
            "length": 27.8,
            "diameter": 1.41,
            "maiden_flight": "1985-01-07",
            "launch_mass": 61,
            "leo_capacity": 800,
            "gto_capacity": null,
            "to_thrust": 1930,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "consecutive_successful_launches": 0,
            "successful_launches": 7,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 340,
            "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/340/?format=api",
            "name": "Mu-4S",
            "description": "The Mu, also known as M, was a series of Japanese solid-fuelled carrier rockets, which were launched from Uchinoura between 1966 and 2006. Originally developed by Japan's Institute of Space and Astronautical Science, Mu rockets were later operated by Japan Aerospace Exploration Agency following ISAS becoming part of it.",
            "family": "Mu",
            "full_name": "Mu-4S",
            "variant": "S",
            "alias": "",
            "min_stage": 5,
            "max_stage": 5,
            "length": 23.6,
            "diameter": 1.41,
            "maiden_flight": "1970-09-25",
            "launch_mass": 43,
            "leo_capacity": 180,
            "gto_capacity": null,
            "to_thrust": 1932,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Mu_(rocket_family)",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 1,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}