API for THE EXILED * CREATIVE * PVE * WHITELISTED
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 149346,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286592630412304",
"domain": null,
"id": 11159895,
"ip": "91.229.114.90",
"port": 28052,
"query": 28054,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to Farming Paradise US | 2x | Monthly | PVE\r\n\r\nLooking for a Rust experience that’s relaxing, rewarding, and community-driven? Farming Paradise is built for players who enjoy steady progression without constant chaos.\r\n\r\n• 2x Monthly Wipes – Long enough to build something meaningful\r\n• Fast Recycling & Furnaces – Less waiting, more playing\r\n• Friendly PVE Community – Chill vibes, helpful players\r\n• Farming = Profit – Grow your wealth your way\r\n\r\nPacked with features designed to keep gameplay fresh and engaging:\r\n\r\n• Raidable Bases\r\n• Survival Arenas\r\n• Skinbox\r\n• Quests\r\n• Casino / Gambling\r\n• Personal Helicopters\r\n• Daily Rewards\r\n• Full Farming Ranking System with Progression Rewards\r\n\r\nWhether you're building your dream base, stacking resources, raiding AI bases, or grinding your way up the farming ladder, Farming Paradise rewards smart play and consistent progress.\r\n\r\nNo endless grind. No toxic nonsense. Just progression, creativity, and a great community.\r\n\r\nClimb the ranks of Farming Paradise.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551271,
"last_online": 1780603233,
"icon": null,
"name": "THE EXILED * CREATIVE * PVE * WHITELISTED",
"connect": "91.229.114.90:28052",
"request": "91.229.114.90:28054",
"map": "Custom Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228146,
"last_update": 1780603233,
"banned": false,
"wipe": 1779152749,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4113,
"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/11159895");
$data = json_decode($json, true);
var_dump($data);