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/763145
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"world_seed": 844278717,
"world_size": 3500,
"entities_count": 98043,
"id": 763145,
"ip": "131.196.198.103",
"port": 28018,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Bem vindo ao RUSTICO 5X SOLO/DUO, um servidor feito para você! \r\n\r\n» Comando /skin grátis! \r\n» Fornalhas mais rápidas \r\n» Recicladora Instantanea \r\n» Workbench em toda a base \r\n» Teleport/Menu \r\n» Voteday \r\n» Remove \r\n» Mymini \r\n» Stackeio ++ \r\n» Componentes e Sucata ++ \r\n» Kits variados \r\n» BGrade \r\n» Sistema de upgrade da base pelo armário \r\n» Sistema de divisão de loot \r\n» Sistema de TOP Players \r\n» Sistema para compartilhar Autorizações (TC, Sentinelas, Codelocks, etc) \r\n» Sistema de Amigos/Clãs (MAX TEAM 2)\r\n» Sistema de Trade \r\n» E muitas mais características!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744388078,
"score": null,
"last_online": 1744422651,
"icon": null,
"name": "[BR/LATAM] RUSTICO 5X SOLO/DUO | FULLWIPE 10/4 NEW UPDATE!",
"connect": "131.196.198.103:28018",
"request": "131.196.198.103:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 17,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1680789916,
"last_update": 1744422651,
"banned": false,
"wipe": 1744388205,
"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/763145");
$data = json_decode($json, true);
var_dump($data);