Discover/dockerstatus.com API
live

dockerstatus.com APIdockerstatus.com

Monitor Docker's real-time service health, incident history, and RSS feed via the dockerstatus.com API. 5 endpoints covering all services and past incidents.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/2abe8c54-9d74-40c0-ac54-5b470c179510/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2abe8c54-9d74-40c0-ac54-5b470c179510/get_overall_status' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Returns the overall system status banner (e.g., 'Operational') and the last-updated timestamp from Docker's status page.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "status": "string indicating overall system state (e.g. 'Operational')",
    "updated_at": "string ISO 8601 timestamp of last update",
    "status_code": "integer status code (100 = operational)"
  },
  "sample": {
    "data": {
      "status": "Operational",
      "updated_at": "2026-05-14T05:30:24.085Z",
      "status_code": 100
    },
    "status": "success"
  }
}

About the dockerstatus.com API

The Docker Status API exposes 5 endpoints that surface Docker's current platform health, per-service operational status, and full incident history as reported on dockerstatus.com. The get_all_services_status endpoint returns every Docker service with nested container-level status codes, while get_incident_history provides a timestamped update timeline for each past incident, filterable by component or container ID.

Service Health Data

The get_overall_status endpoint returns a single-string system state (e.g., 'Operational') alongside an ISO 8601 updated_at timestamp and a numeric status_code where 100 signals fully operational. For per-service detail, get_all_services_status returns every service with its id, name, status, updated timestamp, and a containers array — each container carrying its own id, name, status, status_code, and updated fields. This lets you distinguish, for example, whether a regional container within Docker Hub Registry is degraded while the top-level service shows operational.

Querying a Single Service

When you only care about one service, get_service_status accepts either service_id or service_name (case-insensitive). At least one parameter is required. The response shape is identical to a single entry from get_all_services_status, including the nested containers array, so you can slot it into the same parsing logic.

Incident History and RSS Feed

get_incident_history returns past incidents with a full updates array — each update includes a timestamp, status, and message — plus locations and components arrays that name the affected parts of Docker's infrastructure. You can scope results by passing a component_id or container_id filter. For teams that prefer feed-based monitoring, get_rss_feed returns RFC 2822-dated RSS items with HTML-formatted description fields and direct link URLs to each incident's detail page on dockerstatus.com.

Common use cases
  • Alert on-call engineers when get_overall_status returns a non-operational status_code
  • Build a dashboard that polls get_all_services_status to display container-level health per Docker region
  • Integrate get_service_status into a CI pipeline to gate deployments when Docker Hub Registry is degraded
  • Populate a post-mortem database by ingesting get_incident_history with its timestamped updates array
  • Filter get_incident_history by component_id to audit how often a specific Docker service has experienced incidents
  • Ingest get_rss_feed into a Slack bot or ticketing system for incident notifications as they are published
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Docker have an official developer API for status data?+
Dockerstatus.com is a hosted status page. There is no publicly documented official REST API from Docker for programmatic access to this data. This Parse API provides structured access to the same information shown on that page.
What does the `containers` field in service responses actually represent?+
In the context of Docker's status page, containers are sub-components or regional breakdowns within a service — not Docker containers in the runtime sense. Each entry has its own id, name, status, status_code, and updated timestamp, so you can detect partial degradation (e.g., one region affected) even when the parent service status shows operational.
Can I filter incident history by date range?+
Not currently. get_incident_history supports filtering by component_id or container_id but does not accept date range parameters. The response includes a human-readable date field and ISO timestamps in each updates entry, so client-side filtering by date is straightforward. You can fork this API on Parse and revise it to add a date range filter endpoint.
Does the API expose historical uptime percentages or SLA metrics?+
No uptime percentages or SLA figures are returned by any of the 5 endpoints. The API covers real-time status strings, numeric status codes, and incident timelines with per-update messages. You can fork this API on Parse and revise it to compute uptime metrics derived from the incident history data.
How fresh is the data from `get_overall_status`?+
The updated_at field in the response carries the ISO 8601 timestamp of the last update as reported by dockerstatus.com. The freshness of data reflects when Docker last updated their status page, not a fixed polling interval. For time-sensitive monitoring, compare updated_at against your own request time to detect staleness.
Page content last updated . Spec covers 5 endpoints from dockerstatus.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.