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/8078569
json
{
"response": {
"id": 8078569,
"ip": "185.139.1.135",
"port": 29017,
"query": 29017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Bem-vindos ao RUSTZADA.gg - BR 3X Solo Only\r\n\r\n→Recursos e Componentes 3x(Loot++)\r\n→Ciclo Dia/Noite: 50m/10m\r\n→Mapa 3500, Outpost/Bandit/Celeiro Unificados\r\n→Time:Solo Only\r\n→Alianças: Proibidas!\r\n→Wipes: Quarta e Sábado,BP WIPE 1ª Quinta do mês\r\n→VIPs:rustzada.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744431879,
"score": 0,
"last_online": 1744318262,
"icon": null,
"name": "RUSTZADA.gg - BR 3x Solo Only [Loot+|PVP|Kits]",
"connect": "185.139.1.135:29017",
"request": "185.139.1.135:29017",
"map": "RUSTZADA MAPS",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1741523658,
"last_update": 1744431879,
"banned": false,
"wipe": 1743952630,
"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/8078569");
$data = json_decode($json, true);
var_dump($data);