DayZ
[EU] Antoria Official Server (By Vlad and Mr Crumpet) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10664435json
{
"response": {
"steam_id": "90284556539402242",
"domain": null,
"id": 10664435,
"ip": "176.9.16.253",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776422619,
"score": 0,
"last_online": 1776420642,
"icon": null,
"name": "[EU] Antoria Official Server (By Vlad and Mr Crumpet)",
"connect": "176.9.16.253:2302",
"request": "176.9.16.253:2303",
"map": "Antoria",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1764545460,
"last_update": 1776422619,
"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": 4120,
"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/10664435");
$data = json_decode($json, true);
var_dump($data);