Va Facilities
Connector for the va-facilities API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox-api.va.gov/services/va_facilities/v0 - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
getfacilitiesbylocation— GET /facilities — Query facilities by location or IDs, with optional filtersgetallfacilities— GET /facilities/all — Bulk download information for all facilitiesgetfacilitybyid— GET /facilities/{id} — Retrieve a specific facility by IDgetfacilityids— GET /ids — Bulk download of all facility IDsgetnearbyfacilities— GET /nearby — Retrieve all VA health facilities reachable by driving within the specified time period
Inputs
apiKey— your va-facilities API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getfacilitiesbylocation
apiKey: <your key>