API for Naval Deep Sea
JSON for programs, websites and more
text
json
{
"response": {
"fps": 29,
"fps_avg": 29,
"entities_count": 131331,
"world_seed": 267039332,
"world_size": 4800,
"steam_id": 90286116331865100,
"domain": null,
"id": 10534489,
"ip": "104.238.229.68",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Dallas",
"description": "Naval Deep Sea \r\nCoolest public servers you can play! \r\nCbtek Servers offer a non-toxic environment, \r\nWelcome to a new battleground, a custom battleground that blends untamed wilderness & forgotten civilizations. \r\nMany Custom Monuments\r\nRaidable Bases\r\nPlease Have Fun! \r\nThanks!\r\nCbtek...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780617196,
"last_online": 1780595433,
"icon": null,
"name": "Naval Deep Sea",
"connect": "104.238.229.68:29015",
"request": "104.238.229.68:29016",
"map": "Procedural",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1762518693,
"last_update": 1780617196,
"banned": false,
"wipe": 1778190918,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9750,
"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/10534489");
$data = json_decode($json, true);
var_dump($data);