ROKI RUST X10 NO LIMIT के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 144,
"fps_avg": 140,
"entities_count": 105721,
"world_seed": 483443860,
"world_size": 4250,
"steam_id": "90286420787131409",
"domain": null,
"id": 11159227,
"ip": "195.18.27.76",
"port": 35700,
"query": 35710,
"color": 0,
"city": "Moscow",
"description": "\nROKI RUST X10 NO LIMIT\r\nWeekly Wipe\r\n\r\nPremium X10 Experience\r\nEnhanced Loot System\r\nExtended Stack Size\r\nExclusive Kits\r\nSmart Teleport System\r\nNo Blueprints\r\nProgressive Explosives Unlock\r\nAdvanced Base Tools\r\n\r\nOptimized PvP\r\nSolo Duo Clans Welcome\r\nStable Performance\r\nActive Administration\r\nНаш Дискорд https://discord.gg/WAaNe6FeDc\r\nНаш Телеграм https://t.me/+v8JiQvlLQyYwN2Iy",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779951825,
"last_online": 1780589430,
"icon": null,
"name": "ROKI RUST X10 NO LIMIT",
"connect": "195.18.27.76:35700",
"request": "195.18.27.76:35710",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 61,
"add_date": 1772228124,
"last_update": 1780589430,
"banned": false,
"wipe": 1778742827,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1956,
"language": "ru",
"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.in/servers/11159227");
$data = json_decode($json, true);
var_dump($data);