API for Rust - Beginner Friendly - Monthly Wipe - Low Decay
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 121586,
"world_seed": 746601263,
"world_size": 4500,
"steam_id": "90286387187530756",
"domain": null,
"id": 10922322,
"ip": "134.255.222.62",
"port": 20200,
"query": 20204,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWelcome to Rust - PvP - only Solo - Big Map for max Survival - Settings Vanilla with low Decay - no Alliance or something are not allowed ( ignored this rules and u will be banned from the server; a non played Admin will check it ) Have fun and enjoy your stay!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780908817,
"last_online": 1780171225,
"icon": null,
"name": "Rust - Beginner Friendly - Monthly Wipe - Low Decay",
"connect": "134.255.222.62:20200",
"request": "134.255.222.62:20204",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768476922,
"last_update": 1780908817,
"banned": false,
"wipe": 1778177488,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9825,
"language": "de",
"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/10922322");
$data = json_decode($json, true);
var_dump($data);