V Rising
API for Mongo and Thy BadLilBoyz Are Vampires now!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11491500json
{
"response": {
"steam_id": "90285057335876615",
"domain": null,
"id": 11491500,
"ip": "192.135.118.237",
"port": 1030,
"query": 1031,
"color": 0,
"city": "Manassas",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777362148,
"score": 0,
"last_online": 1777522944,
"icon": null,
"name": "Mongo and Thy BadLilBoyz Are Vampires now!",
"connect": "192.135.118.237:1030",
"request": "192.135.118.237:1031",
"map": "VRisingWorld",
"gamemode": "bb9060a2-1d47-47db-a7bc-6fd56aba2294",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777362148,
"last_update": 1777522944,
"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": 2540,
"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/11491500");
$data = json_decode($json, true);
var_dump($data);