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/7703266
json
{
"response": {
"fps": 20,
"fps_avg": 21,
"world_seed": 292833670,
"world_size": 4096,
"entities_count": 260415,
"id": 7703266,
"ip": "95.217.192.152",
"port": 30001,
"query": 30001,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\n⚡ What awaits you:\r\n ✔ Frequent promo codes and events!\r\n ✔ 550+ raid bases of varying difficulty levels!\r\n ✔ Fair play – no playing admins or moderators!\r\n ✔ Many automated events and a unique server economy with a black market!\r\n ✔ No loot drop on death – play without fear of losing everything!\r\n ✔ Free jetpack, minicopter, and skins – comfortable travel and style!\r\n ✔ Automatic chat translation to your chosen language!\r\n ✔ Infinite backpack – increased inventory capacity!\r\n ✔ Increased health – 120 HP without privileges!\r\n ✔ Free bank – store your valuable loot safely!\r\n ✔ Cross-server economy – earn currency on one server and spend it on another.\r\n ✔ Quests and storylines – complete tasks and earn valuable rewards!\r\n ✔ Gift giveaways – active players receive loot cases!\r\n ✔ Donation-free donations – all privileges can be obtained in-game without donations!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743517023,
"score": 0,
"last_online": 1743526254,
"icon": null,
"name": "FarmRust #1|PVE|X3-X5|Kits|Bank|Economics",
"connect": "95.217.192.152:30000",
"request": "95.217.192.152:30001",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 9,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739680254,
"last_update": 1743526254,
"banned": false,
"wipe": 1742497198,
"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/7703266");
$data = json_decode($json, true);
var_dump($data);