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
d2dfa2152b
commit
a5f4844962
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -51,6 +51,8 @@ https://iptv-org.github.io/api/channels.json
|
|||
| is_nsfw | boolean | Indicates whether the channel broadcasts adult content |
|
||||
| logo | string or null | Logo URL |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Guides
|
||||
|
||||
```
|
||||
|
@ -77,6 +79,8 @@ https://iptv-org.github.io/api/guides.json
|
|||
| lang | string | Language of the guide ([ISO_639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) |
|
||||
| url | string | Link to the guide |
|
||||
|
||||
Source of data: https://github.com/iptv-org/epg
|
||||
|
||||
### Categories
|
||||
|
||||
```
|
||||
|
@ -99,6 +103,8 @@ https://iptv-org.github.io/api/categories.json
|
|||
| id | string | Category ID |
|
||||
| name | string | Name of the category |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Languages
|
||||
|
||||
```
|
||||
|
@ -121,6 +127,8 @@ https://iptv-org.github.io/api/languages.json
|
|||
| name | string | Language name |
|
||||
| code | string | [ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code of the language |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Countries
|
||||
|
||||
```
|
||||
|
@ -147,6 +155,8 @@ https://iptv-org.github.io/api/countries.json
|
|||
| lang | string | Official language ([ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code) |
|
||||
| flag | string | Country flag emoji |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Subdivisions
|
||||
|
||||
```
|
||||
|
@ -171,6 +181,8 @@ https://iptv-org.github.io/api/subdivisions.json
|
|||
| name | string | Subdivision name |
|
||||
| code | string | [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) code of the subdivision |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Regions
|
||||
|
||||
```
|
||||
|
@ -195,6 +207,8 @@ https://iptv-org.github.io/api/regions.json
|
|||
| code | string | Code of the region |
|
||||
| countries | array | List of countries in the region |
|
||||
|
||||
Source of data: https://github.com/iptv-org/database
|
||||
|
||||
### Blocklist
|
||||
|
||||
```
|
||||
|
@ -217,6 +231,8 @@ https://iptv-org.github.io/api/blocklist.json
|
|||
| channel | string | Channel ID |
|
||||
| ref | string | Link to removal request or DMCA takedown notice |
|
||||
|
||||
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](https://github.com/iptv-org/api/issues) or a [pull request](https://github.com/iptv-org/api/pulls).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue