Dead City | DayZ STALKER RP | AoD | Shadow of Chernobyl için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11538569,
"ip": "94.156.155.82",
"port": 39170,
"query": 26605,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ-Expansion-Core��m��!~DayZ-Expansion-LicensedD����6�RaG_BaseBuildingۖ�QA��RaG_Core������DayZ",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779355365,
"last_online": 1779473413,
"icon": null,
"name": "Dead City | DayZ STALKER RP | AoD | Shadow of Chernobyl",
"connect": "94.156.155.82:39170",
"request": "94.156.155.82:26605",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 107,
"maxplayers": 127,
"bots": 107,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 118,
"add_date": 1779355365,
"last_update": 1779473413,
"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": 484,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11538569");
$data = json_decode($json, true);
var_dump($data);