PRECISION RUST | MONTHLY | VANILLA | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 99,
"fps_avg": 97,
"entities_count": 79507,
"world_seed": 556811511,
"world_size": 3750,
"steam_id": "90286256448933918",
"domain": null,
"id": 11607292,
"ip": "66.51.99.76",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Dallas",
"description": "\nALWAYS BONUS(ALWAY HIT X ON TREES AND HOTSPOTS ON NODES) BUILDING PRIV RANGE WORKBENCH, 5 MINUTE NIGHTS , 5 MINUTE HACKABLE CREATS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915502,
"last_online": 1780581637,
"icon": null,
"name": "PRECISION RUST | MONTHLY | VANILLA |",
"connect": "66.51.99.76:28020",
"request": "66.51.99.76:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915502,
"last_update": 1780581637,
"banned": false,
"wipe": 1778179037,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5549,
"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/11607292");
$data = json_decode($json, true);
var_dump($data);