API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.1.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.1.0/agencies/?featured=true

SEARCH EXAMPLE: /2.1.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.1.0/agencies/?ordering=featured

GET /2.1.0/agencies/270/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 270,
  "url": "https://ll.thespacedevs.com/2.1.0/agencies/270/?format=api",
  "name": "Strategic Rocket Forces",
  "featured": false,
  "type": "Government",
  "country_code": "RUS",
  "abbrev": "RVSN RF",
  "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).",
  "administrator": null,
  "founding_year": "1959",
  "launchers": "",
  "spacecraft": "",
  "parent": null,
  "launch_library_url": null,
  "total_launch_count": 15,
  "successful_launches": 12,
  "consecutive_successful_launches": 1,
  "failed_launches": 3,
  "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/Strategic_Missile_Troops",
  "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/strategic2520rocket2520forces_logo_20220309203231.png",
  "image_url": null,
  "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_nation_20190207032444.png",
  "launcher_list": [
    {
      "id": 327,
      "launch_library_id": null,
      "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/327/?format=api",
      "name": "Kosmos 11K63",
      "description": "The Kosmos rockets were a series of Soviet and subsequently Russian rockets, derived from the R-12 and R-14 missiles.",
      "family": "Kosmos",
      "full_name": "Kosmos 11K63",
      "variant": "11K63",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 31.0,
      "diameter": 1.6,
      "maiden_flight": "1966-05-24",
      "launch_mass": 48,
      "leo_capacity": 300,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos_11k63_image_20251104091702.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos_(rocket_family)",
      "consecutive_successful_launches": 14,
      "successful_launches": 118,
      "failed_launches": 8,
      "pending_launches": 0
    },
    {
      "id": 328,
      "launch_library_id": null,
      "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/328/?format=api",
      "name": "Kosmos 11K65",
      "description": "The Kosmos rockets were a series of Soviet and subsequently Russian rockets, derived from the R-12 and R-14 missiles.",
      "family": "Kosmos",
      "full_name": "Kosmos 11K65",
      "variant": "11K65",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 26.0,
      "diameter": 2.4,
      "maiden_flight": "1966-11-16",
      "launch_mass": 107,
      "leo_capacity": 1400,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-3m_durin_image_20251101171325.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos_(rocket_family)",
      "consecutive_successful_launches": 1,
      "successful_launches": 2,
      "failed_launches": 2,
      "pending_launches": 0
    },
    {
      "id": 190,
      "launch_library_id": 211,
      "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/190/?format=api",
      "name": "Kosmos-2I 63S1",
      "description": "Kosmos-2I is the designation applied to two Soviet carrier rockets which were used to orbit satellites between 1961 and 1977.",
      "family": "Kosmos",
      "full_name": "Kosmos-2I",
      "variant": "",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 31.0,
      "diameter": 1.6,
      "maiden_flight": "1961-10-27",
      "launch_mass": 48,
      "leo_capacity": 300,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kosmos-2i252063s1_image_20191201205435.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos-2I",
      "consecutive_successful_launches": 3,
      "successful_launches": 26,
      "failed_launches": 12,
      "pending_launches": 0
    },
    {
      "id": 329,
      "launch_library_id": null,
      "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/329/?format=api",
      "name": "Kosmos 65S3",
      "description": "The Kosmos rockets were a series of Soviet and subsequently Russian rockets, derived from the R-12 and R-14 missiles.",
      "family": "Kosmos",
      "full_name": "Kosmos 65S3",
      "variant": "65S3",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 26.0,
      "diameter": 2.4,
      "maiden_flight": "1964-08-18",
      "launch_mass": 107,
      "leo_capacity": 1400,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": null,
      "info_url": "",
      "wiki_url": "https://en.wikipedia.org/wiki/Kosmos_(rocket_family)",
      "consecutive_successful_launches": 6,
      "successful_launches": 7,
      "failed_launches": 1,
      "pending_launches": 0
    },
    {
      "id": 184,
      "launch_library_id": 207,
      "url": "https://ll.thespacedevs.com/2.1.0/config/launcher/184/?format=api",
      "name": "Molniya 8K78",
      "description": "The Molniya was a modification of the well-known R-7 Semyorka rocket and had four stages.\r\n\r\nThe 8K78 resulted from a crash program by the Korolev Bureau to develop a booster for launching planetary probes. A larger third stage was added along with a fourth stage (Blok L) that was designed to fire in-orbit to send the payload out of LEO. The basic R-7 core was also structurally strengthened and given more powerful engines. A rushed development produced multiple malfunctions of the upper stages, which led to its being replaced by the improved Molniya-M in 1964, but there were enough 8K78s left to continue flying them into 1967.",
      "family": "R-7",
      "full_name": "Molniya 8K78",
      "variant": "8K78",
      "alias": "",
      "min_stage": 4,
      "max_stage": 4,
      "length": 43.44,
      "diameter": 3.0,
      "maiden_flight": "1960-10-10",
      "launch_mass": 305,
      "leo_capacity": 1900,
      "gto_capacity": null,
      "to_thrust": 813,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/molniya25208k78_image_20191201210000.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Molniya_(rocket)",
      "consecutive_successful_launches": 6,
      "successful_launches": 20,
      "failed_launches": 20,
      "pending_launches": 0
    }
  ],
  "spacecraft_list": []
}