Fox PvE X2|X5|X10+ Raid Bases FR|PT|ES|EU|EVENTS के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 236,
"fps_avg": 235,
"entities_count": 98510,
"world_seed": 56,
"world_size": 4300,
"steam_id": 90286604973765660,
"domain": null,
"id": 11501661,
"ip": "149.202.121.8",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Roubaix",
"description": "\nCHILL PVE SERVER, With Events!\r\n\r\n[KITS][SHOP][SKINBOX][BACKPACKS][TP][LICENSE]\r\n[Epic loot][Convoy][Water Event][Ext Industrial][Armor Slots]\r\n[EVENT SERVER][Operation Fortress]\r\n[ARMORED TRAIN][JUNKYARD][RAID BASES]\r\n[NPC RAIDERS][A LOT EVENTS][SKILL TREE][DTD]\r\n[FOURNACE UPDRADE][FOURNACE INSIDE BASES]\r\nServer optimised for farmers & Chill players\r\nType /info for HELP\r\nNO PVP, NO STEAL, Verry protected no TOXIC chance\r\nVOTE for our server and WIN a Supply all days\r\nDonators & Vip, are Welcome\r\nDiscord: discord.gg/b3DEeaX",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598667,
"last_online": 1780599632,
"icon": null,
"name": "Fox PvE X2|X5|X10+ Raid Bases FR|PT|ES|EU|EVENTS",
"connect": "149.202.121.8:28080",
"request": "149.202.121.8:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207177,
"last_update": 1780599632,
"banned": false,
"wipe": 1780599078,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5398,
"language": "fr",
"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/11501661");
$data = json_decode($json, true);
var_dump($data);