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/8093874
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"world_seed": 123456,
"world_size": 3500,
"entities_count": 23205,
"id": 8093874,
"ip": "168.100.161.9",
"port": 28106,
"query": 28106,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\ndiscord.gg/tmkbud \r\n Server running for 5 years! \r\n| AntiNoobPvP (reduced damage from high-velocity rockets) \r\n| Tomaha available via command \r\n| Clan ScrapCopter available via command \r\n| Wipe twice a week \r\n| No blueprints required \r\n| Multiple sethome on foundation \r\n| Enhanced tank and helicopter \r\n| Clans",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741959580,
"score": 0,
"last_online": 1743699676,
"icon": null,
"name": "US TMKBUD x1000000000|HARDPVP|KITS|BATTLEFIELD|CLANS|",
"connect": "168.100.161.9:28106",
"request": "168.100.161.9:28106",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2582",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741642811,
"last_update": 1743699676,
"banned": false,
"wipe": 1741327794,
"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/8093874");
$data = json_decode($json, true);
var_dump($data);