API for Ashland | PVE | Softcore+ | Monthly | No BP Wipe | [TR] - [EU]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 162,
"fps_avg": 156,
"entities_count": 94728,
"world_seed": 396354070,
"world_size": 4000,
"steam_id": "90286271653800989",
"domain": null,
"id": 10780358,
"ip": "202.36.95.23",
"port": 26561,
"query": 26562,
"color": 0,
"city": "Frankfurt am Main",
"description": "![Ashland | PVE | Softcore+ | Monthly | No BP Wipe | [TR] - [EU]](https://www.dropbox.com/scl/fi/cuqrgekhu8buj8ewsn7g1/2026header.png?rlkey=d6fxkf8d66yaco6ekw19ynv0h&st=n83q7bc5&dl=1)\nWELCOME TO ASHLAND!\r\nAbout Ashland:\r\nMonthly wipe.\r\nNo blueprint wipes.\r\nCommunity-based.\r\nOnly PVE.\r\nUpgraded softcore.\r\nActive admins.\r\nServer Rules:\r\nNo stealing.\r\nClaim monuments before running.\r\nBe respectful. No toxicity.\r\nNo exploits or bug abuse.\r\nFollow admin rules.\r\nHelp new players.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780587216,
"last_online": 1779943828,
"icon": null,
"name": "Ashland | PVE | Softcore+ | Monthly | No BP Wipe | [TR] - [EU]",
"connect": "202.36.95.23:26561",
"request": "202.36.95.23:26562",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766872392,
"last_update": 1780587216,
"banned": false,
"wipe": 1778265112,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10624,
"language": "de",
"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/10780358");
$data = json_decode($json, true);
var_dump($data);