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/11260617
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 179960,
    "world_seed": 1871804000,
    "world_size": 5600,
    "steam_id": "90284143983660039",
    "domain": null,
    "id": 11260617,
    "ip": "194.69.160.93",
    "port": 28019,
    "query": 28021,
    "color": 0,
    "city": "City of London",
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775754725,
    "score": 0,
    "last_online": 1775904651,
    "icon": null,
    "name": "Luxor Media | discord.gg/luxorrust",
    "connect": "194.69.160.93:28019",
    "request": "194.69.160.93:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774555199,
    "last_update": 1775904651,
    "banned": false,
    "wipe": 1775670232,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8020,
    "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/11260617");
$data = json_decode($json, true);
var_dump($data);