API for Affenzirkus
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286557407741963",
"domain": null,
"id": 11544050,
"ip": "95.216.28.164",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1781091172,
"icon": null,
"name": "Affenzirkus",
"connect": "95.216.28.164:9876",
"request": "95.216.28.164:9877",
"map": "VRisingWorld",
"gamemode": "011907b3-4565-4630-97cd-6012603b6de7",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355512,
"last_update": 1781091172,
"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": 2009,
"language": "fi",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11544050");
$data = json_decode($json, true);
var_dump($data);