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

{
    "id": 1000,
    "url": "https://ll.thespacedevs.com/2.0.0/agencies/1000/?format=api",
    "name": "Energia",
    "featured": false,
    "type": "Government",
    "country_code": "RUS",
    "abbrev": "OKB-1",
    "description": null,
    "administrator": null,
    "founding_year": "1946",
    "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/Energia_(corporation)",
    "logo_url": null,
    "image_url": null,
    "nation_url": null,
    "launcher_list": [
        {
            "id": 314,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/314/?format=api",
            "name": "Energiya",
            "description": "Energia (Russian: Энергия, Energiya, \"Energy\") (GRAU 11K25) was a Soviet rocket that was designed by NPO Energia to serve as a heavy-lift partially recoverable launch system for a variety of payloads including the Buran spacecraft.",
            "family": "Energiya",
            "full_name": "Energiya",
            "variant": "",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 97.0,
            "diameter": 17.65,
            "maiden_flight": "1987-05-15",
            "launch_mass": 2524,
            "leo_capacity": 88000,
            "gto_capacity": null,
            "to_thrust": 35129,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/energia_with_po_image_20240411093709.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Energia",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 315,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/315/?format=api",
            "name": "Energiya/Buran",
            "description": "Energia (Russian: Энергия, Energiya, \"Energy\") (GRAU 11K25) was a Soviet rocket that was designed by NPO Energia to serve as a heavy-lift partially recoverable launch system for a variety of payloads including the Buran spacecraft.",
            "family": "Energiya",
            "full_name": "Energiya/Buran",
            "variant": "",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 97.0,
            "diameter": 17.65,
            "maiden_flight": "1988-11-15",
            "launch_mass": 2629,
            "leo_capacity": 90400,
            "gto_capacity": null,
            "to_thrust": 35301,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/energiya2fbura_image_20210903112117.jpg",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Energia",
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 373,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/373/?format=api",
            "name": "Soyuz 11A510",
            "description": "The Soyuz/Vostok, also known as just Soyuz or Vostok, or by its GRAU index, 11A510 was an interim expendable carrier rocket used by the Soviet Union in 1965 and 1966. Two were launched with prototype US-A satellites.",
            "family": "Soyuz",
            "full_name": "Soyuz 11A510",
            "variant": "11A510",
            "alias": "",
            "min_stage": 3,
            "max_stage": 3,
            "length": 31.0,
            "diameter": 10.3,
            "maiden_flight": "1965-12-27",
            "launch_mass": 275,
            "leo_capacity": 4500,
            "gto_capacity": null,
            "to_thrust": 4037,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz/Vostok",
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 374,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/374/?format=api",
            "name": "Soyuz 11A511",
            "description": "The Soyuz was a Soviet expendable carrier rocket designed in the 1960s by OKB-1 and manufactured by State Aviation Plant No. 1 in Kuybyshev, Soviet Union. It was commissioned to launch Soyuz spacecraft as part of the Soviet human spaceflight program, first with 8 uncrewed test flights, followed by the first 19 crewed launches.",
            "family": "Soyuz",
            "full_name": "Soyuz 11A511",
            "variant": "11A511",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 45.6,
            "diameter": 10.3,
            "maiden_flight": "1966-11-28",
            "launch_mass": 308,
            "leo_capacity": 6450,
            "gto_capacity": null,
            "to_thrust": 4037,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_(rocket)",
            "consecutive_successful_launches": 0,
            "successful_launches": 0,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 375,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/375/?format=api",
            "name": "Soyuz 11A511L",
            "description": "The Soyuz was a Soviet expendable carrier rocket designed in the 1960s by OKB-1 and manufactured by State Aviation Plant No. 1 in Kuybyshev, Soviet Union. It was commissioned to launch Soyuz spacecraft as part of the Soviet human spaceflight program, first with 8 uncrewed test flights, followed by the first 19 crewed launches.",
            "family": "Soyuz",
            "full_name": "Soyuz 11A511L",
            "variant": "11A511L",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 50.0,
            "diameter": 2.95,
            "maiden_flight": "1971-08-12",
            "launch_mass": 300,
            "leo_capacity": 5500,
            "gto_capacity": null,
            "to_thrust": 4054,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_(rocket))",
            "consecutive_successful_launches": 3,
            "successful_launches": 3,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 376,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/376/?format=api",
            "name": "Soyuz 11A511M",
            "description": "The Soyuz was a Soviet expendable carrier rocket designed in the 1960s by OKB-1 and manufactured by State Aviation Plant No. 1 in Kuybyshev, Soviet Union. It was commissioned to launch Soyuz spacecraft as part of the Soviet human spaceflight program, first with 8 uncrewed test flights, followed by the first 19 crewed launches.",
            "family": "Soyuz",
            "full_name": "Soyuz 11A511M",
            "variant": "11A511M",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 50.0,
            "diameter": 2.95,
            "maiden_flight": "1971-12-27",
            "launch_mass": 300,
            "leo_capacity": 6600,
            "gto_capacity": null,
            "to_thrust": 4054,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_(rocket)",
            "consecutive_successful_launches": 8,
            "successful_launches": 8,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 379,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/379/?format=api",
            "name": "Sputnik 11A59",
            "description": "An early Russian rocket designed by Sergei Korolev in the Soviet Union",
            "family": "Sputnik",
            "full_name": "Sputnik 11A59",
            "variant": "11A59",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": 30.0,
            "diameter": 2.99,
            "maiden_flight": "1963-12-01",
            "launch_mass": 277,
            "leo_capacity": 1400,
            "gto_capacity": null,
            "to_thrust": 3999,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Polyot_(rocket)",
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 469,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/469/?format=api",
            "name": "Sputnik 8A91",
            "description": "An early Russian rocket designed by Sergei Korolev in the Soviet Union",
            "family": "Sputnik",
            "full_name": "Sputnik 8A91",
            "variant": "8A91",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": null,
            "diameter": null,
            "maiden_flight": "1958-02-03",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sputnik_8a91_image_20210830171943.png",
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 1,
            "successful_launches": 1,
            "failed_launches": 1,
            "pending_launches": 0
        },
        {
            "id": 468,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/468/?format=api",
            "name": "Sputnik 8K74PS",
            "description": "An early Russian rocket designed by Sergei Korolev in the Soviet Union",
            "family": "Sputnik",
            "full_name": "Sputnik 8K74PS",
            "variant": "8K74PS",
            "alias": "",
            "min_stage": 1,
            "max_stage": 1,
            "length": null,
            "diameter": null,
            "maiden_flight": "1957-10-04",
            "launch_mass": null,
            "leo_capacity": null,
            "gto_capacity": null,
            "to_thrust": null,
            "apogee": null,
            "vehicle_range": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/sputnik_8k74ps_image_20210830185541.jpg",
            "info_url": null,
            "wiki_url": null,
            "consecutive_successful_launches": 2,
            "successful_launches": 2,
            "failed_launches": 0,
            "pending_launches": 0
        },
        {
            "id": 454,
            "launch_library_id": null,
            "url": "https://ll.thespacedevs.com/2.0.0/config/launcher/454/?format=api",
            "name": "Vostok-L 8K72",
            "description": "The Vostok-L was a rocket used by the Soviet Union to conduct several early tests of the Vostok spacecraft",
            "family": "Vostok",
            "full_name": "Vostok-L 8K72",
            "variant": "L 8K72",
            "alias": "",
            "min_stage": 2,
            "max_stage": 2,
            "length": 30.84,
            "diameter": 2.6,
            "maiden_flight": "1958-09-23",
            "launch_mass": 277,
            "leo_capacity": 4000,
            "gto_capacity": null,
            "to_thrust": 3956,
            "apogee": null,
            "vehicle_range": null,
            "image_url": null,
            "info_url": "",
            "wiki_url": "https://en.wikipedia.org/wiki/Vostok-L",
            "consecutive_successful_launches": 0,
            "successful_launches": 3,
            "failed_launches": 6,
            "pending_launches": 0
        }
    ],
    "spacecraft_list": []
}