API for Kinetic Rust | Monthly Wipe | No BP Wipe | Kits | NPC | 3x
JSON for programs, websites and more
text
json
{
"response": {
"fps": 150,
"fps_avg": 154,
"entities_count": 141466,
"world_seed": 17762077,
"world_size": 5000,
"steam_id": "90286479777900559",
"domain": null,
"id": 11717880,
"ip": "172.240.47.247",
"port": 25584,
"query": 25581,
"color": 0,
"city": "Ashburn",
"description": "Good Anti-Cheat \r\nFast 5 Minute Nights \r\n3XGather \r\nServer Rewards \r\nGainXP \r\nWipe Prizes For The First 5 People That Return After Wipe!!!!!! Also Lottery? In Rust? Well We Got It Here Come Take Your Chances! \r\nWipe- Is The First Of The Month @12P.M UTC/8A.M EST\r\n\r\n\r\nCome Experience A New Way To Play Rust And Lets Build A Community Together!! \r\n Also Please Bare With Me The Raidable NPC's Are Still A [WIP] \r\n Join The Discord @ https://discord.gg/vKTnHHPUaZ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780324091,
"last_online": 1780568428,
"icon": null,
"name": "Kinetic Rust | Monthly Wipe | No BP Wipe | Kits | NPC | 3x",
"connect": "172.240.47.247:25584",
"request": "172.240.47.247:25581",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780324091,
"last_update": 1780568428,
"banned": false,
"wipe": 1778187367,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5977,
"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/11717880");
$data = json_decode($json, true);
var_dump($data);