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/8197581
json
{
"response": {
"fps": 116,
"fps_avg": 145,
"world_seed": 319342479,
"world_size": 3500,
"entities_count": 69301,
"id": 8197581,
"ip": "45.146.81.171",
"port": 28026,
"query": 28026,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\n╔═══════════════════•⊱✦⊰•═══════════════════╗\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": 1743542270,
"score": 0,
"last_online": 1744131063,
"icon": null,
"name": "BR - UMBRELLA 2X | SOLO/DUO/TRIO | WIPE 09/04",
"connect": "45.146.81.171:28026",
"request": "45.146.81.171:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 1,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742388414,
"last_update": 1744131063,
"banned": false,
"wipe": 1743868946,
"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/8197581");
$data = json_decode($json, true);
var_dump($data);