API Status
Real-time health and uptime for KoalaPic services
Updated Connecting... Loading status...
Components
Uptime
Incident History
No incidents reported in the last 30 days
What this page shows
This page tracks the KoalaPic API's availability over time: current component health, 90 days of uptime history, and a write-up of any incident with the updates posted while it was being resolved. It is the page to check before assuming a failed API call is your own code.
What is recorded
- Component health for the API, the conversion engine, downloads and webhooks, refreshed automatically.
- Ninety days of uptime, recorded by an automated check every five minutes rather than entered by hand.
- Incidents with a timeline of updates, so you can see when a problem started and when it was resolved.
- Processing worker health, so a degraded queue is visible before conversions start failing.
Is there a KoalaPic API status page I can monitor?
This is it, and it exposes JSON endpoints for incidents and uptime alongside the page itself, so you can poll it from your own monitoring instead of scraping HTML.
What should I do when the API returns 429?
Wait for the interval in the Retry-After header rather than retrying immediately, which escalates the block. Every response carries the remaining per-minute and per-day quota in its headers, so a client can slow down before it is cut off. An API key raises the anonymous limit threefold.