█ BLW.TF AUS | JAILBREAK █ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392922147769",
"domain": null,
"id": 11545041,
"ip": "139.99.131.39",
"port": 27380,
"query": 27380,
"color": 0,
"city": "Sydney",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1779355563,
"last_online": 1779708653,
"icon": null,
"name": "█ BLW.TF AUS | JAILBREAK █",
"connect": "139.99.131.39:27380",
"request": "139.99.131.39:27380",
"map": "jb_8bit_v6",
"gamemode": "██ Jailbreak ██",
"version": "10680128",
"numplayers": 0,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355563,
"last_update": 1779708653,
"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": 1989,
"language": "en",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11545041");
$data = json_decode($json, true);
var_dump($data);