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/7562732
json
{
"response": {
"fps": 43,
"modded": true,
"fps_avg": 45,
"world_seed": 1337,
"world_size": 4500,
"entities_count": 431579,
"id": 7562732,
"ip": "168.100.161.39",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nAtlas Rust Servers | Made for the most competitive\r\n\r\nMap Wipes: 1st, 3rd & 5th Thursday of every month\r\n7PM Force wipe | 5PM Bi-weekly\r\nBlueprints Wipes: N/A (does not wipe ever)\r\n\r\nLinks\r\n• discord.gg/atlasrust\r\n• store.atlasrustservers.com\r\n\r\nFeatures\r\n• 2x Gather\r\n• 2x Loot (removed junk)\r\n• Free QoL\r\n• No paid features\r\n\r\n24 hours discord staff support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742564268,
"score": 0,
"last_online": 1742863827,
"icon": null,
"name": "Atlas - EU 2X Medium | Vanilla+ | No BP Wipes",
"connect": "168.100.161.39:28010",
"request": "168.100.161.39:28015",
"map": "discord.gg/atlasrust",
"gamemode": "Survival",
"version": "2583",
"numplayers": 123,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 89,
"add_date": 1739440465,
"last_update": 1742863827,
"banned": false,
"wipe": 1742489962,
"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/7562732");
$data = json_decode($json, true);
var_dump($data);