Counter-Strike 2
API for [VERTEX] - ONLY DUST-2 #2 [!WS, !VIPTEST]
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/8274790json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8274790,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"I3ANWrTRdM\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/e4c6ce88-276e-41eb-be73-6023299b540e.png\"}}},{\"id\":\"srNWTaUjvn\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на проект **VERTEX**! \\nМы рады каждому игроку играющему на наших серверах!\\nНа сервере присутствуют разнообразные модели персонажей и кастомных оружий, чтобы каждый могу подобрать себе по вкусу.\\nДружелюбная атмосфера на сервере так же присутствует ;)\\nИмеется бесплатная выдача привилегий, бесплатные кейсы каждый день и конечно же бесплатные скины для каждого\\n\"}},{\"id\":\"-_ZP3JHD37\",\"type\":\"delimiter\",\"data\":{}},{\"id\":\"Eb7ug4bDBg\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт - [vertexcs.ru](http://vertexcs.ru/)\\nTG - [t.me/vertexcs](https://t.me/vertexcs)\\nDiscord - [discord.gg/vertexservers](http://discord.gg/vertexservers)\\nVK - [vk.com/vertexcs2](https://vk.com/vertexcs2)\"}}]",
"game": 730,
"owner": 108153,
"boosts": 1,
"last_offline": 1751367244,
"score": 0,
"last_online": 1748506238,
"icon": null,
"name": "[VERTEX] - ONLY DUST-2 #2 [!WS, !VIPTEST]",
"connect": null,
"request": null,
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742647166,
"last_update": 1751367244,
"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": 15960,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "andromedasd",
"avatar": "3285c0f4-f321-4f98-8fa6-358973b4a369.jpg",
"last_online": 1759231304
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8274790");
$data = json_decode($json, true);
var_dump($data);