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/6605418
json
{
"response": {
"fps": 166,
"fps_avg": 162,
"world_seed": 1441133105,
"world_size": 3990,
"entities_count": 85585,
"id": 6605418,
"ip": "200.161.144.150",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nBem-vindo ao Santuário \r\n\r\nCronograma de Wipe:\r\n\r\nFullwipes todas as sextas-feiras às 18:30 (horário de Brasília)\r\nTamanho máximo do grupo: 1\r\nÓtimo sistema anti-cheat + administradores \r\nSistema de detecção de macros e cheaters = Ban VAC permanente\r\nReinicio automatico as 7hs am \r\n\r\n¡Bienvenidos a Santuário Solo ONLY \r\nJuega sin ofender al prójimo y cualquier tipo de acto racista implica ban inmediato",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744405080,
"score": 0,
"last_online": 1744707031,
"icon": null,
"name": "SANTUARIO - SOLO ONLY | FULLWIPE 11/04 04/11",
"connect": "200.161.144.150:28015",
"request": "200.161.144.150:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1731330924,
"last_update": 1744707031,
"banned": false,
"wipe": 1744405116,
"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/6605418");
$data = json_decode($json, true);
var_dump($data);