+Blackmeadow |X15LOOT|TRADER|BOATS|HELIS|EVENTS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11704553,
"ip": "77.221.135.72",
"port": 17845,
"query": 27828,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780602213,
"last_online": 1780293614,
"icon": null,
"name": "+Blackmeadow |X15LOOT|TRADER|BOATS|HELIS|EVENTS",
"connect": "77.221.135.72:17845",
"request": "77.221.135.72:27828",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780262449,
"last_update": 1780602213,
"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": 12363,
"language": "en",
"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/11704553");
$data = json_decode($json, true);
var_dump($data);