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/8197579
json
{
"response": {
"id": 8197579,
"ip": "45.146.81.215",
"port": 28031,
"query": 28031,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "╔═══════════════════•⊱✦⊰•═══════════════════╗\r\n UMBRELLA 2X\r\n╚═══════════════════•⊱✦⊰•═══════════════════╝\r\n\r\n ✦ Wipe Full: Primeira quinta do mês\r\n\r\n ✦ Wipe Mapa:quartas as 18hrs e Sabado as 13hrs \r\n\r\n ✦ Max 3 por time\r\n ✦ Recursos 2x\r\n ✦ Mapas custom\r\n ✦ Sulfur e Madeira 2.5x\r\n ✦ E muito mais\r\n\r\n☢ LINK DO DISCORD ☢\r\n nesse botão azul\r\n ↴↴↴",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744425561,
"score": 0,
"last_online": 1744408267,
"icon": null,
"name": "BR - UMBRELLA 2X Solo/dou/trio wipe 16/04",
"connect": "45.146.81.215:28031",
"request": "45.146.81.215:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742388414,
"last_update": 1744425561,
"banned": false,
"wipe": 1744405515,
"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/8197579");
$data = json_decode($json, true);
var_dump($data);