-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwatcho.json
More file actions
35 lines (35 loc) · 1019 Bytes
/
Copy pathwatcho.json
File metadata and controls
35 lines (35 loc) · 1019 Bytes
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
{
"success": true,
"message": "Live matches fetched successfully",
"total": 3,
"updatedAt": "21/07/2026, 06:18:02 PM",
"data": [
{
"id": 1,
"isLive": true,
"contentId": "4246703",
"name": "Nepal VS Namibia",
"genre": "Sports",
"provider": "FanCode",
"image": "https://images.fancode.com/aig/match/v1784023200314/4246703_CASACARDS_PARTNER_16_9_1920_1080.png"
},
{
"id": 2,
"isLive": true,
"contentId": "143510",
"name": "ATP 250 - Millenium Estoril Open 2026",
"genre": "Sports",
"provider": "FanCode",
"image": "https://images.fancode.com/aig/match/v1784023200809/143510_CASACARDS_PARTNER_16_9_1920_1080.png"
},
{
"id": 3,
"isLive": true,
"contentId": "143504",
"name": "ATP 250 - Generali Open 2026",
"genre": "Sports",
"provider": "FanCode",
"image": "https://images.fancode.com/aig/match/v1784030400826/143504_CASACARDS_PARTNER_16_9_1920_1080.png"
}
]
}