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/8229316
json
{
"response": {
"id": 8229316,
"ip": "136.175.187.111",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Dedicated Server ran by AntiLagServers.com \r\n\r\n| Group Limit: 5 | \r\n| No BP wipe | \r\n| Map wipes on first Thursday of month | \r\n| Next wipe: 5/1/25 |\r\n\r\n| 2x Gather | 2x Stacking |\r\n| Long-Day | Short-Nights |\r\n\r\n| Custom Anti-Cheat | Active Admins |\r\n Report cheaters with [F7]. \r\n\r\n Join the discord https://discord.gg/yQeafJg4Z7",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743866712,
"score": 0,
"last_online": 1743745260,
"icon": null,
"name": "AntiLagServers.com 2x Prim | MAX 5| Monthly",
"connect": "136.175.187.111:28017",
"request": "136.175.187.111:28017",
"map": "Procedural Map",
"gamemode": "Primitive",
"version": null,
"numplayers": 0,
"maxplayers": 175,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742420580,
"last_update": 1743866712,
"banned": false,
"wipe": 1743731757,
"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/8229316");
$data = json_decode($json, true);
var_dump($data);