API for AlfaKurt 3x - Solo/Duo/Trio/Quad | Loot3x | Just Wipe
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286617398100997",
"domain": null,
"id": 11501187,
"ip": "93.113.57.47",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Başakşehir",
"description": "\nALFAKURT RUST SUNUCUSUNA HOŞ GELDİNİZ ❖ Her PAZARTESİ saat 18:00 ve PERŞEMBE saat 18:00'da WIPE atılır. ❖ Sunucumuz 3X olup hızlı ve akıcı bir oyun deneyimi sunar. ❖ Aktif adminler ile adil ve stabil oyun ortamı sağlanır. ❖ Hile, bug kullanımı ve hilecilerle oynamak yasaktır. alfakurt.paynow.com | discord.gg/alfakurt --- SOLO DUO TRIO QUAD MAX 4 --- Wipe: PAZARTESİ - PERŞEMBE 18:00 --- SUNUCU ÖZELLİKLERİ --- - 3x Loot - 3x Craft Hızı - Stack Düzenlemeleri - Skinbox /skinbox - Hızlı Eritme - Özel Kitler /kit - Aktif Adminler - Stabil ve Lagsız Oyun --- KURALLAR --- Hile / Bug kullanımı yasaktır. Hilecilerle oynamak yasaktır. Takım limiti 4 kişidir, ittifak yasaktır. Detaylı kurallar için F1 Konsolu veya Discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780603462,
"last_online": 1780629030,
"icon": null,
"name": "AlfaKurt 3x - Solo/Duo/Trio/Quad | Loot3x | Just Wipe",
"connect": "93.113.57.47:28015",
"request": "93.113.57.47:28017",
"map": "AlfaKurt RUST FPS+",
"gamemode": "Rust",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207168,
"last_update": 1780629030,
"banned": false,
"wipe": 1780598113,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4472,
"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/11501187");
$data = json_decode($json, true);
var_dump($data);