Rust
API for [EU] Grimlands.eu - Main | Weekly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10200031json
{
"response": {
"fps": 50,
"fps_avg": 49,
"entities_count": 129418,
"world_seed": 1869383543,
"world_size": 4750,
"steam_id": "90284792627818523",
"domain": null,
"id": 10200031,
"ip": "94.254.104.145",
"port": 28017,
"query": 28018,
"color": 0,
"city": "Älvsbyn",
"description": "*** Welcome to Grimlands ***\r\n The European Rust Community - Everyone is welcome!\r\n \r\n Server: Main (Vanilla)\r\n Map Size: 4750\r\n Max Population: 350\r\n \r\n → Wipe Schedule:\r\n • Map wipe: Every Thursday @ 16:00 CET / 17:00 CEST\r\n • Blueprint wipe: First Thursday of each month (forced wipe)\r\n \r\n → Rules:\r\n • No racism, sexism, hate speech or harassment\r\n • No cheating, exploiting or game-breaking behavior\r\n • Respect other players and the community\r\n \r\n x Breaking the rules = ban, no exceptions\r\n \r\n *** Survive the Grimlands - Good luck! ***",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776348227,
"score": 0,
"last_online": 1776874224,
"icon": null,
"name": "[EU] Grimlands.eu - Main | Weekly",
"connect": "94.254.104.145:28017",
"request": "94.254.104.145:28018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756457712,
"last_update": 1776874224,
"banned": false,
"wipe": 1776348412,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3842,
"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/10200031");
$data = json_decode($json, true);
var_dump($data);