API for TheBloodCastle |Squad|3X|Weekend Raid|
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8765134,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": null,
"game": 1604030,
"owner": 39734,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1746064239,
"icon": null,
"name": "TheBloodCastle |Squad|3X|Weekend Raid|",
"connect": null,
"request": null,
"map": "VRisingWorld",
"gamemode": "75703e5b-1379-4208-b75a-515ac9c1b62a",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1746000296,
"last_update": 1750457066,
"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": 4476,
"language": "en",
"parked": true,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "Cuervofi",
"avatar": "3a2a9a48-b488-4a72-81c0-00199c9abedd.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8765134");
$data = json_decode($json, true);
var_dump($data);