Avorion
API for [GER] MaZy's kleiner PVE Server [Experts] und SORRY!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1958447json
{
"response": {
"steam_id": "90284374661036035",
"domain": null,
"id": 1958447,
"ip": "152.53.34.81",
"port": 27000,
"query": 27020,
"color": 0,
"city": "Nuremberg",
"description": "SORRY! Für den Hänger :( discord.gg/HKD9xt9d [Allowed Mods: Resource Display, Galaxy Map QoL]",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1768642618,
"score": null,
"last_online": 1776229215,
"icon": null,
"name": "[GER] MaZy's kleiner PVE Server [Experts] und SORRY!",
"connect": "152.53.34.81:27000",
"request": "152.53.34.81:27020",
"map": "hWN9UuJl5W",
"gamemode": "Avorion",
"version": "2.5.13.44140",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1700911969,
"last_update": 1776229215,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 41,
"language": "de",
"parked": false,
"app": {
"id": 172,
"steam_id": 445220,
"name": "Avorion",
"url": "avorion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1958447");
$data = json_decode($json, true);
var_dump($data);