V Rising
API for [EU] Friendly Rising | Beginner Server | Chill & Simple
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11166766json
{
"response": {
"steam_id": "90284735953043458",
"domain": null,
"id": 11166766,
"ip": "195.60.166.57",
"port": 25590,
"query": 25593,
"color": 0,
"city": "City of London",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775690526,
"score": 0,
"last_online": 1776803436,
"icon": null,
"name": "[EU] Friendly Rising | Beginner Server | Chill & Simple",
"connect": "195.60.166.57:25590",
"request": "195.60.166.57:25593",
"map": "VRisingWorld",
"gamemode": "e8cc28ea-c1bb-40d1-ad62-8f8f75050dff",
"version": "0.0.0.1",
"numplayers": 4,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1772228639,
"last_update": 1776803436,
"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": 73,
"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/11166766");
$data = json_decode($json, true);
var_dump($data);