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/8198230
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"world_seed": 322152851,
"world_size": 3250,
"entities_count": 72918,
"id": 8198230,
"ip": "203.145.168.76",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWipes - Every Friday 1PM IST. (1AM On Force Wipe) - Free-skins -[Server Since Blueberry 2021]\r\n JOin Discord : https://discord.gg/CHgMgZUqGG Lotus Network IND \r\nHomes & TP & clan available- 5x Resources - 4x Loot - 2x Boom \r\nNPC drop skin Guns, Torch protects from Cold \r\nQuick craft & Smelt & recycler - Fast Night - Backpack \r\nMax Teamates allowed - 6-(Six) - 120 turrets in 40m \r\nVIP Rank starting from- INR-49 (1 Wipe, weekly) -Join Discord to buy",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743555450,
"score": 0,
"last_online": 1743593465,
"icon": null,
"name": "IND Lotus/Blueberry 5X Weekly -Free Skins",
"connect": "203.145.168.76:28017",
"request": "203.145.168.76:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742388532,
"last_update": 1743593465,
"banned": false,
"wipe": 1743146727,
"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/8198230");
$data = json_decode($json, true);
var_dump($data);