API for [DE/EU]Aurexion | Dein Feierabendserver No BP Wipes | Noob Frie
JSON for programs, websites and more
text
json
{
"response": {
"fps": 42,
"fps_avg": 40,
"entities_count": 142874,
"world_seed": 1536854117,
"world_size": 5000,
"steam_id": 90286562980411400,
"domain": null,
"id": 11501200,
"ip": "159.195.73.96",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Nuremberg",
"description": "AurexionDE | Dein Feierabendserver\r\n\r\n+ Non-Toxic Community\r\n+ Sinnlos raiden verboten - Nur mit Begruendung\r\n+ Aktive Admins\r\n+ Reiner Spielspass\r\n+ Anfaengerfreundlich\r\n+ 0,00% Decay - Deine Gebaeude bleiben immer fresh\r\n+ Anfaenger/Newbie Freundlich\r\n\r\n--- ENGLISH ---\r\n\r\nAurexionDE | Your After-Work Server\r\n\r\n+ Non-Toxic Community\r\n+ No senseless raiding - Only with a reason\r\n+ Active Admins\r\n+ Pure fun gameplay\r\n+ Beginner friendly\r\n+ 0.00% Decay - Your buildings stay fresh forever\r\n+ Newbie friendly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780501441,
"last_online": 1780577430,
"icon": null,
"name": "[DE/EU]Aurexion | Dein Feierabendserver No BP Wipes | Noob Frie",
"connect": "159.195.73.96:28015",
"request": "159.195.73.96:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207168,
"last_update": 1780577430,
"banned": false,
"wipe": 1778177674,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1857,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11501200");
$data = json_decode($json, true);
var_dump($data);