Rust
API for Vital Rust - AU 10x | No BPs | Kits | Clans
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10968808json
{
"response": {
"steam_id": "90284753431983117",
"domain": null,
"id": 10968808,
"ip": "172.111.33.70",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Sydney",
"description": "\nThe most competitive, perfectly modded servers in rust.\r\nAll modifications to the server are meant to promote player pvp interaction and quality of life.\r\n\r\nTwice Weekly Wipe: Wednesday @ 4PM Sydney Time & Saturday @ 12PM Sydney Time\r\nKits & Queue Skip: https://store.vitalrust.com\r\n\r\n\\t- 10x Gathering and Resources\r\n\\t- No BPs & Instant Craft\r\n\\t- Clans, Auth Share, Teleport\r\n\\t- Everyone has access to BGrade, Furnace Splitter, SkinBox, Auto Doors, Box Sorter, Remove\r\n\\t- Improved Loot & Faster Respawning Loot\r\n\\t- Faster Puzzle Resets\r\n\\t- Always Day Time\r\n\\t- Reduced HV Rocket PVP Damage\r\n\r\nJoin our Discord by logging in at https://vitalrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774156926,
"score": 0,
"last_online": 1776825625,
"icon": null,
"name": "Vital Rust - AU 10x | No BPs | Kits | Clans",
"connect": "172.111.33.70:28014",
"request": "172.111.33.70:28015",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768755821,
"last_update": 1776825625,
"banned": false,
"wipe": 1776477392,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4285,
"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/10968808");
$data = json_decode($json, true);
var_dump($data);