API for work-vrising
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286693303362582",
"domain": null,
"id": 11623755,
"ip": "92.204.169.123",
"port": 20100,
"query": 20101,
"project_id": null,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1780827099,
"icon": null,
"name": "work-vrising",
"connect": "92.204.169.123:20100",
"request": "92.204.169.123:20101",
"map": "VRisingWorld",
"gamemode": "b7fdad3c-37ad-4a4f-8fa3-87c377644fe6",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916124,
"last_update": 1780827099,
"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": 2611,
"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/11623755");
$data = json_decode($json, true);
var_dump($data);