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/11488196
json
{
  "response": {
    "fps": 82,
    "fps_avg": 80,
    "entities_count": 125028,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284130430970887",
    "domain": null,
    "id": 11488196,
    "ip": "37.230.137.97",
    "port": 20530,
    "query": 20531,
    "color": 0,
    "city": "Moscow",
    "description": "![Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04](https://s.fotora.ru/3bd9b56bf87fede0.png)\nРейты x4/x8 - Rates x4/x8\r\nКрутая Кастомная карта с множеством новых рт и зонами, где можно получить лут - Custom map\r\nНет жары, холода\r\nНет дверей на РТ - There are no doors on rt\r\nТурели без электричества - Turrets without electricity\r\nКит наборы - Kits\r\nРюкзак - Backpack\r\nУвеличено количество лута с ящиков - Loot +\r\nРазовая покупка доната (При покупке привилегии она действует бессрочно)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775733123,
    "score": 5,
    "last_online": 1775735418,
    "icon": null,
    "name": "Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04",
    "connect": "37.230.137.97:20530",
    "request": "37.230.137.97:20531",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1775369186,
    "last_update": 1775735418,
    "banned": false,
    "wipe": 1775280863,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5869,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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