API для SOPRAVVISSUTI DITALIA 2X MENSILE JUST WIPED
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 40,
"fps_avg": 36,
"map_url": "procedural_map_3500_seed_827176891_r287",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 827176891,
"map_size": 3500,
"map_revision": 287,
"entities_count": 75439,
"steam_id": "90291780073824285",
"domain": null,
"id": 11717817,
"ip": "45.14.187.27",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Sant'Agata",
"description": "\n➤ Raccolta X2\r\n➤ Zolfo Vanilla (X1)\r\n➤ Stack Size X2\r\n➤ Recycler in tutti i monumenti\r\n➤ Minicotteri presenti sulla mappa\r\n➤ Team massimo 8 giocatori\r\n➤ Nessuna alleanza consentita\r\nREGOLE PRINCIPALI\r\n\r\n• Vietati cheat, hack e software esterni.\r\n• Vietata qualsiasi forma di tossicità e molestie.\r\n• Vietato spam di altri server o shop.\r\n• Vietate accuse di cheating senza prove.\r\n• Per contestazioni è obbligatoria una clip video.\r\n• Raid consentiti.\r\n• PvP Online fortemente incoraggiato.\r\nDiscord Ufficiale:\r\nhttps://discord.gg/vEmE2zvzMX",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1787976761,
"last_online": 1787996103,
"icon": null,
"name": "SOPRAVVISSUTI DITALIA 2X MENSILE JUST WIPED",
"connect": "45.14.187.27:28015",
"request": "45.14.187.27:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2632",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780324073,
"last_update": 1787996103,
"ban_reason": null,
"banned": false,
"wipe": 1786093251,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2087,
"language": "it",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11717817");
$data = json_decode($json, true);
var_dump($data);