API for Solvere Rust Solo/Duo | Biweekly | Noob Friendly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 218,
"fps_avg": 217,
"entities_count": 46030,
"world_seed": 31628006,
"world_size": 3000,
"steam_id": "90286627001573404",
"domain": null,
"id": 11645299,
"ip": "216.230.234.105",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Katy",
"description": "Welcome to Solvere Rust. \r\n \r\n A chill Solo/Duo server built for newer, casual, and returning players who want real Rust without massive groups running the map. \r\n \r\n Map wipes are every first and third Thursday of the month at 2 PM ET. \r\n Blueprint wipes are only the first Thursday of the month. \r\n \r\n Server Features: \r\n - Biweekly map wipes \r\n - 1x gather rates \r\n - Max team size of 2 \r\n - Solo/Duo only \r\n - No large alliances \r\n - No pay-to-win \r\n - Noob friendly \r\n \r\n Play fair, respect the team limit, and keep the server fun. \r\n This is still Rust, so PvP, raids, and losses are part of the game, but the goal is a more balanced place to learn, build, fight, and improve.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177458,
"last_online": 1780682432,
"icon": null,
"name": "Solvere Rust Solo/Duo | Biweekly | Noob Friendly",
"connect": "216.230.234.105:28015",
"request": "216.230.234.105:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177458,
"last_update": 1780682432,
"banned": false,
"wipe": 1779382940,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5609,
"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/11645299");
$data = json_decode($json, true);
var_dump($data);