[11/06] RZ East Coast - NOOBs Welcome के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 148,
"fps_avg": 144,
"entities_count": 100351,
"world_seed": 3453223,
"world_size": 4250,
"steam_id": "90286547160331286",
"domain": null,
"id": 224220,
"ip": "147.135.9.26",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Oakton",
"description": "![[11/06] RZ East Coast - NOOBs Welcome](https://i.gyazo.com/cf5b0a996caec4ceb066c491ba0cc513.jpg)\nWelcome to RZ East Coast - The Internet's Basement :]\r\nMap Wipes every first and third thursdays. BP Wipes first thursday of each month.\r\n\r\nRacism, sexism, and homophobia, etc. will not be tolerated. \r\nNo VAC/Game bans! \r\nCheaters and Hacker s will be reported and banned\r\nFor a complete list of rules, visit www.rzeastcoast.com/#server_rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779685407,
"last_online": 1780549229,
"icon": null,
"name": "[11/06] RZ East Coast - NOOBs Welcome",
"connect": "147.135.9.26:28015",
"request": "147.135.9.26:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1582979104,
"last_update": 1780549229,
"banned": false,
"wipe": 1778179878,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1801,
"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/224220");
$data = json_decode($json, true);
var_dump($data);