API Docs
- /api - This page
- /api/v1/nodes - All meshtastic nodes
- ?role: Filter by role
- ?hardware_model: Filter by hardware model
- /api/v1/nodes/:nodeId - A specific meshtastic node
- /api/v1/nodes/:nodeId/device-metrics - Device metrics for a meshtastic node
- ?count: How many results to return
- ?time_from: Only include metrics created after this unix timestamp (milliseconds)
- ?time_to: Only include metrics created before this unix timestamp (milliseconds)
- /api/v1/nodes/:nodeId/environment-metrics - Environment metrics for a meshtastic node
- ?count: How many results to return
- ?time_from: Only include metrics created after this unix timestamp (milliseconds)
- ?time_to: Only include metrics created before this unix timestamp (milliseconds)
- /api/v1/nodes/:nodeId/power-metrics - Power metrics for a meshtastic node
- ?count: How many results to return
- ?time_from: Only include metrics created after this unix timestamp (milliseconds)
- ?time_to: Only include metrics created before this unix timestamp (milliseconds)
- /api/v1/nodes/:nodeId/neighbours - Neighbours for a meshtastic node
- /api/v1/nodes/:nodeId/traceroutes - Trace routes for a meshtastic node
- /api/v1/nodes/:nodeId/position-history - Position history for a meshtastic node
- ?time_from: Only include positions created after this unix timestamp (milliseconds)
- ?time_to: Only include positions created before this unix timestamp (milliseconds)
- /api/v1/stats/hardware-models - Database statistics about known hardware models
- /api/v1/text-messages - Text messages
- ?to: Only include messages to this node id
- ?from: Only include messages from this node id
- ?channel_id: Only include messages for this channel id
- ?gateway_id: Only include messages gated to mqtt by this node id
- ?last_id: Only include messages before or after this id, based on results order
- ?count: How many results to return
- ?order: Order to return results in: asc, desc
- /api/v1/text-messages/embed - Text messages rendered as an embeddable HTML page.
- /api/v1/waypoints - Waypoints