Single hospital by CMS facility id
API · /hospitals-api
API de Hospitais dos EUA
Pesquise e filtre mais de 5.400 hospitais certificados pelo Medicare nos Estados Unidos e territórios: filtre por estado, cidade, nome de texto livre, tipo de hospital (cuidados intensivos, acesso crítico, psiquiátrico, infantil, de veteranos e outros), categoria de propriedade, se o hospital oferece serviços de emergência e a classificação geral por estrelas do CMS. Consulte qualquer hospital pelo seu ID de instalação do CMS e leia metadados listando cada estado com sua contagem de hospitais, além dos tipos e categorias de propriedade disponíveis para construir UIs de filtro. Cada registro retorna o ID da instalação, nome, endereço completo, condado, número de telefone, tipo, propriedade, indicador de serviços de emergência e classificação geral. Construído com base no conjunto de dados oficiais de Informações Gerais de Hospitais do CMS. Cada endpoint aceita entrada via string de consulta ou corpo da solicitação e retorna JSON enxuto. Dados puros do lado do servidor (sem upstream de terceiros), portanto as respostas são instantâneas e sempre disponíveis. Ideal para diretórios de saúde, aplicativos voltados para pacientes, ferramentas de seguros e navegação de cuidados, e pesquisa.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 69 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 4,849
- attiva
- Chiamate totali
- 39
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 22,000 chiamate/mese
- 3 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 22,000 calls/month, 3 req/s
- Search, single hospital & facet metadata
- No credit card
Basic
€6.80 /mese
- 300,000 chiamate/mese
- 12 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 300,000 requests/month, 12 req/s
- All endpoints, full filtering by state/type/rating
- Commercial use included
- Email support
Pro
€20.00 /mese
- 2,200,000 chiamate/mese
- 45 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2,200,000 requests/month, 45 req/s
- High throughput for directories & care-navigation apps
- Priority email support
- Commercial use allowed
Mega
€54.00 /mese
- 9,000,000 chiamate/mese
- 130 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 9,000,000 requests/month, 130 req/s
- Highest throughput for production healthcare platforms
- Priority support
- Commercial use allowed
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
Breweries API
Search, filter and locate breweries worldwide — a fast, clean wrapper over Open Brewery DB covering thousands of breweries across the US and beyond. Filter by city, state, country, name, postal code or brewery type (micro, nano, regional, brewpub, large, bar, contract and more), sort results nearest-first from any latitude/longitude, autocomplete brewery names for typeahead, pull random breweries, fetch a single brewery by id and read aggregate counts. Every endpoint accepts input via the query string or the request body and returns lean, predictable JSON with normalized address, coordinates, phone and website fields. Ideal for beer and travel apps, store locators, maps and directory features.
api.oanor.com/beer-api
Brewery API
Search, filter and look up breweries worldwide by name, city, state, country or type — with full address, geo-coordinates, phone and website. Plus a random-brewery endpoint. Great for travel, hospitality, beer-discovery, mapping and local-business apps.
api.oanor.com/brewery-api
Vehicle Database API
Decode any Vehicle Identification Number (VIN) into a full, structured vehicle specification — make, manufacturer, model, year, trim, series, body class, vehicle type, drive type, doors, engine (cylinders, displacement, horsepower, configuration and primary/secondary fuel), transmission style, gross vehicle weight rating and the manufacturing plant (country, city, state, company). Partial VINs with wildcards are supported and an optional model year improves accuracy. The API also lists every vehicle make (optionally for a vehicle type such as car, truck or motorcycle) and all models for a given make and year. Backed by the official NHTSA vPIC database, with clean, predictable JSON and no raw-data wrangling. Every endpoint accepts input via the query string or the request body. Ideal for automotive marketplaces, insurance and fleet tools, dealer and parts catalogues, and vehicle-registration flows.
api.oanor.com/vehicledb-api
Plant Hardiness API
Work with USDA Plant Hardiness Zones: determine the hardiness zone for any location from its average annual extreme minimum temperature in Celsius or Fahrenheit (returning the zone code such as 6b, the zone number, subzone and the temperature range in both units), browse the complete reference of all 26 subzones from 1a to 13b with their temperature ranges and example regions worldwide, look up a single subzone by code, and find which common garden plants — fruits, vegetables, herbs, shrubs, trees, perennials, vines, bulbs, succulents and grasses — tolerate a given zone. Every endpoint accepts input via the query string or the request body and returns lean JSON. Pure server-side computation (no third-party upstream), so responses are instant and always available. Ideal for gardening and plant-finder apps, AgTech and landscaping tools, nurseries and education.
api.oanor.com/hardiness-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per API de Hospitais dos EUA?
Qual è il limite di velocità di API de Hospitais dos EUA?
Quanto costa API de Hospitais dos EUA?
Posso cancellare l'abbonamento in qualsiasi momento?
API de Hospitais dos EUA è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/hospitals-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/hospitals-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/hospitals-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/hospitals-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.