BrainBread 2
[OFFICIAL] Reperio-Studios ~ Deathmatch [WORKSHOP] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9475906json
{
"response": {
"steam_id": "90283141267855382",
"domain": null,
"id": 9475906,
"ip": "185.107.96.100",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 346330,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": 0,
"last_online": 1777505467,
"icon": null,
"name": "[OFFICIAL] Reperio-Studios ~ Deathmatch [WORKSHOP]",
"connect": "185.107.96.100:27016",
"request": "185.107.96.100:27016",
"map": "bbd_halloweve25",
"gamemode": "BrainBread 2",
"version": "1.0.5.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1748435999,
"last_update": 1777505467,
"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": 6,
"language": "de",
"parked": false,
"app": {
"id": 141,
"steam_id": 346330,
"name": "BrainBread 2",
"url": "brainbread-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9475906");
$data = json_decode($json, true);
var_dump($data);