ToolAssay

Which hospitals cut staffing year-over-year?

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
263 msmedian answer time
$1.25listed price per call
$1.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategorySearch and research
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 263 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "min_pct_drop": "10",
    "state": "TX",
    "year": "2023"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "ccn": {
          "description": "Provider CCN(s), CSV.",
          "examples": [
            "450078"
          ],
          "type": "string"
        },
        "control_type": {
          "description": "Type of control fragment.",
          "examples": [
            "Proprietary"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "metric": {
          "description": "fte_per_bed (default) | fte_per_discharge.",
          "examples": [
            "fte_per_bed"
          ],
          "type": "string"
        },
        "min_beds": {
          "description": "Minimum beds in the latest year.",
          "examples": [
            "100"
          ],
          "type": "string"
        },
        "min_pct_drop": {
          "description": "Minimum YoY % drop in the ratio.",
          "examples": [
            "10"
          ],
          "type": "string"
        },
        "name": {
          "description": "Hospital name fragment.",
          "examples": [
            "Memorial"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "state": {
          "description": "Hospital state code(s), CSV.",
          "examples": [
            "TX"
          ],
          "type": "string"
        },
        "year": {
          "description": "Restrict the LATEST fiscal year(s) compared, CSV.",
          "examples": [
            "2023"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON