Avorion
API für Vinz4Games - PVE / PVP Low Ping
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8536755json
{
"response": {
"steam_id": "90284383784298512",
"domain": null,
"id": 8536755,
"ip": "217.67.239.12",
"port": 30011,
"query": 30013,
"color": 0,
"city": "Amsterdam",
"description": "Dedicated, modded server with no limits or wipes. Available 24/7 with low ping and Quality of Life improvements!",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1768642197,
"score": 0,
"last_online": 1776241814,
"icon": null,
"name": "Vinz4Games - PVE / PVP Low Ping",
"connect": "217.67.239.12:30011",
"request": "217.67.239.12:30013",
"map": "0",
"gamemode": "Avorion",
"version": "2.5.7.42203",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1744463548,
"last_update": 1776241814,
"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": 75,
"language": "nl",
"parked": false,
"app": {
"id": 172,
"steam_id": 445220,
"name": "Avorion",
"url": "avorion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8536755");
$data = json_decode($json, true);
var_dump($data);