API for The Watering Hole RP/PVE [Modded]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 150,
"fps_avg": 151,
"entities_count": 82031,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286561361972241",
"domain": null,
"id": 11305676,
"ip": "74.136.196.241",
"port": 28023,
"query": 28024,
"color": 0,
"city": "Lynchburg",
"description": "![The Watering Hole RP/PVE [Modded]](https://www.dropbox.com/scl/fi/ch7ecvk8873pje49ojkk5/wthhead1.jpg?rlkey=n1zirn6ds97jay7xpqwu06qpm&st=w9ez3vky&dl=1)\nWelcome to the Watering Hole RP/PVE Server.\r\nThe Watering Hole is a monthly RP/PVE Server filled with many plugins such as Vehicle License, Skill Tree, Kits, Rare Mineral Extraction, Cooking with many custom recipes, Removal tool, Building grades and soo much more to enhance your Roleplay experience.\r\nActive admins for a troll free Roleplay and PVE experience.\r\nNO KOS OR TROLLS will be tolerated!\r\nPlease see the Discord Page for all rules, plugins and other information you may need.\r\nCan't wait to see you at The Watering Hole!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780500839,
"last_online": 1780592430,
"icon": null,
"name": "The Watering Hole RP/PVE [Modded]",
"connect": "74.136.196.241:28023",
"request": "74.136.196.241:28024",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774592896,
"last_update": 1780592430,
"banned": false,
"wipe": 1778249708,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1336,
"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/11305676");
$data = json_decode($json, true);
var_dump($data);