API для Resistance Fighters |RUS|PVP+|LORE|3PP|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290613092723738",
"domain": null,
"id": 13731634,
"ip": "13.143.244.176",
"port": 2074,
"query": 4074,
"project_id": null,
"color": 0,
"city": "Sudak",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786791629,
"last_online": 1786881897,
"icon": null,
"name": "Resistance Fighters |RUS|PVP+|LORE|3PP|",
"connect": "13.143.244.176:2074",
"request": "13.143.244.176:4074",
"map": "enoch",
"gamemode": null,
"version": "1.29.163451",
"numplayers": 92,
"maxplayers": 100,
"bots": 92,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1786791629,
"last_update": 1786881897,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13731634");
$data = json_decode($json, true);
var_dump($data);