PixARK
API for [AU/NZ]GamingAlliance.Net-Skyward-PvE/Clustered - (v1.223)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/2195674json
{
"response": {
"steam_id": "90285116903085062",
"domain": null,
"id": 2195674,
"ip": "27.50.70.234",
"port": 28115,
"query": 28116,
"color": 0,
"city": "Sydney",
"description": "",
"game": 593600,
"owner": null,
"boosts": 1,
"last_offline": 1777459998,
"score": null,
"last_online": 1777503639,
"icon": null,
"name": "[AU/NZ]GamingAlliance.Net-Skyward-PvE/Clustered - (v1.223)",
"connect": "27.50.70.234:28115",
"request": "27.50.70.234:28116",
"map": "SkyPiea_light",
"gamemode": "CW_GameMode_C",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1702575664,
"last_update": 1777503639,
"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": 27,
"language": "en",
"parked": false,
"app": {
"id": 188,
"steam_id": 593600,
"name": "PixARK",
"url": "pixark"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2195674");
$data = json_decode($json, true);
var_dump($data);