API для Fuel Bandits 3x | Solo/Duo | Monthly | US
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 87874,
"world_seed": 169781743,
"world_size": 4000,
"steam_id": "90286604623169557",
"domain": null,
"id": 8616821,
"ip": "45.51.220.160",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Wildomar",
"description": "\nWelcome to Fuel Bandits 3x - West Coast Server\r\nNo Cheating: Immediate ban for using cheats, hacks, or exploitation. Fair play only. Respectful Community: No tolerance for harassment, racism, or toxic behavior. We're a community of survivors, not adversaries. Raiding: Conduct raids with purpose; griefing just to destroy is discouraged. Leave room for others to rebuild. Communication: Keep chat strategic and clean; profanity is part of the game, but hate speech isn't allowed. Resource Sharing: Encouraged for strategic alliances, fostering a vibrant community. Admin Decisions: Admins act when needed, with the final say in disputes. Appeals can be made through the server's forum or Discord.\r\n\r\nrs0002a5i}=?5ds5pu&*rM0%nSc0%oku",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780607432,
"icon": null,
"name": "Fuel Bandits 3x | Solo/Duo | Monthly | US",
"connect": "45.51.220.160:28015",
"request": "45.51.220.160:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745032443,
"last_update": 1780607432,
"banned": false,
"wipe": 1780597669,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3523,
"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/8616821");
$data = json_decode($json, true);
var_dump($data);