Developers
GridVax developer platform
REST API and CSV exports for U.S. infrastructure data — facilities, interconnection queue, change feeds, and research artifacts. OpenAPI reference at api.gridvax.com.
Interactive documentation
Programmatic access is available on Standard and Enterprise plans. After upgrading, create and rotate API keys in Settings → API Access. For OpenAPI schema access or integration support, contact us.
What you can access
- Facility and asset records — power, data centers, manufacturing, logistics
- Interconnection queue statistics and project history
- CSV exports with plan-gated daily limits
- Change feeds, signals, and webhook delivery (Enterprise)
Data provenance and source attribution are documented on the sources page.
Authentication
Standard and Enterprise plans include API keys. Create and rotate keys in Settings → API Access after signing in. Requests include an X-API-Key header — query-string keys are not accepted.
Public map endpoints (facilities, queue, transmission, permits on the map) are open for anonymous browsing with summary fields — they power the free map at gridvax.com/map. Programmatic access to dashboard JSON, change feeds, exports, and full-field responses requires a paid plan API key (free accounts have zero key quota).
Example export
curl "https://api.gridvax.com/export/facilities.csv?asset_type=power_plant&state=TX" \ -H "X-API-Key: YOUR_API_KEY"
Rate limits
Standard includes 10,000 JSON API reads and 1,000 CSV exports per day. Enterprise raises limits to 100,000 for both. See pricing for details.