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/9500799
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500799,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"_VKjTWCXKP\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"8mK314Nz9a\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/YmkjCqM33n\",\"meta\":{\"description\":\"German Horror Games ist eine Gaming Commuity und wir haben 2 SCP:SL Server und einen in Banana Shooter. | 59 members\",\"image\":{\"url\":\"https://cdn.discordapp.com/splashes/1279090814722641931/548120f6474fe219156cf4710af0a5ed.jpg?size=512\"},\"title\":\"German Horror Games\"}}}]",
    "game": 700330,
    "owner": 122776,
    "boosts": 1,
    "last_offline": 1760939608,
    "score": 0,
    "last_online": 1758315623,
    "icon": null,
    "name": "German Horror Games",
    "connect": null,
    "request": null,
    "map": "Facility",
    "gamemode": "SCP: Secret Laboratory",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1749839665,
    "last_update": 1760939608,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 34,
    "language": "de",
    "parked": true,
    "app": {
      "id": 18576,
      "steam_id": 700330,
      "name": "SCP: Secret Laboratory",
      "url": "scp-secret-laboratory"
    },
    "server_owner": {
      "username": "Bacnof",
      "avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
      "last_online": 1773670983
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Kod örnekleri

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