Soulmask
API for 863百倍PVP独家大Mod【变态生物装备建筑特效道具
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11385177json
{
"response": {
"steam_id": "90284267187885081",
"domain": null,
"id": 11385177,
"ip": "103.91.209.81",
"port": 19992,
"query": 19994,
"color": 0,
"city": "Jinan",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775985673,
"score": 0,
"last_online": 1776011492,
"icon": null,
"name": "863百倍PVP独家大Mod【变态生物装备建筑特效道具",
"connect": "103.91.209.81:19992",
"request": "103.91.209.81:19994",
"map": "DLC_Level01_Main",
"gamemode": "10",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 186,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596163,
"last_update": 1776011492,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 444,
"language": "zh",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11385177");
$data = json_decode($json, true);
var_dump($data);