-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_iptv.json
35 lines (32 loc) · 1007 Bytes
/
config_iptv.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
{
"source": "https://github.com/iptv-org/api/blob/master/README.md",
"api": {
"get_contents": {
"method": "GET",
"url": "https://iptv-org.github.io/api/categories.json",
"headers": {
"Accept": "*/*",
"Content-type": "application/x-www-form-urlencoded"
},
"type": "category"
},
"channels": {
"method": "GET",
"url": "https://iptv-org.github.io/api/channels.json",
"headers": {
"Accept": "*/*",
"Content-type": "application/x-www-form-urlencoded"
},
"type": "channels"
},
"streams": {
"method": "GET",
"url": "https://iptv-org.github.io/api/streams.json",
"headers": {
"Accept": "*/*",
"Content-type": "application/x-www-form-urlencoded"
},
"type": "streams"
}
}
}