TBF Gaming Gangbang için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3297534,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 107410,
"owner": 54886,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1744927238,
"icon": null,
"name": "TBF Gaming Gangbang",
"connect": null,
"request": null,
"map": "Tanoa",
"gamemode": "Antistasi - Warlords of the Pacific",
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1709855824,
"last_update": 1750457066,
"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": 5988,
"language": "de",
"parked": true,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "Teressa",
"avatar": "cedf61bb-9291-4169-8876-29b59a3defea.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/3297534");
$data = json_decode($json, true);
var_dump($data);