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/7989475
json
{
"response": {
"id": 7989475,
"ip": "185.248.134.199",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nThursday Weekly wipes, Blueprints wipe every Month\r\nBuy SkipQueue at: www.rusticated.com/vip\r\nDiscord: www.rusticated.com/discord\r\n\r\nPlease follow the rules below: \r\n- English in chat \r\n- No Racism, Homophobia, Harassment or Excessive Toxicity \r\n- No Advertising \r\n- Any form of cheats / hacking is not allowed \r\n- Staff have final say, being toxic to staff will get you automatically removed \r\n- Any association with a gamebanned rust account or playing with a user with a old gamebanned rust account will cause you to be banned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742563672,
"score": 0,
"last_online": 1743592841,
"icon": null,
"name": "Rusticated.com - EU Premium Medium",
"connect": "185.248.134.199:28010",
"request": "185.248.134.199:28015",
"map": "Rusticated Generated Maps",
"gamemode": "Rust",
"version": "2583",
"numplayers": 10,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1741125252,
"last_update": 1743592841,
"banned": false,
"wipe": 1743083902,
"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/7989475");
$data = json_decode($json, true);
var_dump($data);