Build on Orrery.
A developer-first, usage-priced HTTP API for weather and energy data. Clean responses, units on every value, errors as problem+json, and accuracy you can verify. The base is live today; the weather and energy endpoints are in active build.
The base is live. Call it right now.
api.orr.sh is a typed HTTP service on AWS, with problem+json errors and real responses. The first endpoint is an International Standard Atmosphere calculator, backed by our open-source standard-atmosphere crate. No key needed to try it.
Standard atmosphere
Temperature, pressure, and density at an altitude, with units on every value.
curl "https://api.orr.sh/v1/atmosphere?altitude_m=1000"
{
"input": { "altitude_m": 1000.0, "altitude_kind": "geometric" },
"geopotential_altitude_m": 999.84,
"temperature": { "k": 281.65, "c": 8.5 },
"pressure": { "pa": 89876.3, "hpa": 898.763 },
"density_kg_m3": 1.11166,
"model": "ISA / U.S. Standard Atmosphere 1976",
"source": "standard-atmosphere crate"
}Health
A plain liveness check. Useful as your first request from a new environment.
curl "https://api.orr.sh/health"
{ "service": "orrery-api", "status": "ok" }We ship pieces you can use without us.
Reusable parts of the platform are split out as permissively licensed crates. The first is standard-atmosphere: the exact International Standard Atmosphere math behind the live endpoint, on crates.io under MIT or Apache-2.0.
standard-atmosphere
Flight level, pressure altitude, and geopotential height conversions. No runtime, no lock-in, just the numbers.
cargo add standard-atmosphereOn GitHub
Built on open data from ECMWF, NOAA, and Copernicus, with attribution carried through the pipeline. Follow the work as the weather and energy endpoints land.
What lands next.
This is a pre-launch, and we will not pretend otherwise. The weather and energy endpoints are in active build. Join the early-access list to get the first keys and a say in the shape.
Get the first keys.
Early access opens on a rolling basis. No spam, just the launch.