API for [US-C] Official #4016 Weekend Raid | 3 Month Reset
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286877781877781",
"domain": null,
"id": 9541610,
"ip": "172.240.92.20",
"port": 20992,
"query": 20993,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776168718,
"last_online": 1781184064,
"icon": null,
"name": "[US-C] Official #4016 Weekend Raid | 3 Month Reset",
"connect": "172.240.92.20:20992",
"request": "172.240.92.20:20993",
"map": "VRisingWorld",
"gamemode": "3e737190-0ff7-458f-8e8c-95eaa767e5bb",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750543531,
"last_update": 1781184064,
"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": 662,
"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/9541610");
$data = json_decode($json, true);
var_dump($data);