Counter-Strike 2
API for 🦁 PRIDECS2.RU 🦁 | MIRAGE #1 (NO MODELS) 🔪 НОЖ В Т
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10733965json
{
"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": 1,
"last_offline": 1775641330,
"score": 5,
"last_online": 1777484408,
"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.5.6",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 457,
"points": 651,
"add_date": 1765977316,
"last_update": 1777484408,
"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": 39,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "aye03",
"avatar": "5998d187-e8d8-4806-966e-8573b8fde20b.jpg",
"last_online": 1776336074
},
"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);