API for A Rust Server
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8542904,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"xujq31f56\",\"type\":\"paragraph\",\"data\":{\"text\":\"Wipe Every Friday In 17:00 - 18:00 Moscow Time\"}},{\"id\":\"-Tqg0Xgt_k\",\"type\":\"paragraph\",\"data\":{\"text\":\"Craft Rust Modded server \\n\\n Loot 3x\\n Team Limit 3 Players \\n\\n Server In Gernamy \\n\\n Have A Good Wipe!\"}}]",
"game": 252490,
"owner": 74210,
"boosts": 1,
"last_offline": 1761066781,
"last_online": 1760037619,
"icon": null,
"name": "A Rust Server",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1744755775,
"last_update": 1761066781,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13178,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "artemis6091",
"avatar": "77a7ae3d-1f38-4d1f-ae17-40a7e60a0290.jpg"
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8542904");
$data = json_decode($json, true);
var_dump($data);