Rust
API for [EU] Grimlands.eu - Trio | Biweekly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5664361json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 102774,
"world_seed": 1747193012,
"world_size": 4250,
"steam_id": "90284792292311067",
"domain": null,
"id": 5664361,
"ip": "94.254.104.145",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Älvsbyn",
"description": "*** Welcome to Grimlands ***\r\n The European Rust Community - Trio Server\r\n \r\n Server: Trio Only (Vanilla)\r\n Map Size: 4250\r\n Max Population: 200\r\n \r\n → Wipe Schedule:\r\n • Map wipe: Every other Thursday (biweekly) @ 16:00 CET / 17:00 CEST\r\n • Blueprint wipe: First Thursday of each month (forced wipe)\r\n \r\n → Rules:\r\n • Max team size = 3 players\r\n • Do NOT team with other groups outside your trio\r\n • Do NOT give away items, bases, codes or bags to other players\r\n • No alliances or friendly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776823397,
"score": 0,
"last_online": 1776879623,
"icon": null,
"name": "[EU] Grimlands.eu - Trio | Biweekly",
"connect": "94.254.104.145:28015",
"request": "94.254.104.145:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1723803516,
"last_update": 1776879623,
"banned": false,
"wipe": 1776348610,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3297,
"language": "sv",
"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/5664361");
$data = json_decode($json, true);
var_dump($data);