API for 【0311SD全通服】孤岛
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286938072021020,
"domain": null,
"id": 10188949,
"ip": "118.24.161.239",
"port": 20301,
"query": 13001,
"project_id": null,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1781297034,
"last_online": 1781305277,
"icon": null,
"name": "【0311SD全通服】孤岛",
"connect": "118.24.161.239:20301",
"request": "118.24.161.239:13001",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756325663,
"last_update": 1781305277,
"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": 5651,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10188949");
$data = json_decode($json, true);
var_dump($data);