AI Provider Status API

Real-time status for OpenAI, Anthropic and Google AI — direct from official status pages.

Endpoints

GET
/status
Parallel status fetch for all 3 providers. No auth required.
GET
/status/:provider
Single provider: openai | anthropic | google
GET
/incidents
Active incidents across providers. Filter with ?provider=openai
POST
/mcp
MCP JSON-RPC 2.0 for AI tool integration
GET
/openapi.json
Full OpenAPI 3.0 spec
curl https://api.lazy-mac.com/ai-provider-status/status curl https://api.lazy-mac.com/ai-provider-status/status/anthropic curl "https://api.lazy-mac.com/ai-provider-status/incidents?provider=openai"