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/7980689
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"world_seed": 1,
"world_size": 3500,
"entities_count": 55471,
"id": 7980689,
"ip": "185.36.205.5",
"port": 28076,
"query": 28076,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nA high-performance Rust server, powered by CPUs running at 4.5-5Ghz, supported by super-fast SSD/NVME drives, and fortified with robust 17Tbps DDoS protection from path.net.\r\n\r\nWhat sets us apart?\r\n�ף Lightning-fast Deployment in Just 30 Seconds\r\n�ף Global Server Locations for Optimal Latency\r\n�ף Top-of-the-line Hardware Ensuring Unwavering Reliability\r\n�ף Shielded with 17Tbps Anycasted DDoS Protection and A2S Caching by path.net\r\n\r\nUnlock the ultimate gaming experience today!\r\nPurchase your own server now at eugamehost.com/rust-server-hosting.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742872027,
"score": 0,
"last_online": 1743528053,
"icon": null,
"name": "Insert Name - EUGameHost.com",
"connect": "185.36.205.5:28075",
"request": "185.36.205.5:28076",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2580",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741105901,
"last_update": 1743528053,
"banned": false,
"wipe": 1741014179,
"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/7980689");
$data = json_decode($json, true);
var_dump($data);