Download OpenAPI specification:
Public and Project API for Startnext crowdfunding platform
Returns a paginated list of blog entries for a specific project. Internal access allowed without API Key. External access requires a Project API Key with blog:read scope.
| link_caption required | string Project URL slug |
| blog_type | string Default: "text" Blog entry type (text, story) |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "description": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "insert_datetime": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": 0,
- "cloudflare_uid": "string",
- "status": "string",
- "duration": 0.1,
- "thumbnail_url": "string",
- "playback_url": "string",
- "label": "string",
- "original_filename": "string",
- "created_at": 0,
- "updated_at": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}, - "video_id_3q": "string"
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of incentives for a specific project. Requires a Project API Key with incentives:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "address_required": true,
- "available": 0,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "description": "string",
- "due": "string",
- "due_formatted": "string",
- "due_formatted_plain": "string",
- "freeoption": "string",
- "freeoption_2": "string",
- "freeoption_3": "string",
- "funding_amount_threshold": 0,
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "in_stock": true,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "multiselect": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "string",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": 0,
- "name": "string"
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "cofundings": {
- "property1": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}, - "property2": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}
}, - "display_funding_threshold": true,
- "funding_anonym_count": 0,
- "funding_count_freeamount": 0,
- "funding_sum_freeamount": 0,
- "funding_threshold_statement": "string",
- "funding_widget_position": "string",
- "has_extended_cache": true,
- "is_favorite": true,
- "is_private_campaign": true,
- "is_split_payment_available": true,
- "is_successstory": true,
- "last_blog_entry_date": 0,
- "last_funding_date": 0,
- "news_subscribed_by_user": true,
- "option_sdg_approved": true,
- "planned_time_changed_to_active": 0,
- "project_type_all_or_nothing": true,
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "sigu": true,
- "soundcloud_link": "string",
- "spotify_link": "string",
- "starter_pwyw_percentage": 0,
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "description": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "insert_datetime": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": 0,
- "cloudflare_uid": "string",
- "status": "string",
- "duration": 0.1,
- "thumbnail_url": "string",
- "playback_url": "string",
- "label": "string",
- "original_filename": "string",
- "created_at": 0,
- "updated_at": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}, - "video_id_3q": "string"
}
]
}, - "supported": 0,
- "title": "string",
- "total": 0,
- "type": "string",
- "video": "string"
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns full project details. Supports optional API Key authentication for extended access.
| link_caption required | string Project URL slug |
{- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "DE",
- "crowd_index": 0.1,
- "currency": "EUR",
- "current_funding": 0.1,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 12345,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "mein-projekt",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": 0,
- "name": "string"
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "new",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0.1,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0
}, - "status": 0
}Returns all subscribers (fans) for a project. Requires a Project API Key with subscribers:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "subscribed_timestamp": 0,
- "news_subscribed": true,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "email": "string"
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns all wall entries (Pinnwand) for a project. Requires a Project API Key with wall:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "created_timestamp": 0,
- "id": 0,
- "is_deletable": true,
- "message": "string",
- "my_rating": 0,
- "rating": {
- "minus": 0,
- "plus": 0,
- "total": 0
}, - "replies": [
- { }
], - "status": "string",
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of public fundings for a project (timestamp and supporter name only). Suitable for live streams/feeds. Internal access allowed without API Key. External access requires a Project API Key with fundings:read scope.
| link_caption required | string Project URL slug |
| funding_date_min | integer Min funding date (UNIX timestamp) |
| funding_date_max | integer Max funding date (UNIX timestamp) |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 10 Result limit |
{- "data": [
- {
- "delivery_firstname": "string",
- "delivery_lastname": "string",
- "delivery_company": "string",
- "delivery_place": "string",
- "delivery_postal_code": "string",
- "delivery_city": "string",
- "delivery_federal_state": "string",
- "delivery_country": "string",
- "delivery_country_display_name": "string",
- "support_timestamp": 0,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
}
], - "total": 0
}Returns all successful orders for a project. Requires a Project API Key with orders:read scope. Project must be successfully funded (>=100%).
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "bill_address": {
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "place": "string",
- "postal_code": "string",
- "city": "string",
- "federal_state": "string",
- "country": "string",
- "country_display_name": "string",
- "phone": "string"
}, - "bill_requested": true,
- "collection_timestamp": 0,
- "delivery_address": {
- "delivery_firstname": "string",
- "delivery_lastname": "string",
- "delivery_company": "string",
- "delivery_place": "string",
- "delivery_postal_code": "string",
- "delivery_city": "string",
- "delivery_federal_state": "string",
- "delivery_country": "string",
- "delivery_country_display_name": "string"
}, - "free_amount": 0,
- "ordered_incentives": [
- {
- "id": 0,
- "count": 0,
- "price_single": 0,
- "price_total": 0,
- "freeoption_value": "string",
- "freeoption_value_2": "string",
- "freeoption_value_3": "string",
- "incentive": {
- "address_required": true,
- "available": 0,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "description": "string",
- "due": "string",
- "due_formatted": "string",
- "due_formatted_plain": "string",
- "freeoption": "string",
- "freeoption_2": "string",
- "freeoption_3": "string",
- "funding_amount_threshold": 0,
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "in_stock": true,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "multiselect": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": null,
- "url": null,
- "value": null
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "string",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": null,
- "name": null
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- null
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- null
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": null,
- "address": null,
- "exports": null,
- "favorite_projects": null,
- "logout": null,
- "main": null,
- "messages": null,
- "new_message_to_user": null,
- "notifications": null,
- "own_pages": null,
- "own_projects": null,
- "password": null,
- "privacy": null,
- "settings": null,
- "supports": null
}, - "user_image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": null,
- "imprint_company": null,
- "theme": null,
- "title": null,
- "url": null
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": null
}
}
], - "cofundings": {
- "property1": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}, - "property2": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}
}, - "display_funding_threshold": true,
- "funding_anonym_count": 0,
- "funding_count_freeamount": 0,
- "funding_sum_freeamount": 0,
- "funding_threshold_statement": "string",
- "funding_widget_position": "string",
- "has_extended_cache": true,
- "is_favorite": true,
- "is_private_campaign": true,
- "is_split_payment_available": true,
- "is_successstory": true,
- "last_blog_entry_date": 0,
- "last_funding_date": 0,
- "news_subscribed_by_user": true,
- "option_sdg_approved": true,
- "planned_time_changed_to_active": 0,
- "project_type_all_or_nothing": true,
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "sigu": true,
- "soundcloud_link": "string",
- "spotify_link": "string",
- "starter_pwyw_percentage": 0,
- "timeline_entries": [
- {
- "author": {
- "address_city": null,
- "biography": null,
- "company_name": null,
- "display_name": null,
- "firstname": null,
- "has_conversations": null,
- "id": null,
- "is_platform_controller": null,
- "is_platform_manager": null,
- "is_public": null,
- "lastname": null,
- "liked_projects": [ ],
- "liked_projects_count": null,
- "own_pages_count": null,
- "own_projects_count": null,
- "register_time": null,
- "show_donation_box": null,
- "social_networks": [ ],
- "supported_projects_count": null,
- "supports_count": null,
- "team_project_count": null,
- "unassigned_projects_with_messages": null,
- "unread_message_count": null,
- "url": null,
- "user_image": null
}, - "description": "string",
- "gallery_images": [
- null
], - "id": 0,
- "image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}, - "image_mobile": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}, - "insert_datetime": 0,
- "links": {
- "property1": null,
- "property2": null
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": null,
- "cloudflare_uid": null,
- "status": null,
- "duration": null,
- "thumbnail_url": null,
- "playback_url": null,
- "label": null,
- "original_filename": null,
- "created_at": null,
- "updated_at": null,
- "links": { }
}, - "video_id_3q": "string"
}
]
}, - "supported": 0,
- "title": "string",
- "total": 0,
- "type": "string",
- "video": "string"
}
}
], - "status_code": "string",
- "storno_timestamp": 0,
- "support_timestamp": 0,
- "total_amount": 0,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "email": "string"
}
}
], - "total": 0
}Returns a paginated list of blog entries for a specific project. Internal access allowed without API Key. External access requires a Project API Key with blog:read scope.
| link_caption required | string Project URL slug |
| blog_type | string Default: "text" Blog entry type (text, story) |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "description": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "insert_datetime": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": 0,
- "cloudflare_uid": "string",
- "status": "string",
- "duration": 0.1,
- "thumbnail_url": "string",
- "playback_url": "string",
- "label": "string",
- "original_filename": "string",
- "created_at": 0,
- "updated_at": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}, - "video_id_3q": "string"
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of incentives for a specific project. Requires a Project API Key with incentives:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "address_required": true,
- "available": 0,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "description": "string",
- "due": "string",
- "due_formatted": "string",
- "due_formatted_plain": "string",
- "freeoption": "string",
- "freeoption_2": "string",
- "freeoption_3": "string",
- "funding_amount_threshold": 0,
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "in_stock": true,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "multiselect": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "string",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": 0,
- "name": "string"
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "cofundings": {
- "property1": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}, - "property2": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}
}, - "display_funding_threshold": true,
- "funding_anonym_count": 0,
- "funding_count_freeamount": 0,
- "funding_sum_freeamount": 0,
- "funding_threshold_statement": "string",
- "funding_widget_position": "string",
- "has_extended_cache": true,
- "is_favorite": true,
- "is_private_campaign": true,
- "is_split_payment_available": true,
- "is_successstory": true,
- "last_blog_entry_date": 0,
- "last_funding_date": 0,
- "news_subscribed_by_user": true,
- "option_sdg_approved": true,
- "planned_time_changed_to_active": 0,
- "project_type_all_or_nothing": true,
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "sigu": true,
- "soundcloud_link": "string",
- "spotify_link": "string",
- "starter_pwyw_percentage": 0,
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "description": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "insert_datetime": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": 0,
- "cloudflare_uid": "string",
- "status": "string",
- "duration": 0.1,
- "thumbnail_url": "string",
- "playback_url": "string",
- "label": "string",
- "original_filename": "string",
- "created_at": 0,
- "updated_at": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}, - "video_id_3q": "string"
}
]
}, - "supported": 0,
- "title": "string",
- "total": 0,
- "type": "string",
- "video": "string"
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns full project details. Supports optional API Key authentication for extended access.
| link_caption required | string Project URL slug |
{- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "DE",
- "crowd_index": 0.1,
- "currency": "EUR",
- "current_funding": 0.1,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 12345,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "mein-projekt",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": 0,
- "name": "string"
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "new",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0.1,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0
}, - "status": 0
}Returns all subscribers (fans) for a project. Requires a Project API Key with subscribers:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "subscribed_timestamp": 0,
- "news_subscribed": true,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "email": "string"
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns all wall entries (Pinnwand) for a project. Requires a Project API Key with wall:read scope.
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "created_timestamp": 0,
- "id": 0,
- "is_deletable": true,
- "message": "string",
- "my_rating": 0,
- "rating": {
- "minus": 0,
- "plus": 0,
- "total": 0
}, - "replies": [
- { }
], - "status": "string",
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of public fundings for a project (timestamp and supporter name only). Suitable for live streams/feeds. Internal access allowed without API Key. External access requires a Project API Key with fundings:read scope.
| link_caption required | string Project URL slug |
| funding_date_min | integer Min funding date (UNIX timestamp) |
| funding_date_max | integer Max funding date (UNIX timestamp) |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 10 Result limit |
{- "data": [
- {
- "delivery_firstname": "string",
- "delivery_lastname": "string",
- "delivery_company": "string",
- "delivery_place": "string",
- "delivery_postal_code": "string",
- "delivery_city": "string",
- "delivery_federal_state": "string",
- "delivery_country": "string",
- "delivery_country_display_name": "string",
- "support_timestamp": 0,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
}
], - "total": 0
}Returns all successful orders for a project. Requires a Project API Key with orders:read scope. Project must be successfully funded (>=100%).
| link_caption required | string Project URL slug |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "bill_address": {
- "firstname": "string",
- "lastname": "string",
- "company": "string",
- "place": "string",
- "postal_code": "string",
- "city": "string",
- "federal_state": "string",
- "country": "string",
- "country_display_name": "string",
- "phone": "string"
}, - "bill_requested": true,
- "collection_timestamp": 0,
- "delivery_address": {
- "delivery_firstname": "string",
- "delivery_lastname": "string",
- "delivery_company": "string",
- "delivery_place": "string",
- "delivery_postal_code": "string",
- "delivery_city": "string",
- "delivery_federal_state": "string",
- "delivery_country": "string",
- "delivery_country_display_name": "string"
}, - "free_amount": 0,
- "ordered_incentives": [
- {
- "id": 0,
- "count": 0,
- "price_single": 0,
- "price_total": 0,
- "freeoption_value": "string",
- "freeoption_value_2": "string",
- "freeoption_value_3": "string",
- "incentive": {
- "address_required": true,
- "available": 0,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "description": "string",
- "due": "string",
- "due_formatted": "string",
- "due_formatted_plain": "string",
- "freeoption": "string",
- "freeoption_2": "string",
- "freeoption_3": "string",
- "funding_amount_threshold": 0,
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "in_stock": true,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "multiselect": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": null,
- "url": null,
- "value": null
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "string",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": null,
- "name": null
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- null
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- null
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": null,
- "address": null,
- "exports": null,
- "favorite_projects": null,
- "logout": null,
- "main": null,
- "messages": null,
- "new_message_to_user": null,
- "notifications": null,
- "own_pages": null,
- "own_projects": null,
- "password": null,
- "privacy": null,
- "settings": null,
- "supports": null
}, - "user_image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": null,
- "imprint_company": null,
- "theme": null,
- "title": null,
- "url": null
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": null
}
}
], - "cofundings": {
- "property1": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}, - "property2": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}
}, - "display_funding_threshold": true,
- "funding_anonym_count": 0,
- "funding_count_freeamount": 0,
- "funding_sum_freeamount": 0,
- "funding_threshold_statement": "string",
- "funding_widget_position": "string",
- "has_extended_cache": true,
- "is_favorite": true,
- "is_private_campaign": true,
- "is_split_payment_available": true,
- "is_successstory": true,
- "last_blog_entry_date": 0,
- "last_funding_date": 0,
- "news_subscribed_by_user": true,
- "option_sdg_approved": true,
- "planned_time_changed_to_active": 0,
- "project_type_all_or_nothing": true,
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "sigu": true,
- "soundcloud_link": "string",
- "spotify_link": "string",
- "starter_pwyw_percentage": 0,
- "timeline_entries": [
- {
- "author": {
- "address_city": null,
- "biography": null,
- "company_name": null,
- "display_name": null,
- "firstname": null,
- "has_conversations": null,
- "id": null,
- "is_platform_controller": null,
- "is_platform_manager": null,
- "is_public": null,
- "lastname": null,
- "liked_projects": [ ],
- "liked_projects_count": null,
- "own_pages_count": null,
- "own_projects_count": null,
- "register_time": null,
- "show_donation_box": null,
- "social_networks": [ ],
- "supported_projects_count": null,
- "supports_count": null,
- "team_project_count": null,
- "unassigned_projects_with_messages": null,
- "unread_message_count": null,
- "url": null,
- "user_image": null
}, - "description": "string",
- "gallery_images": [
- null
], - "id": 0,
- "image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}, - "image_mobile": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "path": null,
- "title": null
}, - "insert_datetime": 0,
- "links": {
- "property1": null,
- "property2": null
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": null,
- "cloudflare_uid": null,
- "status": null,
- "duration": null,
- "thumbnail_url": null,
- "playback_url": null,
- "label": null,
- "original_filename": null,
- "created_at": null,
- "updated_at": null,
- "links": { }
}, - "video_id_3q": "string"
}
]
}, - "supported": 0,
- "title": "string",
- "total": 0,
- "type": "string",
- "video": "string"
}
}
], - "status_code": "string",
- "storno_timestamp": 0,
- "support_timestamp": 0,
- "total_amount": 0,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "email": "string"
}
}
], - "total": 0
}Returns a paginated list of projects with various filter options.
| sort | string Enum: "crowdindex-d" "crowdindex-a" "project-end-date-d" "project-end-date-a" "project-activation-date-d" "project-activation-date-a" "rand" Sort order |
| fundable | boolean Filter only fundable/active projects |
| campaign_id | integer Filter by page campaign ID |
| location_id | integer Filter by location ID |
| category_id | integer Filter by category ID |
| sdg_id | integer Filter by SDG ID |
| activation_date_min | integer Min activation date (UNIX timestamp) |
| activation_date_max | integer Max activation date (UNIX timestamp) |
| end_date_min | integer Min end date (UNIX timestamp) |
| end_date_max | integer Max end date (UNIX timestamp) |
| is_favorite | boolean Filter featured projects |
| is_success_story | boolean Filter success stories |
| is_successful | boolean Filter successfully funded projects |
| include_private_campaigns | boolean Include private campaigns |
| user | string Filter by user (link caption) |
| search | string Search term (Elasticsearch only) |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 10 Result limit |
{- "data": [
- {
- "activate_time": 0,
- "answer_1": "string",
- "answer_2": "string",
- "answer_3": "string",
- "answer_4": "string",
- "answer_5": "string",
- "blog_entries_count": 0,
- "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "completion_time": "string",
- "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "end_time": 0,
- "funded_successful": true,
- "funding_count": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "reason": "string"
}
], - "funding_threshold": 0.1,
- "funding_type": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "is_donation_enabled": true,
- "is_liked_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_wall_enabled": true,
- "like_count": 0,
- "link_caption": "string",
- "links": {
- "fundings": "string",
- "like": "string",
- "self": "string"
}, - "locations": [
- {
- "id": 0,
- "location": {
- "id": 0,
- "name": "string"
}, - "type": "string"
}
], - "logo_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "scope": 0,
- "social_link": {
- "property1": "string",
- "property2": "string"
}, - "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "teaser_text": "string",
- "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "wallentries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": "string"
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "cofundings": {
- "property1": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}, - "property2": {
- "campaign_id": 0,
- "sum": 0,
- "sum_automatic": 0,
- "sum_manually": 0
}
}, - "display_funding_threshold": true,
- "funding_anonym_count": 0,
- "funding_count_freeamount": 0,
- "funding_sum_freeamount": 0,
- "funding_threshold_statement": "string",
- "funding_widget_position": "string",
- "has_extended_cache": true,
- "is_favorite": true,
- "is_private_campaign": true,
- "is_split_payment_available": true,
- "is_successstory": true,
- "last_blog_entry_date": 0,
- "last_funding_date": 0,
- "news_subscribed_by_user": true,
- "option_sdg_approved": true,
- "planned_time_changed_to_active": 0,
- "project_type_all_or_nothing": true,
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "sigu": true,
- "soundcloud_link": "string",
- "spotify_link": "string",
- "starter_pwyw_percentage": 0,
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "firstname": "string",
- "has_conversations": true,
- "id": 0,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "lastname": "string",
- "liked_projects": [
- 0
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "register_time": 0,
- "show_donation_box": true,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "supports_count": 0,
- "team_project_count": 0,
- "unassigned_projects_with_messages": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "exports": "string",
- "favorite_projects": "string",
- "logout": "string",
- "main": "string",
- "messages": "string",
- "new_message_to_user": "string",
- "notifications": "string",
- "own_pages": "string",
- "own_projects": "string",
- "password": "string",
- "privacy": "string",
- "settings": "string",
- "supports": "string"
}, - "user_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
}, - "description": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "path": "string",
- "title": "string"
}, - "insert_datetime": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}, - "media_url_1": "string",
- "media_url_2": "string",
- "media_url_3": "string",
- "release_date": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "update_datetime": 0,
- "url": "string",
- "video": {
- "id": 0,
- "cloudflare_uid": "string",
- "status": "string",
- "duration": 0.1,
- "thumbnail_url": "string",
- "playback_url": "string",
- "label": "string",
- "original_filename": "string",
- "created_at": 0,
- "updated_at": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}, - "video_id_3q": "string"
}
]
}
], - "total": 0
}