API for Realm of Vardoran
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286578864915486",
"domain": null,
"id": 11624033,
"ip": "172.93.105.54",
"port": 27001,
"query": 27002,
"color": 0,
"city": "Piscataway",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780283058,
"last_online": 1780562563,
"icon": null,
"name": "Realm of Vardoran",
"connect": "172.93.105.54:27001",
"request": "172.93.105.54:27002",
"map": "VRisingWorld",
"gamemode": "880d751e-ec2b-41dc-a3b3-9c3a5b993e28",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916130,
"last_update": 1780562563,
"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": 2877,
"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/11624033");
$data = json_decode($json, true);
var_dump($data);