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
https://sandbox-api.va.gov/services/va_facilities/{version}
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
4,000 API calls/min (authenticated)
Pricing
Free tier available
Free quota
10 GB storage / forever
Documentation
https://sandbox-api.va.gov/services/va_facilities/{version}
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)7.48s
(checked Mar 29, 2026)
Builder score
C
63%
builder-friendly
OAuth 2.0 or JWT (Server Authentication) for machine-to-machine
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Individual | Free | 10 GB storage |
| Business Starter | $15 | Per user/mo, unlimited storage |
| Business | $20 | Per user/mo, advanced admin |
| Enterprise | $0 | Custom pricing |
Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.
| Method | Path | Description |
|---|---|---|
| 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 |
| GET | /ids |
Bulk download of all facility IDs |
| GET | /nearby |
Retrieve all VA health facilities reachable by driving within the specified time period |
curl -X GET 'https://sandbox-api.va.gov/services/va_facilities/{version}/facilities' \
-H 'apikey: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official VA Facilities documentation.