Overview
GET /v1/status returns DocketLayer’s current operational status and the full list of covered courts. This endpoint is free — no payment, no wallet, no x402 required.
Use it to check coverage before querying a court, to verify connectivity, and to monitor for PACER maintenance windows.
Base URL: https://api.docketlayer.com
Price: Free
Request
Response
Response fields
| Field | Type | Description |
|---|---|---|
operational | boolean | Whether DocketLayer is currently operational |
updated_at | string | Timestamp of last status update |
courts | array | List of currently covered courts |
Court object fields
| Field | Type | Description |
|---|---|---|
court_code | string | The identifier to use in API queries |
name | string | Full court name |
type | string | district or bankruptcy |
status | string | full — complete coverage. partial — see known_limitations |
last_refreshed | string | When DocketLayer last polled this court |
Status values
| Status | Meaning |
|---|---|
full | Complete docket coverage — all case types and filing types |
partial | Coverage available with known limitations — check known_limitations field |
maintenance | Court temporarily unavailable due to PACER maintenance |
Current coverage
Phase 1 courts:| Code | Court |
|---|---|
nysd | Southern District of New York |
deb | District of Delaware Bankruptcy |
cand | Northern District of California |
cacd | Central District of California |
ilnd | Northern District of Illinois |
txsd | Southern District of Texas |
nyeb | Eastern District of New York Bankruptcy |
njb | District of New Jersey Bankruptcy |
caeb | Eastern District of California Bankruptcy |
/v1/status. See the coverage roadmap for planned expansion.