Avorion
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10544589json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10544589,
"ip": "103.187.104.79",
"port": 26680,
"query": 26682,
"color": 0,
"city": "Macquarie Park",
"description": "An Avorion Server",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1776241876,
"score": 0,
"last_online": 1775629297,
"icon": null,
"name": null,
"connect": null,
"request": "103.187.104.79:26682",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": null,
"private": true,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762521445,
"last_update": 1776241876,
"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": 377,
"language": "en",
"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/10544589");
$data = json_decode($json, true);
var_dump($data);