API für [IDN] ALTERNATIVE WORLD
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488573,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Singapore",
"description": "[{\"id\":\"_OQcFTiXty\",\"type\":\"paragraph\",\"data\":{\"text\":\"Selamat datang di Alternative World. Dunia di mana setiap keputusan menentukan hidup atau mati. Kami menyajikan pengalaman murni HumanitZ tanpa modifikasi, hanya kamu, alam, dan ancaman yang tak pernah tidur.\\n\\nDifficulty: Hard\\nMod: No Mods (100% Vanilla)\\nMode: PVP/PVE Mixed\\nServer: Dedicated Singapore (Low Ping for Indo)\\n\\nJadilah penyintas sejati, bukan sekadar pelari. Bergabunglah dengan komunitas kami dan buktikan kamu bisa bertahan di dunia yang sudah hancur ini.\"}}]",
"game": 1766060,
"owner": 186379,
"boosts": 1,
"last_offline": 1778997737,
"last_online": 1778129411,
"icon": null,
"name": "[IDN] ALTERNATIVE WORLD",
"connect": null,
"request": null,
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775610579,
"last_update": 1778997737,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 175,
"language": "id",
"parked": true,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "gurrez",
"avatar": "66619d80-6b6a-44dc-b842-4a97ab567db1.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11488573");
$data = json_decode($json, true);
var_dump($data);