tiny

small, boring APIs

Useful building blocks.
One key.

Get a short-lived token, call an API, pay only for successful requests.

Open your account

Available now

live

Weather

Current conditions, hourly forecasts, and daily forecasts for a coordinate.

Use it

Exchange your account key for a ten-minute bearer token. Your long-lived key stays at the centre.

curl -u "$TINY_KEY_ID:$TINY_KEY_SECRET" \
  -d grant_type=client_credentials \
  -d audience=https://weather.tiny.kjuulh.io \
  -d scope=api:read \
  https://tiny.kjuulh.io/v1/tokens

Service discovery is available at /.well-known/tiny-services.json.

Simple limits

10,000 successful requests included each month. Planned usage pricing is €0.10 per 1,000 after that, capped at €25 per month.

Production billing is not enabled yet. Usage is metered while the sandbox integration is verified.