G

Govparse · Feeds Distress Signals

by Govparse

GETBaseSolana

$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-signals

2

Calls / 30d

1

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services