API for [EU] A LastSurvivor | PvP/PVE | 3RD Person | StarterKIT | CustomPrivateLauncher | FullyModded | v1.04 | WhiteListed /4sAfdy88Xa
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11492448,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 1766060,
"owner": 194461,
"boosts": 1,
"last_offline": 1780772156,
"last_online": 1780851024,
"icon": null,
"name": "[EU] A LastSurvivor | PvP/PVE | 3RD Person | StarterKIT | CustomPrivateLauncher | FullyModded | v1.04 | WhiteListed /4sAfdy88Xa",
"connect": null,
"request": null,
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 4,
"maxplayers": 85,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 80,
"add_date": 1778720688,
"last_update": 1780851024,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": true,
"hide_address": true,
"hide_query": true,
"position_game": 7,
"language": "de",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "a_last_survivor",
"avatar": "c6f43148-d9ae-4304-a78b-6067990ec515.png"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11492448");
$data = json_decode($json, true);
var_dump($data);