API для 备胎服罢了
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 4,
"product": "left4dead2",
"gametype": "coop,empty,hidden,insecure",
"dedicated": true,
"steam_id": "90290612261232643",
"domain": null,
"id": 13662418,
"ip": "117.189.14.58",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Guiyang",
"description": null,
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1786527385,
"last_online": 1786514400,
"icon": null,
"name": "备胎服罢了",
"connect": "117.189.14.58:27015",
"request": "117.189.14.58:27015",
"map": "sxu_st",
"gamemode": null,
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786483967,
"last_update": 1786527385,
"ban_reason": null,
"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": 20245,
"language": "zh",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13662418");
$data = json_decode($json, true);
var_dump($data);