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/7865961
json
{
"response": {
"id": 7865961,
"ip": "220.245.62.76",
"port": 28038,
"query": 28038,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to TILT! Designed for fast-paced gameplay. \r\nYour new favorite small server: \r\n-/kits \r\n-/mymini \r\n-5 x Gather rates \r\n-No BPS \r\n-Custom NO JUNK loot tables \r\n-Faster loot respawns \r\n-No cards needed \r\nJoin up and make TILT your new home",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743525889,
"score": 0,
"last_online": 1743031843,
"icon": null,
"name": "AU - TILT - One Grid Quads",
"connect": "220.245.62.76:28015",
"request": "220.245.62.76:28038",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740323823,
"last_update": 1743525889,
"banned": false,
"wipe": 1740301631,
"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/7865961");
$data = json_decode($json, true);
var_dump($data);