ARK: Survival Evolved
The Owl Council--Gen 2 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/11488296json
{
"response": {
"steam_id": "90284127546056726",
"domain": null,
"id": 11488296,
"ip": "83.223.206.48",
"port": 30100,
"query": 30115,
"color": 0,
"city": "Reston",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775723524,
"score": 0,
"last_online": 1775764863,
"icon": null,
"name": "The Owl Council--Gen 2",
"connect": "83.223.206.48:30100",
"request": "83.223.206.48:30115",
"map": "Gen2",
"gamemode": "TestGameMode_HandsomeJack_TEST_Child_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775482265,
"last_update": 1775764863,
"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": 13633,
"language": "en",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11488296");
$data = json_decode($json, true);
var_dump($data);