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
84fb5ea3eb
commit
d2dfa2152b
1 changed files with 13 additions and 13 deletions
10
README.md
10
README.md
|
@ -38,18 +38,18 @@ https://iptv-org.github.io/api/channels.json
|
|||
```
|
||||
|
||||
| Field | Type | Description |
|
||||
| -------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| id | string | Unique channel ID |
|
||||
| name | string | Full name of the channel |
|
||||
| network | string | Name of the network operating the channel |
|
||||
| network | string or null | Name of the network operating the channel |
|
||||
| country | string | Country code from which the broadcast is transmitted ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)) |
|
||||
| subdivision | string | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) |
|
||||
| city | string | Name of the city from which the broadcast is transmitted |
|
||||
| subdivision | string or null | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) |
|
||||
| city | string or null | Name of the city from which the broadcast is transmitted |
|
||||
| broadcast_area | array | List of codes describing the broadcasting area (`r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`) |
|
||||
| languages | array | List of languages broadcast |
|
||||
| categories | array | List of categories to which this channel belongs |
|
||||
| is_nsfw | boolean | Indicates whether the channel broadcasts adult content |
|
||||
| logo | string | Logo URL |
|
||||
| logo | string or null | Logo URL |
|
||||
|
||||
### Guides
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue