API for XRP UK/EU | PvE | No killing | No Raiding | Noob Friendly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 47,
"fps_avg": 43,
"entities_count": 160557,
"world_seed": 2053503259,
"world_size": 4096,
"steam_id": "90286553453282307",
"domain": null,
"id": 11501583,
"ip": "208.115.196.106",
"port": 28265,
"query": 28266,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to XRP UK/EU Server, a Noob friendly server!\r\n\r\nMonthly Map Wipes: Forced Wiped\r\nActive Admins keeping things fair and fun\r\nAwesome and fun custom maps!\r\n\r\nTheft/Raid Prevention Enabled\r\nNo decay\r\nPurge/raid 48 hours before wipe day\r\n\r\nNo griefing allowed (read our rules in game)\r\n\r\nOur Discord page: https://discord.gg/Zsq6DYUYVd",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780311854,
"last_online": 1780590633,
"icon": null,
"name": "XRP UK/EU | PvE | No killing | No Raiding | Noob Friendly",
"connect": "208.115.196.106:28265",
"request": "208.115.196.106:28266",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207176,
"last_update": 1780590633,
"banned": false,
"wipe": 1778181751,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4732,
"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/11501583");
$data = json_decode($json, true);
var_dump($data);