Astral Rust - EU 2x | Monthly Solo/Duo/Trio/Quad | Kits | 50% U के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 209,
"fps_avg": 214,
"entities_count": 78144,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286266935808027",
"domain": null,
"id": 11260239,
"ip": "157.85.95.99",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nAstral Rust - EU 2x Vanilla+\r\n2x Gather and Loot Rates\r\nActive & fair administration\r\nNo game-breaking mods\r\nMap wipes: Forcewipe\r\nBP Wipes: Forcewipe\r\nCompetitive PvP & roaming\r\nTeam UI: Max 4.\r\nSmooth performance & low latency (EU)\r\nJoin Astral and experience Rust the way it should be played-just better.\r\n(Discord link can be found on External Website button)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780573418,
"last_online": 1779857420,
"icon": null,
"name": "Astral Rust - EU 2x | Monthly Solo/Duo/Trio/Quad | Kits | 50% U",
"connect": "157.85.95.99:28015",
"request": "157.85.95.99:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555189,
"last_update": 1780573418,
"banned": false,
"wipe": 1778180739,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10887,
"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.in/servers/11260239");
$data = json_decode($json, true);
var_dump($data);