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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
| {
"status": true,
"request_id": "7a66cd7b-6805-9873-7084-6040b767",
"data": {
"total": 203644,
"page": 1,
"has_next_page": false,
"results": [
{
"name": "Reliance Motor Car Company acquired by General Motors",
"slug": "general-motors-acquires-reliance-motor-car-company--71c669ea",
"uuid": "71c669ea-43cb-23a2-a158-71bb06cf785b",
"image": "https://images.crunchbase.com/image/upload/v1465390856/yz07glmgyhwzacacrdrr.jpg",
"type": "acquisition",
"acquirer": {
"uuid": "5087a047-80c5-4aa3-dfdf-30dd8ac88b5e",
"slug": "general-motors",
"name": "General Motors",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/hmmrtltnb5pke51rxlvg"
},
"acquiree": {
"uuid": "65cbc73a-6584-ab45-db78-5939b7938024",
"slug": "reliance-motor-car-company",
"name": "Reliance Motor Car Company",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/v1465390856/yz07glmgyhwzacacrdrr.jpg"
},
"acquiree_last_funding_type": null,
"rank_acquisition": 162176,
"acquirer_categories": [
{
"name": "Automotive",
"slug": "automotive",
"uuid": "bb2ad65f-1009-db81-c6f6-83dbcfd64870",
"image_id": "70b9211be4744e26936e45db0b986706",
"image": "https://images.crunchbase.com/image/upload/70b9211be4744e26936e45db0b986706"
}
// ... more items
],
"acquiree_categories": [
{
"name": "Automotive",
"slug": "automotive",
"uuid": "bb2ad65f-1009-db81-c6f6-83dbcfd64870",
"image_id": "70b9211be4744e26936e45db0b986706",
"image": "https://images.crunchbase.com/image/upload/70b9211be4744e26936e45db0b986706"
}
// ... more items
],
"acquirer_locations": [
{
"name": "Detroit",
"slug": "detroit-michigan",
"uuid": "169942a0-8e9f-a450-cba1-f5c0e0430180",
"location_type": "city"
},
{
"name": "Michigan",
"slug": "michigan-united-states",
"uuid": "e38a2116-36db-d2e1-c526-30a42b3e9bb4",
"location_type": "region"
}
],
"acquiree_locations": [
{
"name": "Detroit",
"slug": "detroit-michigan",
"uuid": "169942a0-8e9f-a450-cba1-f5c0e0430180",
"location_type": "city"
},
{
"name": "Michigan",
"slug": "michigan-united-states",
"uuid": "e38a2116-36db-d2e1-c526-30a42b3e9bb4",
"location_type": "region"
}
]
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"order_by": "announced_on",
"page": "1",
"per_page": "2",
"sort": "asc"
}
}
|