v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

Healthcare facilities by country or by point

Return OpenStreetMap healthcare facility elements filtered by facility_type. Supports two scopes: pass country (ISO 3166-1 alpha-2) for a country-wide query, or pass lat, lon, and radius_m for a point query (radius capped at 5 km). Facility type maps to both amenity=<type> and healthcare=<type> tag conventions. Data is (C) OpenStreetMap contributors (ODbL 1.0) - attribution is required on any surface that renders this data.

get/api/v1/environment/osm/health-facilities

Query parameters

facility_typestring required

Healthcare facility type. Accepted values: clinic, dentist, doctors, hospital, pharmacy.

Healthcare facility type. Accepted values: clinic, dentist, doctors, hospital, pharmacy.

countrystring nullable

ISO 3166-1 alpha-2 country code for a country-wide query. Mutually exclusive with lat/lon.

ISO 3166-1 alpha-2 country code for a country-wide query. Mutually exclusive with lat/lon.

latnumber nullable

Query centre latitude for a point query. Requires lon and radius_m.

Query centre latitude for a point query. Requires lon and radius_m.

lonnumber nullable

Query centre longitude for a point query. Requires lat and radius_m.

Query centre longitude for a point query. Requires lat and radius_m.

radius_minteger nullable

Search radius in metres for a point query (100 to 5000).

Search radius in metres for a point query (100 to 5000).

limitinteger

Maximum number of elements to return (1-2000).

Maximum number of elements to return (1-2000).

Response

Healthcare facility elements matching the query scope, (C) OpenStreetMap contributors (ODbL 1.0).

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}