Counter-Strike 2
API for 🔴 | FEATANIME|FPS BOOST| [MIRAGE]
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/10733648json
{
"response": {
"steam_id": "85568392935604945",
"domain": null,
"id": 10733648,
"ip": "170.168.115.3",
"port": 27777,
"query": 27777,
"color": 0,
"city": "Mytishchi",
"description": "[{\"id\":\"uhxndikQMM\",\"type\":\"paragraph\",\"data\":{\"text\":\"Отличный проект, с хорошими игроками и всякими ивентами\"}}]",
"game": 730,
"owner": 30703,
"boosts": 1,
"last_offline": 1774156926,
"score": 5,
"last_online": 1775775012,
"icon": null,
"name": "🔴 | FEATANIME|FPS BOOST| [MIRAGE]",
"connect": "170.168.115.3:27777",
"request": "170.168.115.3:27777",
"map": "de_mirage_fpsboost_featanime_v1",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1765379593,
"last_update": 1775775012,
"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": 164,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "FEATANIME",
"avatar": "a58188d7-ba51-4386-96a4-8aeee8408466.jpg",
"last_online": 1769779271
},
"mods": [
{
"id": 379,
"name": "VIP"
},
{
"id": 435,
"name": "VIP FREE"
},
{
"id": 381,
"name": "VIP Bhop"
},
{
"id": 383,
"name": "VIP Core"
},
{
"id": 415,
"name": "BunnyHop"
},
{
"id": 391,
"name": "Vips"
},
{
"id": 437,
"name": "Shop"
},
{
"id": 425,
"name": "Knife"
},
{
"id": 4,
"name": "Admin List"
},
{
"id": 380,
"name": "VIP Antiflash"
},
{
"id": 362,
"name": "Tag"
},
{
"id": 49,
"name": "CheckCheats"
},
{
"id": 338,
"name": "Show Damage"
},
{
"id": 1323,
"name": "Shop"
},
{
"id": 393,
"name": "VoteBKM"
},
{
"id": 387,
"name": "VIP KillFeed"
},
{
"id": 414,
"name": "AWP"
},
{
"id": 370,
"name": "Time VIP"
},
{
"id": 369,
"name": "Test"
},
{
"id": 19,
"name": "AntiFlash"
},
{
"id": 1710,
"name": "TAB"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10733648");
$data = json_decode($json, true);
var_dump($data);