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/7466803
json
{
"response": {
"fps": 62,
"fps_avg": 59,
"world_seed": 200912856,
"world_size": 3700,
"entities_count": 106586,
"id": 7466803,
"ip": "178.63.78.80",
"port": 60415,
"query": 60415,
"owner_name": "SkyLensRust",
"owner_avatar": "67e29f32-0ed7-499e-941e-961e4d3bc20e.jpg",
"color": 0,
"description": "![gm.link/u108034 Skylens | ITA [EU] X2 | Monthly | No BP WIPE](https://images2.imgbox.com/c7/f9/qtTznoH5_o.png)\nBenvenuto/a Su SkyLens! \r\n\r\n - Gameplay Bilanciato: Protezioni PVP, Kit iniziali e Farming veloce Per divertirsi senza stress! \r\n- Community Attiva: Un luogo amichevole dove incontrare nuovi compagni di gioco. \r\n- Supporto Dedicato: Admin disponibili per aiutarti in qualsiasi momento. \r\n\r\n- Unisciti alla nostra Community Discord: https://tinyurl.com/skylens \r\n\r\n- Preparati a costruire, sopravvivere e dominare il mondo di Rust!",
"game": 252490,
"owner": 108034,
"boosts": 1,
"last_offline": 1741287501,
"score": 0,
"last_online": 1742862626,
"icon": null,
"name": "Skylens | ITA [EU] X2 | Monthly | No BP WIPE",
"connect": "178.63.78.80:60413",
"request": "178.63.78.80:60415",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 9,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 3,
"points": 94,
"add_date": 1739234714,
"last_update": 1742862626,
"banned": false,
"wipe": 1741287695,
"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": {
"username": "SkyLensRust",
"avatar": "67e29f32-0ed7-499e-941e-961e4d3bc20e.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7466803");
$data = json_decode($json, true);
var_dump($data);