[
{
"id": "<string>",
"alias": "<string>",
"url": "<string>",
"campaign_title": "<string>",
"@type": "GofundmeCampaign",
"description": "<string>",
"story_summary": "<string>",
"image": "<string>",
"images": [],
"youtube_url": "<string>",
"currency": "<string>",
"goal_amount": 123,
"user_defined_goal_amount": 123,
"current_amount": 123,
"donation_count": 123,
"heart_count": 123,
"comment_count": 123,
"share_count": 123,
"update_count": 123,
"category_id": 123,
"project_type": "<string>",
"status": "<string>",
"is_charity": true,
"is_personal_charity": true,
"comments_enabled": true,
"donations_enabled": true,
"suggested_donation_amount": 123,
"created_at": 123,
"published_at": 123,
"location": {
"@type": "GofundmeLocation",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"postal_code": "<string>",
"text": "<string>"
},
"organizer": {
"@type": "GofundmeUser",
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"profile_url": "<string>"
},
"beneficiary": {
"@type": "GofundmeUser",
"id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"profile_url": "<string>"
},
"charity": {
"@type": "GofundmeCharity",
"id": "<string>",
"npo_id": "<string>",
"ein": "<string>",
"name": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"alias": "<string>",
"status": "<string>",
"image": "<string>",
"verified_at": 123
},
"donation_configuration": {
"@type": "GofundmeDonationConfiguration",
"payment_methods": [],
"payment_processor": "<string>"
},
"team": {
"@type": "GofundmeTeam",
"name": "<string>",
"status": "<string>",
"created_at": 123
},
"team_members": [],
"goal_log": []
}
]