ASAS-SN variable star archive
One million variable stars,
one
living archive.
Full ASAS-SN light curves for every VSX variable in the window — 12 < g < 17 mag — across two photometric bands, with refined periods and a folded view of every star, refreshed weekly and free to read in bulk.
Tonight · catalog v2026.06.07
From the whole sky, right now
Anomaly watch
in-class oddballs flagged by the classifierSurvey sky coverage · by month
share of the catalog the ASAS-SN network can observeThe variability zoo
Browse by class
Every VSX type, rolled up into the eight broad families the deep classifier predicts. Each shape is a real archetype, folded.
All-sky · Galactic coordinates · Hammer projection
The variable sky
How a class is spread across the sky traces the age of its stars: young, disk-born populations stay in the plane while ancient ones reach out into the halo and bulge. Eclipsing binaries and Cepheids hug the disk, RR Lyrae fill the halo and bulge, AGN avoid the plane entirely. Hover a star; click a class to isolate it — or open the full explorer to brush colour, sky, and period together.
Built for access
The whole archive, one import away
Read all million stars directly with LSDB — no tokens, no sign-up, no rate limits. A single read streams the full catalog and its light curves straight into your notebook; the API is there for quick single-star lookups.
# read the whole archive — unlimited, by design import lsdb cat = lsdb.read_hats( "https://data.varchive.app/catalogs/latest/object" ) # or one star, instantly, via the package from varchive import Client star = Client().get_star("WISE J193632.2-794139") star.lightcurve.band("g").fold(star.adopted_period)