Counter-Strike
[Tp:B] - www.treffpunkt-b.de - Public [AllTalk|FastDL] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/800223json
{
"response": {
"steam_id": "90283637177093124",
"domain": null,
"id": 800223,
"ip": "144.76.99.190",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": null,
"last_online": 1776824454,
"icon": null,
"name": "[Tp:B] - www.treffpunkt-b.de - Public [AllTalk|FastDL]",
"connect": "144.76.99.190:27015",
"request": "144.76.99.190:27015",
"map": "aim_xmas",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 21,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684347705,
"last_update": 1776824454,
"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": 4968,
"language": "de",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/800223");
$data = json_decode($json, true);
var_dump($data);