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/7042394
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7042394,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"bsnrna1a3d\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на игровой проект WARFAL\"}},{\"id\":\"uZPDjJBnUI\",\"type\":\"paragraph\",\"data\":{\"text\":\"• MIRAGE #1: 62.122.213.241:27015 [128 tick] •\"}},{\"id\":\"FwcL4jC1r0\",\"type\":\"paragraph\",\"data\":{\"text\":\"• AWP #1: 37.230.162.92:27015 [128 tick] •\"}},{\"id\":\"8GY81HlrsP\",\"type\":\"paragraph\",\"data\":{\"text\":\"• DUST2 #1: 37.230.210.144:27015 [128 tick] •\"}},{\"id\":\"TlxiaHZZxU\",\"type\":\"paragraph\",\"data\":{\"text\":\"• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •\"}},{\"id\":\"6r8coIhgoR\",\"type\":\"paragraph\",\"data\":{\"text\":\"• FPS BOOST #1: 46.174.50.21:27015 [128 tick] •\"}},{\"id\":\"EY3G1MZnCD\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш сайт » https://warfal.ru •\"}},{\"id\":\"lsLcdzslNC\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наши правила » https://warfal.ru/rules\"}},{\"id\":\"X0zYgTokxy\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш магазин » https://warfal.ru/shop\"}},{\"id\":\"dQndXQ0Tku\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Беседа проекта » http://beseda.warfal.ru •\"}},{\"id\":\"U_-bdTWAzs\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш Discord: http://ds.warfal.ru\"}},{\"id\":\"gq-C8CQnQj\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш Steam: http://steam.warfal.ru\"}},{\"id\":\"92rm6rNKvo\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Беседа TG: http://tg.warfal.ru\"}},{\"id\":\"CU0OxTSnZS\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Группа с мемами: http://vk.com/warfalmemes\"}}]",
    "game": 730,
    "owner": 50186,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 5,
    "last_online": 1743570038,
    "icon": null,
    "name": "🔥 WARFAL: MIRAGE #3 [!VIP, !WS, !SKINS, !LVL]",
    "connect": null,
    "request": null,
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1735591641,
    "last_update": 1750457066,
    "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": 15803,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "gorbushion",
      "avatar": "no.jpg",
      "last_online": 1775329361
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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