/TIXID

Unofficial TIX-ID API | Reserve Fun and Exciting Entertainment Experiences at the Convenience of Your Phone

MIT LicenseMIT

TIXID-API

Unofficial TIX-ID API

Last tested on TIX-ID version 1.11.0

Get Token

All this route is using Auth Bearer <token> except this route, and token is can be found from this route

Add Client-Secret key to Header with value 123456

Response

image That token will be used for Authorization Bearer

Get App Config

Response

image

Promo Banner

Reponse

image

Cities ID

Response

image

Movies

Now playing by cities id

GET https://api.tix.id//v1/movies/now_playing?city_id=&tz=

Parameter Description
city_id you can get city_id from Cities ID route
tz 7

Upcoming by cities id

GET https://api.tix.id/v1/movies/upcoming?city_id=<city_id>

Parameter Description
city_id you can get city_id from Cities ID route

Theaters

Get theaters in cities

GET https://api.tix.id//v1/theaters?city_id=

Parameter Description
city_id you can get city_id from Cities ID route

Dana

{
    "request_id": "143bf9ea-4949-4d78-becf-150e35a56d3e-1543314559895",
    "user_id": "<your id>"
  }	
Response

image

Login TIXID

    {
      "msisdn": "<phone number>",
      "password": "<hashed password>"
    }

note: idk know what hash type that TIXID used, you can reverse from APK that how hashed password work

Response

login_resp

Save X-Tix-Authorization value from header response, this will be use later

MORE API SOON