API for US XFAKTOR 2X | Monthly | No BP Wipe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 119987,
"world_seed": 1886946871,
"world_size": 4500,
"steam_id": "90286604743953421",
"domain": null,
"id": 8267555,
"ip": "104.129.132.55",
"port": 28018,
"query": 28022,
"color": 0,
"city": "Dallas",
"description": "\nOffline Raids Disabled!\r\n\r\nMap Wipes Monthly on First Thursday of each Month during Forced Wipe - No BP Wipe\r\n\r\nJoin our discord by clicking the View Webpage Button below.\r\n\r\nActive Non-Playing Admins + 2x Gather/Harvest + Enhanced Loot + Clan System\r\n\r\n+ Furnace Splitter + Kit System + Increased Stack Sizes + Trade System\r\n\r\n--------------- \r\n\r\nRules:\r\nNo Exploiting or Cheating\r\nNo VPN's or Proxies\r\nNo Rust Banned Alternate Accounts\r\nPlaying/Associating with other Banned/Alt Banned Players will result in a ban\r\n\r\nrs0000000icJ0rrf51{LLu",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780606229,
"icon": null,
"name": "US XFAKTOR 2X | Monthly | No BP Wipe",
"connect": "104.129.132.55:28018",
"request": "104.129.132.55:28022",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1742497716,
"last_update": 1780606229,
"banned": false,
"wipe": 1780598243,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1824,
"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/8267555");
$data = json_decode($json, true);
var_dump($data);