API for Fergulas Realm
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90283358268666904",
"domain": null,
"id": 9906150,
"ip": "54.37.245.70",
"port": 5075,
"query": 5076,
"project_id": null,
"color": 0,
"city": "London",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781132603,
"last_online": 1780919551,
"icon": null,
"name": "Fergulas Realm",
"connect": "54.37.245.70:5075",
"request": "54.37.245.70:5076",
"map": "VRisingWorld",
"gamemode": "90482fe7-84de-4ae6-b7bd-c3b110263cc1",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": true,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1753913152,
"last_update": 1781132603,
"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": 3937,
"language": "en",
"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/9906150");
$data = json_decode($json, true);
var_dump($data);