API для ! Volten Gaming Vanilla East!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 118,
"fps_avg": 114,
"entities_count": 116071,
"world_seed": 278,
"world_size": 4500,
"steam_id": "90286604449547287",
"domain": null,
"id": 686064,
"ip": "23.94.186.226",
"port": 28016,
"query": 28019,
"color": 0,
"city": "Buffalo",
"description": "\nVolten Gaming Vanilla East \r\n Server specific rules and information. \r\n Weekly wipe schedule. \r\n Monthly blueprint. \r\n Active staff members. \r\n Online since February 2021. \r\n Volten Gaming rules are available on our website.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780599632,
"icon": null,
"name": "! Volten Gaming Vanilla East!",
"connect": "23.94.186.226:28016",
"request": "23.94.186.226:28019",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1670760209,
"last_update": 1780599632,
"banned": false,
"wipe": 1780597206,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2586,
"language": "en",
"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/686064");
$data = json_decode($json, true);
var_dump($data);