API pentru [SEA] Lone Survivor | 2x Vanilla | Solo Only | Just Wiped
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 204,
"fps_avg": 217,
"entities_count": 56083,
"world_seed": 1,
"world_size": 3000,
"steam_id": "90286031948998665",
"domain": null,
"id": 11596797,
"ip": "51.79.214.157",
"port": 25109,
"query": 25110,
"color": 0,
"city": "Singapore",
"description": "![[SEA] Lone Survivor | 2x Vanilla | Solo Only | Just Wiped](https://i.postimg.cc/L6xwH6CR/lsbanner.png)\nWelcome to Lone Survivor Solo Only \r\n\r\nA place for true Lone survivors. Whether you're grinding raiding or just trying to stay alive this is your home. share tips and dominate the Lone Survivor alone !\r\n\r\n-Map Wipe : Biweekly\r\n-Bp Wipe : Monthly\r\n-Vanilla Experience\r\n-2X Gather Rates\r\n-Group Limit: Solo Only\r\n\r\nMake Sure To Join Our Discord Server --> discord.lonesurvivor.online",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779366228,
"last_online": 1779388825,
"icon": null,
"name": "[SEA] Lone Survivor | 2x Vanilla | Solo Only | Just Wiped",
"connect": "51.79.214.157:25109",
"request": "51.79.214.157:25110",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1779358598,
"last_update": 1779388825,
"banned": false,
"wipe": 1779367018,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 850,
"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/11596797");
$data = json_decode($json, true);
var_dump($data);