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/7763737
json
{
"response": {
"fps": 183,
"fps_avg": 180,
"world_seed": 1022202982,
"world_size": 3700,
"entities_count": 68860,
"id": 7763737,
"ip": "51.195.128.38",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[EU] Valerian 3x Monthly | SOLO/DUO | All T1 BPs |](https://i.imgur.com/5CFzQHl.png)\n| ALL T1 BPS UNLOCKED | INSTANT CRAFT | BIGGER MAX ITEM STACKS | MONTHLY NO BP WIPE | 3X SMELT SPEED, 3X GATHER, 3X COMPS | DISCORD: https://discord.gg/UqSMF4CurM",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744694155,
"score": 0,
"last_online": 1744975837,
"icon": null,
"name": "[EU] Valerian 3x Monthly | SOLO/DUO | All T1 BPs |",
"connect": "51.195.128.38:28080",
"request": "51.195.128.38:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2582",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739878835,
"last_update": 1744975837,
"banned": false,
"wipe": 1741306610,
"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/7763737");
$data = json_decode($json, true);
var_dump($data);