Launch Library 2 — Rocket Launch Tracker avatar

Launch Library 2 — Rocket Launch Tracker

Pricing

from $0.25 / 1,000 results

Go to Apify Store
Launch Library 2 — Rocket Launch Tracker

Launch Library 2 — Rocket Launch Tracker

Upcoming, previous, and specific rocket launches from The Space Devs' Launch Library 2 API. Status, NET, rocket, provider, pad, location, mission, and orbit as typed records. No API key.

Pricing

from $0.25 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 hours ago

Last modified

Share

Track orbital rocket launches from Launch Library 2 (The Space Devs) — upcoming launches, past launches, or a single launch by ID — as clean typed records. No API key required.

What you get

Each launch record includes:

FieldDescription
nameLaunch name
status, status_abbrevLaunch status (Go, To Be Determined, Success, Failure…)
net, window_start, window_endLaunch window times (UTC)
rocket_name, rocket_familyVehicle
provider_name, provider_typeLaunch service provider
mission_name, mission_type, orbit_nameMission details
pad_name, location_name, country_codePad and location
launch_descriptionMission description
image, vid_url, urlMedia and source links

Input

FieldTypeDefaultDescription
modeselectupcomingupcoming, previous, or by_id (single launch)
limitinteger10Max launches to return (1–100)
searchstringFree-text search over previous launches; for by_id, the Launch Library launch ID (e.g. 4645)

Quick start

  1. Open the Actor page and click Try — it runs with prefilled input.
  2. Or call it directly:
curl -X POST "https://api.apify.com/v2/acts/cynix_dev~launch-library-launches/runs" \
-H "Content-Type: application/json" \
-d '{"mode":"upcoming","limit":10}'
  1. Records land in the run's default dataset.

Example inputs

Next ten launches:

{ "mode": "upcoming", "limit": 10 }

Past Falcon launches:

{ "mode": "previous", "search": "falcon", "limit": 25 }

A single launch by ID:

{ "mode": "by_id", "search": "4645" }

Use cases

  • Launch monitors — schedule a daily run and diff new NET times.
  • Space news/aggregators — enrich articles with live launch data.
  • Research — historical launch statistics by provider, pad, or orbit.

Pricing

Runs are billed by platform usage only — no per-result charge. A typical 10-launch run costs well under one cent.

FAQ

Do I need an API key? No — Launch Library 2 is public.

What does by_id need? The Launch Library launch ID (a number) in the search field, e.g. 4645.

How fresh is the data? Launch Library 2 updates live; upcoming-mode runs reflect the latest schedule.