Counter-Strike 2
API for [TR] Imparator Gaming | El & Valorant Modelleri | !tp !pubg
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/111604json
{
"response": {
"steam_id": "85568392935577275",
"domain": null,
"id": 111604,
"ip": "185.193.165.13",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Beyoğlu",
"description": "",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1776781351,
"score": null,
"last_online": 1776802223,
"icon": null,
"name": "[TR] Imparator Gaming | El & Valorant Modelleri | !tp !pubg",
"connect": "185.193.165.13:27015",
"request": "185.193.165.13:27015",
"map": "jb_imparator_2026",
"gamemode": "Counter-Strike 2",
"version": "1.41.5.2",
"numplayers": 15,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1552664392,
"last_update": 1776802223,
"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": 469,
"language": "tr",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/111604");
$data = json_decode($json, true);
var_dump($data);