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/6979906
json
{
"response": {
"fps": 142,
"fps_avg": 138,
"world_seed": 120320251,
"world_size": 3500,
"entities_count": 58463,
"id": 6979906,
"ip": "45.237.131.60",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[BR/LATAM] Ruinas do Medo Solo/Duo Wipe Hoje 03/04](https://image.myrustserver.com/logo/Kamikaze_67e94bab0b434.png)\n\r\n- VANILLA\r\n- MAPA 3500\r\n- WIPE POR VOTAÇÃO( SERVIDOR COM POUCOS PLAYERS VOTAMOS O PROXIMO WIPE)\r\n- COMANDOS /SKIN E /BSKIN PARA TODOS NO MAPA\r\n- BLUEPRINT COMPARTILHADO POR TIME\r\n- SULFUR 2x MAIS NA COLETA\r\n.\r\n.\r\n.\r\n- VANILLA\r\n- MAPA 3500\r\n- WIPE POR VOTACIÓN (SERVIDOR CON POCOS JUGADORES VOTAMOS POR EL SIGUIENTE WIPE)\r\n- COMANDOS /SKIN Y /BSKIN PARA TODOS EN EL MAPA\r\n- PLANO COMPARTIDO POR EL EQUIPO\r\n- AZUFRE 2x MÁS EN COLECCIÓN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743671266,
"score": 0,
"last_online": 1743699673,
"icon": null,
"name": "[BR/LATAM] Ruinas do Medo Solo/Duo Wipe Hoje 03/04",
"connect": "45.237.131.60:28015",
"request": "45.237.131.60:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1734914417,
"last_update": 1743699673,
"banned": false,
"wipe": 1743680556,
"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/6979906");
$data = json_decode($json, true);
var_dump($data);