DayZ
8187 | EUROPE - DE için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11423268json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11423268,
"ip": "80.66.85.163",
"port": 15109,
"query": 28128,
"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": 1776433210,
"icon": null,
"name": "8187 | EUROPE - DE",
"connect": "80.66.85.163:15109",
"request": "80.66.85.163:28128",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 126,
"maxplayers": 127,
"bots": 126,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 128,
"add_date": 1774600066,
"last_update": 1776433210,
"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": 75,
"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/11423268");
$data = json_decode($json, true);
var_dump($data);