RNN SOLO CHILL NO RAID/LIMITED KOS 04/02 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 105521,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286603652349955",
"domain": null,
"id": 689180,
"ip": "104.129.132.45",
"port": 28109,
"query": 28106,
"color": 0,
"city": "Dallas",
"description": "\nRNN SOLO CHILL NO RAID and LIMITED KOS 04/02.\r\nWorkbench research 100% tax.\r\nFull wipe 1st Thursday of the month, map and BPs.\r\nNext wipe Thursday 05/07 with FP release.\r\nNO CODELOCKS ALLOWED.\r\nThis is our chill server.\r\nRAIDS/KOS NOT ALLOWED BEFORE 05/03 00:00 EST.\r\nKOS ALLOWED ONLY INSIDE MONUMENTS.\r\nMinicopers spawn on the roads\r\nAdmins do not play.\r\n797 players permanently banned since 04/2017.\r\nDISCORD https://discord.gg/UvnVtTH",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780091010,
"last_online": 1780597829,
"icon": null,
"name": "RNN SOLO CHILL NO RAID/LIMITED KOS 04/02",
"connect": "104.129.132.45:28109",
"request": "104.129.132.45:28106",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 8,
"maxplayers": 160,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1672002653,
"last_update": 1780597829,
"banned": false,
"wipe": 1780595312,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1375,
"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/689180");
$data = json_decode($json, true);
var_dump($data);