API für Romania Final Frontier [EU] PVE | RANDOM PVP | PURGE | EVENTS
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 61,
"fps_avg": 63,
"entities_count": 120203,
"world_seed": 1255891037,
"world_size": 4500,
"steam_id": "90286577401195544",
"domain": null,
"id": 11606686,
"ip": "66.51.97.65",
"port": 28010,
"query": 28011,
"color": 0,
"city": "City of London",
"description": "![Romania Final Frontier [EU] PVE | RANDOM PVP | PURGE | EVENTS](https://i.ibb.co/8Qv5sCr/2ea2e1b3-ef0f-417c-9544-dfad525ecc0a.png)\nServer Shop VIP:\r\nhttps://shop.romaniafinalfrontier.com\r\nDiscord.gg/MisterALX\r\nSERVER DEDICAT COMUNITATII ROMANESTI",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779993820,
"last_online": 1780549232,
"icon": null,
"name": "Romania Final Frontier [EU] PVE | RANDOM PVP | PURGE | EVENTS",
"connect": "66.51.97.65:28010",
"request": "66.51.97.65:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915479,
"last_update": 1780549232,
"banned": false,
"wipe": 1779994140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5410,
"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/11606686");
$data = json_decode($json, true);
var_dump($data);