API для Glizzy Glaze 2x
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 5,
"fps_avg": 5,
"map_url": "procedural_map_3500_seed_694802_r286",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 694802,
"map_size": 3500,
"map_revision": 286,
"entities_count": 68103,
"steam_id": "90289958868274195",
"domain": null,
"id": 11511781,
"ip": "64.40.8.247",
"port": 28109,
"query": 28106,
"project_id": null,
"color": 0,
"city": "Даллас",
"description": "\nWelcome to the Glizzy Glaze 2x \r\nNoob Friendly, have fun and don't be a dick! \r\nQuality of Life \r\n- Vehicles spawn with high quality parts \r\n- Minis spawn on the road \r\n- Quick smelt, quick recycle and instant craft \r\n- Better loot tables\r\nGet your Glizzy on!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783184001,
"last_online": 1788244290,
"icon": null,
"name": "Glizzy Glaze 2x",
"connect": "64.40.8.247:28109",
"request": "64.40.8.247:28106",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353864,
"last_update": 1788244290,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1783184140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4047,
"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/11511781");
$data = json_decode($json, true);
var_dump($data);