API for Tri Rising SOLO - 3x Loot - Wipe June 5th
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286639350583304",
"domain": null,
"id": 9205136,
"ip": "82.196.100.164",
"port": 3333,
"query": 3334,
"project_id": null,
"color": 0,
"city": "Halmstad",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780674861,
"last_online": 1780939916,
"icon": null,
"name": "Tri Rising SOLO - 3x Loot - Wipe June 5th",
"connect": "82.196.100.164:3333",
"request": "82.196.100.164:3334",
"map": "VRisingWorld",
"gamemode": "f782c4d2-470b-425a-911d-ecb0db57bd9a",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1747341594,
"last_update": 1780939916,
"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": 700,
"language": "sv",
"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/9205136");
$data = json_decode($json, true);
var_dump($data);