# Sustainability Subsidy API

<figure><img src="/files/Gj1AUVSAzX5U0Vk3siV0" alt=""><figcaption></figcaption></figure>

## Introduction

The Subsidy API gives developers programmatic access to Dutch sustainability funding data. It aggregates subsidies and loans from national, provincial, and municipal sources into a single endpoint, and adds calculation logic on top so you can return eligibility and cost estimates directly in your application.

Use the API to:

* **Retrieve current subsidy** and **loan programs** from official Dutch government sources.
* **Check eligibility** against applicant inputs such as income, home ownership, and project type.
* **Calculate loan options**, including interest, total cost, and monthly installments based on duration and repayment period.
* **Estimate the ISDE subsidy amount** (Investeringssubsidie duurzame energie) for a given applicant and project.

Typical integrations include mortgage advisor platforms, energy label tools, and home improvement calculators that need to surface funding options at the point of decision


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/english/sustainability/sustainability-subsidy-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
