Using nrel-pipes with nrel.gov

Python integration

✓ Official SDK
Install
pip install nrel-pipes
Quick start
import nrel-pipes

client = nrel_pipes.Client("YOUR_API_KEY")
Return a full list of laws and incentives that match your query.
curl \
  /v1.{output_format}
Get the points of contact for a given jurisdiction.
curl \
  /v1/pocs.{output_format}
Fetch the details of a specific law given the law's ID.
curl \
  /v1/{id}.{output_format}
SDK on GitHub 📄 API Docs
SDK
nrel-pipes
Python
API
nrel.gov
nrel.gov:transportation-incentives-laws
Other SDKs for nrel.gov
SAMwrapper py3samsdk
At a glance
Language Python
Endpoints4
✓ Official