ARK: Survival Evolved
API для Legend of Ark[LoA] x200 Ext
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1786949json
{
"response": {
"steam_id": "90284569604982811",
"domain": null,
"id": 1786949,
"ip": "88.99.25.142",
"port": 7786,
"query": 27035,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776441149,
"score": null,
"last_online": 1776632441,
"icon": null,
"name": "Legend of Ark[LoA] x200 Ext",
"connect": "88.99.25.142:7786",
"request": "88.99.25.142:27035",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "358.17",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1699712809,
"last_update": 1776632441,
"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": 3856,
"language": "de",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/1786949");
$data = json_decode($json, true);
var_dump($data);