API for 服主云服务器搜:2289
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286072377826320,
"domain": null,
"id": 11602556,
"ip": "43.249.194.88",
"port": 10174,
"query": 10176,
"color": 0,
"city": "Jinan",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1779573763,
"last_online": 1779458435,
"icon": null,
"name": "服主云服务器搜:2289",
"connect": "43.249.194.88:10174",
"request": "43.249.194.88:10176",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779359306,
"last_update": 1779573763,
"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": 4638,
"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/11602556");
$data = json_decode($json, true);
var_dump($data);