G

Govparse · Staffing Decline Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which hospitals cut staffing year-over-year? Compares each CCN's latest HCRIS fiscal year to the prior on a staffing ratio (metric=fte_per_bed default, or fte_per_discharge) and returns those whose ratio DROPPED. Filter by state, min_pct_drop, year, ccn, name, control_type, min_beds. Returns latest/prior ratio, delta and pct_change — an understaffing tell. CCN joins CMS timely-care. CMS public-domain records.

Endpoint

GET https://api.govparse.io/v1/hcris/staffing-decline/search

2

Calls / 30d

1

Unique payers / 30d

Sep 7

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/hcris/staffing-decline/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/hcris/staffing-decline/search?min_pct_drop=10&state=TX&year=2023" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "ccn": "450078",
      "delta": -0.71,
      "hospital_name": "EXAMPLE REGIONAL MEDICAL CENTER",
      "latest_fy": 2023,
      "latest_ratio": 3.91,
      "metric": "fte_per_bed",
      "pct_change": -15.4,
      "prior_fy": 2022,
      "prior_ratio": 4.62,
      "state": "TX"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services