Ironville Junction PVE Raidable Bases Convoy के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 29,
"entities_count": 145813,
"world_seed": 916274780,
"world_size": 4500,
"steam_id": "90286582468380701",
"domain": null,
"id": 1204636,
"ip": "104.129.133.199",
"port": 28029,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "\nIronville Junction PVE. \r\nRaidable Bases. \r\nZombies. \r\nBradley Guards,Guarded Crates. \r\nBack Packs,Better Electricity. \r\nBetter Chinook Patrol,Better Root Combiners. \r\nBetter Scarecrows,Building Workbench. \r\nColoured Chat,Gather Manager. \r\nStack Size Controller,No Raid. \r\nMonuments Addons,Monuments Finder,NpcSpawn. \r\nAdvert Messages,Back Pack Button. \r\nBetter Elevators,Furnace Full Smelt. \r\nBag Cooldowns,Better Air Drop. \r\nCrafting Speed,Mixing Speed,Recycler Speed,Reaserch Speed. \r\nAuto Pick Up Barrels,Convoy. \r\nPerfect Repair,Smooth Restarter,Remover Tool. \r\nMagic Panel,Magic Cargo Ship Panel. \r\nmagic H47 Panel,Magic Last Wipe Panel.\r\nMagic Ping Panel,Magic Heli Panel,Magic Player Panel.\r\nConvoy,Dynamic Monuments.\r\nHeli Crash Event,Grid Power.\r\nVery Low Decay and Base Maintenance.\r\nAdmin Contact - [email protected].",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779710613,
"last_online": 1780550435,
"icon": null,
"name": "Ironville Junction PVE Raidable Bases Convoy",
"connect": "104.129.133.199:28029",
"request": "104.129.133.199:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1691954568,
"last_update": 1780550435,
"banned": false,
"wipe": 1778179442,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1658,
"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/1204636");
$data = json_decode($json, true);
var_dump($data);