API für Atlantica - EU 5x | Monthly | PVE + PVP |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 56,
"fps_avg": 54,
"entities_count": 96343,
"world_seed": 3486489,
"world_size": 4096,
"steam_id": "90286574923422746",
"domain": null,
"id": 11744523,
"ip": "178.214.223.32",
"port": 28018,
"query": 28020,
"color": 0,
"city": "City of London",
"description": "\nWelcome To Atlantica PVE + PVP\r\n 5X Gather \r\n Keep Inventory On Death (PVE Only)\r\n Backpack (Keep On Death PVE & PVP)\r\n Bigger Stacks\r\n Events\r\n Abandoned Bases\r\n Spawn Mini's\r\n Starter Kits\r\n Noobs Welcome\r\n Tree Houses\r\n SkinBox\r\n Automated Farms\r\n Faster Plant Growth\r\n Shop\r\n Raidable Bases\r\n Abandoned Bases 2 Days PVP - 4 Days PVE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780586001,
"last_online": 1780537229,
"icon": null,
"name": "Atlantica - EU 5x | Monthly | PVE + PVP |",
"connect": "178.214.223.32:28018",
"request": "178.214.223.32:28020",
"map": "Synecdoche Islands",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780518702,
"last_update": 1780586001,
"banned": false,
"wipe": 1780496881,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12978,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11744523");
$data = json_decode($json, true);
var_dump($data);