Code samples

Real, working integration code for the Verzi Healthcare Data API. Each sample fetches California hospitals, iterates pagination, and screens exclusions.

Python
python.py
Fetches CA hospitals, iterates pagination, screens exclusions.
Node.js
node.js
Fetches CA hospitals, iterates pagination, screens exclusions.
curl
curl.sh
Fetches CA hospitals, iterates pagination, screens exclusions.
Go
go.go
Fetches CA hospitals, iterates pagination, screens exclusions.
PHP
php.php
Fetches CA hospitals, iterates pagination, screens exclusions.
Prefer raw source? Every sample serves its raw file to curl: curl https://api.healthcaredata.io/examples/python > verzi.py