V Rising
API for HopeThisDoesntSuck V Rising Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11365473json
{
"response": {
"steam_id": 90283830690291740,
"domain": null,
"id": 11365473,
"ip": "51.79.76.33",
"port": 27820,
"query": 27821,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775141534,
"score": 0,
"last_online": 1777665695,
"icon": null,
"name": "HopeThisDoesntSuck V Rising Server",
"connect": "51.79.76.33:27820",
"request": "51.79.76.33:27821",
"map": "VRisingWorld",
"gamemode": "2bb9b946-4d96-46c0-800b-5389ab813440",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774595192,
"last_update": 1777665695,
"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": 2154,
"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/11365473");
$data = json_decode($json, true);
var_dump($data);