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/11423444json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11423444,
"ip": "80.66.85.163",
"port": 24767,
"query": 10633,
"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": 1776389410,
"icon": null,
"name": "GROZA 1 | CHERNO 3PP | VANILLA++ | RU | PVP | WIPE 28.02",
"connect": "80.66.85.163:24767",
"request": "80.66.85.163:10633",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 119,
"maxplayers": 127,
"bots": 119,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1774600070,
"last_update": 1776389410,
"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": 89,
"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/11423444");
$data = json_decode($json, true);
var_dump($data);