API for Divinity - US 3x | NoBPs | Kits | Shop [8 MAX]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 58097,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286604737516554",
"domain": null,
"id": 11435845,
"ip": "91.229.114.116",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "![Divinity - US 3x | NoBPs | Kits | Shop [8 MAX]](https://rust-server-images.physgun.com/24f423e048d595ab1818aa51fd4d6c68a66b7b24d6fcd78528cc0db92de88dfb.png)\nMap Wipes: Every Monday and Friday\r\nBlueprint Wipes: N/A (does not wipe ever)\r\n\r\nLinks\r\n• discord.gg/divinityrust\r\n• store.divinityrust.com\r\n\r\nFeatures\r\n• 3x Gather\r\n• Team Limit: 8\r\n• 3x Loot (removed junk)\r\n• Custom QoL plugins and features\r\n• Custom maps\r\n• Performance optimizations\r\n• No paid features\r\n\r\n24 hours discord staff support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780555468,
"last_online": 1780634434,
"icon": null,
"name": "Divinity - US 3x | NoBPs | Kits | Shop [8 MAX]",
"connect": "91.229.114.116:28015",
"request": "91.229.114.116:28017",
"map": "Divinity Custom Maps",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977206,
"last_update": 1780634434,
"banned": false,
"wipe": 1780596392,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4309,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11435845");
$data = json_decode($json, true);
var_dump($data);