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/8054578
json
{
"response": {
"fps": 22,
"fps_avg": 20,
"world_seed": 415,
"world_size": 3600,
"entities_count": 59059,
"id": 8054578,
"ip": "185.223.207.104",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![RP Paradise [SEA] [PvE|Semi-Vanilla|Noob Friendly]](https://i.imgur.com/zYZ7N7z.png)\nNewbie Friendly PvE Server with Dynamic PvP, Semi-Vanilla, Monthly Force Wipe\r\nSERVER FEATURES\r\n✎Raidable Base\r\n✎Bradley Tiers\r\n✎Random Drone\r\n✎Trade System\r\n✎ Shorter Nights time\r\n✎/commands\r\n✎ PVP Area on Monuments\r\n✎ Discord Integration\r\n✎ Private Message\r\n✎ Dance\r\n✎ Sign Artist\r\n✎ Bradley and Attack Heli Loot Protection\r\n✎ Active and Fair Admin\r\n✎ Leadership Board (Rewards after Wipe Day)\r\n✎ Automatic Backend Backup every 30 minutes\r\n✎ Server Restarts at 6 am (GMT+8)\r\nPvE FEATURES\r\n✎ Immune to Any Damage (Player and Traps)\r\n✎ Structures are Immune to Damage (Twigs Excluded)\r\n✎ Random Spawn of Mini, Rhib, Tugboat, and Raidable Bases\r\n✎ No Stealing from Players (Base, Boxes, Furnace and Sleepers)\r\n✎ Clans up to 8 Members\r\n✎ Party are Allowed \r\nPvP FEATURES\r\n✎ Dynamic Raid Day - 1 Raid day on 2nd Week then 6 days Raid days until Force Wipe starts at 8 pm (GMT+8)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744102503,
"score": 0,
"last_online": 1744129865,
"icon": null,
"name": "RP Paradise [SEA] [PvE|Semi-Vanilla|Noob Friendly]",
"connect": "185.223.207.104:28017",
"request": "185.223.207.104:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1744129865,
"banned": false,
"wipe": 1743708981,
"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/8054578");
$data = json_decode($json, true);
var_dump($data);