Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsStatus & Incident Intelligence
livepost/status-intel/v1/status1 creditCurrent OVERALL status for a vendor → normalized indicator (operational/degraded/partial_outage/major_outage/maintenance) + is_operational boolean + description.
{
"vendor": "github"
}Try in playground →post/status-intel/v1/incidents1 creditRecent or active incidents for a vendor (title, impact, status, timeline of updates, affected components). active_only=true → just the ongoing ones.
{
"vendor": "github"
}Try in playground →post/status-intel/v1/components1 creditPer-component (sub-service) health for a vendor — which specific products are degraded.
{
"vendor": "cloudflare"
}Try in playground →post/status-intel/v1/summary1 creditFull one-call snapshot for a vendor: overall status + components + active incidents + scheduled maintenances (the whole status page in one normalized object).
{
"vendor": "datadog"
}Try in playground →post/status-intel/v1/check_multi1 creditTHE dashboard call: give your stack as a list (keys / brands / domains / status hosts) → each is auto-resolved to its real status page and its LIVE status is returned, read from the SOURCE. 'Are any of my dependencies down right now?' Per-item errors never fail the whole call.
{
"vendors": "github,openai,cloudflare"
}Try in playground →post/status-intel/v1/batch1 creditAlias of check_multi — overall status for a batch of vendors in one call (up to 25).
post/status-intel/v1/list_vendors1 creditThe supported vendor set (key → name, kind, category, status host). Optionally filtered by category. Also lists explicitly-unsupported vendors (e.g. Azure) with the reason.
Social Media
6 APIs