V Rising
API for Shutdown next Friday! join discord for more info
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10228294json
{
"response": {
"steam_id": "90284723546871813",
"domain": null,
"id": 10228294,
"ip": "161.97.158.209",
"port": 33400,
"query": 33415,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1776791558,
"icon": null,
"name": "Shutdown next Friday! join discord for more info",
"connect": "161.97.158.209:33400",
"request": "161.97.158.209:33415",
"map": "VRisingWorld",
"gamemode": "fd4743e4-a891-42ea-b570-8fa52f1fb1c5",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1756764068,
"last_update": 1776791558,
"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": 78,
"language": "fr",
"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/10228294");
$data = json_decode($json, true);
var_dump($data);