Rust
[EU] Xcretion 150 Island's Server - Random Items के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7763729json
{
"response": {
"fps": 100,
"fps_avg": 97,
"entities_count": 49491,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285666560073732",
"domain": null,
"id": 7763729,
"ip": "148.251.177.248",
"port": 28080,
"query": 28081,
"color": 0,
"city": "Falkenstein",
"description": "Welcome to the 150 Island Server! \r\n ---------------------------------------------------------- \r\n You can get nearly any item in the game every 15s. Have fun! \r\n Daily Map Wipes 5pm (GMT) \r\n Rules in Discord (Press View Webpage to join!) \r\n \r\n The home of the Original Xcretion Event. We hope you enjoy your stay!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777861988,
"score": 0,
"last_online": 1778635816,
"icon": null,
"name": "[EU] Xcretion 150 Island's Server - Random Items",
"connect": "148.251.177.248:28080",
"request": "148.251.177.248:28081",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 9,
"maxplayers": 140,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1739878829,
"last_update": 1778635816,
"banned": false,
"wipe": 1778601539,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 965,
"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/7763729");
$data = json_decode($json, true);
var_dump($data);