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/6795495
json
{
"response": {
"fps": 60,
"modded": true,
"fps_avg": 59,
"world_seed": 1337,
"world_size": 3900,
"entities_count": 157814,
"id": 6795495,
"ip": "185.207.214.233",
"port": 35999,
"query": 35999,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![Blood Rust - Black [nolimit, x1.5]](https://s3.bloodrust.io/bloodui/header_black.png)\nWipe: every Saturday at 13:00 GMT+3\r\nMax Team: Unlimited\r\n\r\nFeatures\r\n— Gather rates: х1.5\r\n— Resource stacks: 1000\r\n— Accelerated crafting\r\n— Up to 500 slots\r\n— Skin giveaway\r\n— Skin events\r\n··· And more on /menu\r\n\r\nLinks\r\n— Website: bloodrust.store\r\n— Telegram: t.me/bloodrust\r\n— Discord: discord.gg/bloodrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743844057,
"score": 0,
"last_online": 1744128650,
"icon": null,
"name": "Blood Rust - Black [nolimit, x1.5]",
"connect": "185.207.214.233:36000",
"request": "185.207.214.233:35999",
"map": "Procedural",
"gamemode": "Survival",
"version": "2585",
"numplayers": 96,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1733248562,
"last_update": 1744128650,
"banned": false,
"wipe": 1743844111,
"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/6795495");
$data = json_decode($json, true);
var_dump($data);