[DE] [PVP] [Hardcore] Gondwana - In memoriam için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286906301650945",
"domain": null,
"id": 11534935,
"ip": "85.214.56.160",
"port": 16261,
"query": 16261,
"project_id": null,
"color": 0,
"city": "Berlin",
"description": "https://discord.gg/cEq6gr3y24 - Und so bist du gestorben ...",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780589063,
"last_online": 1781240429,
"icon": null,
"name": "[DE] [PVP] [Hardcore] Gondwana - In memoriam",
"connect": "85.214.56.160:16261",
"request": "85.214.56.160:16261",
"map": "AZSpawn;Sector-7 Breach;Sector-",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779355242,
"last_update": 1781240429,
"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": 1638,
"language": "de",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11534935");
$data = json_decode($json, true);
var_dump($data);