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

{
  "id": 285,
  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/285/?format=api",
  "name": "Astra Space",
  "featured": false,
  "type": "Commercial",
  "country_code": "USA",
  "abbrev": "AS",
  "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.",
  "administrator": "CEO: Chris Kemp",
  "founding_year": "2005",
  "launchers": "Rocket 3.3",
  "spacecraft": "",
  "parent": null,
  "launch_library_url": null,
  "total_launch_count": 7,
  "successful_launches": 2,
  "consecutive_successful_launches": 0,
  "failed_launches": 5,
  "pending_launches": 1,
  "successful_landings": 0,
  "failed_landings": 0,
  "attempted_landings": 0,
  "consecutive_successful_landings": 0,
  "info_url": "https://astra.com/",
  "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
  "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_logo_20210828205410.png",
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg",
  "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra_space_soc_image_20250918170503.jpg",
  "launcher_list": [
    {
      "id": 213,
      "launch_library_id": 243,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/213/?format=api",
      "name": "Astra Rocket 3",
      "description": "Astra Rocket 3.0 is the third version and first orbital version of Astra Space's small satellite launch vehicle. It is designed to carry 100kg in LEO.",
      "family": "Astra Rocket",
      "full_name": "Astra Rocket 3",
      "variant": "3",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 11.6,
      "diameter": 1.32,
      "maiden_flight": "2020-09-12",
      "launch_mass": null,
      "leo_capacity": 100,
      "gto_capacity": null,
      "to_thrust": 140,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra_rocket_3_image_20211012141057.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Astra_Space",
      "consecutive_successful_launches": 0,
      "successful_launches": 2,
      "failed_launches": 5,
      "pending_launches": 0
    },
    {
      "id": 526,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/526/?format=api",
      "name": "Astra Rocket 4",
      "description": "Astra Rocket 4 is the fourth version and second orbital version of Astra Space's small satellite launch vehicle. It is designed to carry 750kg in LEO.",
      "family": "Astra Rocket",
      "full_name": "Astra Rocket 4",
      "variant": "4",
      "alias": "",
      "min_stage": 2,
      "max_stage": 2,
      "length": 18.9,
      "diameter": 1.8,
      "maiden_flight": null,
      "launch_mass": 30,
      "leo_capacity": 750,
      "gto_capacity": null,
      "to_thrust": 310,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astra_rocket_4_image_20250918165934.jpg",
      "info_url": "https://astra.com/launch/",
      "wiki_url": "https://en.wikipedia.org/wiki/Astra_Rocket#Rocket_4",
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 0,
      "pending_launches": 1
    }
  ],
  "spacecraft_list": []
}