-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathget profile.json
57 lines (57 loc) · 1.55 KB
/
get profile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"error": false,
"message": "Profile fetched successfully",
"totalEcoPoints": 2700,
"recentStories": [
{
"id": 1,
"userId": 1,
"name": "John Doe",
"avatarUrl": "https://i.pravatar.cc/300?img:$it",
"caption": "Bagaimana caramu untuk mengajak masyarakat melestarikan lingkungan?",
"attachedPhotoUrl": "https://cdn.statically.io/og/theme:dark/Story%20no.%20$it.jpg",
"sharedCampaign": {
"id": 1,
"posterUrl": "https://cdn.statically.io/og/theme:dark/shared_campaign_$it.jpg",
"title": "Shared Campaign $it",
"endAt": 1665735727,
"categories": [
{
"name": "Air Pollution",
"colorHex": "#BADA55"
}
],
"participantsCount": 69420,
"isTrending": true,
"isNew": true
},
"createdAt": 1663863110,
"supportersCount": 69,
"repliesCount": 420,
"isSupported": true,
"supportersAvatarsUrl": [
"https://i.pravatar.cc/300?img:${it + 1}",
"https://i.pravatar.cc/300?img:${it + 2}",
"https://i.pravatar.cc/300?img:${it + 3}"
]
}
],
"recentCampaigns": [
{
"id": 1,
"recordId": 1,
"posterUrl": "https://cdn.statically.io/og/food_waste_1.jpg",
"title": "No More Food Waste: Hassle-Free Compost",
"finishedAt": 1665645721,
"earnedPoints": 300,
"endAt": 1665645721,
"completionStatus": 3,
"categories": [
{
"name": "Air Pollution",
"colorHex": "#BADA55"
}
]
}
]
}