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/2310801
json
{
"response": {
"fps": 26,
"fps_avg": 24,
"world_seed": 2045596488,
"world_size": 4250,
"entities_count": 108488,
"id": 2310801,
"ip": "192.95.37.222",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nServeur Quebecois \r\n PVE (PVP Optionnel) \r\n Admin présent \r\n S'il y a un probleme (joueur ou autre), envoyez nous un mesasge sur discord. \r\n Hack interdit \r\n Decay 50% \r\n LANGAGE RESPECTABLE - Nous sommes un serveur amical avant tout \r\n Wipe de map 2 x par mois - wipe forcé (premier jeudi du mois) et 2 à 3 semaine (mi-mois). \r\n Bps wipe mensuel (Forced Wipe).\r\n Dernier wipe 03-04-2025 14:00 pm \r\n PROCHAIN WIPE 17-04-25 18h Qc. \r\n \r\n Lien Discord https://discord.gg/uVGgzVPtcT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744366099,
"score": null,
"last_online": 1744428652,
"icon": null,
"name": "AA Carcajou Quebec PVE",
"connect": "192.95.37.222:28080",
"request": "192.95.37.222:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 5,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1703673773,
"last_update": 1744428652,
"banned": false,
"wipe": 1743704942,
"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/2310801");
$data = json_decode($json, true);
var_dump($data);