Counter-Strike
API for [CSSYTES.EU] HNS / BOOST / TRAINING [24/7|100aa|FUN]
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/206287json
{
"response": {
"steam_id": null,
"domain": null,
"id": 206287,
"ip": "91.211.247.50",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Vilnius",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1773567688,
"score": null,
"last_online": 1775931625,
"icon": null,
"name": "[CSSYTES.EU] HNS / BOOST / TRAINING [24/7|100aa|FUN]",
"connect": "91.211.247.50:27016",
"request": "91.211.247.50:27016",
"map": "hns_etheral",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1582844963,
"last_update": 1775931625,
"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": 3832,
"language": "lt",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/206287");
$data = json_decode($json, true);
var_dump($data);