Unturned
US/PH Moonlight Semi-RP | KITS | 5X | MODDED | 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/10088691json
{
"response": {
"steam_id": "85568392935139097",
"domain": null,
"id": 10088691,
"ip": "23.27.211.145",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Dallas",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775372530,
"score": 0,
"last_online": 1775715044,
"icon": "https://i.imgur.com/K1FtiRh.png",
"name": "US/PH Moonlight Semi-RP | KITS | 5X | MODDED |",
"connect": "23.27.211.145:27019",
"request": "23.27.211.145:27019",
"map": "PEI",
"gamemode": "US/PH Moonlight Semi-RP | 5x | MODDED | Kits |</",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1755473286,
"last_update": 1775715044,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 294,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10088691");
$data = json_decode($json, true);
var_dump($data);