[U4EA][EN][FFA]Black Ops 111 Multiplayer! için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286069881654292",
"domain": null,
"id": 11588106,
"ip": "82.14.195.65",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Stratford-upon-Avon",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1779357555,
"last_online": 1779475308,
"icon": null,
"name": "[U4EA][EN][FFA]Black Ops 111 Multiplayer!",
"connect": "82.14.195.65:27016",
"request": "82.14.195.65:27016",
"map": "mp_apartments",
"gamemode": "Call of Duty: Black Ops III",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357555,
"last_update": 1779475308,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 4041,
"steam_id": 311210,
"name": "Call of Duty: Black Ops III",
"url": "call-of-duty-black-ops-iii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11588106");
$data = json_decode($json, true);
var_dump($data);