API for Vindicators - 2x | Biweekly | Solo/Duo/Trio | Shared BP |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 57,
"fps_avg": 57,
"entities_count": 81869,
"world_seed": 283192576,
"world_size": 3750,
"steam_id": "90286619032980490",
"domain": null,
"id": 11645133,
"ip": "66.51.96.51",
"port": 28055,
"query": 28056,
"project_id": null,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Vindicators! \r\n\r\n 2x Loot & Faster Progression\r\n Biweekly Wipes\r\n Solo / Duo / Trio Max Teams\r\n Shared Blueprints\r\n Active Helicopters & Events\r\n Quality of Life Mods\r\n Balanced Gameplay • Competitive PvP • No Excessive Grind\r\n\r\nWhether you're building a massive fortress, roaming for PvP, or dominating monuments with your squad, Vindicators delivers the perfect mix of action and progression without the endless grind.\r\n\r\nJoin the fight. Build. Raid. Survive.\r\n Vindicators Rust Server\r\n\r\nJoin the Discord: https://discord.gg/QURpyv9hP",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780631656,
"last_online": 1780682433,
"icon": null,
"name": "Vindicators - 2x | Biweekly | Solo/Duo/Trio | Shared BP |",
"connect": "66.51.96.51:28055",
"request": "66.51.96.51:28056",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177447,
"last_update": 1780682433,
"banned": false,
"wipe": 1780631724,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5581,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11645133");
$data = json_decode($json, true);
var_dump($data);