V Rising
API for michal
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11449153json
{
"response": {
"steam_id": "90284790053200897",
"domain": null,
"id": 11449153,
"ip": "135.181.238.59",
"port": 20275,
"query": 20276,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774977962,
"score": 0,
"last_online": 1776816645,
"icon": null,
"name": "michal",
"connect": "135.181.238.59:20275",
"request": "135.181.238.59:20276",
"map": "VRisingWorld",
"gamemode": "28a725ea-1201-40ff-b074-e900b7bc41e3",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977962,
"last_update": 1776816645,
"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": 149,
"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/11449153");
$data = json_decode($json, true);
var_dump($data);