Networks
Read the lightweight network reference collection.
Endpoints
/networksnetworks:readNone
Example request
https://episodetime.com/api/v1/networksExample response envelope
{
"success": true,
"data": [
{
"id": 121,
"name": "Example Show"
}
],
"meta": {
"page": 1,
"limit": 50,
"total": 1,
"pages": 1
},
"error": null
}