Rust
API for 30/04|DanishHawks|1Week|FPS+|Xp|3X|QuickSmelt|Loot+|4MAX|AntiCh
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/567962json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 69849,
"world_seed": 6299107,
"world_size": 3500,
"steam_id": "90285170322197526",
"domain": null,
"id": 567962,
"ip": "80.209.70.10",
"port": 28020,
"query": 28022,
"color": 0,
"city": "Ringsted",
"description": "\n\r\nRules:\r\nMax Group 4, bad language will not be tolerated, cheaters will be permenantly banned, be nice to other players and have a good time!\r\nGriefing not allowed \r\nInfo: Wipe 1Week \r\nPlugins:\r\n-Playtime Rewards!\r\n-RaidAlarm to Rust+ App\r\n-More Stacking \r\n-Smelt X3\r\n-Gather Rate X3 \r\n-AutoDoors \r\n-LOOT++ \r\n-Events \r\n-Better Crafting. \r\n\r\n More Info At: www.danishhawks.dk",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777558998,
"score": null,
"last_online": 1777566753,
"icon": null,
"name": "30/04|DanishHawks|1Week|FPS+|Xp|3X|QuickSmelt|Loot+|4MAX|AntiCh",
"connect": "80.209.70.10:28020",
"request": "80.209.70.10:28022",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668891290,
"last_update": 1777566753,
"banned": false,
"wipe": 1777558913,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2689,
"language": "da",
"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/567962");
$data = json_decode($json, true);
var_dump($data);