API for [TR/EU] OLDMANS Vanilla Rust SOLO/DUO/TRİO/QUAD/MAX5 |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 58,
"entities_count": 43046,
"world_seed": 1824524409,
"world_size": 3000,
"steam_id": "90286810719272991",
"domain": null,
"id": 11759043,
"ip": "91.124.63.90",
"port": 28025,
"query": 28026,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] OLDMANS Vanilla Rust SOLO/DUO/TRİO/QUAD/MAX5 |](https://i.hizliresim.com/iri2maq.png)\nOLDMANS RUST, aktif adminler ve yüksek performanslı server ile kesintisiz ve keyifli bir Rust macerasının adresidir. Serverımızda herhangi bir mod bulunmamaktadir. İyi oyunlar dileriz. Discord kanalımıza discord.gg/JpTZh8guJb dan katılabilirsiniz. Kurallar: ★ Herkese karşı saygılı olunuz, toksik davranışlarda bulunmayınız. ★ Her türlü hile ve makro yasaktır, anında ve kalıcı ban ile sonuçlanacaktır. ★ Max grup sayısı 5 dir. ★ Chat dili Türkçe ve Ingilizcedir, misafirlerimize gerekli hoşgörü ile yaklaşalım.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781039659,
"last_online": 1781040198,
"icon": null,
"name": "[TR/EU] OLDMANS Vanilla Rust SOLO/DUO/TRİO/QUAD/MAX5 |",
"connect": "91.124.63.90:28025",
"request": "91.124.63.90:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1780931698,
"last_update": 1781040198,
"banned": false,
"wipe": 1781039867,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10336,
"language": "tr",
"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/11759043");
$data = json_decode($json, true);
var_dump($data);