API for QBC Flaggard PvE - Central
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286770287269910",
"domain": null,
"id": 11768868,
"ip": "172.93.103.105",
"port": 5595,
"query": 5529,
"project_id": null,
"color": 0,
"city": "Piscataway",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1781206385,
"last_online": 1780954263,
"icon": null,
"name": "QBC Flaggard PvE - Central",
"connect": "172.93.103.105:5595",
"request": "172.93.103.105:5529",
"map": "Flaggard",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780934161,
"last_update": 1781206385,
"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": 116,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11768868");
$data = json_decode($json, true);
var_dump($data);