API-first incentive intelligence

Built for Developers Who Build Clean Energy

Programmatic access to 217,000+ IRA incentive programs. REST API, webhooks, real-time data, and structured JSON. Integrate incentive intelligence into any product in minutes.

Example — Match a solar project in New York

match-programs.js
const response = await fetch('https://api.incentedge.com/v1/programs/match', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    projectType: 'solar',
    state: 'NY',
    capacity: 5000,
  }),
});

const { programs, totalValue } = await response.json();

// programs: array of matched incentive objects
// totalValue: estimated combined incentive value in USD
console.log(`Found ${programs.length} programs worth ${totalValue}`);

Everything You Need to Integrate Incentive Data

Purpose-built for developers who want reliable, structured, and fast incentive intelligence.

REST API

Full REST API with predictable endpoints, standard HTTP verbs, and JSON responses. Versioned at /v1 for stability.

Webhooks

Subscribe to program updates, new incentive launches, and policy changes. Receive push notifications when relevant data changes.

Real-Time Updates

Data synced from federal, state, and utility sources daily. Stale data alerts built in so your app always shows current eligibility.

Structured JSON

Consistent schema across all 217,000+ programs. Amounts, deadlines, eligibility criteria, and application URLs — all machine-readable.

SDKs

Official JavaScript/TypeScript SDK available. Python and Go SDKs in development. Community-maintained libraries welcome.

Fast Response Times

Median API response under 200ms. Match endpoint returns ranked results in under 500ms even across 217,000 programs.

What You Can Build

Build Incentive Calculators

Embed real-time incentive data into your project finance models, ROI calculators, and customer-facing tools.

Automate Compliance Tracking

Subscribe to program changes via webhooks and automatically flag projects that gain or lose eligibility.

Power Project Finance Models

Fetch matched incentives and their estimated dollar values to populate financial projections automatically.

Start building with 217,000+ incentive programs

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

Start Building Free