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/7881038
json
{
"response": {
"id": 7881038,
"ip": "94.231.215.3",
"port": 28010,
"query": 28010,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nSpoonkid Rust is a server that caters to the casual yet competitive friend group!\r\n\\t- Gather Rate is 2x\r\n\\t- Loot Tables are 2x\r\n\\t- Group Limit: Six (6) (see below)\r\n• Join our Discord: discord.gg/spoonkidrust\r\n\r\n• Map Wipes every Saturday 12pm ET\r\n• BP Wipes every Month\r\n\r\n> Teaming Rules\r\n• No allies\r\n• No teaming\r\n• No raiding with other groups\r\n• No roaming with other groups\r\n\r\n• What's a",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1740390946,
"score": 0,
"last_online": 1744969238,
"icon": null,
"name": "Spoonkid Rust - US 2x | 6 MAX | Shared BPs | Saturdays",
"connect": "94.231.215.3:28014",
"request": "94.231.215.3:28010",
"map": "store.SpoonkidRust.com",
"gamemode": "Rust",
"version": "2585",
"numplayers": 2,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740390946,
"last_update": 1744969238,
"banned": false,
"wipe": 1744473638,
"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/7881038");
$data = json_decode($json, true);
var_dump($data);