RustGamingNation 500x PvE [Events|Purge|Zombies|SkillTree] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 28,
"entities_count": 95407,
"world_seed": 1234567,
"world_size": 3000,
"steam_id": "90286553305159706",
"domain": null,
"id": 11677431,
"ip": "91.229.114.68",
"port": 28023,
"query": 28025,
"color": 0,
"city": "Chicago",
"description": "![RustGamingNation 500x PvE [Events|Purge|Zombies|SkillTree]](https://rust-server-images.physgun.com/7d09fc6c045d6a316907309816d751bfb2b667412457138d64956fe4e08d3813.png)\n500x Gather • No Raiding • No Killing • Chill PVE\\\r\n \\\r\n Features:\\\r\n - Instant Craft\\\r\n - Sky & Water Bases\\\r\n - Raidable NPC Bases\\\r\n - Custom Build Sites\\\r\n - Recyclers At Monuments\\\r\n - Shop, Kits, Events, And More!\\\r\n \\",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780552835,
"icon": null,
"name": "RustGamingNation 500x PvE [Events|Purge|Zombies|SkillTree]",
"connect": "91.229.114.68:28023",
"request": "91.229.114.68:28025",
"map": "RustGamingNation Procedural",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216208,
"last_update": 1780552835,
"banned": false,
"wipe": 1779990325,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5927,
"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/11677431");
$data = json_decode($json, true);
var_dump($data);