V Rising
API for bonne-succion
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11166794json
{
"response": {
"steam_id": "90282896257511450",
"domain": null,
"id": 11166794,
"ip": "37.27.232.17",
"port": 20195,
"query": 20196,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1772228639,
"score": 0,
"last_online": 1776808855,
"icon": null,
"name": "bonne-succion",
"connect": "37.27.232.17:20195",
"request": "37.27.232.17:20196",
"map": "VRisingWorld",
"gamemode": "3d799f9e-5cb6-4e65-b887-d594107cacd8",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228639,
"last_update": 1776808855,
"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": 2034,
"language": "fi",
"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/11166794");
$data = json_decode($json, true);
var_dump($data);