API für [ES-PVEx5-Cluster-Cross] Gumis4ever Island
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286909847546894",
"domain": null,
"id": 3268401,
"ip": "81.0.53.3",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Roses",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1781242432,
"last_online": 1781292656,
"icon": null,
"name": "[ES-PVEx5-Cluster-Cross] Gumis4ever Island",
"connect": "81.0.53.3:7777",
"request": "81.0.53.3:27015",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1709799573,
"last_update": 1781292656,
"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": 2813,
"language": "es",
"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/3268401");
$data = json_decode($json, true);
var_dump($data);