An open API service indexing awesome lists of open source software.

https://github.com/wiilink24/tv-api

API for Terabi no Tomo Channel
https://github.com/wiilink24/tv-api

Last synced: 2 months ago
JSON representation

API for Terabi no Tomo Channel

Awesome Lists containing this project

README

        

# tv-api
API for Terebi no Tomo Channel

There are two parts to the API, one which handles incoming POST requests from the channel, and the other for file generation.

Handling the POST requests is currently under development.

## File Generation API
The part of the API that is used for file generation is meant to be a companion to [this api.](https://github.com/iptv-org/api)
We host a list of channels that we will use from their API as many of their channels listed do not air in the countries they are listed in.

Example:
```json
{
"countries": [
{
"name": "Andorra",
"channels": [
{
"name": "Andorra TV",
"slug": "AndorraTV.ad",
"channel_id": 1,
}
],
}
],
}
```