API für [TR/EU] Rust Türkiye 3X | 20:00 - MAX 5 | Yeni Başlayan
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 85130,
"world_seed": 1337,
"world_size": 3900,
"steam_id": "90286982341847042",
"domain": null,
"id": 11781419,
"ip": "46.203.182.74",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Rust Türkiye 3X | 20:00 - MAX 5 | Yeni Başlayan](https://i.ibb.co/s94ncDwS/rtumqt.png)\nRUST TURKIYE | Sunucuya Hoşgeldiniz\r\n\r\n Sunucu Kuralları Ve Özellikleri :\r\n・Hile ve Makro Kullanımı Kesinlikle Yasaktır!\r\n・Maximum 5 Kişi ve İttifak Yasaktır!\r\n・Klan Otomatik Yetkilendirme Sistemi Ve BluePrint Paylaşımı.\r\n・Discord Sunucumuza Katılarak Skinbox,Trade Ve Discord Kiti Alabilirsiniz.\r\n・Teleport, kit, trade, outpost ve skinbox komutları vardır.\r\n・Çöp İtem Çıkmaz Loot Dengelidir.\r\n・Sürekli Gündüz \r\n・discord.gg/rustturkiye",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376771,
"last_online": 1781392831,
"icon": null,
"name": "[TR/EU] Rust Türkiye 3X | 20:00 - MAX 5 | Yeni Başlayan",
"connect": "46.203.182.74:28015",
"request": "46.203.182.74:28017",
"map": "dc.gg/rustturkiye",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376771,
"last_update": 1781392831,
"banned": false,
"wipe": 1781369498,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6134,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11781419");
$data = json_decode($json, true);
var_dump($data);