ARK: Survival Evolved
API für [RU-PVE] ZmeYEditioN - Aquatica [TOP Mods]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10164138json
{
"response": {
"steam_id": 90284638527738880,
"domain": null,
"id": 10164138,
"ip": "90.188.30.54",
"port": 7801,
"query": 37027,
"color": 0,
"city": "Barnaul",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776572600,
"score": 0,
"last_online": 1776632441,
"icon": null,
"name": "[RU-PVE] ZmeYEditioN - Aquatica [TOP Mods]",
"connect": "90.188.30.54:7801",
"request": "90.188.30.54:37027",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1756246474,
"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": 4277,
"language": "ru",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10164138");
$data = json_decode($json, true);
var_dump($data);