Rust
API for
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11307016json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11307016,
"ip": "103.69.128.189",
"port": 31015,
"query": 31017,
"color": 0,
"city": "Hong Kong",
"description": "Next wipe:2026-05-08_21:00:00(JST)\r\n---\r\nWelcome! nomarust server!\r\n---\r\nMax team size:8\r\nMax players:200\r\nWorld size:5000\r\nWipe schedule:monthly\r\nWipe type: FULL\r\nNext restart/stop time:2026-04-16_21:00:00(JST)\r\nLive Streaming:OK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776871956,
"score": 0,
"last_online": 1776318614,
"icon": null,
"name": null,
"connect": null,
"request": "103.69.128.189:31017",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": false,
"country": "HK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774592900,
"last_update": 1776871956,
"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": 9385,
"language": "zh",
"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/11307016");
$data = json_decode($json, true);
var_dump($data);