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/437757
json
{
"response": {
"fps": 192,
"fps_avg": 189,
"world_seed": 1314319321,
"world_size": 4250,
"entities_count": 127510,
"id": 437757,
"ip": "185.137.232.194",
"port": 20000,
"query": 20001,
"owner_name": "RU1STSERVER",
"owner_avatar": "940956ed-0fa2-47ec-99f8-102559b20851.jpg",
"color": 0,
"description": "[{\"id\":\"n6p38lrar\",\"type\":\"image\",\"data\":{\"caption\":\"<br>\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://i.ibb.co/92wP9bn/gm.gif\"}}},{\"id\":\"UK_TcGCec4\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на RU1ST LONG! Классический российский сервер. Ежемесячный глобальный вайп каждый первый четверг месяца 21:00-22:00 МСК. Подключиться: connect 185.137.232.194:20000\"}},{\"id\":\"bK50iPYCQZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"- На 50% снижено содержание шкафа\\n- x2 стаки дерево, камень, металл, уголь\\n- Переработчик во всех сейвзонах\\n- Коптер и рулетка в городе\\n\"}},{\"id\":\"-c9qP8cWOB\",\"type\":\"paragraph\",\"data\":{\"text\":\"Discord: https://discord.gg/ru1st\\nВКонтакте: https://vk.com/ru1st\\nTelegram: https://t.me/ru1st_srv\\nYouTube: https://youtube.com/@ru1st\\nСайт: https://ru1st.ru (нет ничего чем можно рейдить)\"}},{\"id\":\"C7uY8MHpHB\",\"type\":\"paragraph\",\"data\":{\"text\":\"Приятной игры!\"}}]",
"game": 252490,
"owner": 34480,
"boosts": 1,
"last_offline": 1741289944,
"score": 5,
"last_online": 1743522036,
"icon": null,
"name": "RU1ST LONG - Vanilla / 50% Upkeep /",
"connect": "185.137.232.194:20000",
"request": "185.137.232.194:20001",
"map": "Procedural",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1605192762,
"last_update": 1743522036,
"banned": false,
"wipe": 1741289918,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": {
"username": "RU1STSERVER",
"avatar": "940956ed-0fa2-47ec-99f8-102559b20851.jpg"
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/437757");
$data = json_decode($json, true);
var_dump($data);