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. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7412331
json
{
"response": {
"id": 7412331,
"ip": "62.122.214.77",
"port": 27015,
"query": 27015,
"owner_name": null,
"owner_avatar": null,
"color": 3,
"description": "[{\"id\":\"EMjH4EWB-7\",\"type\":\"header\",\"data\":{\"text\":\"❤️Проект игровых серверов Pulse❤️\",\"level\":2}},{\"id\":\"zyhqgNoxWu\",\"type\":\"paragraph\",\"data\":{\"text\":\"У нас вы найдёте:\"}},{\"id\":\"g1hDzHssCi\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Отзывчивую администрацию✅\"}},{\"id\":\"a0iqeSfM4d\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Конкурсы✅\"}},{\"id\":\"YaK0P4oPEb\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Подарки✅\"}},{\"id\":\"wwu4RMcJcC\",\"type\":\"paragraph\",\"data\":{\"text\":\"● Стабильные сервера✅\"}},{\"id\":\"Khtq7l0xGc\",\"type\":\"header\",\"data\":{\"text\":\"❤️Наш телеграмм канал: https://t.me/Pulsecs2❤️\",\"level\":2}},{\"id\":\"IMnjdVg4IH\",\"type\":\"header\",\"data\":{\"text\":\"❤️Наш сайт сервера: https://pulsecs2.ru❤️\",\"level\":2}},{\"id\":\"hKdDjSKkO8\",\"type\":\"image\",\"data\":{\"caption\":\"С Уважением Администрация проекта Pulse!\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/7b9bc576-f879-4c49-9f77-935c4bbed784.png\"}}}]",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1742950857,
"score": 5,
"last_online": 1741773032,
"icon": null,
"name": "Мы переехали 37.48.252.12:27015",
"connect": "62.122.214.77:27015",
"request": "62.122.214.77:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 50,
"points": 50,
"add_date": 1738100356,
"last_update": 1742950857,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7412331");
$data = json_decode($json, true);
var_dump($data);