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/7965939
json
{
"response": {
"fps": 114,
"fps_avg": 109,
"world_seed": 2118322581,
"world_size": 6000,
"entities_count": 220395,
"id": 7965939,
"ip": "37.27.237.25",
"port": 10003,
"query": 10003,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome to the Cozy Rusting Server!\r\nOur primary goal is to provide a relaxing yet engaging gameplay experience.\r\n\r\nPvP/KOS is allowed only within designated Named Monuments, while the areas outside of those zones are reserved strictly for PvE. Additionally, raiding is limited to the last week of each wipe cycle, ensuring a balanced and enjoyable experience throughout the rest of the wipe.\r\n\r\nServer Rules:\r\n- PvP/KOS is permitted only within Named Monuments.\r\n- No hacking or cheating of any kind.\r\n- Exploiting game bugs or glitches is strictly prohibited.\r\n- Griefing will not be tolerated.\r\n- And above all, just be respectful and kind to others.\r\n\r\nEnjoy your time here and play fair!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742985439,
"score": 0,
"last_online": 1743528055,
"icon": null,
"name": "[EU] Cozy Rusting | PvPvE Noob Friendly",
"connect": "37.27.237.25:10002",
"request": "37.27.237.25:10003",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741001196,
"last_update": 1743528055,
"banned": false,
"wipe": 1742062949,
"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/7965939");
$data = json_decode($json, true);
var_dump($data);