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/447568
json
{
"response": {
"fps": 128,
"fps_avg": 121,
"world_seed": 1337,
"world_size": 4500,
"entities_count": 164841,
"id": 447568,
"ip": "135.181.131.146",
"port": 28080,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[SWE/NO/DK/ENG] - Mumindalen | Wiped Apr 3rd | Purge Hours](https://www.dropbox.com/scl/fi/7xpscfekhznf0m3i7mwpt/mumin_dalen_server.png?rlkey=e3zefqrp9bg1vbaqrbtdv1ig8&st=izyqrvqv&dl=1)\nWelcome to Mumindalen!\r\n\r\nWe have a Discord server!\r\nClick -View Webpage- to join and learn more about our rules.\r\n\r\n Private profiles and VPN is not allowed!\r\n\r\nNote that teams are limited to a maximum of 4 players.\r\n\r\nFor more information, please refer to our Discord server.\r\n\r\nBy joining our server, you accept the following rules,\r\nwhich may result in a warning, kick, or ban if not followed:\r\n\r\n1. Use of abusive language to offend, ridicule, or bully other players.\r\n Profanity is generally not tolerated either.\r\n2. Expression of offensive, political, religious, or other inflammatory views in chat,\r\n voice chat, signs, paintings, nicknames, avatars, or building patterns.\r\n3. Spamming chat or voice chat with irrelevant messages.\r\n4. Cheating or exploiting game glitches.\r\n5. Use of languages other than Swedish, Norwegian, Danish, or English.\r\n6. Griefing, which is the intentional destruction of other players' work.\r\n7. Killing fresh spawns for no reason.\r\nBy joining the server, you agree to potentially be streamed while playing the game.\r\nFor more in-depth information about our rules, please join our Discord server.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744689966,
"score": null,
"last_online": 1744696829,
"icon": null,
"name": "[SWE/NO/DK/ENG] - Mumindalen | Wiped Apr 3rd | Purge Hours",
"connect": "135.181.131.146:28080",
"request": "135.181.131.146:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779782,
"last_update": 1744696829,
"banned": false,
"wipe": 1743700450,
"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/447568");
$data = json_decode($json, true);
var_dump($data);