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/5941779
json
{
"response": {
"fps": 117,
"fps_avg": 116,
"world_seed": 1,
"world_size": 2850,
"entities_count": 43813,
"id": 5941779,
"ip": "65.21.46.137",
"port": 27020,
"query": 27016,
"owner_name": "RobinPlay",
"owner_avatar": "11862.jpg",
"color": 0,
"description": "[{\"id\":\"2zWITT4YtC\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/b3119b41-8a55-4701-a126-b4bdcac3df14.png\"}}},{\"id\":\"QA820hbwob\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/63bbe04d-bb81-403a-a7d9-fc259648046c.png\"}}}]",
"game": 252490,
"owner": 11862,
"boosts": 1,
"last_offline": 1736000612,
"score": 5,
"last_online": 1742862027,
"icon": null,
"name": "🔥 № 1 piratetm.com|BATTLEFIELD|x100000|Kits+",
"connect": "65.21.46.137:27015",
"request": "65.21.46.137:27016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1726346767,
"last_update": 1742862027,
"banned": false,
"wipe": 1742487992,
"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": "RobinPlay",
"avatar": "11862.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5941779");
$data = json_decode($json, true);
var_dump($data);