V Rising
API for Vamp World
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4810817json
{
"response": {
"steam_id": "90278514779051028",
"domain": null,
"id": 4810817,
"ip": "169.150.225.50",
"port": 24260,
"query": 24261,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1776904854,
"icon": null,
"name": "Vamp World",
"connect": "169.150.225.50:24260",
"request": "169.150.225.50:24261",
"map": "VRisingWorld",
"gamemode": "dd17d340-8936-401a-be7a-01a756ae86a7",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": true,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1718907191,
"last_update": 1776904854,
"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": 224,
"language": "ja",
"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/4810817");
$data = json_decode($json, true);
var_dump($data);