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/10219492
json
{
  "response": {
    "fps": 108,
    "fps_avg": 108,
    "entities_count": 119394,
    "world_seed": 1042730406,
    "world_size": 4500,
    "steam_id": "90284193053718534",
    "domain": null,
    "id": 10219492,
    "ip": "50.20.249.125",
    "port": 19560,
    "query": 19563,
    "color": 0,
    "city": "Dallas",
    "description": "![Avalon Lost || PVE || NO VIP || 2X](https://i.imgur.com/kib9Sv6.png)\n*Strictly PVE ***No VIP ***2X Loot\r\n *Backpacks\r\n *Automated Farming\r\n *Fast Recycler\r\n *Craft Recycler\r\n *Kits\r\n*Skill Tree\r\n *Better NPC \r\n *Stacking Boxes &Electric Furnaces\r\n *Building Tools\r\n *MORE*",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775770923,
    "score": 0,
    "last_online": 1775887817,
    "icon": null,
    "name": "Avalon Lost || PVE || NO VIP || 2X",
    "connect": "50.20.249.125:19560",
    "request": "50.20.249.125:19563",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756664004,
    "last_update": 1775887817,
    "banned": false,
    "wipe": 1775771043,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3766,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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