#1 IRONBOUND * LOOT++ * PVP * HARDCORE MODE #4 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286902737217539",
"domain": null,
"id": 11784860,
"ip": "65.20.105.33",
"port": 5062,
"query": 5062,
"project_id": null,
"color": 0,
"city": "Madrid",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1781376834,
"last_online": 1781418612,
"icon": null,
"name": "#1 IRONBOUND * LOOT++ * PVP * HARDCORE MODE #4",
"connect": "65.20.105.33:5062",
"request": "65.20.105.33:5062",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 230,
"maxplayers": 230,
"bots": 230,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 124,
"add_date": 1781376834,
"last_update": 1781418612,
"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": 428,
"language": "es",
"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/11784860");
$data = json_decode($json, true);
var_dump($data);