API для EU | SIX GAMING | 20X QUAD | /kit /info /clan | Monthly Wipe
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 151,
"fps_avg": 153,
"entities_count": 110864,
"world_seed": 636885113,
"world_size": 4000,
"steam_id": "90286589515705375",
"domain": null,
"id": 9526881,
"ip": "162.55.66.178",
"port": 28017,
"query": 28302,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to SIX-Gaming 20x Trio \r\n\r\n Need support or want to engage with our community? Click VIEW WEBPAGE \r\n\r\n Server wipe schedule: \r\n\r\n This server follows a monthly map wipe schedule. This will take place every Thursday @ 8PM MEZ. \r\n\r\n on force wipe (a forced update that Facepunch does on the first Thursday @ 8PM MEZ of every month), this server will also Fullwipe. \r\n\r\n Modded (Kits, clans, /report, /home, /bgrade, /remove, Recycler, BetterLoot etc. )[x20 Resources] \r\n\r\n Quad, with active Admins 4k Map Size \r\n\r\n Server restarts occur at the following times MEZ: 12 A.M. and 12 P.M. \r\n\r\n We hope you will enjoy your stay on SIX-Gaming Rust servers!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779994423,
"last_online": 1780578640,
"icon": null,
"name": "EU | SIX GAMING | 20X QUAD | /kit /info /clan | Monthly Wipe",
"connect": "162.55.66.178:28017",
"request": "162.55.66.178:28302",
"map": "SIX-Gaming 20x QUAD",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537853,
"last_update": 1780578640,
"banned": false,
"wipe": 1778177444,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3317,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9526881");
$data = json_decode($json, true);
var_dump($data);