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/11004772
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 33100,
    "world_seed": 462451390,
    "world_size": 2500,
    "steam_id": "90284211123476495",
    "domain": null,
    "id": 11004772,
    "ip": "57.128.54.157",
    "port": 20005,
    "query": 20004,
    "color": 0,
    "city": "Roubaix",
    "description": "Crusty.gg | FPS++ | Active Admins  Serveur Rust orient� performance et fair-play. FPS optimis� pour une meilleure fluidit� en jeu. Admins actifs pour une mod�ration rapide et efficace.  Features: � FPS optimized server � Active and reactive admins � Fair gameplay � Useful commands (kits, stats, playtime, population) � Regular wipes � Stable and smooth experience  ----------------------------------  Crusty.gg Rust Server | FPS++ | Active Admins  Performance-focused Rust server with smooth gameplay. Optimized FPS for better in-game experience. Active and reactive admins to keep the server clean and fair.  Features: � FPS optimized server � Active admins � Fair gameplay � Useful commands (kits, stats, playtime, population) � Regular wipes � Stable performance",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775539323,
    "score": 0,
    "last_online": 1775911816,
    "icon": null,
    "name": "[EU] Crusty.gg X2 - Solo/Duo/Trio/Quad",
    "connect": "57.128.54.157:20005",
    "request": "57.128.54.157:20004",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769938980,
    "last_update": 1775911816,
    "banned": false,
    "wipe": 1775151811,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4918,
    "language": "fr",
    "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/11004772");
$data = json_decode($json, true);
var_dump($data);