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/4846791
json
{
"response": {
"fps": 45,
"fps_avg": 44,
"world_seed": 1337,
"world_size": 3800,
"entities_count": 187008,
"id": 4846791,
"ip": "104.234.180.19",
"port": 9000,
"query": 9000,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[SEA] AseanPanda.net | 2x Vanilla | MAP WIPE 1 | 01/04](https://aseanpanda.net/static/images/ap_banner.png)\n> Map Wipe every Tuesdays and Fridays @ 2PM UTC+8, BP wipe every 3 wipes excluding last wipe before forced wipe @ 2PM UTC+8\r\n> (Next wipe: 04/04/2025 @ 2PM FORCED BP WIPE)\r\n\r\n> FREE Steam Wallet, Spotify, Netflix, Nitro, and more for playtime\r\n> NO PAY TO WIN, ONLY PLAY TO WIN\r\n> Custom Events\r\n> Merged Outpost\r\n> 2x Gather Rate and Recycler Speed\r\n> BP Sharing up to T2 items\r\n> 25% off scrap research for small groups\r\n> 4x Gather Rate for Newbies/Fresh Spawns\r\n> Team Limit: 8\r\n> Skinbox, Sign Artist, Custom Sprays Enabled\r\n> Active admins. Newbie friendly.\r\n> For the Community, by the Community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743402409,
"score": 0,
"last_online": 1743697862,
"icon": null,
"name": "[SEA] AseanPanda.net | 2x Vanilla | MAP WIPE 1 | 01/04",
"connect": "104.234.180.19:10001",
"request": "104.234.180.19:9000",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 29,
"maxplayers": 115,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1718996231,
"last_update": 1743697862,
"banned": false,
"wipe": 1743487165,
"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/4846791");
$data = json_decode($json, true);
var_dump($data);