V

VA Facilities

by VA Facilities Free tier

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

mapsentertainmentpaymentsstoragecloud storagefilesenterprisecollaboration

Quick Reference

Base URL 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
Pricing
90
Latency
10
Depth
83

Authentication

OAuth 2.0 or JWT (Server Authentication) for machine-to-machine

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 10 GB storage / forever
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://sandbox-api.va.gov/services/va_facilities/{version}/facilities' \
  -H 'apikey: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official VA Facilities documentation.