Skip to content

Returns possibly cached information of foodsharing petition at bundestag.

GET
/api/petition

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
{
"href": "string",
"signatures": 0,
"daysLeft": 0
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python