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/8054571
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"world_seed": 258801040,
"world_size": 3600,
"entities_count": 79734,
"id": 8054571,
"ip": "139.99.115.73",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to the TemplarGaming 10x Swift Trio!\r\nA fast paced gameplay environment with many features speeding up progression.\r\n✪ Heavily boosted loot | No Blueprints | No Workbenches\r\n✪ Everyone has SkinBox, /MyMini, AutoDoors, /Remove, /BGrade & more\r\n✪ In-Game Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n✪ Kits | Clan Auth Sharing | Shop | Teleport | Fast Smelting | Instant Craft + More!\r\n✪ Performance Optimized Custom Maps\r\n✪ Group Limit: 3\r\n✪ Automatic Base Upgrader, Base Repair and Box Sorters available to all\r\n✪ Active Non-Playing Admins\r\n\r\nJoin our Discord to claim a supply drop & stay updated with all our latest news\r\n➢ https://discord.gg/Templar\r\n\r\nJoin our Steam Group and get access to /Kit Steam\r\n➢ https://steam.templar.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741383958,
"score": 0,
"last_online": 1744131058,
"icon": null,
"name": "TemplarGaming SEA 10x Swift Trio Loot++|PvP|MyMini|SkinBox|x10",
"connect": "139.99.115.73:28015",
"request": "139.99.115.73:28015",
"map": "Templar Custom Generated Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1744131058,
"banned": false,
"wipe": 1743919131,
"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/8054571");
$data = json_decode($json, true);
var_dump($data);