ARK: Survival Evolved
[RU]Play Sem[X100] Ark Eternal WIPE 26.02.2026 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10293965json
{
"response": {
"steam_id": "90284536192861214",
"domain": null,
"id": 10293965,
"ip": "212.220.211.13",
"port": 9999,
"query": 28015,
"color": 0,
"city": "Yekaterinburg",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776378222,
"score": 5,
"last_online": 1776435040,
"icon": null,
"name": "[RU]Play Sem[X100] Ark Eternal WIPE 26.02.2026",
"connect": "212.220.211.13:9999",
"request": "212.220.211.13:28015",
"map": "Ragnarok",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 4,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1758285141,
"last_update": 1776435040,
"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": 2480,
"language": "ru",
"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/10293965");
$data = json_decode($json, true);
var_dump($data);