API для MAGNUS STALKER-PvP YELLOW: CARS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 12253476,
"ip": "93.183.93.163",
"port": 31853,
"query": 27506,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "DayZServMod002�T��l\rVPPAdminTools�Ưh��\\Community Framework",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1783845629,
"last_online": 1784109015,
"icon": null,
"name": "MAGNUS STALKER-PvP YELLOW: CARS",
"connect": "93.183.93.163:31853",
"request": "93.183.93.163:27506",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 123,
"maxplayers": 127,
"bots": 123,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 153,
"add_date": 1783845629,
"last_update": 1784109015,
"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": 41,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12253476");
$data = json_decode($json, true);
var_dump($data);