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/7042394
json
{
"response": {
"id": 7042394,
"ip": "46.174.50.21",
"port": 27015,
"query": 27015,
"owner_name": "gorbushion",
"owner_avatar": "no.jpg",
"color": 0,
"description": "[{\"id\":\"bsnrna1a3d\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на игровой проект WARFAL\"}},{\"id\":\"uZPDjJBnUI\",\"type\":\"paragraph\",\"data\":{\"text\":\"• MIRAGE #1: 62.122.213.241:27015 [128 tick] •\"}},{\"id\":\"FwcL4jC1r0\",\"type\":\"paragraph\",\"data\":{\"text\":\"• AWP #1: 37.230.162.92:27015 [128 tick] •\"}},{\"id\":\"8GY81HlrsP\",\"type\":\"paragraph\",\"data\":{\"text\":\"• DUST2 #1: 37.230.210.144:27015 [128 tick] •\"}},{\"id\":\"TlxiaHZZxU\",\"type\":\"paragraph\",\"data\":{\"text\":\"• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •\"}},{\"id\":\"6r8coIhgoR\",\"type\":\"paragraph\",\"data\":{\"text\":\"• FPS BOOST #1: 46.174.50.21:27015 [128 tick] •\"}},{\"id\":\"EY3G1MZnCD\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш сайт » https://warfal.ru •\"}},{\"id\":\"lsLcdzslNC\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наши правила » https://warfal.ru/rules\"}},{\"id\":\"X0zYgTokxy\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш магазин » https://warfal.ru/shop\"}},{\"id\":\"dQndXQ0Tku\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Беседа проекта » http://beseda.warfal.ru •\"}},{\"id\":\"U_-bdTWAzs\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш Discord: http://ds.warfal.ru\"}},{\"id\":\"gq-C8CQnQj\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Наш Steam: http://steam.warfal.ru\"}},{\"id\":\"92rm6rNKvo\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Беседа TG: http://tg.warfal.ru\"}},{\"id\":\"CU0OxTSnZS\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Группа с мемами: http://vk.com/warfalmemes\"}}]",
"game": 730,
"owner": 50186,
"boosts": 1,
"last_offline": 1744881305,
"score": 5,
"last_online": 1743570038,
"icon": null,
"name": "🔥 WARFAL: MIRAGE #3 [!VIP, !WS, !SKINS, !LVL]",
"connect": "46.174.50.21:27015",
"request": "46.174.50.21:27015",
"map": "de_mirage",
"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": 1735591641,
"last_update": 1744881305,
"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": {
"username": "gorbushion",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7042394");
$data = json_decode($json, true);
var_dump($data);