[HEADLINE] Анимешный побег 14+ [FREE VIP] için API

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/9600946
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9600946,
    "ip": "95.181.158.147",
    "port": 27048,
    "query": 27048,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 10,
    "owner": 115998,
    "boosts": 1,
    "last_offline": 1775371884,
    "score": 5,
    "last_online": 1775779213,
    "icon": null,
    "name": "[HEADLINE] Анимешный побег 14+ [FREE VIP]",
    "connect": "95.181.158.147:27048",
    "request": "95.181.158.147:27048",
    "map": "jail_west_v2",
    "gamemode": "Jailbreak | Игры",
    "version": "1.1.2.7/Stdio",
    "numplayers": 2,
    "maxplayers": 17,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1750694160,
    "last_update": 1775779213,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2170,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": {
      "username": "lagfer4554",
      "avatar": "42c2cafd-f275-42e6-ba2c-b2b0c0ec1f94.jpg",
      "last_online": 1770138877
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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