Counter-Strike: Source
BoomShot's Bhop Brethren | 100-tick | discord.gg/BfmpEEfAbS için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/875645json
{
"response": {
"steam_id": "85568392925440106",
"domain": null,
"id": 875645,
"ip": "161.129.154.242",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Dallas",
"description": "",
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1775986871,
"score": null,
"last_online": 1776799865,
"icon": null,
"name": "BoomShot's Bhop Brethren | 100-tick | discord.gg/BfmpEEfAbS",
"connect": "161.129.154.242:27015",
"request": "161.129.154.242:27015",
"map": "bhop_ytt_nonstop",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 15,
"bots": 2,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684694305,
"last_update": 1776799865,
"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": 1027,
"language": "en",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/875645");
$data = json_decode($json, true);
var_dump($data);