API для NMRiH: Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "nmrih",
"gametype": "spawning:active,objective,classic,ff:on,",
"dedicated": false,
"steam_id": "90291396471257118",
"domain": null,
"id": 13991755,
"ip": "144.124.199.148",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Ташкент",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1788219841,
"last_online": 1787403056,
"icon": null,
"name": "NMRiH: Server",
"connect": "144.124.199.148:27015",
"request": "144.124.199.148:27015",
"map": "nmo_suzhou",
"gamemode": null,
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": null,
"country": "UZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787401946,
"last_update": 1788219841,
"ban_reason": null,
"banned": false,
"hidden": 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": 3268,
"language": "uz",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13991755");
$data = json_decode($json, true);
var_dump($data);