API для Project VANTA | PVP | More Loot | No Stamina | Military Loot++
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286620104900638",
"domain": null,
"id": 11742120,
"ip": "88.211.219.21",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Amsterdam",
"description": "[{\"id\":\"ZAsEfn3_Cf\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/f48d93e9-4a42-451f-9ece-21d46e055983.webp\"}}}]",
"game": 221100,
"owner": 198201,
"boosts": 1,
"last_offline": 1780496040,
"last_online": 1780639819,
"icon": null,
"name": "Project VANTA | PVP | More Loot | No Stamina | Military Loot++",
"connect": "88.211.219.21:2302",
"request": "88.211.219.21:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1780433912,
"last_update": 1780639819,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1671,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "dmarchenko02",
"avatar": "1fc506e8-3e2d-4191-a9b6-d97b08794040.webp"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11742120");
$data = json_decode($json, true);
var_dump($data);