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/7403298
json
{
"response": {
"fps": 142,
"fps_avg": 142,
"world_seed": 1026031101,
"world_size": 4250,
"entities_count": 123302,
"id": 7403298,
"ip": "192.99.75.100",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Stars and Crowns is a monthly wiped relaxed Rust server with no decay and a BP wipe every 3 months (last wipe: 06 March 2025), allowing players to build and explore without the worry of their structures disappearing. Whether you prefer PvP or a more peaceful playstyle, the focus is on creating a fair and enjoyable experience for everyone. With active admins and a friendly community, the only rule is simple: just be nice.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741973286,
"score": 0,
"last_online": 1743697869,
"icon": null,
"name": "Stars and Crowns - Monthly No Decay",
"connect": "192.99.75.100:28015",
"request": "192.99.75.100:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1737120303,
"last_update": 1743697869,
"banned": false,
"wipe": 1741287539,
"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/7403298");
$data = json_decode($json, true);
var_dump($data);