V Rising
API for OBSIDIAN DRAGON NORMAL (New Server CPU speed 5.7GHZ On NVME)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10672908json
{
"response": {
"steam_id": 90285752862622720,
"domain": null,
"id": 10672908,
"ip": "38.189.78.216",
"port": 9880,
"query": 9881,
"color": 0,
"city": "Amarillo",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778779979,
"score": 0,
"last_online": 1778780553,
"icon": null,
"name": "OBSIDIAN DRAGON NORMAL (New Server CPU speed 5.7GHZ On NVME)",
"connect": "38.189.78.216:9880",
"request": "38.189.78.216:9881",
"map": "VRisingWorld",
"gamemode": "26d94c16-d19d-4927-9e94-f04e71396617",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1764580528,
"last_update": 1778780553,
"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": 2205,
"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/10672908");
$data = json_decode($json, true);
var_dump($data);