Counter-Strike 2
API for [CS2] FIVE-GAMING.RU | AWP #6 | 14+
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/5246711json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5246711,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"hLxn1OKNEd\",\"type\":\"paragraph\",\"data\":{\"text\":\"• MIRAGE #1 **194.93.2.94:27777 **•\"}},{\"id\":\"5dFE7BJt6_\",\"type\":\"paragraph\",\"data\":{\"text\":\"• FPS #2 **37.230.137.18:27777 **•\"}},{\"id\":\"i2j42c9HHy\",\"type\":\"paragraph\",\"data\":{\"text\":\"• FPS #3 **46.174.48.224:27777 **•\"}},{\"id\":\"OVAHczIogF\",\"type\":\"paragraph\",\"data\":{\"text\":\"• MIRAGE #4 **46.174.54.60:27777 **• \"}},{\"id\":\"Ar5rQ_RK8V\",\"type\":\"paragraph\",\"data\":{\"text\":\"**\\n**• MANIAC #5 146.19.87.17:27776** **•\"}},{\"id\":\"0Y0GnSXQPb\",\"type\":\"paragraph\",\"data\":{\"text\":\" **\\n**• AWP #6 146.19.87.17:27777** **• **\\n**\"}}]",
"game": 730,
"owner": 75926,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1730966456,
"icon": null,
"name": "[CS2] FIVE-GAMING.RU | AWP #6 | 14+",
"connect": null,
"request": null,
"map": "awp_lego_2_5ive",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1721308360,
"last_update": 1750457066,
"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": 15696,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "dfkdd",
"avatar": "cddffa94-4206-4b7b-9c2a-ec2020b7afb0.jpg",
"last_online": 1774782265
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5246711");
$data = json_decode($json, true);
var_dump($data);