va.gov

Background This RESTful API provides information about physical VA facilities. Information available includes geographic location, address, phone, hours of operation, and available services. VA operates several different types of facilities, the types represented in this API include: - Health F

🔑 apikey 5 endpoints location
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

pip install vakt
cargo add valkeymodule-rs
composer require vault-php-sdk
# Maven: see https://github.com/solana-mobile/seed-vault-sdk
# See https://github.com/CallumCVM/ValveGen
# See https://github.com/vamp-plugins/vamp-plugin-sdk
# See https://github.com/microsoft/HealthVault-Mobile-iOS-Library
# See https://github.com/AngelTs/vanitygen-plusplus-ported-for-VS2019
# See https://github.com/espressif/esp-va-sdk
# See https://github.com/samtstern/android-vagrant
curl examples
Bulk download of all facility IDs
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_facilities/v0/ids
Retrieve all VA health facilities reachable by driving within the specified t…
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_facilities/v0/nearby
Query facilities by location or IDs, with optional filters
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_facilities/v0/facilities
Endpoints (5 total)
GET
/ids
Bulk download of all facility IDs
GET
/nearby
Retrieve all VA health facilities reachable by driving within the specified t…
GET
/facilities
Query facilities by location or IDs, with optional filters
GET
/facilities/all
Bulk download information for all facilities
GET
/facilities/{id}
Retrieve a specific facility by ID
At a glance
Total SDKs10
Languages8
Endpoints5
Authapikey
Categories1
https://sandbox-api.va.gov/services/va_facilities/v0
Other Va APIs (3)
benefitsconfirmationforms