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/3024582
json
{
"response": {
"fps": 56,
"fps_avg": 54,
"world_seed": 770392777,
"world_size": 4250,
"entities_count": 101282,
"id": 3024582,
"ip": "65.21.22.36",
"port": 28066,
"query": 28066,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nFull wipe 1st thursday of the month, map wipe 3rd thursday of the month @ 20:00 CET\n\nVanilla server with 70% upkeep - 4250 procedural generated map\n\nTeam limit 8 No griefing, blocking bases or raid same base multiple times within a short time period\n\nServerphoto credits Mabu",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743129461,
"score": null,
"last_online": 1743528663,
"icon": null,
"name": "Scandinavian survival |PVP|Team max 8|70% Upkeep",
"connect": "65.21.22.36:28065",
"request": "65.21.22.36:28066",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 2,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1708077729,
"last_update": 1743528663,
"banned": false,
"wipe": 1742497108,
"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/3024582");
$data = json_decode($json, true);
var_dump($data);