Banana Shooter
German Horror Games için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9309229json
{
"response": {
"steam_id": "90282503332112396",
"domain": null,
"id": 9309229,
"ip": "109.230.238.95",
"port": 27210,
"query": null,
"color": 0,
"city": "Münster",
"description": "[{\"id\":\"kIpzHoWAKT\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"Er14GHed0z\",\"type\":\"paragraph\",\"data\":{\"text\":\"↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓ Connect ↓\"}},{\"id\":\"xQIoPZGR03\",\"type\":\"linkTool\",\"data\":{\"link\":\"steam://rungameid/1949740//+connect%20109.230.238.95:27210\",\"meta\":{}}}]",
"game": 1949740,
"owner": 122776,
"boosts": 1,
"last_offline": 1774990935,
"score": 0,
"last_online": 1775858412,
"icon": null,
"name": "German Horror Games",
"connect": "109.230.238.95:27210",
"request": null,
"map": null,
"gamemode": "Banana Shooter",
"version": "1.363",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1747690285,
"last_update": 1775858412,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 2,
"language": "de",
"parked": false,
"app": {
"id": 1559569,
"steam_id": 1949740,
"name": "Banana Shooter",
"url": "banana-shooter"
},
"server_owner": {
"username": "Bacnof",
"avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
"last_online": 1773670983
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9309229");
$data = json_decode($json, true);
var_dump($data);