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/8078567
json
{
"response": {
"fps": 57,
"fps_avg": 55,
"world_seed": 37,
"world_size": 3600,
"entities_count": 63147,
"id": 8078567,
"ip": "185.139.1.135",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Bem-vindos ao RUSTZADA.gg - BR 2X MAX 5- NO BPs\r\n\r\n→Recursos e Componentes 2x (2.5x Enxofre/Madeira)\r\n→Ciclo Dia/Noite: 50m/10m\r\n→Mapa 3500, Outpost/Bandit/Celeiro Unificados\r\n→Time: Máx 5 por time\r\n→Alianças: Proibidas!\r\n→Wipe: Semanal, Toda Quinta-feira e Sábado 18:00hrs, NO BP WIPE\r\n→VIPs:rustzada.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744930611,
"score": 0,
"last_online": 1744978840,
"icon": null,
"name": "RUSTZADA.gg - BR 2x [MAX 5 | NO BPs] WIPED 17/04",
"connect": "185.139.1.135:28017",
"request": "185.139.1.135:28017",
"map": "RUSTZADA MAPS",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741523658,
"last_update": 1744978840,
"banned": false,
"wipe": 1744930655,
"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": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8078567");
$data = json_decode($json, true);
var_dump($data);