▉ ★ Fragujemy.com ★ [ 5vs5 #02 ] :: FACEIT RANKS 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/216074
json
{
  "response": {
    "steam_id": "85568392935956086",
    "domain": null,
    "id": 216074,
    "ip": "54.37.133.164",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Wroclaw",
    "description": "",
    "game": 4465480,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775652129,
    "score": 1,
    "last_online": 1775787619,
    "icon": null,
    "name": "▉ ★ Fragujemy.com ★ [ 5vs5 #02 ] :: FACEIT RANKS",
    "connect": "54.37.133.164:27015",
    "request": "54.37.133.164:27015",
    "map": "de_mirage",
    "gamemode": "👈 FRAG SERVER #PL #EN",
    "version": "1.38.8.1",
    "numplayers": 5,
    "maxplayers": 33,
    "bots": 5,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 46,
    "add_date": 1582969565,
    "last_update": 1775787619,
    "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": 259,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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