API для Remilia's NMRiH Server INF ammo|!guns
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789717802,
"app": {
"id": 6,
"name": "No More Room in Hell",
"steam_id": 224260,
"url": "no-more-room-in-hell"
},
"color": 0,
"connect": "139.99.115.252:27082",
"country": "SG",
"domain": null,
"game": 224260,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16681484,
"ip": "139.99.115.252",
"language": "en",
"last_update": 1789824531,
"map": "nmo_broadway",
"maxplayers": 8,
"name": "Remilia's NMRiH Server INF ammo|!guns",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27082,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27082,
"request": "139.99.115.252:27082",
"secured": true,
"status": false,
"steam_id": "90292964017128477",
"version": "1.1.5.0",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сингапур",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789824531,
"last_online": 1789717759,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 508,
"wipe_period": null,
"os": "w",
"region": 255,
"product": "nmrih",
"gametype": "spawning:active,objective,casual,ff:off,SEA,alltalk,asia,casual,no ff",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16681484");
$data = json_decode($json, true);
var_dump($data);