API for ✈ TRC Studio 红色创意十周年 |▶ 1.7.x - 1.21.x |◀ ✈ [!] 不定期开放状态已结束!欢迎回到 PLAY.TRCMC.COM !

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/588521
json

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/588521");
$data = json_decode($json, true);
var_dump($data);