REST API — 99.9% uptime — Real-time data
IncentEdge Developer Hub
Programmatic access to 217,000+ IRA incentive programs. Build incentive calculators, automate compliance, and embed clean energy credit data into any product.
Base URL:
https://api.incentedge.com/v1Three Steps to Your First Result
- 1Get your API keySign up and copy your Bearer token from the dashboard.
- 2Make your first callPOST to /v1/programs/match with project type, state, and capacity.
- 3Parse the responseReceive a ranked JSON array of matching programs with estimated values.
curl
curl -X POST https://api.incentedge.com/v1/programs/match \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"projectType": "solar",
"state": "NY",
"capacity": 5000
}'Returns matched programs with eligibility criteria, estimated values, and application links.
Documentation
Quick Start Guide
Get your API key and make your first call in under 5 minutes.
Start HereAPI Reference
Complete endpoint documentation with request/response examples.
View ReferenceWebhooks
Subscribe to program updates, eligibility changes, and new program launches.
Learn MoreSDKs
SoonOfficial JavaScript/TypeScript SDK available. Python and Go coming soon.
Authentication
All API requests require a Bearer token in the Authorization header. Generate your token from the dashboard after creating an account.
# All requests
Authorization: Bearer <YOUR_API_KEY>
Rate Limits
| Plan | Requests/Min | Concurrent |
|---|---|---|
| Starter | 500 req/min | 10 |
| Pro | 5,000 req/min | 50 |
| Enterprise | Unlimited | Unlimited |
Ready to start building?
Pro plan includes full API access. 14-day free trial, no credit card required.