API for Dusk till Dawn DUO | 5% Upkeep | No BP Wipe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 95,
"fps_avg": 92,
"entities_count": 129231,
"world_seed": 87725699,
"world_size": 4500,
"steam_id": "90286588048779289",
"domain": null,
"id": 4523733,
"ip": "195.252.217.178",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Oswego",
"description": "\nMap Wipe Monthly. Next map wipe 6/4\r\nNo BP Wipes\r\nSuper Low 5% upkeep so less time farming | Decay is unchanged\r\nCheaters are banned\r\nNew players are welcome!\r\nSlots will scale up to 200 based on population\r\n\r\nFor Primitive visit our other server:\r\nDusk till Dawn DUO Primitive | 5% Upkeep | No BP Wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780594464,
"last_online": 1780593032,
"icon": null,
"name": "Dusk till Dawn DUO | 5% Upkeep | No BP Wipe",
"connect": "195.252.217.178:28015",
"request": "195.252.217.178:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1716982749,
"last_update": 1780594464,
"banned": false,
"wipe": 1778177223,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9760,
"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/4523733");
$data = json_decode($json, true);
var_dump($data);