API for SwissOak V [X2|Solo-Duo-Trio\\Kits|Backpack|Rewards|Loot+|NoBPW
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 100616,
"world_seed": 1234567890,
"world_size": 4250,
"steam_id": "90286527491241993",
"domain": null,
"id": 11305390,
"ip": "194.69.160.95",
"port": 28059,
"query": 28061,
"color": 0,
"city": "City of London",
"description": "*** SwissOak V | Solo/Duo/Trio PVP | Modded ***\r\nNew to Rust or playing solo? This server is made for you. No drama – just pure PVP. \r\n\r\n- Jump in geared up with Kits\r\n- Keep your loot safe in your death-proof Backpack\r\n- Grind your way with Daily Rewards\r\n- Guaranteed loot spawns at surprising locations with Static Lootables\r\n- Flex your style with Skinbox & get back in the fight instantly with FullRepair\r\n- Explore a vast deep sea area open to all players and vehicles\r\n- Fresh start every month with our monthly wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780427655,
"last_online": 1780555830,
"icon": null,
"name": "SwissOak V [X2|Solo-Duo-Trio\\\\Kits|Backpack|Rewards|Loot+|NoBPW",
"connect": "194.69.160.95:28059",
"request": "194.69.160.95:28061",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592884,
"last_update": 1780555830,
"banned": false,
"wipe": 1780427523,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4359,
"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/11305390");
$data = json_decode($json, true);
var_dump($data);