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
9116188aab
commit
83f0a4c5cf
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -196,21 +196,21 @@ https://iptv-org.github.io/api/countries.json
|
||||||
[
|
[
|
||||||
//...
|
//...
|
||||||
{
|
{
|
||||||
"name": "United Kingdom",
|
"name": "Canada",
|
||||||
"code": "UK",
|
"code": "CA",
|
||||||
"lang": "eng",
|
"languages": ["eng", "fra"],
|
||||||
"flag": "🇬🇧"
|
"flag": "🇨🇦"
|
||||||
}
|
}
|
||||||
//...
|
//...
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Field | Type | Description |
|
| Field | Type | Description |
|
||||||
| ----- | ------ | ------------------------------------------------------------------------------------------ |
|
| --------- | ------ | ----------------------------------------------------------------------------------------------------- |
|
||||||
| name | string | Name of the country |
|
| name | string | Name of the country |
|
||||||
| code | string | [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code of the country |
|
| code | string | [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code of the country |
|
||||||
| lang | string | Official language ([ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code) |
|
| languages | array | List of official languages of the country ([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
|
Source of data: https://github.com/iptv-org/database
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue