Rust
API for Onfleek-RUST-V2 [EU/CH]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10260878json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 100244,
"world_seed": 1386123059,
"world_size": 4250,
"steam_id": "90284386034395148",
"domain": null,
"id": 10260878,
"ip": "85.195.230.39",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Zurich",
"description": "![Onfleek-RUST-V2 [EU/CH]](https://www.dropbox.com/s/5w35t8s0eu5jd7u/3905c92d66dee842.jpg?dl=1)\nWe do not care about wipe schedules.\r\nWe do not care about politics.\r\nWe do not care about wokeism.\r\nWe do not care if youre solo or playing with friends.\r\nIf you fuck us up, we will wipe you from the server.\r\nYou might get banned for no reason.\r\nAdmin playing, but not abusing. We do not care if you believe us or not.\r\nCheaters? We do not care.\r\nPop? We do not care.\r\n\r\nDon't play here.\r\nSeed by ally, i do not care.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776218512,
"score": 0,
"last_online": 1776228014,
"icon": null,
"name": "Onfleek-RUST-V2 [EU/CH]",
"connect": "85.195.230.39:28014",
"request": "85.195.230.39:28015",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CH",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757057661,
"last_update": 1776228014,
"banned": false,
"wipe": 1775152977,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3563,
"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/10260878");
$data = json_decode($json, true);
var_dump($data);