API для Chillipepper97's Match
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289464663313436",
"domain": null,
"id": 12542125,
"ip": "122.58.39.198",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Lower Hutt",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1784807774,
"last_online": 1784797800,
"icon": null,
"name": "Chillipepper97's Match",
"connect": "122.58.39.198:27015",
"request": "122.58.39.198:27015",
"map": "aerowalk",
"gamemode": null,
"version": "1069",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "NZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784797920,
"last_update": 1784807774,
"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": 4777,
"language": "en",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12542125");
$data = json_decode($json, true);
var_dump($data);