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
516c768401
commit
402d80ca44
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -75,16 +75,16 @@ https://iptv-org.github.io/api/streams.json
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Field | Description |
|
| Field | Type | Description |
|
||||||
| ------------- | -------------------------------------------------------------------------------------------------------------------- |
|
| ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||||
| channel | Channel ID |
|
| channel | string | Channel ID |
|
||||||
| url | Stream URL |
|
| url | string | Stream URL |
|
||||||
| http_referrer | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream |
|
| http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream |
|
||||||
| user_agent | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream |
|
| user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream |
|
||||||
| status | One of the following: `online`, `blocked`, `timeout`, `error` |
|
| status | string | One of the following: `online`, `blocked`, `timeout`, `error` |
|
||||||
| width | The maximum width of the stream in pixels. Specified only if the status is `online` |
|
| width | integer | The maximum width of the stream in pixels. Specified only if the status is `online` |
|
||||||
| height | The maximum height of the stream in pixels. Specified only if the status is `online` |
|
| height | integer | The maximum height of the stream in pixels. Specified only if the status is `online` |
|
||||||
| bitrate | The bitrate of the stream in bits per second. Specified only if the status is `online` |
|
| bitrate | integer | The bitrate of the stream in bits per second. Specified only if the status is `online` |
|
||||||
|
|
||||||
### Guides
|
### Guides
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue