Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-02-17 00:15:45 +03:00
parent d2dfa2152b
commit a5f4844962

View file

@ -51,6 +51,8 @@ https://iptv-org.github.io/api/channels.json
| is_nsfw | boolean | Indicates whether the channel broadcasts adult content | | is_nsfw | boolean | Indicates whether the channel broadcasts adult content |
| logo | string or null | Logo URL | | logo | string or null | Logo URL |
Source of data: https://github.com/iptv-org/database
### Guides ### 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) | | lang | string | Language of the guide ([ISO_639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) |
| url | string | Link to the guide | | url | string | Link to the guide |
Source of data: https://github.com/iptv-org/epg
### Categories ### Categories
``` ```
@ -99,6 +103,8 @@ https://iptv-org.github.io/api/categories.json
| id | string | Category ID | | id | string | Category ID |
| name | string | Name of the category | | name | string | Name of the category |
Source of data: https://github.com/iptv-org/database
### Languages ### Languages
``` ```
@ -121,6 +127,8 @@ https://iptv-org.github.io/api/languages.json
| name | string | Language name | | name | string | Language name |
| code | string | [ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code of the language | | 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 ### 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) | | lang | string | Official language ([ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code) |
| flag | string | Country flag emoji | | flag | string | Country flag emoji |
Source of data: https://github.com/iptv-org/database
### Subdivisions ### Subdivisions
``` ```
@ -171,6 +181,8 @@ https://iptv-org.github.io/api/subdivisions.json
| name | string | Subdivision name | | name | string | Subdivision name |
| code | string | [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) code of the subdivision | | 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 ### Regions
``` ```
@ -195,6 +207,8 @@ https://iptv-org.github.io/api/regions.json
| code | string | Code of the region | | code | string | Code of the region |
| countries | array | List of countries in the region | | countries | array | List of countries in the region |
Source of data: https://github.com/iptv-org/database
### Blocklist ### Blocklist
``` ```
@ -217,6 +231,8 @@ https://iptv-org.github.io/api/blocklist.json
| channel | string | Channel ID | | channel | string | Channel ID |
| ref | string | Link to removal request or DMCA takedown notice | | ref | string | Link to removal request or DMCA takedown notice |
Source of data: https://github.com/iptv-org/database
## Contribution ## 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). 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).