API pentru [EU/DE] Vanilla+ Solo/Duo | Monthly | Low Upkeep | No BP Wipes
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 29,
"fps_avg": 27,
"entities_count": 64898,
"world_seed": 1838373236,
"world_size": 3500,
"steam_id": "90286581497989122",
"domain": null,
"id": 11606402,
"ip": "37.60.246.106",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Lauterbourg",
"description": "![[EU/DE] Vanilla+ Solo/Duo | Monthly | Low Upkeep | No BP Wipes](https://nerux.duckdns.org/banner.png)\nVanilla+ Server | Monthly Wipe (No BP Wipes) | Solo/Duo Only | Low Upkeep & Decay 50% | Kein Oxide | Aktive Admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780545869,
"last_online": 1780582240,
"icon": null,
"name": "[EU/DE] Vanilla+ Solo/Duo | Monthly | Low Upkeep | No BP Wipes",
"connect": "37.60.246.106:28015",
"request": "37.60.246.106:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915470,
"last_update": 1780582240,
"banned": false,
"wipe": 1780542198,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5354,
"language": "fr",
"parked": false,
"app": {
"id": 252490,
"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/11606402");
$data = json_decode($json, true);
var_dump($data);