[
{
"id": 123,
"name": "<string>",
"alias": "<string>",
"@type": "KickstarterProject",
"project_url": "<string>",
"image": "<string>",
"video_url": "<string>",
"state": "<string>",
"goal": 123,
"pledged": 123,
"usd_pledged": 123,
"converted_pledged_amount": 123,
"percent_funded": 123,
"backer_count": 123,
"currency": "<string>",
"currency_symbol": "<string>",
"current_currency": "<string>",
"static_usd_rate": 123,
"fx_rate": 123,
"usd_exchange_rate": 123,
"country": "<string>",
"country_displayable_name": "<string>",
"created_at": 123,
"launched_at": 123,
"deadline": 123,
"state_changed_at": 123,
"updated_at": 123,
"successful_at": 123,
"is_staff_pick": true,
"is_starrable": true,
"is_launched": true,
"is_prelaunch_activated": true,
"is_in_post_campaign_pledging_phase": true,
"is_spotlight": true,
"disable_communication": true,
"tags": [],
"comment_count": 123,
"update_count": 123,
"faq_count": 123,
"has_community": true,
"creator": {
"name": "<string>",
"@type": "KickstarterCreator",
"id": 123,
"alias": "<string>",
"image": "<string>",
"profile_url": "<string>"
},
"category": {
"name": "<string>",
"@type": "KickstarterProjectCategory",
"id": 123,
"alias": "<string>",
"parent_id": 123,
"parent_name": "<string>"
},
"location": {
"@type": "KickstarterLocation",
"id": 123,
"name": "<string>",
"displayable_name": "<string>",
"country": "<string>",
"state": "<string>",
"location_type": "<string>",
"alias": "<string>"
},
"story": "<string>",
"risks": "<string>"
}
]