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/805890
json
{
"response": {
"fps": 96,
"fps_avg": 97,
"world_seed": 1918230123,
"world_size": 4000,
"entities_count": 75724,
"id": 805890,
"ip": "177.105.171.183",
"port": 28015,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nILHA DOS PELADOS - SOLO/DUO - VANILLA\r\n\r\n- SERVIDOR SOLO/DUO\r\n- WIPE MAP SEMANAL\r\n- WIPE QUINZENAL\r\n- LOW DECAY (50%)\r\n- CHINOOK TIME 10:00\r\n- NUMERO DE SENTRYS PERMITIDAS 20\r\n\r\n- SOLO/DUO SERVER\r\n- WEEKLY WIPE MAP\r\n- BI-WEEKLY FULL WIPE\r\n- LOW DECAY (50%)\r\n- CHINOOK TIME 10:00\r\n- NUMBER OF AUTO TURRETS ALLOWED 20",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744925243,
"score": null,
"last_online": 1744963831,
"icon": null,
"name": "ILHA DOS PELADOS BRASIL - SOLO/DUO",
"connect": "177.105.171.183:28015",
"request": "177.105.171.183:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684353920,
"last_update": 1744963831,
"banned": false,
"wipe": 1744925573,
"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/805890");
$data = json_decode($json, true);
var_dump($data);