DayZ
[EU-FR] D.R.A.K.O.V. Korp. server-Livonia-PVE-Zombi++-CustWeap için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10057735json
{
"response": {
"steam_id": "90284739003969557",
"domain": null,
"id": 10057735,
"ip": "82.67.136.195",
"port": 2302,
"query": 27016,
"color": 0,
"city": "Aix-les-Bains",
"description": "PvE ONLY, NO PVP.\r\nBase and container damage disabled.\r\nEasy building, Stealth stamina +50%, custom weapon spawn.\r\nAlone or with friends.\r\n\r\nDiscord : https://discord.com/invite/uNvFYvr\r\nDonations : https://paypal.me/neurolesudiste",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776769402,
"score": 0,
"last_online": 1776786025,
"icon": null,
"name": "[EU-FR] D.R.A.K.O.V. Korp. server-Livonia-PVE-Zombi++-CustWeap",
"connect": "82.67.136.195:2302",
"request": "82.67.136.195:27016",
"map": "enoch",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1755165218,
"last_update": 1776786025,
"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": 1080,
"language": "fr",
"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/10057735");
$data = json_decode($json, true);
var_dump($data);