V Rising
API for SIABCIG
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10703439json
{
"response": {
"steam_id": "90279004924565504",
"domain": null,
"id": 10703439,
"ip": "147.135.31.61",
"port": 4840,
"query": 4841,
"color": 0,
"city": "Oakton",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768642695,
"score": 0,
"last_online": 1776820834,
"icon": null,
"name": "SIABCIG",
"connect": "147.135.31.61:4840",
"request": "147.135.31.61:4841",
"map": "VRisingWorld",
"gamemode": "71057a80-3f87-4a1f-98de-a43f291dc12f",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1765123692,
"last_update": 1776820834,
"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": 85,
"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/10703439");
$data = json_decode($json, true);
var_dump($data);