API для [EU] GreatGamers | Vanilla+ Solo/Duo/Trio/Quad Noob Friendly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 85,
"fps_avg": 83,
"entities_count": 106933,
"world_seed": 815426442,
"world_size": 4500,
"steam_id": "90286604375451657",
"domain": null,
"id": 11260017,
"ip": "136.243.32.157",
"port": 28000,
"query": 28001,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] GreatGamers | Vanilla+ Solo/Duo/Trio/Quad Noob Friendly](https://ibb.co/TBQMRwps)\nWelcome to GreatGamers!\r\n\r\nLooking for the perfect balance between challenge and fun? GreatGamers delivers a smooth, competitive Rust experience without the grind holding you back.\r\nServer Features\r\nProcedural Map – Monthly wipes every first Thursday or force wipe\r\n50% Upkeep – Build bigger, worry less about farming\r\nMax Team Size: 4 – Fair fights, no massive Zerg domination\r\nOptimized Performance – Smooth gameplay, minimal lag\r\nActive Admins\r\nRules:\r\nNo Cheats/Scripts\r\nNo Exploits\r\nRespect Players & Admins\r\n\r\nJoin the Community\r\nTeam up, dominate, or go rogue—your story starts here!\r\nWill you rise… or get raided?\r\n\r\n Jump in now and become one of the GreatGamers.\r\n Discord.gg/xBfeKSF9F6",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780602637,
"icon": null,
"name": "[EU] GreatGamers | Vanilla+ Solo/Duo/Trio/Quad Noob Friendly",
"connect": "136.243.32.157:28000",
"request": "136.243.32.157:28001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555185,
"last_update": 1780602637,
"banned": false,
"wipe": 1780597320,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4051,
"language": "de",
"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/11260017");
$data = json_decode($json, true);
var_dump($data);