Counter-Strike 2
API for 🎯-=][̲̲̅̅HubCS.de📊 Wingman|!SKINS|🛠️Server=-
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/11488238json
{
"response": {
"steam_id": 85568392936165730,
"domain": null,
"id": 11488238,
"ip": "85.214.37.177",
"port": 27035,
"query": 27035,
"color": 0,
"city": "Berlin",
"description": null,
"game": 730,
"owner": 184175,
"boosts": 1,
"last_offline": 1775826722,
"score": 0,
"last_online": 1775910061,
"icon": null,
"name": "🎯-=][̲̲̅̅HubCS.de📊 Wingman|!SKINS|🛠️Server=-",
"connect": "85.214.37.177:27035",
"request": "85.214.37.177:27035",
"map": "de_maginot",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775432183,
"last_update": 1775910061,
"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": 693,
"language": "de",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "hubcs",
"avatar": "9e6c0cf1-335b-4f44-9446-38060b24718e.png",
"last_online": 1775907389
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488238");
$data = json_decode($json, true);
var_dump($data);