Rattopia 2x | Kits | Solo/Duo/Trio/Quad | Just wiped 4/6 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 95,
"fps_avg": 90,
"entities_count": 82244,
"world_seed": 1431309101,
"world_size": 3750,
"steam_id": "90286604263350286",
"domain": null,
"id": 11606666,
"ip": "66.51.97.55",
"port": 28035,
"query": 28036,
"color": 0,
"city": "City of London",
"description": "\n-Wipes every Friday 6pm GMT\r\n-Starter Kits\r\n-Noob Friendly\r\n-Friendly Staff\r\n-Community voted map on wipes\r\n-25% Upkeep\r\n-Monthly BP Wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780602637,
"icon": null,
"name": "Rattopia 2x | Kits | Solo/Duo/Trio/Quad | Just wiped 4/6",
"connect": "66.51.97.55:28035",
"request": "66.51.97.55:28036",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915478,
"last_update": 1780602637,
"banned": false,
"wipe": 1780596534,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5015,
"language": "en",
"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/11606666");
$data = json_decode($json, true);
var_dump($data);