GET https://api.betterplace.org/de/api_v4/fundraising_events/19267/forwardings.json
A list of forwarings from the fundraising event to its projects.
This is an experimental feature and is still under heavy development. Please use it with caution.
Parameter | Example | Required | Description |
---|---|---|---|
fundraising_event_id | 19267 |
yes |
Fundraising Event id as an integer number ≥ 1. |
Attribute | Types | Example | Description |
---|---|---|---|
forwarded_amount_in_cents | number |
12300 |
The amount in cents the fundraising event has forwarded to this project. |
title | string |
Rescue the turtles |
The name of the receiving project |
project_id | number |
1 |
The ID of the receiving project |
Linkname | Description |
---|---|
project |
Link to the project to which the money was forwarded. |
platform |
Link to the project on betterplace.org. Can be blank if project is hidden. |
{
"total_entries": 2,
"offset": null,
"total_pages": 1,
"current_page": 1,
"per_page": null,
"data": [
{
"forwarded_amount_in_cents": 76900,
"title": "Pro-A-kids e.V.-Hilfe für die Kinder Kongonis",
"project_id": 358,
"links": [
{
"rel": "project",
"href": "https://api.betterplace.org/de/api_v4/projects/358.json"
},
{
"rel": "platform",
"href": "https://www.betterplace.org/de/projects/358-pro-a-kids-e-v-hilfe-fuer-die-kinder-kongonis"
}
]
},
{
"forwarded_amount_in_cents": 15702,
"title": "Die Arche: Mittagstisch für bedürftige Kinder",
"project_id": 7910,
"links": [
{
"rel": "project",
"href": "https://api.betterplace.org/de/api_v4/projects/7910.json"
},
{
"rel": "platform",
"href": "https://www.betterplace.org/de/projects/7910-die-arche-mittagstisch-fuer-beduerftige-kinder"
}
]
}
]
}