Rust
API для [TR/EU] Atak 1.5x Vanilla+ | No Junk | FPS+ | Solo/Duo |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11259961json
{
"response": {
"fps": 146,
"fps_avg": 154,
"entities_count": 37881,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90284217916527644",
"domain": null,
"id": 11259961,
"ip": "5.226.191.203",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Atak 1.5x Vanilla+ | No Junk | FPS+ | Solo/Duo |](https://i.postimg.cc/prZrSRL7/banneratak.png)\nHapisrust\r\n\r\n[ENG] 1.5x Gather | No Junk | Duo Limit\r\nThis server provides a smooth, competitive, and FPS-optimized Rust experience. Enjoy balanced vanilla gameplay without the grind.\r\n\r\n[TR] 1.5x Kaynak | Çöp İtem Yok | Duo Limit\r\nSunucumuz, FPS odaklı ve optimize edilmiş haritasıyla pürüzsüz, rekabetçi ve dengeli bir Rust deneyimi sunar.\r\n\r\nFeatures:\r\n• 1.5x Gather Rates\r\n• No Junk Loot\r\n• FPS Optimized Map\r\n• Duo Limit (Max 2)\r\n• Active Administration\r\n\r\nJoin us for a stable and fair environment!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776464003,
"score": 0,
"last_online": 1776825620,
"icon": null,
"name": "[TR/EU] Atak 1.5x Vanilla+ | No Junk | FPS+ | Solo/Duo |",
"connect": "5.226.191.203:28015",
"request": "5.226.191.203:27017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555184,
"last_update": 1776825620,
"banned": false,
"wipe": 1775161739,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4781,
"language": "tr",
"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/11259961");
$data = json_decode($json, true);
var_dump($data);