Is Anthropic down right now?
Live Anthropic status pulled from status.anthropic.com. We track the Claude API (claude-3, claude-4 families including Opus, Sonnet, and Haiku), Claude.ai, Claude Code, and the Anthropic Console. Anthropic also publishes per-region status — useful when only us-east is degraded but eu-central is healthy.
Major outage: AWS
Anthropic
OperationalClaude API, Claude.ai, Claude Code.
Status from status.anthropic.com · last fetched 4s ago
Developer Platforms
Upstream returned 404
Upstream returned 404
Atlassian source hosting and Pipelines.
Source hosting, Actions, Pages, Packages, Copilot.
macOS / Linux package manager (uses GitHub).
JavaScript registry, install API, web app.
Python Package Index — pip install backend.
AI / ML APIs
Upstream returned invalid JSON
Claude API, Claude.ai, Claude Code.
AI code editor — chat, tab, composer.
AI pair programmer — completions, chat, agents.
Gemini API, Vertex AI, AI Studio.
ChatGPT, GPT-4, GPT-5, DALL-E, Whisper APIs.
Run open-source ML models via API.
Cloud / Hosting
Service disruption: Increased Error Rates — started 5 days ago
Resolution Issues for .de Domains — started 2 hr ago
Elevated error rates on List Machines endpoint — started 13 min ago
Failures to load data across multiple services on the Vercel dashboard, API, and CLI — started 9 hr ago
Upstream returned 404
Upstream returned invalid JSON
Droplets, App Platform, managed databases.
Compute, Storage, BigQuery, Cloud Run.
Azure VMs, App Service, AKS, Azure SQL.
Static + Jamstack hosting, Functions, Forms.
Web services, cron, Postgres, Redis.
Databases / Data
Upstream returned 404
Upstream returned invalid JSON
Upstream returned invalid JSON
Impaired Cluster Operations – AWS me-central-1 (United Arab Emirates) and AWS me-south-1 (Bahrain) — started 65 days ago
Serverless MySQL, Vitess-backed.
Postgres, auth, storage, realtime, edge fns.
Payments / Infra
SMS Delivery Delays from Twilio to Tigo Guatemala — started 1 hr ago
Upstream returned invalid JSON
Upstream returned 404
Upstream returned 404
Developer-first transactional email API.
Transactional + marketing email at scale.
Auth / Identity
Communication
No public machine-readable feed; consult the official status page.
Voice, video, text servers and DMs.
Team messaging, calls, huddles, Connect.
Zoom Phone/Zoom Contact Center General Underlying Provider Maintenance — started 4 days ago
Monitoring / Dev Tools
Upstream returned invalid JSON
Upstream returned invalid JSON
APM, infra, logs, RUM, synthetics.
Collaborative design, FigJam, Dev Mode.
Feature flags, experiments, releases.
Error monitoring, performance, replays.
DevZone aggregates publicly available status data and refreshes every 30 seconds. Status indicators reflect each provider’s own machine-readable feed; for incident details and authoritative information, always consult the official status page linked on each card.
Anthropic 90-day incident history
Last 90 days
76.67% incident-free
Quick facts about Anthropic
- Anthropic status is published at status.anthropic.com (Statuspage.io).
- Claude API, Claude.ai, and Claude Code are reported as separate components.
- Different Claude model families and regions can degrade independently.
- Anthropic uses prompt caching to lower latency — caching itself can degrade independently of the model API.
Frequently asked questions
Why am I getting 529 errors from the Claude API?
A 529 is "Overloaded" — Anthropic is rate-limiting all clients during a capacity event. It’s not an outage in the traditional sense, but functionally similar. Implement exponential backoff (and consider a fallback to OpenAI or Gemini for critical paths). The dashboard above will show "degraded" or "partial outage" during 529 storms.
Is Claude Code affected when the Claude API is down?
Claude Code uses the Claude API under the hood, so yes — if the API is down, Claude Code completions and edits will fail. The Claude Code card on the Anthropic status page is reported separately, but is dependent on the API.
Does Anthropic have a status API?
Yes — https://status.anthropic.com/api/v2/summary.json. Same Statuspage schema as OpenAI.
How do I fall back from Claude to another provider during an outage?
Use a router like LiteLLM, OpenRouter, or Vercel AI Gateway. They unify the request schema so you can fail over to OpenAI or Gemini with a single config change.