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/8274782
json
{
"response": {
"id": 8274782,
"ip": "37.230.228.105",
"port": 27015,
"query": 27015,
"owner_name": "gorbushion",
"owner_avatar": "no.jpg",
"color": 0,
"description": "[{\"id\":\"7wIYFtqeEi\",\"type\":\"paragraph\",\"data\":{\"text\":\" Добро пожаловать на игровой проект WARFAL• MIRAGE #1: 62.122.213.241:27015 [128 tick] •• AWP #1: 37.230.162.92:27015 [128 tick] •• DUST2 #1: 37.230.210.144:27015 [128 tick] •• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •• FPS BOOST #1: 46.174.50.21:27015 [128 tick] •• Наш сайт » [https://warfal.ru](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru&cc_key=) •• Наши правила » [https://warfal.ru/rules](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Frules&cc_key=)• Наш магазин » [https://warfal.ru/shop](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Fshop&cc_key=)• Беседа проекта » [http://beseda.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fbeseda.warfal.ru&cc_key=) •• Наш Discord: [http://ds.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fds.warfal.ru&cc_key=)• Наш Steam: [http://steam.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fsteam.warfal.ru&cc_key=)• Беседа TG: [http://tg.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Ftg.warfal.ru&cc_key=)• Группа с мемами: [http://vk.com/warfalmemes](https://vk.com/warfalmemes)\"}}]",
"game": 9000042,
"owner": 50186,
"boosts": 2,
"last_offline": 1742784452,
"score": 5,
"last_online": 1743685837,
"icon": null,
"name": "[CSGO] WARFAL: MIRAGE #1 [!VIP, !WS, !KNIFE, !GLOVES]",
"connect": "37.230.228.105:27015",
"request": "37.230.228.105:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 8,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 222,
"add_date": 1742595890,
"last_update": 1743685837,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 1629104,
"steam_id": 9000042,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive",
"popular_maps_available": true
},
"server_owner": {
"username": "gorbushion",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8274782");
$data = json_decode($json, true);
var_dump($data);