API for Anathema Solo/Duo | Noob Friendly | Wiped 04/06
JSON for programs, websites and more
text
json
{
"response": {
"fps": 231,
"fps_avg": 226,
"entities_count": 62835,
"world_seed": 1331288570,
"world_size": 3500,
"steam_id": "90286606619527171",
"domain": null,
"id": 11644852,
"ip": "208.115.196.106",
"port": 28315,
"query": 28316,
"color": 0,
"city": "Dallas",
"description": "\nMonthly\r\nVanilla\r\nEurope (France)\r\nMap Size : 3500\r\nMax Players per Team : 2\r\nPlayer Start Protecion after Wipe : 1h00\r\nBase Raid Protection after Wipe : 24h00",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780603232,
"icon": null,
"name": "Anathema Solo/Duo | Noob Friendly | Wiped 04/06",
"connect": "208.115.196.106:28315",
"request": "208.115.196.106:28316",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177438,
"last_update": 1780603232,
"banned": false,
"wipe": 1780599934,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5237,
"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/11644852");
$data = json_decode($json, true);
var_dump($data);