API for EU|AndysolAM 10x No BPs Solo/Duo|PVP|Shop|Loot+|Kits|Raid+|Skin
JSON for programs, websites and more
text
json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 67335,
"world_seed": 1365816803,
"world_size": 4250,
"steam_id": "90286113893509144",
"domain": null,
"id": 548202,
"ip": "168.100.161.140",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nWelcome to AndysolAM 10X NO BPS\n\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\n\nServer wipe schedule:\nSat 1PM - Wed 3PM (London)\nNext wipe: Wed 27 May 2026 14:00 UTC\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\n\nServer feature list:\n- 2 player team limit\n- 10x gather rate (includes pickups & excavator)\n- Access to /mini\n- Highly active admin team\n- All BPs unlocked by default\n- Heavily improved loot tables (junk removed & 10x)\n- Clans & Automatic TC/Codelock sharing\n- PVP Leaderboards\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\n- Base Upgrade, Base Repair and BGrade free for all users\n- Amazing server performance (12900k OC'd hardware)\n\nSome of our server rules include:\n- No cheating or associating with cheaters\n- No racism/homophobic chat/VC\n- No exploit abuse\n- No chat spam/excessive caps use\n- See https://andysolam.com/discord for a full breakdown of our rules\n\nWe hope you enjoy your stay on AndysolAM Rust servers!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778680981,
"last_online": 1779763224,
"icon": null,
"name": "EU|AndysolAM 10x No BPs Solo/Duo|PVP|Shop|Loot+|Kits|Raid+|Skin",
"connect": "168.100.161.140:28010",
"request": "168.100.161.140:28015",
"map": "10x Duo AndysolAM",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1649889556,
"last_update": 1779763224,
"banned": false,
"wipe": 1779537457,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2227,
"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/548202");
$data = json_decode($json, true);
var_dump($data);