API Playground
Try out the API in this interactive demo.
Access PolicyEngine's powerful tax-benefit microsimulation engine programmatically
Build tax and benefit policy analysis into your applications with our comprehensive API
PolicyEngine's REST API (https://household.api.policyengine.org) simulates tax-benefit policy outcomes and reform impacts for households. Access to the API requires a Client ID and Client Secret given by PolicyEngine. Use these credentials to request an authentication token, which expires monthly. This token must be passed within the authorization heading of each request you make to the API. For more information or to request your own Client ID, reach out to PolicyEngine at hello@policyengine.org.
Execute a credentials exchange, using your client ID and client secret to obtain an authentication token. This token must be included within the authorization header of every HTTP request you make to the PolicyEngine API in the format "Bearer YOUR_TOKEN" (including the space). Tokens expire every month for security purposes.
python
json
Returns household-level policy outcomes. Pass in a household object defining people, groups and any variable values. Then, pass in null values for requested variables - these will be filled in with computed values.
POST /us/calculate
python
json
Access information about all available variables and parameters in the PolicyEngine API. This endpoint returns metadata about all the inputs and outputs that can be used in calculations.
GET /us/metadata
Variables represent inputs and outputs of the tax-benefit system, such as:
Parameters represent policy settings that can be adjusted in reforms, such as:
Try out the API in this interactive demo.
Get the latests posts delivered right to your inbox.
© 2025 PolicyEngine. All rights reserved.