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/8297820
json
{
"response": {
"id": 8297820,
"ip": "216.219.93.72",
"port": 26015,
"query": 26015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![No Rules - Primitive [Loot+]](https://old.norulesrust.com/img/4k-Wallpaper.png)\nNo Rules (For Real) Rust - Primitive \r\n\r\n- Big Scrap\\t\\t\\t\\t\\t- Sweet Kits\\t\\t- Many Other Kick Ass QOL Mods\r\n\r\nAdmins don't get involved!\r\n\r\nDiscord - discord.gg/norulesrust\r\nWebsite - norulesrust.com\r\nStore - store.norulesrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744556104,
"score": 0,
"last_online": 1744966233,
"icon": null,
"name": "No Rules - Primitive [Loot+]",
"connect": "216.219.93.72:26015",
"request": "216.219.93.72:26015",
"map": "Hawk Tuah Spit on that Thang",
"gamemode": "Rust",
"version": "2585",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743250320,
"last_update": 1744966233,
"banned": false,
"wipe": 1744556496,
"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/8297820");
$data = json_decode($json, true);
var_dump($data);