Code Monkey home page Code Monkey logo

api_xtream_codes_api's Introduction

How to:

Instructions: Download api.php and upload to your web hosting, amend URL at top of api.php for your server

Usage Examples:

  • The methods are accessed via GET or POST by sending some parameters.

  • User login & password = Required on all requests

  • Call Login: api.php?op=login&username=username&password=password

  • Call categorys of channels: api.php?op=category_channels&username=username&password=password

  • Call all os channels: api.php?op=channels&username=username&password=password

  • Call channels by category: api.php?op=channels&category=ID&username=username&password=password

  • Call categorys of Vods (Films): api.php?op=category_vods&username=username&password=password

  • Call All of Vods (Films): api.php?op=vods&category=ID&username=username&password=password

  • Call Vods by category: api.php?op=vods&category=ID&username=username&password=password

  • Call Categorys Series: api.php?op=category_series&username=username&password=password

  • Call All as Series: api.php?op=series&username=username&password=passwor

  • Call Series by category: api.php?op=series&category=ID&username=username&password=password

  • Call Information of Vod (Film): api.php?op=vod&id=ID&username=username&password=password

  • Call Information of Series: api.php?op=serie&id=ID&username=username&password=password

  • Layer EPG Summarized By Channel: api.php?op=epg_simples&id=ID&username=username&password=password

  • Layer EPG Complete By Channel: api.php?op=epg&id=ID&username=username&password=password

  • Layer Todo EPG Full: api.php?op=epgfull&username=username&password=password

  • Call to convert the M3U list to JSON: api.php?op=lists&username=username&password=password

Make the calls through your browser by the URL you use there:

Version 1.0

  • Need to Treat and Adapt Arrys and Values

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.