Counter-Strike 2
API for CS2 EXECUTE #21 [DE] — CYBERSHOKE.NET (9 SLOTS)
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/3366951json
{
"response": {
"steam_id": "85568392931847826",
"domain": null,
"id": 3366951,
"ip": "162.55.94.181",
"port": 27032,
"query": 27032,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1775890320,
"score": null,
"last_online": 1775932223,
"icon": null,
"name": "CS2 EXECUTE #21 [DE] — CYBERSHOKE.NET (9 SLOTS)",
"connect": "162.55.94.181:27032",
"request": "162.55.94.181:27032",
"map": "de_anubis",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 7,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1710242374,
"last_update": 1775932223,
"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": 2255,
"language": "de",
"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/3366951");
$data = json_decode($json, true);
var_dump($data);