DayZ
GROZA 1 | CHERNO 3PP | VANILLA++ | RU | PVP | WIPE 28.02 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11423009json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11423009,
"ip": "144.31.108.68",
"port": 20323,
"query": 22581,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ-Expansion-Name-Tags��Sq��y�DayZ-Expansion-Navigation��#\\ޙ�DayZ-Expansion-Core�mj���6�RaG_BaseBuildingۖ�QA��RaG_Core���V��}�DayZ-Expansion-Groups�T��l\rVPPAdminTools�QV� ���Dabs Framework�Ưh��\\Community Framework",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775166131,
"score": 0,
"last_online": 1776423011,
"icon": null,
"name": "GROZA 1 | CHERNO 3PP | VANILLA++ | RU | PVP | WIPE 28.02",
"connect": "144.31.108.68:20323",
"request": "144.31.108.68:22581",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 97,
"maxplayers": 100,
"bots": 97,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 125,
"add_date": 1774600061,
"last_update": 1776423011,
"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": 131,
"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/11423009");
$data = json_decode($json, true);
var_dump($data);