Unofficial TIX-ID API
Last tested on TIX-ID version 1.11.0
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
That token will be used for Authorization Bearer
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 |
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 |
GET https://api.tix.id//v1/theaters?city_id=
Parameter | Description |
---|---|
city_id | you can get city_id from Cities ID route |
{
"request_id": "143bf9ea-4949-4d78-becf-150e35a56d3e-1543314559895",
"user_id": "<your id>"
}
{
"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
Save X-Tix-Authorization
value from header response, this will be use later
MORE API SOON