Counter-Strike 2
API for ?? UA/RU PUBLIC CS2 | 128 TICK
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10334863json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10334863,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 730,
"owner": 138292,
"boosts": 1,
"last_offline": 1763185863,
"score": 0,
"last_online": 1762281624,
"icon": null,
"name": "?? UA/RU PUBLIC CS2 | 128 TICK",
"connect": null,
"request": null,
"map": "de_mirage_fps",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758395503,
"last_update": 1763185863,
"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": 12473,
"language": "nl",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "Sandello",
"avatar": "00c44e29-665b-4d3a-8bff-6cd4440995c3.jpg",
"last_online": 1759495731
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10334863");
$data = json_decode($json, true);
var_dump($data);