$25
per call · USD Coin on Base
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.
Endpoint
GET https://api.govparse.io/v1/feeds/distress-signals2
Calls / 30d
1
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.govparse.io/v1/feeds/distress-signals", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.govparse.io/v1/feeds/distress-signals?marker=warn_notice_180d&min_markers=2&state=TX%2COK" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"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"
}
}
}Payment details
0x3873d15cf3209c32aaa8d9aa542164e658567129USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Govparse & similar services
Govparse · Stats Sponsors
api.govparse.io
How much visa-sponsorship data is on file? Headline aggregates over DOL OFLC disclosure data: distinct sponsoring employers, LCA and PERM case totals with certified counts, and the fiscal years covered.
Govparse · Stats Opportunities
api.govparse.io
How much open federal money is in the dataset right now? Headline aggregates: active SAM.gov contract opportunities (and how many still have an open deadline), Grants.gov opportunities by status (posted vs forecasted), and USAspending award records on file with their total dollar amount.
Govparse · Stats Companies
api.govparse.io
How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.