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/11260649
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11260649,
    "ip": "80.242.59.47",
    "port": 35200,
    "query": 35210,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "![MONDAY x2 | GGRust #9 | Solo/Duo/Trio](https://s.ggrust.ru/img/monday9.png)\nДобро пожаловать на классический сервер GGRust! \r\n\r\n• Добыча ресурсов и стаки x2\r\n• Максимально 3 игрока в команде\r\n• Глобал вайп каждый понедельник в 16:00 МСК\r\n• Переработчики и станции дронов в сейв зонах\r\n• Классика без телепортов и модов\r\n• Активная администрация 18+\r\n\r\nНаш сайт - GGRust.ru",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775904678,
    "score": 0,
    "last_online": 1775150418,
    "icon": null,
    "name": "MONDAY x2 | GGRust #9 | Solo/Duo/Trio",
    "connect": "80.242.59.47:35200",
    "request": "80.242.59.47:35210",
    "map": "GGRust.ru Classic map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555200,
    "last_update": 1775904678,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10366,
    "language": "ru",
    "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/11260649");
$data = json_decode($json, true);
var_dump($data);