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/1206107
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 1206107,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "Хостинг SurvivalHost Сайт хостинга - hostingrust.ru Игровые сервера с защитой от DDoS атак: > Rust > ARK > ATLAS > DayZ > Unturned > Conan Exiles > и другие...",
    "game": 252490,
    "owner": 50404,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 5,
    "last_online": 1741326625,
    "icon": null,
    "name": "么Dark-Wolf么[X5][X10][SKIN][IVENT][FPS+]WIPE28.02",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1691955181,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1741297258,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9169,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ghost5768",
      "avatar": "f75f58d6-72b2-4a8c-9a63-c575cc6694de.jpg",
      "last_online": 1706252374
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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