Rust
API for [NZ/AU] Naki Rust
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11189593json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 63607,
"world_seed": 1566046224,
"world_size": 3500,
"steam_id": "90284790700107799",
"domain": null,
"id": 11189593,
"ip": "51.161.219.251",
"port": 28085,
"query": 28086,
"color": 0,
"city": "North Sydney",
"description": "![[NZ/AU] Naki Rust](https://i.imgur.com/JaBccjr.png)\nWelcome to Naki Rust! - Vanilla - BP & Map wipe monthly \r\n \r\n Daily restarts 1PM NZST \r\n Rust+ Enabled \r\n Discord: coming soon! \r\n \r\n Rules: \r\n - No hacking or scripting \r\n - No racism \r\n - No spamming/advertising \r\n - No being a dick \r\n \r\n F7 report anyone suspected of cheating or breaking these rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776298910,
"score": 0,
"last_online": 1776828621,
"icon": null,
"name": "[NZ/AU] Naki Rust",
"connect": "51.161.219.251:28085",
"request": "51.161.219.251:28086",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699061,
"last_update": 1776828621,
"banned": false,
"wipe": 1775155076,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4755,
"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/11189593");
$data = json_decode($json, true);
var_dump($data);