ARK: Survival Evolved
API für 百通/火影忍者/火影/群89534082-畸变-6513
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10773920json
{
"response": {
"steam_id": "90280322077117441",
"domain": null,
"id": 10773920,
"ip": "106.12.56.40",
"port": 11128,
"query": 21128,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776294712,
"score": 0,
"last_online": 1776357640,
"icon": null,
"name": "百通/火影忍者/火影/群89534082-畸变-6513",
"connect": "106.12.56.40:11128",
"request": "106.12.56.40:21128",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "360.26",
"numplayers": 12,
"maxplayers": 188,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1766870411,
"last_update": 1776357640,
"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": 1561,
"language": "zh",
"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/10773920");
$data = json_decode($json, true);
var_dump($data);