[RU] CALL OF DUTY [PvP TACTICAL LOOT HELI BATTLE] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90285004133566475",
"domain": null,
"id": 11538625,
"ip": "77.105.160.175",
"port": 2000,
"query": 4000,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779355365,
"last_online": 1779398409,
"icon": null,
"name": "[RU] CALL OF DUTY [PvP TACTICAL LOOT HELI BATTLE]",
"connect": "77.105.160.175:2000",
"request": "77.105.160.175:4000",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 255,
"maxplayers": 255,
"bots": 255,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1779355365,
"last_update": 1779398409,
"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": 113,
"language": "nl",
"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/11538625");
$data = json_decode($json, true);
var_dump($data);