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/v1

Three Steps to Your First Result

  1. 1
    Get your API key
    Sign up and copy your Bearer token from the dashboard.
  2. 2
    Make your first call
    POST to /v1/programs/match with project type, state, and capacity.
  3. 3
    Parse the response
    Receive 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

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

PlanRequests/MinConcurrent
Starter500 req/min10
Pro5,000 req/min50
EnterpriseUnlimitedUnlimited

Ready to start building?

Pro plan includes full API access. 14-day free trial, no credit card required.