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.
3 services reporting issues
Anthropic
OperationalClaude API, Claude.ai, Claude Code.
Status from status.anthropic.com · last fetched 1s 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
Elevated errors with image generation — started 11 min ago
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.
Run open-source ML models via API.
Cloud / Hosting
Cloudflare Gateway Email List policy issues — started 38 min ago
Upstream returned 404
Upstream returned invalid JSON
EC2, S3, Lambda, RDS, and 200+ services.
Droplets, App Platform, managed databases.
Global app servers, Postgres, volumes.
Compute, Storage, BigQuery, Cloud Run.
Azure VMs, App Service, AKS, Azure SQL.
Static + Jamstack hosting, Functions, Forms.
Web services, cron, Postgres, Redis.
Next.js hosting, Edge, Serverless functions.
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 156 days ago
Serverless MySQL, Vitess-backed.
Project Upgrade Delays — started 1 day ago
Payments / Infra
SMS Delivery Delays and Failures from Twilio to C+W Sure United Kingdom — started 14 hr ago
Upstream returned invalid JSON
Upstream returned 404
Upstream returned 404
Developer-first transactional email API.
SendGrid Status Page Migration to Twilio Status Page — July 29, 2026 — started 27 days ago
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 2 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.