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/4811468
json
{
"response": {
"fps": 54,
"fps_avg": 60,
"world_seed": 965339355,
"world_size": 4500,
"entities_count": 147223,
"id": 4811468,
"ip": "51.222.11.104",
"port": 28021,
"query": 28021,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome To Falkors Retreat 3x PVE \r\n3x Gather Rates \r\n3x components and Scrap \r\nLong days and short nights \r\nSkip Nights \r\nEasy, Medium, Hard, Expert, and Nightmare raids \r\nSkill Tree \r\nLeaderboard \r\nWhole Base Workbench \r\nSo much more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744369803,
"score": 0,
"last_online": 1744428053,
"icon": null,
"name": "Falkors Retreat 3x|PVE|Raidable Bases|Skill Tree|",
"connect": "51.222.11.104:28020",
"request": "51.222.11.104:28021",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 8,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1718907521,
"last_update": 1744428053,
"banned": false,
"wipe": 1743707099,
"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/4811468");
$data = json_decode($json, true);
var_dump($data);