██ ★ uwujka.pl ★ [CS2 DM FPS] ⚫ FPS DeathMatch 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/2505012
json
{
  "response": {
    "steam_id": "85568392935826896",
    "domain": null,
    "id": 2505012,
    "ip": "51.77.47.241",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Warsaw",
    "description": "",
    "game": 730,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774263727,
    "score": null,
    "last_online": 1775920825,
    "icon": null,
    "name": "██ ★ uwujka.pl ★ [CS2 DM FPS] ⚫ FPS DeathMatch",
    "connect": "51.77.47.241:27015",
    "request": "51.77.47.241:27015",
    "map": "de_mirage_fps",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 1,
    "maxplayers": 18,
    "bots": 4,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 33,
    "add_date": 1705489928,
    "last_update": 1775920825,
    "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": 2663,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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