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
58
59
60
61
62
63
64
| {
"status": true,
"request_id": "8301352b-4821-b6d5-b34d-5d285c6c",
"data": {
"total": 94329,
"page": 1,
"has_next_page": true,
"results": [
{
"name": "New Website's sponsor - Pencig Vape Shop",
"slug": "pencig-sponsor-new-website--4476d59c",
"uuid": "4476d59c-7e91-43f4-a9df-576c503493de",
"type": "event_appearance",
"short_description": "New website",
"event": {
"uuid": "7627b144-c0f3-4bde-b6bb-4a9ed4821836",
"slug": "new-website",
"name": "New Website",
"type": "event",
"image": "https://images.crunchbase.com/image/upload/085eb086255e4a34b9d79273b57d23e2"
},
"participant": {
"uuid": "38ce4f73-d6ac-46e4-816d-6773744e73f3",
"slug": "pencig",
"name": "Pencig Vape Shop",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/iy2wdiua3u9v4panbjoq"
},
"event_starts_on": "1925-01-02",
"appearance_type": "sponsor"
},
{
"name": "Design Automation Conference's sponsor - EDA Consortium",
"slug": "eda-consortium-sponsor-design-automation-conference-2016-201665--674de6f5",
"uuid": "674de6f5-f9ad-4c35-958e-a5cf918193ae",
"type": "event_appearance",
"short_description": null,
"event": {
"uuid": "a3280b61-4b7b-32d5-1392-ce63c8404ac1",
"slug": "design-automation-conference-2016-201665",
"name": "Design Automation Conference",
"type": "event",
"image": "https://images.crunchbase.com/image/upload/v1451294104/rcryess07buplpjd61zk.png"
},
"participant": {
"uuid": "50e04cb4-f11d-2523-49a7-ceb1bac94c43",
"slug": "eda-consortium",
"name": "EDA Consortium",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/v1451296391/xefjwnnju1evuiaynybm.png"
},
"event_starts_on": "1998-06-15",
"appearance_type": "sponsor"
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"appearance_type": "sponsor",
"per_page": "2",
"sort": "asc"
}
}
|