API для Игра «-YgleLords MrPoPo»
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "Europa Universalis V",
"region": -1,
"steam_id": "90288804602560519",
"domain": null,
"id": 12283233,
"ip": "46.53.243.203",
"port": 1633,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Minsk",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1784059326,
"last_online": 1783952521,
"icon": null,
"name": "Игра «-YgleLords MrPoPo»",
"connect": "46.53.243.203:1633",
"request": "46.53.243.203:27016",
"map": null,
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": null,
"country": "BY",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783950119,
"last_update": 1784059326,
"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": 2239,
"language": "be",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12283233");
$data = json_decode($json, true);
var_dump($data);