Update README.md
https://iptv-org.github.io/api/channels.json
[ //... { "id": "AnhuiTV.cn", "name": "Anhui TV", "alt_names": ["安徽卫视"], "network": "Anhui", "owners": ["China Central Television"], "country": "CN", "subdivision": "CN-AH", "city": "Hefei", "broadcast_area": ["s/CN-AH"], "languages": ["zho"], "categories": ["general"], "is_nsfw": false, "launched": "2016-07-28", "closed": "2020-05-31", "replaced_by": "CCTV1.cn", "website": "http://www.ahtv.cn/", "logo": "https://example.com/logo.png" } //... ]
r/<region_code>
c/<country_code>
s/<subdivision_code>
YYYY-MM-DD
Source of data: https://github.com/iptv-org/database
https://iptv-org.github.io/api/streams.json
[ //... { "channel": "BBCNews.uk", "url": "http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8", "timeshift": "2", "http_referrer": "http://example.com/", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" } //... ]
Source of data: https://github.com/iptv-org/iptv
https://iptv-org.github.io/api/guides.json
[ //... { "channel": "BBCNews.uk", "site": "bt.com", "site_id": "hsx4", "site_name": "BBC News", "lang": "en" } //... ]
Source of data: https://github.com/iptv-org/epg
https://iptv-org.github.io/api/categories.json
[ //... { "id": "documentary", "name": "Documentary" } //... ]
https://iptv-org.github.io/api/languages.json
[ //... { "name": "French", "code": "fra" } //... ]
https://iptv-org.github.io/api/countries.json
[ //... { "name": "Canada", "code": "CA", "languages": ["eng", "fra"], "flag": "🇨🇦" } //... ]
https://iptv-org.github.io/api/subdivisions.json
[ //... { "country": "CA", "name": "Ontario", "code": "CA-ON" } //... ]
https://iptv-org.github.io/api/regions.json
[ //... { "code": "MAGHREB", "name": "Maghreb", "countries": ["DZ", "LY", "MA", "MR", "TN"] } //... ]
https://iptv-org.github.io/api/blocklist.json
[ //... { "channel": "AnimalPlanetEast.us", "ref": "https://github.com/iptv-org/iptv/issues/1831" } //... ]
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
API
Overview
Channels
r/<region_code>
,c/<country_code>
,s/<subdivision_code>
)YYYY-MM-DD
)YYYY-MM-DD
)Source of data: https://github.com/iptv-org/database
Streams
Source of data: https://github.com/iptv-org/iptv
Guides
Source of data: https://github.com/iptv-org/epg
Categories
Source of data: https://github.com/iptv-org/database
Languages
Source of data: https://github.com/iptv-org/database
Countries
Source of data: https://github.com/iptv-org/database
Subdivisions
Source of data: https://github.com/iptv-org/database
Regions
Source of data: https://github.com/iptv-org/database
Blocklist
Source of data: https://github.com/iptv-org/database
Contribution
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.