🎯-=][̲̲̅̅HubCS.de📊 AIM MAP|!SKINS|🛠️​Server1=- için API

Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11018679
json
{
  "response": {
    "steam_id": "85568392935952651",
    "domain": null,
    "id": 11018679,
    "ip": "87.106.43.206",
    "port": 27025,
    "query": 27025,
    "color": 0,
    "city": "Berlin",
    "description": null,
    "game": 730,
    "owner": 161441,
    "boosts": 1,
    "last_offline": 1775573561,
    "score": 0,
    "last_online": 1775928616,
    "icon": null,
    "name": "🎯-=][̲̲̅̅HubCS.de📊 AIM MAP|!SKINS|🛠️​Server1=-",
    "connect": "87.106.43.206:27025",
    "request": "87.106.43.206:27025",
    "map": "aim_map",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 1,
    "points": 61,
    "add_date": 1769945371,
    "last_update": 1775928616,
    "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": 695,
    "language": "de",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "dingo_lars",
      "avatar": "b0690150-a040-4669-99ba-faf3751da0db.jpg",
      "last_online": 1771777175
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11018679");
$data = json_decode($json, true);
var_dump($data);