V Rising
API for ARRANKARIA
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10330395json
{
"response": {
"steam_id": "90283720938939402",
"domain": null,
"id": 10330395,
"ip": "95.104.193.171",
"port": 7002,
"query": 8002,
"color": 0,
"city": "Ulyanovsk",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1771585297,
"score": 0,
"last_online": 1776453101,
"icon": null,
"name": "ARRANKARIA",
"connect": "95.104.193.171:7002",
"request": "95.104.193.171:8002",
"map": "VRisingWorld",
"gamemode": "1a2a4577-403d-4fe9-8299-3649f99f0697",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1758301795,
"last_update": 1776453101,
"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": 1108,
"language": "ru",
"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/10330395");
$data = json_decode($json, true);
var_dump($data);