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",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": 0,
- "updated_timestamp": 0,
- "links": {
- "property1": "string",
- "property2": "string"
}
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of all incentives for a specific project, including hidden ones (status=hidden or hidden due to an unmet funding goal). Requires a Project API Key with incentives:read scope, a System API Key, or an internal request. Use hidden_until_goal_reached and is_unlocked on each incentive to determine its visibility state.
| 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,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "delivery_info": "string",
- "delivery_info_formatted": "string",
- "delivery_info_plain": "string",
- "description": "string",
- "funding_amount_until_unlock": 0,
- "funding_amount_threshold": 0,
- "funding_goal": {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}, - "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "hidden_until_goal_reached": true,
- "id": 0,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_in_stock": true,
- "is_multiselect": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "activated_timestamp": 0,
- "anonymous_funding_count": 0,
- "blog_entries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": { }
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "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
}
}, - "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "description_section_1": "string",
- "description_section_2": "string",
- "description_section_3": "string",
- "description_section_4": "string",
- "description_section_5": "string",
- "description_updates": [
- {
- "id": 0,
- "created_timestamp": 0,
- "text": "string"
}
], - "diversity_statement": "string",
- "dynamic_boxes": [
- {
- "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "url": "string",
- "teaser": "string",
- "title": "string"
}
], - "end_time": 0,
- "end_timestamp": 0,
- "funding_count": 0,
- "funding_count_freeamount": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}
], - "funding_sum_freeamount": 0,
- "funding_threshold": 0.1,
- "funding_threshold_statement": "string",
- "funding_type": "string",
- "funding_widget_position": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "google_analytics_id": "string",
- "has_extended_cache": true,
- "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "is_all_or_nothing": true,
- "is_donation_enabled": true,
- "is_equify_connection_enabled": true,
- "is_favorite": true,
- "is_fibonacci_level_activated": true,
- "is_funded_successfully": true,
- "is_funding_threshold_visible": true,
- "is_legacy_pwyw_commission": true,
- "is_liked_by_user": true,
- "is_migrated": true,
- "is_news_subscribed_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_private_campaign": true,
- "is_pwyw_supporter_visible": true,
- "is_sdg_approved": true,
- "is_sigu": true,
- "is_split_payment_available": true,
- "is_success_story": true,
- "is_wall_enabled": true,
- "last_blog_entry_timestamp": 0,
- "last_funded_timestamp": 0,
- "legal": {
- "address": "string",
- "city": "string",
- "company": "string",
- "country": "string",
- "email_encoded": "string",
- "first_name": "string",
- "info": "string",
- "last_name": "string",
- "postal_code": "string",
- "vat_id": "string"
}, - "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",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "main_sdg": {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "meta_pixel_id": "string",
- "planned_activation_timestamp": 0,
- "project_type_all_or_nothing": true,
- "realization_period": "string",
- "scope": 0,
- "scope_for_upgrade": 0,
- "sdg_statement": "string",
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "short_title": "string",
- "sigu": true,
- "social_links": {
- "property1": "string",
- "property2": "string"
}, - "soundcloud_url": "string",
- "spotify_url": "string",
- "starter_pwyw_percentage": 0,
- "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_mobile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_text": "string",
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": 0,
- "updated_timestamp": 0,
- "links": {
- "property1": "string",
- "property2": "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"
}, - "voucher": {
- "code": "string",
- "discount": 0,
- "funding_types": [
- 0
], - "id": 0,
- "project_scopes": [
- 0
], - "is_valid": true,
- "valid_from_timestamp": 0,
- "valid_until_timestamp": 0
}, - "wall_entries_count": 0
}, - "quantity_remaining": 0,
- "quantity_sold": 0,
- "quantity_total": 0,
- "title": "string",
- "type": "string",
- "variant_choices_1": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_2": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_3": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_label_1": "string",
- "variant_label_2": "string",
- "variant_label_3": "string",
- "video": "string",
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "status": "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,
- "activated_timestamp": 0,
- "anonymous_funding_count": 0,
- "blog_entries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": { }
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "string",
- "cofundings": {
- "property1": { },
- "property2": { }
}, - "country_code": "DE",
- "crowd_index": 0.1,
- "currency": "EUR",
- "current_funding": 0.1,
- "description_section_1": "string",
- "description_section_2": "string",
- "description_section_3": "string",
- "description_section_4": "string",
- "description_section_5": "string",
- "description_updates": [
- {
- "id": 0,
- "created_timestamp": 0,
- "text": "string"
}
], - "diversity_statement": "string",
- "dynamic_boxes": [
- {
- "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "url": "string",
- "teaser": "string",
- "title": "string"
}
], - "end_time": 0,
- "end_timestamp": 0,
- "funding_count": 0,
- "funding_count_freeamount": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}
], - "funding_sum_freeamount": 0.1,
- "funding_threshold": 0.1,
- "funding_threshold_statement": "string",
- "funding_type": "string",
- "funding_widget_position": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "google_analytics_id": "string",
- "has_extended_cache": true,
- "id": 12345,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "is_all_or_nothing": true,
- "is_donation_enabled": true,
- "is_equify_connection_enabled": true,
- "is_favorite": true,
- "is_fibonacci_level_activated": true,
- "is_funded_successfully": true,
- "is_funding_threshold_visible": true,
- "is_legacy_pwyw_commission": true,
- "is_liked_by_user": true,
- "is_migrated": true,
- "is_news_subscribed_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_private_campaign": true,
- "is_pwyw_supporter_visible": true,
- "is_sdg_approved": true,
- "is_sigu": true,
- "is_split_payment_available": true,
- "is_success_story": true,
- "is_wall_enabled": true,
- "last_blog_entry_timestamp": 0,
- "last_funded_timestamp": 0,
- "legal": {
- "address": "string",
- "city": "string",
- "company": "string",
- "country": "string",
- "email_encoded": "string",
- "first_name": "string",
- "info": "string",
- "last_name": "string",
- "postal_code": "string",
- "vat_id": "string"
}, - "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",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "main_sdg": {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "meta_pixel_id": "string",
- "planned_activation_timestamp": 0,
- "project_type_all_or_nothing": true,
- "realization_period": "string",
- "scope": 0,
- "scope_for_upgrade": 0,
- "sdg_statement": "string",
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "short_title": "string",
- "sigu": true,
- "social_links": {
- "property1": "string",
- "property2": "string"
}, - "soundcloud_url": "string",
- "spotify_url": "string",
- "starter_pwyw_percentage": 0.1,
- "status": "new",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_mobile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_text": "string",
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": 0,
- "updated_timestamp": 0,
- "links": {
- "property1": "string",
- "property2": "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"
}, - "voucher": {
- "code": "string",
- "discount": 0,
- "funding_types": [
- 0
], - "id": 0,
- "project_scopes": [
- 0
], - "is_valid": true,
- "valid_from_timestamp": 0,
- "valid_until_timestamp": 0
}, - "wall_entries_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,
- "is_news_subscribed": true,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "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",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "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",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 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"
}, - "is_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,
- "variant_value_1": "string",
- "variant_value_2": "string",
- "variant_value_3": "string",
- "incentive": {
- "address_required": true,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "delivery_info": "string",
- "delivery_info_formatted": "string",
- "delivery_info_plain": "string",
- "description": "string",
- "funding_amount_until_unlock": 0,
- "funding_amount_threshold": 0,
- "funding_goal": {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}, - "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "hidden_until_goal_reached": true,
- "id": 0,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_in_stock": true,
- "is_multiselect": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "activated_timestamp": 0,
- "anonymous_funding_count": 0,
- "blog_entries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": null,
- "imprint_company": null,
- "theme": null,
- "title": null,
- "url": { }
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": null
}
}
], - "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "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
}
}, - "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "description_section_1": "string",
- "description_section_2": "string",
- "description_section_3": "string",
- "description_section_4": "string",
- "description_section_5": "string",
- "description_updates": [
- {
- "id": 0,
- "created_timestamp": 0,
- "text": "string"
}
], - "diversity_statement": "string",
- "dynamic_boxes": [
- {
- "id": 0,
- "image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "thumbnails": { },
- "title": null
}, - "url": "string",
- "teaser": "string",
- "title": "string"
}
], - "end_time": 0,
- "end_timestamp": 0,
- "funding_count": 0,
- "funding_count_freeamount": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}
], - "funding_sum_freeamount": 0,
- "funding_threshold": 0.1,
- "funding_threshold_statement": "string",
- "funding_type": "string",
- "funding_widget_position": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": null,
- "2x": null
}, - "title": "string"
}
], - "google_analytics_id": "string",
- "has_extended_cache": true,
- "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": null,
- "2x": null
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": null,
- "url": null,
- "value": null
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "is_all_or_nothing": true,
- "is_donation_enabled": true,
- "is_equify_connection_enabled": true,
- "is_favorite": true,
- "is_fibonacci_level_activated": true,
- "is_funded_successfully": true,
- "is_funding_threshold_visible": true,
- "is_legacy_pwyw_commission": true,
- "is_liked_by_user": true,
- "is_migrated": true,
- "is_news_subscribed_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_private_campaign": true,
- "is_pwyw_supporter_visible": true,
- "is_sdg_approved": true,
- "is_sigu": true,
- "is_split_payment_available": true,
- "is_success_story": true,
- "is_wall_enabled": true,
- "last_blog_entry_timestamp": 0,
- "last_funded_timestamp": 0,
- "legal": {
- "address": "string",
- "city": "string",
- "company": "string",
- "country": "string",
- "email_encoded": "string",
- "first_name": "string",
- "info": "string",
- "last_name": "string",
- "postal_code": "string",
- "vat_id": "string"
}, - "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",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "main_sdg": {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "meta_pixel_id": "string",
- "planned_activation_timestamp": 0,
- "project_type_all_or_nothing": true,
- "realization_period": "string",
- "scope": 0,
- "scope_for_upgrade": 0,
- "sdg_statement": "string",
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "short_title": "string",
- "sigu": true,
- "social_links": {
- "property1": "string",
- "property2": "string"
}, - "soundcloud_url": "string",
- "spotify_url": "string",
- "starter_pwyw_percentage": 0,
- "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- null
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "thumbnails": { },
- "title": null
}, - "registered_timestamp": 0,
- "social_networks": [
- null
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": null,
- "address": null,
- "api_integration": 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,
- "fundings": null
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_mobile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_text": "string",
- "timeline_entries": [
- {
- "author": {
- "address_city": null,
- "biography": null,
- "company_name": null,
- "display_name": null,
- "first_name": null,
- "fundings_count": null,
- "has_conversations": null,
- "id": null,
- "is_donation_box_enabled": null,
- "is_platform_controller": null,
- "is_platform_manager": null,
- "is_public": null,
- "last_name": null,
- "liked_project_link_captions": [ ],
- "liked_projects_count": null,
- "own_pages_count": null,
- "own_projects_count": null,
- "profile_image": null,
- "registered_timestamp": null,
- "social_networks": [ ],
- "supported_projects_count": null,
- "team_projects_count": null,
- "unassigned_projects_with_messages_count": null,
- "unread_message_count": null,
- "url": null
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- null
], - "id": 0,
- "image": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "thumbnails": { },
- "title": null
}, - "image_mobile": {
- "hash": null,
- "id": null,
- "is_image": null,
- "mimetype": null,
- "thumbnails": { },
- "title": null
}, - "links": {
- "property1": null,
- "property2": null
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": null,
- "updated_timestamp": null,
- "links": { }
}
}
], - "title": "string",
- "total_funding": 0,
- "url": {
- "comments": "string",
- "faq": "string",
- "main": "string",
- "main_relative": "string",
- "widget": "string"
}, - "video": {
- "id": "string",
- "type": "string",
- "url": "string"
}, - "voucher": {
- "code": "string",
- "discount": 0,
- "funding_types": [
- 0
], - "id": 0,
- "project_scopes": [
- 0
], - "is_valid": true,
- "valid_from_timestamp": 0,
- "valid_until_timestamp": 0
}, - "wall_entries_count": 0
}, - "quantity_remaining": 0,
- "quantity_sold": 0,
- "quantity_total": 0,
- "title": "string",
- "type": "string",
- "variant_choices_1": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_2": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_3": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_label_1": "string",
- "variant_label_2": "string",
- "variant_label_3": "string",
- "video": "string"
}
}
], - "status_code": "string",
- "cancellation_timestamp": 0,
- "support_timestamp": 0,
- "total_amount": 0,
- "user": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}, - "email": "string"
}
}
], - "total": 0
}Returns minimal identity data for the authenticated User API Key. Answers "who am I and what scopes does my key have?" without PII exposure. Requires a User API Key (snx_user_*) — session auth is explicitly rejected.
{- "data": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}, - "link_caption": "string",
- "scopes": [
- {
- "scope": "string",
- "endpoints": [
- "string"
]
}
]
}
}Returns a paginated list of active incentives from all projects where the current user is the initiator or a team member. Accepts either a session cookie (internal) or a User API Key with incentives:read scope.
| sort | string Default: "sold" Enum: "new" "sold" "price-a" "price-d" "name-a" "name-d" "rand" Sort order |
| fundable | boolean Filter by fundable projects only |
| is_favorite | boolean Filter favorites only |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 50 Result limit (max 100) |
{- "data": [
- {
- "address_required": true,
- "category": {
- "id": "string",
- "level": 0,
- "link_caption": "string",
- "title": "string"
}, - "delivery_info": "string",
- "delivery_info_formatted": "string",
- "delivery_info_plain": "string",
- "description": "string",
- "funding_amount_until_unlock": 0,
- "funding_amount_threshold": 0,
- "funding_goal": {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}, - "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "hidden_until_goal_reached": true,
- "id": 0,
- "is_available": true,
- "is_bundle": true,
- "is_favorite": true,
- "is_in_stock": true,
- "is_multiselect": true,
- "is_split_payment_available": true,
- "is_unlocked": true,
- "price": 0,
- "project": {
- "activate_time": 0,
- "activated_timestamp": 0,
- "anonymous_funding_count": 0,
- "blog_entries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": { }
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "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
}
}, - "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "description_section_1": "string",
- "description_section_2": "string",
- "description_section_3": "string",
- "description_section_4": "string",
- "description_section_5": "string",
- "description_updates": [
- {
- "id": 0,
- "created_timestamp": 0,
- "text": "string"
}
], - "diversity_statement": "string",
- "dynamic_boxes": [
- {
- "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "url": "string",
- "teaser": "string",
- "title": "string"
}
], - "end_time": 0,
- "end_timestamp": 0,
- "funding_count": 0,
- "funding_count_freeamount": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}
], - "funding_sum_freeamount": 0,
- "funding_threshold": 0.1,
- "funding_threshold_statement": "string",
- "funding_type": "string",
- "funding_widget_position": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "google_analytics_id": "string",
- "has_extended_cache": true,
- "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "is_all_or_nothing": true,
- "is_donation_enabled": true,
- "is_equify_connection_enabled": true,
- "is_favorite": true,
- "is_fibonacci_level_activated": true,
- "is_funded_successfully": true,
- "is_funding_threshold_visible": true,
- "is_legacy_pwyw_commission": true,
- "is_liked_by_user": true,
- "is_migrated": true,
- "is_news_subscribed_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_private_campaign": true,
- "is_pwyw_supporter_visible": true,
- "is_sdg_approved": true,
- "is_sigu": true,
- "is_split_payment_available": true,
- "is_success_story": true,
- "is_wall_enabled": true,
- "last_blog_entry_timestamp": 0,
- "last_funded_timestamp": 0,
- "legal": {
- "address": "string",
- "city": "string",
- "company": "string",
- "country": "string",
- "email_encoded": "string",
- "first_name": "string",
- "info": "string",
- "last_name": "string",
- "postal_code": "string",
- "vat_id": "string"
}, - "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",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "main_sdg": {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "meta_pixel_id": "string",
- "planned_activation_timestamp": 0,
- "project_type_all_or_nothing": true,
- "realization_period": "string",
- "scope": 0,
- "scope_for_upgrade": 0,
- "sdg_statement": "string",
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "short_title": "string",
- "sigu": true,
- "social_links": {
- "property1": "string",
- "property2": "string"
}, - "soundcloud_url": "string",
- "spotify_url": "string",
- "starter_pwyw_percentage": 0,
- "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_mobile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_text": "string",
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": 0,
- "updated_timestamp": 0,
- "links": {
- "property1": "string",
- "property2": "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"
}, - "voucher": {
- "code": "string",
- "discount": 0,
- "funding_types": [
- 0
], - "id": 0,
- "project_scopes": [
- 0
], - "is_valid": true,
- "valid_from_timestamp": 0,
- "valid_until_timestamp": 0
}, - "wall_entries_count": 0
}, - "quantity_remaining": 0,
- "quantity_sold": 0,
- "quantity_total": 0,
- "title": "string",
- "type": "string",
- "variant_choices_1": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_2": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_choices_3": [
- {
- "id": 0,
- "name": "string",
- "position": 0,
- "group": 0
}
], - "variant_label_1": "string",
- "variant_label_2": "string",
- "variant_label_3": "string",
- "video": "string",
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "status": "string"
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}Returns a paginated list of all public projects where the current user is the initiator or a team member. Accepts either a session cookie (internal) or a User API Key with projects:read scope.
| sort | string Default: "project-end-date-d" Enum: "project-end-date-d" "project-end-date-a" "project-activation-date-d" "project-activation-date-a" "project-title-d" "project-title-a" "project-funding-sum-d" "project-funding-sum-a" "project-support-count-d" "project-support-count-a" "project-fan-count-d" "project-fan-count-a" "rand" Sort order |
| offset | integer Default: 0 Result offset |
| limit | integer Default: 20 Result limit |
{- "data": [
- {
- "activate_time": 0,
- "activated_timestamp": 0,
- "anonymous_funding_count": 0,
- "blog_entries_count": 0,
- "campaigns": [
- {
- "id": 0,
- "page": {
- "id": 0,
- "imprint_company": "string",
- "theme": "string",
- "title": "string",
- "url": { }
}, - "status": "string",
- "title": "string",
- "type": "string",
- "url": {
- "main": "string"
}
}
], - "categories": [
- {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "city": "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
}
}, - "country_code": "string",
- "crowd_index": 0,
- "currency": "string",
- "current_funding": 0,
- "description_section_1": "string",
- "description_section_2": "string",
- "description_section_3": "string",
- "description_section_4": "string",
- "description_section_5": "string",
- "description_updates": [
- {
- "id": 0,
- "created_timestamp": 0,
- "text": "string"
}
], - "diversity_statement": "string",
- "dynamic_boxes": [
- {
- "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "url": "string",
- "teaser": "string",
- "title": "string"
}
], - "end_time": 0,
- "end_timestamp": 0,
- "funding_count": 0,
- "funding_count_freeamount": 0,
- "funding_goals": [
- {
- "amount": 0.1,
- "id": 0,
- "is_editable": true,
- "reason": "string",
- "title": "string"
}
], - "funding_sum_freeamount": 0,
- "funding_threshold": 0.1,
- "funding_threshold_statement": "string",
- "funding_type": "string",
- "funding_widget_position": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "google_analytics_id": "string",
- "has_extended_cache": true,
- "id": 0,
- "initiator": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "is_all_or_nothing": true,
- "is_donation_enabled": true,
- "is_equify_connection_enabled": true,
- "is_favorite": true,
- "is_fibonacci_level_activated": true,
- "is_funded_successfully": true,
- "is_funding_threshold_visible": true,
- "is_legacy_pwyw_commission": true,
- "is_liked_by_user": true,
- "is_migrated": true,
- "is_news_subscribed_by_user": true,
- "is_non_profit": true,
- "is_postfunding_enabled": true,
- "is_private_campaign": true,
- "is_pwyw_supporter_visible": true,
- "is_sdg_approved": true,
- "is_sigu": true,
- "is_split_payment_available": true,
- "is_success_story": true,
- "is_wall_enabled": true,
- "last_blog_entry_timestamp": 0,
- "last_funded_timestamp": 0,
- "legal": {
- "address": "string",
- "city": "string",
- "company": "string",
- "country": "string",
- "email_encoded": "string",
- "first_name": "string",
- "info": "string",
- "last_name": "string",
- "postal_code": "string",
- "vat_id": "string"
}, - "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",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "main_category": {
- "caption": "string",
- "filter_url": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "main_sdg": {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}, - "meta_pixel_id": "string",
- "planned_activation_timestamp": 0,
- "project_type_all_or_nothing": true,
- "realization_period": "string",
- "scope": 0,
- "scope_for_upgrade": 0,
- "sdg_statement": "string",
- "sdgs": [
- {
- "caption": "string",
- "id": 0,
- "is_main": true,
- "name": "string"
}
], - "short_title": "string",
- "sigu": true,
- "social_links": {
- "property1": "string",
- "property2": "string"
}, - "soundcloud_url": "string",
- "spotify_url": "string",
- "starter_pwyw_percentage": 0,
- "status": "string",
- "subtitle": "string",
- "supporter_count": 0,
- "team_members": [
- {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}
], - "team_name": "string",
- "teaser_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_mobile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "teaser_text": "string",
- "timeline_entries": [
- {
- "author": {
- "address_city": "string",
- "biography": "string",
- "company_name": "string",
- "display_name": "string",
- "first_name": "string",
- "fundings_count": 0,
- "has_conversations": true,
- "id": 0,
- "is_donation_box_enabled": true,
- "is_platform_controller": true,
- "is_platform_manager": true,
- "is_public": true,
- "last_name": "string",
- "liked_project_link_captions": [
- "string"
], - "liked_projects_count": 0,
- "own_pages_count": 0,
- "own_projects_count": 0,
- "profile_image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "registered_timestamp": 0,
- "social_networks": [
- {
- "key": "string",
- "url": "string",
- "value": "string"
}
], - "supported_projects_count": 0,
- "team_projects_count": 0,
- "unassigned_projects_with_messages_count": 0,
- "unread_message_count": 0,
- "url": {
- "account": "string",
- "address": "string",
- "api_integration": "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",
- "fundings": "string"
}
}, - "created_timestamp": 0,
- "description": "string",
- "embed_url_1": "string",
- "embed_url_2": "string",
- "embed_url_3": "string",
- "gallery_images": [
- {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}
], - "id": 0,
- "image": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "image_mobile": {
- "hash": "string",
- "id": 0,
- "is_image": true,
- "mimetype": "image/jpeg",
- "thumbnails": {
- "1x": "string",
- "2x": "string"
}, - "title": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "release_timestamp": 0,
- "status": "string",
- "title": "string",
- "type": "string",
- "updated_timestamp": 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_timestamp": 0,
- "updated_timestamp": 0,
- "links": {
- "property1": "string",
- "property2": "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"
}, - "voucher": {
- "code": "string",
- "discount": 0,
- "funding_types": [
- 0
], - "id": 0,
- "project_scopes": [
- 0
], - "is_valid": true,
- "valid_from_timestamp": 0,
- "valid_until_timestamp": 0
}, - "wall_entries_count": 0
}
], - "meta": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}