API for 🦁 PRIDECS2.RU 🦁 | MIRAGE #1 (NO MODELS) 🔪 НОЖ В Т

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10733965
json
{
  "response": {
    "steam_id": "85568392930603346",
    "domain": null,
    "id": 10733965,
    "ip": "170.168.115.48",
    "port": 27115,
    "query": 27115,
    "color": 0,
    "city": "Mytishchi",
    "description": "[{\"id\":\"6bg-zl6hDG\",\"type\":\"paragraph\",\"data\":{\"text\":\"Наши ссылки:\\nСайт - https://pridecs2.ru\\nDiscord - https://discord.gg/H8QrGtGHJu\\nТг - https://t.me/PRIDECS2\"}}]",
    "game": 730,
    "owner": 95265,
    "boosts": 6,
    "last_offline": 1775641330,
    "score": 5,
    "last_online": 1775741410,
    "icon": null,
    "name": "🦁 PRIDECS2.RU 🦁 | MIRAGE #1 (NO MODELS) 🔪 НОЖ В Т",
    "connect": "170.168.115.48:27115",
    "request": "170.168.115.48:27115",
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 2,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 842,
    "points": 6216,
    "add_date": 1765977316,
    "last_update": 1775741410,
    "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": 3,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "aye03",
      "avatar": "5998d187-e8d8-4806-966e-8573b8fde20b.jpg",
      "last_online": 1775725196
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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