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/8253138
json
{
"response": {
"id": 8253138,
"ip": "136.175.187.111",
"port": 25017,
"query": 25017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Dedicated Server ran by AntiLagServers.com \r\n\r\n \r\n 3x Gather| 5x Stacking | 3x Smelting/Crafting Speed \r\n No BP wipe | Clans plugin | /mymini plugin \r\n\r\n Map wipes Fridays at 12:01pm PST. \r\n\r\n Active Admins \r\n Report cheaters by pressing [F7]. \r\n\r\n Join the discord https://discord.gg/yQeafJg4Z7",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743594888,
"score": 0,
"last_online": 1743391851,
"icon": null,
"name": "AntiLagServers.com 3x |Max 5|No BP Wipes|",
"connect": "136.175.187.111:25017",
"request": "136.175.187.111:25017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1742460198,
"last_update": 1743594888,
"banned": false,
"wipe": 1743189582,
"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/8253138");
$data = json_decode($json, true);
var_dump($data);