API pentru Fox PvE X2|X5|X10+ Raid Bases FR|PT|ES|EU|EVENTS
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 252,
"fps_avg": 252,
"entities_count": 96890,
"world_seed": 41724900,
"world_size": 4300,
"steam_id": "90286603114741788",
"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": 1780596270,
"last_online": 1780594399,
"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": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207177,
"last_update": 1780596270,
"banned": false,
"wipe": 1780594189,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9576,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11501661");
$data = json_decode($json, true);
var_dump($data);