DayZ
Frostline Adventure PVE için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8657729json
{
"response": {
"steam_id": "90284740371688462",
"domain": null,
"id": 8657729,
"ip": "109.95.207.39",
"port": 2452,
"query": 27516,
"color": 0,
"city": "Tychy",
"description": "Vanilla Settings PVE no mods.\r\n \r\n 1.Don't kill players. 2.Don't destroy player bases. 3.Don't be a a***ole.\r\n \r\n No flag=No base.\r\n Car left outside the base is considered abandoned. \r\n Shooting people, stealing from bases=BAN",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776012739,
"score": 0,
"last_online": 1776781227,
"icon": null,
"name": "Frostline Adventure PVE",
"connect": "109.95.207.39:2452",
"request": "109.95.207.39:27516",
"map": "sakhal",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745480748,
"last_update": 1776781227,
"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": 981,
"language": "pl",
"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/8657729");
$data = json_decode($json, true);
var_dump($data);