Counter-Strike
Фенікс •• Крила Незламних [UA] 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9610501json
代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9610501");
$data = json_decode($json, true);
var_dump($data);