API for [US EAST] Addiction 2x | Trio | Vanilla+ | Noob Friendly | Biwe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 93606,
"world_seed": 879920912,
"world_size": 4000,
"steam_id": "90286514805252106",
"domain": null,
"id": 11502231,
"ip": "66.66.115.46",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Sandisfield",
"description": "![[US EAST] Addiction 2x | Trio | Vanilla+ | Noob Friendly | Biwe](https://i.ibb.co/GWXm9ZD/84e-SJLe-M-2-512x256.jpg)\n[US EAST] Addiction 2x | Trio | Vanilla+ | Noob Friendly | Biweekly\r\n\r\nFresh wipe ΓÇô join early!\r\n\r\n- 2x gather (1.5x sulfur)\r\n- Max group size: 3\r\n- Biweekly wipes | Monthly BP wipes\r\n- Active admins | Strong anti-cheat\r\n- Balanced QoL (fast smelt, better loot, stack sizes)\r\n- Premium Events & Raidable Bases\r\n- No pay-to-win kits\r\n\r\nDiscord: https://discord.gg/aus22MZu4J",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780646609,
"last_online": 1780408233,
"icon": null,
"name": "[US EAST] Addiction 2x | Trio | Vanilla+ | Noob Friendly | Biwe",
"connect": "66.66.115.46:28014",
"request": "66.66.115.46:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207194,
"last_update": 1780646609,
"banned": false,
"wipe": 1779395794,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10917,
"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/11502231");
$data = json_decode($json, true);
var_dump($data);