API für 2.ArkFun24 x100 VAL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286970689357843",
"domain": null,
"id": 3904731,
"ip": "31.186.103.6",
"port": 7779,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780649660,
"last_online": 1781385721,
"icon": null,
"name": "2.ArkFun24 x100 VAL",
"connect": "31.186.103.6:7779",
"request": "31.186.103.6:27016",
"map": "Valguero_P",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1713612874,
"last_update": 1781385721,
"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": 4530,
"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/3904731");
$data = json_decode($json, true);
var_dump($data);