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/1204654
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 127154,
    "world_seed": 191832866,
    "world_size": 3750,
    "steam_id": "90284197078834207",
    "domain": null,
    "id": 1204654,
    "ip": "104.143.2.124",
    "port": 28015,
    "query": 28018,
    "color": 0,
    "city": "Dallas",
    "description": "![Rustafied.com - US Friday](https://cdn.rustafied.systems/Discord%20Panels/US%20Friday.png)\nWeekly map wipe @ Fridays 17:00 New York Time (unless forced wipe) \r\n\r\n - Player portal: https://my.rustafied.com (server info, map voting, banlist, and more) \r\n - Store: https://rustafied.com/store \r\n - Support: https://rustafied.com/support \r\n - Discord: https://discord.gg/rustafied \r\n\r\n Forced wipe: First Thursday @ 2PM EST / 19:00 London (wipes all blueprints)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1775876410,
    "icon": null,
    "name": "Rustafied.com - US Friday",
    "connect": "104.143.2.124:28015",
    "request": "104.143.2.124:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 385,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 129,
    "add_date": 1691954575,
    "last_update": 1775876410,
    "banned": false,
    "wipe": 1775854762,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 49,
    "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/1204654");
$data = json_decode($json, true);
var_dump($data);