Call this when an agent needs currently-open EU or German/Austrian public fundin
Call this when an agent needs currently-open EU or German/Austrian public funding calls for a company or project — e.g. to shortlist grants a startup could apply for, or to check what is open in a sector before drafting a proposal. Returns up to 50 normalized EU+DACH funding-opportunity records, refreshed daily. Filters: source, geography, stage, equity_free, consortium_required, deadline_after, deadline_before, open_only, sector_tag.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
951 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://wailand.tailf99551.ts.net/v1/opportunities
| Category | Company and compliance |
|---|---|
| Provider host | wailand.tailf99551.ts.net |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 951 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"equity_free": true,
"geography": "DE",
"open_only": true,
"sector_tag": "open-calls"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"consortium_required": {
"description": "true = only calls requiring a multi-partner consortium.",
"type": "boolean"
},
"deadline_after": {
"description": "ISO date; only calls whose deadline falls after it.",
"format": "date",
"type": "string"
},
"deadline_before": {
"description": "ISO date; only calls whose deadline falls before it.",
"format": "date",
"type": "string"
},
"equity_free": {
"description": "true = grants only (no equity taken).",
"type": "boolean"
},
"geography": {
"description": "Comma-separated ISO/region codes, e.g. 'DE' or 'DE,DE-BE' or 'EU'.",
"type": "string"
},
"open_only": {
"default": false,
"description": "true = drop records whose deadline has passed.",
"type": "boolean"
},
"sector_tag": {
"description": "Sector/topic tag, e.g. 'open-calls'.",
"type": "string"
},
"source": {
"description": "Restrict to one upstream portal.",
"enum": [
"ftop_sedia",
"cascade_funding",
"aws_austria",
"ibb_berlin",
"l_bank_bw",
"lfa_bayern",
"nrw_bank"
],
"type": "string"
},
"stage": {
"description": "Company stage the call targets.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}