mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 01:50:06 -04:00
Update README.md
This commit is contained in:
parent
441f7b3b16
commit
085257ad24
1 changed files with 11 additions and 11 deletions
|
@ -12,8 +12,8 @@ https://iptv-org.github.io/api/channels.json
|
|||
[
|
||||
...
|
||||
{
|
||||
"name": "CNN",
|
||||
"id": "CNN.us",
|
||||
"name": "CNN",
|
||||
"country": "US",
|
||||
"broadcast_area": [
|
||||
"c/US"
|
||||
|
@ -32,11 +32,11 @@ https://iptv-org.github.io/api/channels.json
|
|||
```
|
||||
|
||||
| Field | Description |
|
||||
| -------------- | ------------------------------------------------------------------------------------------------------ |
|
||||
| name | Full name of the channel |
|
||||
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| id | Unique channel ID |
|
||||
| name | Full name of the channel |
|
||||
| country | Broadcast source country ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code) |
|
||||
| broadcast_area | Any combination of: `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>` |
|
||||
| broadcast_area | List of codes describing the broadcasting area (any combination of: `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`) |
|
||||
| languages | List of [languages](#languages) broadcast |
|
||||
| categories | List of [categories](#categories) to which this channel belongs |
|
||||
| is_nsfw | Indicates whether the channel broadcasts adult content |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue