ARK: Survival Evolved
API для [FR] Les Compagnons (crossplay) The Island (test)
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11430728json
{
"response": {
"steam_id": "90285196247999519",
"domain": null,
"id": 11430728,
"ip": "80.201.244.206",
"port": 7805,
"query": 28029,
"color": 0,
"city": "Turnhout",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1777610592,
"score": 0,
"last_online": 1777612340,
"icon": null,
"name": "[FR] Les Compagnons (crossplay) The Island (test)",
"connect": "80.201.244.206:7805",
"request": "80.201.244.206:28029",
"map": "TheIsland",
"gamemode": "TestGameMode_HandsomeJack_TEST_Child_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": true,
"country": "BE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774976593,
"last_update": 1777612340,
"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": 10861,
"language": "nl",
"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/11430728");
$data = json_decode($json, true);
var_dump($data);