Which businesses carry public-record distress markers? One observational row per subject a
Which businesses carry public-record distress markers? One observational row per subject across ten tracked marker types — WARN notice, Form 5500 participant drop, final filing, or Schedule H asset decline, IRS auto-revocation, SEC NT / 8-K / going-concern filings, FMCSA authority revocation, active enforcement case — with per-marker counts, dates, and details. Ticker/CIK-mapped where identifier-verified, basis disclosed. Counts as filed, never a score. NOT a consumer report, no FCRA use.
25000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-05
updated
Provider
api.govparse.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "25000000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "25000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"marker": "warn_notice_180d",
"min_markers": 2,
"state": "TX,OK"
},
"type": "http"
},
"output": {
"example": {
"basis": "Prebuilt composite over ten tracked public-record marker types (including Form 5500 Schedule H year-over-year plan-asset decline); marker_count and the markers object are observational counts of records present — never a judgment, prediction, or score of any company's condition. ticker/is_public_company only for identifier-verified (CIK/EIN) matches to the current SEC ticker universe; name-only matches are flagged, never asserted",
"feed": "distress-signals",
"page": {
"has_more": true,
"limit": 500,
"next_cursor": "eyJrIjoiZWluOjI2NDI3MzQ3NCJ9",
"returned": 500
},
"query": {
"marker": "all",
"min_markers": 2,
"since": "all",
"state": "all"
},
"rows": [
{
"as_published_date": "2026-07-23",
"cik": "1456772",
"display_name": "OFFICE PROPERTIES INCOME TRUST",
"ein": "264273474",
"entity_id": null,
"first_marker_date": "2026-04-28",
"is_public_company": true,
"last_marker_date": "2026-06-23",
"marker_count": 3,
"marker_keys": [
"form8k_distress_item_180d",
"going_concern_language_1y",
"nt_late_filing_180d"
],
"markers": {
"nt_late_filing_180d": {
"event_count": 2,
"events": [
{
"accession_no": "0001104659-26-054321",
"filing_date": "2026-05-15",
"form_type": "NT 10-Q",
"items": null,
"source": "firmstanding.edgar_distress_events"
}
],
"latest_date": "2026-05-15"
}
},
"state": "MA",
"subject_key": "ein:264273474",
"ticker": "OPI",
"ticker_match_basis": "cik"
}
],
"sources": {
"warn": {
"source": "State WARN Act notices (aggregated via warn-scraper)",
"source_url": "https://www.dol.gov/agencies/eta/layoffs/warn",
"vintage": "2026-07-22"
}
}
},
"type": "json"
}
},
"routeTemplate": "/v1/feeds/distress-signals",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"cursor": {
"description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
"examples": [
"eyJrIjoiZWluOjI2NDI3MzQ3NCJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"marker": {
"description": "Only subjects carrying this marker key: warn_notice_180d | active_participants_drop_20pct_yoy | final_form5500_filing | irs_auto_revocation_1y | nt_late_filing_180d | form8k_distress_item_180d | going_concern_language_1y | fmcsa_authority_revocation_180d | active_enforcement_case.",
"examples": [
"warn_notice_180d"
],
"type": "string"
},
"min_markers": {
"description": "Only subjects carrying at least this many distinct marker types (1-9). Default 1.",
"examples": [
2
],
"type": "integer"
},
"since": {
"description": "Only subjects with a marker event dated on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
},
"state": {
"description": "Subject state code(s), CSV. Some subjects carry no state (identified by EIN/CIK only).",
"examples": [
"TX,OK"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://api.govparse.io/v1/feeds/distress-signals" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.govparse.io/v1/feeds/distress-signals");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.govparse.io/v1/feeds/distress-signals")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14601.json, and this resource appears in /discovery/resources and /discovery/search.