PRO - POGu Rust OCE | 50% Upkeep के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 176,
"fps_avg": 170,
"entities_count": 113757,
"world_seed": 447406459,
"world_size": 4500,
"steam_id": "90286582308138013",
"domain": null,
"id": 11511928,
"ip": "103.15.237.169",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Melbourne",
"description": "Newer OCE based Server | 50% UPKEEP | Events tba\r\nMax 6: No Teaming/Clans\r\nNew Maps: Bi-Weekly|BP wipes: Monthly\r\n______\r\nRules in development: Suggestions open via Server Discord.\r\n_____\r\nNo Private steam profiles for Transparency|Kicks until amended\r\nNo hacking|No scripting|No glitching etc.\r\nNo Ban evading/alts|No doxing",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779936770,
"last_online": 1780575040,
"icon": null,
"name": "PRO - POGu Rust OCE | 50% Upkeep",
"connect": "103.15.237.169:28015",
"request": "103.15.237.169:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353868,
"last_update": 1780575040,
"banned": false,
"wipe": 1779585951,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5258,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11511928");
$data = json_decode($json, true);
var_dump($data);