API pentru Apocalyptic EU 10x Squads | Loot++ | PvP | MyMini | Kits & More
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 152,
"fps_avg": 166,
"entities_count": 101025,
"world_seed": 2147483647,
"world_size": 4000,
"steam_id": "90286599593151512",
"domain": null,
"id": 11606673,
"ip": "185.216.144.83",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWeekly map wipe @ 16:00 London Time (unless forced wipe)\r\n\r\n- Kits Available\r\n- 10x Gather Rate & Loot\r\n- MyMini Spawn\r\n- Instant Craft\r\n- No Blueprints\r\n\r\n- Discord: https://discord.gg/AKKhmNEgFK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780585470,
"last_online": 1780597829,
"icon": null,
"name": "Apocalyptic EU 10x Squads | Loot++ | PvP | MyMini | Kits & More",
"connect": "185.216.144.83:28080",
"request": "185.216.144.83:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779915478,
"last_update": 1780597829,
"banned": false,
"wipe": 1780585819,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1209,
"language": "en",
"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/11606673");
$data = json_decode($json, true);
var_dump($data);