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/7819779
json
{
"response": {
"fps": 186,
"fps_avg": 184,
"world_seed": 839516826,
"world_size": 3500,
"entities_count": 55352,
"id": 7819779,
"ip": "15.228.128.74",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[LATAM] Fuerza Elite Solo/Duo/Trio/Squad 20/3 Wipe](https://arepa7.com/fuerzaelite.jpg)\nBienvenido!\r\nWipe: 20/3\r\nProximo Wipe: 03/04\r\nLenguaje: Español.\r\nWipeo quincenal.\r\nReglas:\r\n No Racismo, No Discriminación.\r\n Equipos máximos de 4 (SOLO DUO/TRIO/SQUAD).\r\n Prohibido tener sacos/camas de otros jugadores dentro del recinto de tu base.\r\n Prohibido pactos de no agresión con jugadores externos al team.\r\n Prohibido el acoso a otros jugadores.\r\n Respeta a la comunidad.\r\n Juega limpio.\r\n No Hacks.\r\n Cualquier Falta se aplicará PERMABAN (Abre Ticket en Discord).\r\n\r\nÚnete a nuestra comunidad: https://discord.gg/dAVPKsTq",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741907255,
"score": 0,
"last_online": 1743700272,
"icon": null,
"name": "[LATAM] Fuerza Elite Solo/Duo/Trio/Squad 20/3 Wipe",
"connect": "15.228.128.74:28015",
"request": "15.228.128.74:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740050976,
"last_update": 1743700272,
"banned": false,
"wipe": 1742502366,
"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/7819779");
$data = json_decode($json, true);
var_dump($data);