Check Anthropic API status and recent incidents from status.anthropic.com
Checks Anthropic API and Claude service status to diagnose slowdowns.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-code-observability@melodic-softwareCheck the current status of Anthropic's API and Claude services. Useful when experiencing slowdowns to determine if the issue is on Anthropic's end.
/check-api-status
Use WebFetch to retrieve status.anthropic.com:
Fetch https://status.anthropic.com and extract:
- Current overall status
- Individual service statuses (API, Console, Claude.ai)
- Active incidents
- Recent resolved incidents
Use perplexity to search for recent reports:
Search: "Anthropic Claude API slow outage December 2025"
Anthropic API Status
====================
Checked: {timestamp}
Overall Status: {OPERATIONAL | DEGRADED | OUTAGE}
Services:
API: {status}
Console: {status}
Claude.ai: {status}
Claude Code: {status}
Active Incidents:
{if any - title, start time, current status}
Recent Incidents (last 7 days):
{date}: {incident title} - {RESOLVED | MONITORING}
Community Reports:
{if found - recent reports of issues}
Interpretation:
{guidance based on findings}
Anthropic API Status
====================
Checked: 2025-12-26 15:45:00 EST
Overall Status: OPERATIONAL
Services:
API: Operational
Console: Operational
Claude.ai: Operational
Claude Code: Operational
Active Incidents: None
Recent Incidents (last 7 days):
Dec 21: API Performance Degradation - RESOLVED
Duration: 2 hours
Impact: Increased latency for some requests
Community Reports: No widespread issues reported
Interpretation:
All systems operational. If you're experiencing slowdowns,
the issue is likely local. Try:
- /check-claude-storage for storage bloat
- /cleanup-sessions 7 to free space
- Restart Claude Code
Anthropic API Status
====================
Checked: 2025-12-26 15:45:00 EST
Overall Status: DEGRADED PERFORMANCE
Services:
API: Degraded
Console: Operational
Claude.ai: Degraded
Claude Code: Degraded
Active Incidents:
Title: Increased API Latency
Started: 2025-12-26 14:00 UTC
Status: Investigating
Description: Some users experiencing slower response times
Recent Incidents (last 7 days):
Dec 21: API Performance Degradation - RESOLVED
Community Reports:
Multiple reports on social media of slow responses
Interpretation:
There is a known issue affecting Claude services.
Anthropic is investigating. Consider:
- Waiting for resolution
- Reducing request frequency
- Using simpler prompts
/diagnose-performance instead