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/8267549
json
{
"response": {
"fps": 27,
"fps_avg": 33,
"world_seed": 1337,
"world_size": 4250,
"entities_count": 129427,
"id": 8267549,
"ip": "82.29.172.109",
"port": 28018,
"query": 28018,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[EU] THE PURGE PVE |PVP Zones|Raidable Bases|4 level Heli](https://i.imgur.com/AXE6e8c.png)\nThe last wipe was on 20 Mar\nThe next wipe will be on 03 Apr (14 day wipe schedule)\n\n● UNIQUE HELI PLUGIN : 4 levels PVP - 4 levels PVE (Easy-Mid-Hard-Boss)\n● PUBLIC and PRIVATE Server Raidable Bases !!!!\n● BP WIPE only on forced wipes !!!!\n● Cargo Train Event !!!!\n● Raid inactive players base if they're offline for more than 4 days !!!!\n\nDiscord : https://discord.gg/ZFYvQzz\n\nSearching the perfect PVE server ? with some pvp ?\nStop looking, you've found it!\nPerfect balance between PVE chill and PVP events.\nBuild your base quietly, and be ready for the wipe's end purge !!\n\n- Custom Map\n- Custom loot\n- XP system\n- Server Raidable Bases\n- 4 levels PVP and PVE Personnal Heli patrol\n- PVP zones\n- AimTrain\n- Personal Vehicles\n- Secure backpacks\n- BGrade\n- Bots at monuments\n- PVP and PVE 10K World Boss\n- Free skins\n- Quests\n- Kits\n- TP\n- QuickSmelt\n- Remove\n- Shop\n- Trade\n- Vip Kits\n- Events\n- And more...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743518240,
"score": 0,
"last_online": 1743528049,
"icon": null,
"name": "[EU] THE PURGE PVE |PVP Zones|Raidable Bases|4 level Heli",
"connect": "82.29.172.109:28018",
"request": "82.29.172.109:28018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 5,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1742497712,
"last_update": 1743528049,
"banned": false,
"wipe": 1742495169,
"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/8267549");
$data = json_decode($json, true);
var_dump($data);