API for WFK 2x Monthly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 116,
"fps_avg": 114,
"entities_count": 68200,
"world_seed": 1120070530,
"world_size": 3500,
"steam_id": "90286547961122829",
"domain": null,
"id": 11677453,
"ip": "64.150.137.44",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Murrells Inlet",
"description": "\nWelcome to WFK 2x\r\n\r\nNeed an admin? Type /admin followed by your message - we'll respond ASAP.\r\n\r\n- Toxic gameplay = BAN\r\n- Recyclers available at additional monuments\r\n- Monthly Wipes BP and Map\r\n- Friendly, noob-welcoming environment\r\n- Respect is required - donΓÇÖt be a jerk\r\n\r\nPlay smart. Play fair. Enjoy the wipe!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780233251,
"last_online": 1780551634,
"icon": null,
"name": "WFK 2x Monthly",
"connect": "64.150.137.44:28015",
"request": "64.150.137.44:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216210,
"last_update": 1780551634,
"banned": false,
"wipe": 1780100352,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5931,
"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/11677453");
$data = json_decode($json, true);
var_dump($data);