Image
Dot. Manual
Image
Dot. Manual
Back to home

Dot.

Install Dot. AppDiagnostic Tool

Quote

Quote/0
Pairing Quote/0How to TapShare with Family and FriendsHow to Charge
Content Mode
Loop ContentFixed Content
TimingNewApp Clip and Tap-to-InteractNew
Update DeviceReset NetworkReset DeviceChangelogNew
Service and RepairCustomize Quote/0

Rand The Pocket Prophet

Rand/0
Getting Started
Features
Book of AnswersFortuneMBTI GuideWooden FishCoin FlipBluetooth RemoteNewPomodoroNewClockTimerNewDice RollNumber Under TenDisplay ModeNewNFC Cards
Wi-FiCustom WallpaperSettingsHow to Charge
Update DeviceReset DeviceChangelogNew
Service and RepairCustomize Rand/0

Content & Services

Roadmap
Content Studio
Join Content StudioRSS
Shortcuts
Co Create
Software
AdventureX QR ServiceNewCastCardDiablo II Resurrected Terror Zone & Uber Diablo Alert ToolDot Token Dashboard: Claude Code Hub Usage RankingsNewDot Calendar - Weather Calendar for Quote/0DotCanvasDotClientDot Crypto TickerDot Mate - Quote/0 Automation SchedulerIntelligent Poetry Weather Generation SystemDot ServiceDot Studio: Local Content Console for Quote/0NewF1 Quote/0: Race Calendar and Live Standings DashboardNewFureru Calendar: iCal Schedule Display for Quote/0NewDot Quote/0 Home Assistant Dashboard CardDot Quote/0 Home Assistant IntegrationInkCanvasNewQuote/0 Baby Dashboard: Local Baby Care TrackerNewInkLink Studio: Local Web Console for Quote/0NewMindReset Dot MCP (Lakphy)Pocket Prophet Dashboard: Local Content Hub for Pocket ProphetNewQuote/0 Send DemoQuote/0 + Calendar ShortcutQuote/0 Agent Skill (YangguangZhou)Quote/0 Evening SummaryQuote/0 Flash NoteQuote/0 Health ReminderQuote/0 + Holiday ShortcutQuote/0 MCP (stvlynn)Quote/0 MCP (thomaszdxsn)Quote/0 + WAY 2 Reminder ShortcutQuote/0 USB EPD BuddyNewQuote/0 Yearly Progress CalendarQuote/0 API Serverless MicroserviceNewQuote/0 Bad Apple: E-Paper Video Playback ExperimentNewQuote/0 AI Usage DashboardQuote/0 Client Python SDKQuote/0 DeepSeek Balance Dashboardquote0-desk: NFC-Interactive Desk Console for Quote/0NewQuote/0 Desktop StatusNewQuote/0 Sonos: Now Playing BridgeNewQuote/0 Kimi / GLM Usage DashboardQuote/0 Claude / Codex Usage DashboardQuote/0 WeatherNewQuote/0 SDK & CLI (MrWillCom)Server StatusToucanEcho / ECHO: macOS Agent with a Quote/0 Companion DisplayNewVibe Usage Quote/0: AI Coding Usage DashboardNew
Hardware
IKEA SKÅDIS MountQuote/0 Carry Case HangerQuote/0 Desktop Charging Mini StandQuote/0 Desktop Stand (Andrrrrrrija)Quote/0 Desktop Stand (MindReset)Quote/0 Desktop Mini StandQuote/0 Monitor Mount (Kiiko)Quote/0 Excerpt Mount (GLB_wegoo777)Quote/0 Monitor Mount (TLL)Rand/0 Single Shoulder Bag Buckle 40mmNew
Open Platform
What is an APIDot SkillNewGet API KeyGet Device Serial NumberGet Device ListGet Device StatusGet TimezonesNewDevice SettingsNewSwitch to Next ContentList Device ContentControl Text ContentNewControl Image ContentNewControl Canvas ContentNew

Explore More Possibilities

Request New ContentJoin Content StudioOur Repositories

Security

MSA-2025-08-001MSA-2025-09-001MSA-2025-09-002MSA-2025-10-001MSA-2025-10-002MSA-2025-10-003MSA-2026-04-001
Responsible Disclosure Policy

More

Service StatusService and RepairCustomize ProductsPrivacy PolicyUser AgreementContact UsAbout MindReset
Content & ServicesOpen Platform
Image

Get Device Status

RSS

Quick Guide

Prerequisites

  1. Make sure you have retrieved and saved your API key in the Dot. App;
  2. Make sure you own at least one device and have obtained its device serial number;

The API rate limit is 10 requests per second. With the API, you can control device behavior and responses more flexibly.

Placeholders wrapped in '{{variable}}' indicate values you must replace. Fill them with your actual values and remove the '{{}}' braces.

Request Examples

GET
/api/authV2/open/device/:id/status

Get your API key from Dot. App

Generated Code
1// Generating...

Response Example

{
	"deviceId": "ABCD1234ABCD",
	"alias": null,
	"location": null,
	"status": {
		"version": "1.0.0",
		"current": "Power Active",
		"description": "The device is power active and ready to use",
		"battery": "Charging",
		"wifi": "-62 dBm"
	},
	"renderInfo": {
		"last": "12/18/2025 14:11",
		"current": {
			"rotated": false,
			"border": 0,
			"image": ["https://example.com/render/0.png", "https://example.com/render/1.png"]
		},
		"next": {
			"battery": "12/18/2025 17:11",
			"power": "12/18/2025 14:16"
		}
	}
}

Troubleshooting

Endpoint

/api/authV2/open/device/:id/status

Method

GET

Path Parameters

Prop

Type

Device serial number

Response Schema

Prop

Type

Device serial number
Device alias
Device location
Device status information

Parameters

Software version
Current device status
Detailed description of device status
Battery status
WiFi signal strength
Render timing information

Parameters

Time when device last rendered
Current render information

Parameters

Whether the screen is rotated
Border color (0 = white, 1 = black)
Current rendered image URLs
Next scheduled render times

Parameters

Next rendering time in battery mode
Next rendering time in power mode

Status Codes

codeMeaningDescription
200SuccessSuccessfully retrieved device status
400Invalid paramsInvalid device ID format
401UnauthorizedInvalid or expired API key
403ForbiddenNo permission to view this device
404Not foundDevice not found or not registered
500Server ErrorInternal server error

Did this solve your problem?

Join our community

Get Device List

Previous

Get TimezonesNew

Next

Contents

Quick GuidePrerequisitesRequest ExamplesResponse ExampleTroubleshootingEndpointMethodPath ParametersResponse SchemaStatus Codes