🟥 WARFAL.RU: AWP #1 + MODELS [!VIP, !WS, !SKINS, !LVL] 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/2813662
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 2813662,
    "ip": "37.230.210.144",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"qb6gq52h4\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на наш проект. Приятной игры на наших серверах💥\\nДобро пожаловать на игровой проект WARFAL\\n• MIRAGE #1: 62.122.213.241:27015 [128 tick] •\\n• AWP #1: 37.230.162.92:27015 [128 tick] •\\n• DUST2 #1: 37.230.210.144:27015 [128 tick] •\\n• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •  \\n• Наш сайт » [https://warfal.ru](https://warfal.ru) •\\n• Наши правила » [https://warfal.ru/rules](https://warfal.ru/rules)\\n• Наш магазин » [https://warfal.ru/shop](https://warfal.ru/shop)\\n• Беседа проекта » [http://beseda.warfal.ru](http://beseda.warfal.ru) •\\n• Наш Discord: [http://ds.warfal.ru](http://ds.warfal.ru)\\n• Беседа TG: [http://tg.warfal.ru](http://tg.warfal.ru)\\n• Группа с мемами: [http://vk.com/warfalmemes](https://vk.com/warfalmemes)\\n\"}}]",
    "game": 730,
    "owner": 50186,
    "boosts": 1,
    "last_offline": 1775806282,
    "score": 5,
    "last_online": 1775496613,
    "icon": null,
    "name": "🟥 WARFAL.RU: AWP #1 + MODELS [!VIP, !WS, !SKINS, !LVL]",
    "connect": "37.230.210.144:27015",
    "request": "37.230.210.144:27015",
    "map": "awp_lego_2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1706889993,
    "last_update": 1775806282,
    "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": 15560,
    "language": "ru",
    "parked": false,
    "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/2813662");
$data = json_decode($json, true);
var_dump($data);