API for RustNK - Hardcore PvE | Custom Events | Fog of War | Raidable B
JSON for programs, websites and more
text
json
{
"response": {
"fps": 103,
"fps_avg": 102,
"entities_count": 101330,
"world_seed": 0,
"world_size": 4800,
"steam_id": "90287046638643212",
"domain": null,
"id": 11800994,
"ip": "115.42.46.138",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to RustNK: A curated Hardcore PvE experience. Our server is designed for meaningful progression rather than instant gratification, featuring Vanilla upkeep, a balanced economy, and challenging NPCs that scale with your group.\r\n\r\nFeatures:\r\n- Fog of War (map uncovers as you explore)\r\n- Custom Plugins and Quests\r\n- Raidable Bases & Convoys\r\n\r\nWipes: 1st & 3rd Thursdays of the month.\r\n\r\nZero tolerance for hate speech, harassment, or cheating. Earn your victory!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781514248,
"last_online": 1781521826,
"icon": null,
"name": "RustNK - Hardcore PvE | Custom Events | Fog of War | Raidable B",
"connect": "115.42.46.138:28015",
"request": "115.42.46.138:28017",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1781463044,
"last_update": 1781521826,
"banned": false,
"wipe": 1780594801,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2497,
"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/11800994");
$data = json_decode($json, true);
var_dump($data);