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
| {
"status": true,
"request_id": "08e9010e-8305-65ad-8ba3-ba1ec17f",
"data": {
"total": 32755,
"page": 1,
"has_next_page": true,
"results": [
{
"name": "Accolade Partners Growth I",
"slug": "accolade-partners-raised-accolade-partners-growth-i--ce90548f",
"uuid": "ce90548f-a1af-4dab-b0a6-dd419d4cb52a",
"image": "https://images.crunchbase.com/image/upload/v1421338072/fh9skjtaotgm5ui6s4ab.jpg",
"type": "fund",
"owner": {
"uuid": "bd541137-fcf7-072c-5464-9299aecc274b",
"slug": "accolade-partners",
"name": "Accolade Partners",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/v1421338072/fh9skjtaotgm5ui6s4ab.jpg"
},
"rank": 1521603
},
{
"name": "TDF Ventures II",
"slug": "tdf-ventures-raised-tdf-ventures-ii--2e1de841",
"uuid": "2e1de841-16e7-254c-bdf7-0440955852ff",
"image": "https://images.crunchbase.com/image/upload/fdp1zcuhipojejijecdg",
"type": "fund",
"owner": {
"uuid": "d0d4753a-45f2-0394-cfad-73eb99c6be2a",
"slug": "tdf-ventures",
"name": "TDF Ventures",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/fdp1zcuhipojejijecdg"
},
"rank": 1582605
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"sort": "asc",
"per_page": "2",
"page": "1"
}
}
|