Rust
API for [TR/EU] Letra Rust | Solo/Duo/Trio/Quad/Max5 | JUSTWİPED
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11305032json
{
"response": {
"fps": 638,
"fps_avg": 645,
"entities_count": 94123,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90285728021927939",
"domain": null,
"id": 11305032,
"ip": "45.150.149.139",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Letra Rust | Solo/Duo/Trio/Quad/Max5 | JUSTWİPED](https://i.hizliresim.com/mfdg699.png)\nLetra Vanilla – Max 5 – Welcome to Our Server. (Scroll for Turkish) \r\n - Discord: discord.gg/letrarust \r\n - Map Wipe: Every Thursday at 18:00 \r\n - BP Wipe: Monthly on Force Wipe \r\n - Team Limit: 5 \r\n - Map Size: 3750 (Procedural Map) \r\n - Vanilla Gameplay \r\n - Active Staff Team \r\n - Staff members do not play on the server \r\n - Cheating and bug abusing are prohibited \r\n - Impersonating staff members is prohibited \r\n - Spam, racism, harassment, political/religious/family insults and +18 content are prohibited \r\n - Maximum 3 TCs / turrets / code locks per team \r\n - Maximum 5 players can live in one base \r\n - Full rules available on our Discord \r\n \r\n - Letra Vanilla – Max 5 – Sunucumuza Hoş Geldiniz. \r\n - Discord Adresimiz discord.gg/letrarust \r\n - Her Perşembe Saat 18:00'da Map wipe atılır. \r\n - BP Wipe'ı Force Wipe ile aylık yapılır \r\n - Takım Limiti: 5 \r\n - Harita Boyutu: 3750 (Procedural Map) \r\n - Vanilla oynanış \r\n - Aktif Yetkili Ekip \r\n - Yetkililer sunucuda oynamaz \r\n - Hile ve bug kullanımı yasaktır \r\n - Yetkili taklidi yapmak yasaktır \r\n - Spam, ırkçılık, hakaret, siyaset/din/aile içerikli küfürler ve +18 içerik yasaktır \r\n - Takım başına maksimum 3 TC / turret / code lock \r\n - Bir base’de maksimum 5 kişi yaşayabilir \r\n - Tüm kurallar Discord sunucumuzda mevcuttur",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778746982,
"score": 0,
"last_online": 1778745021,
"icon": null,
"name": "[TR/EU] Letra Rust | Solo/Duo/Trio/Quad/Max5 | JUSTWİPED",
"connect": "45.150.149.139:28015",
"request": "45.150.149.139:28017",
"map": "Letra Rust +FPS - wiped 1 day a",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774592877,
"last_update": 1778746982,
"banned": false,
"wipe": 1778633865,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6336,
"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/11305032");
$data = json_decode($json, true);
var_dump($data);