DayZ
Strij PVE Stalker için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/694335json
{
"response": {
"steam_id": "90284754693250061",
"domain": null,
"id": 694335,
"ip": "77.39.9.79",
"port": 2202,
"query": 22022,
"color": 0,
"city": "Stavropol",
"description": "",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776740599,
"score": null,
"last_online": 1776807041,
"icon": null,
"name": "Strij PVE Stalker",
"connect": "77.39.9.79:2202",
"request": "77.39.9.79:22022",
"map": "TheZone",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1672004803,
"last_update": 1776807041,
"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": 1955,
"language": "ru",
"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/694335");
$data = json_decode($json, true);
var_dump($data);