ARK: Survival Evolved
The Wandering Ark için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10467058json
{
"response": {
"steam_id": "90283990902307864",
"domain": null,
"id": 10467058,
"ip": "185.232.86.84",
"port": 27025,
"query": 27026,
"color": 0,
"city": "Chicago",
"description": "Hosted by LogicServers.com",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775442082,
"score": 0,
"last_online": 1776396620,
"icon": null,
"name": "The Wandering Ark",
"connect": "185.232.86.84:27025",
"request": "185.232.86.84:27026",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 1,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760476055,
"last_update": 1776396620,
"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": 206,
"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/10467058");
$data = json_decode($json, true);
var_dump($data);