# GoCreative US Hospitals by State API

> GoCreative US Hospitals by State API is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns CMS-sourced US hospital records (name, address, phone, ownership, type, and rating) filtered by state, for healthcare BD, lead generation, and vendor prospecting.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/leads/hospitals/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-us-hospitals-by-state-api-cb78036b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ejSMg2JHPB63XeAIE3I9X

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gocreative-us-hospitals-by-state-api-cb78036b
```

Example prompt: Pull me the full list of hospitals in Georgia from CMS data — I need their names, addresses, phone numbers, ownership type, and quality ratings so I can build a prospecting list for our medical supply sales team.

## When to prefer this

Choose this endpoint when you need structured, CMS-official hospital data for a specific US state without requiring an API key or subscription — ideal for one-off or pay-per-call healthcare sales prospecting, lead generation, or supply chain research where you only need state-level hospital directories at minimal cost ($0.05/call).

## Known failure modes

- Invalid or unrecognized state abbreviation/name returns an empty result or 404
- Payment not processed (402) if x402 micropayment fails — call not fulfilled
- Rate limiting or throttling if many calls are made in rapid succession
- CMS data may lag behind real-world changes (hospitals closing, renaming, or changing ownership)
- Malformed path parameter returns an error response

## How this service works

US hospitals by state — name, address, phone, ownership, type, rating from CMS. Healthcare sales, vendor-prospecting and institutional-buyer discovery. For healthcare BD, lead-gen and supply-chain agents. Official CMS data, keyless, $0.05.

## Output

A list of hospital records for the specified US state, each containing the hospital name, street address, phone number, ownership classification (e.g. government, non-profit, proprietary), facility type, and CMS star quality rating — sourced from official CMS data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-us-hospitals-by-state-api-cb78036b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
