Live Claude API status

Is the Claude API down right now?

Official status for api.anthropic.com, compared with fresh community reports from people using Claude.

Official Claude API statusOperationalComponent last changed Open Anthropic status ↗

Community pulse · 24 hours

1report

100% were negative. Reports may describe errors, slowness, outages, or response quality.

Add your Claude report →

Official incidents

No unresolved official incidents are listed.

Official status can lag brief, regional, or account-specific problems, so compare both signals.

Browse community status history →

Fast diagnosis

What your Claude API error means

Service status and request errors are different. Start with the HTTP code before assuming an outage.

CodeMeaningFirst response
400Invalid requestValidate the request body, model name, and parameters.
401Authentication errorCheck that the API key is present and valid.
403Permission errorConfirm the key and workspace can access the requested resource.
429Rate limitBack off, reduce concurrency, and inspect your account limits.
500API errorRetry safely with exponential backoff and check live status.
529OverloadedRetry with exponential backoff and jitter; avoid synchronized bursts.

Claude API status FAQ

Before you retry

Is the Claude API down right now?

The live card above comes from Anthropic's official Claude API component. Compare it with the community pulse: a burst of recent negative reports can reveal a developing or localized issue.

What does a 529 overloaded_error mean?

Anthropic is temporarily overloaded. Use exponential backoff with jitter and make retries idempotent where possible.

Why do requests fail while status is green?

Malformed requests, invalid keys, missing permissions, and account rate limits do not require a service-wide incident. The error code table above separates those cases from likely server-side failures.

claudedumb.com is an independent community tracker and is not affiliated with Anthropic. Community reports are voluntary submissions, not unique users or verified incidents.