API for A BisectHosting VRising Server - 1d19c96c
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286008787402754",
"domain": null,
"id": 11544172,
"ip": "169.155.120.134",
"port": 9130,
"query": 9131,
"project_id": null,
"color": 0,
"city": "Staten Island",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781078012,
"last_online": 1780682511,
"icon": null,
"name": "A BisectHosting VRising Server - 1d19c96c",
"connect": "169.155.120.134:9130",
"request": "169.155.120.134:9131",
"map": "VRisingWorld",
"gamemode": "35e460e5-efe2-4eef-9f95-4782810c2ea7",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355516,
"last_update": 1781078012,
"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": 4175,
"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/11544172");
$data = json_decode($json, true);
var_dump($data);