Signal K
    Preparing search index...

    REST APIs

    REST APIs were introduced in Signal K server version 2 to provide a way for applications and plugins perform operations and ensure that the Signal K data model is consistent.

    The OpenAPI definitions can be found under Documentation -> OpenAPI in the server Admin UI.

    APIs are available via /signalk/v2/api/<endpoint>

    API Description Endpoint
    Autopilot Provide the ability to send common commands to an autopilot via a provider plugin. vessels/self/autopilot
    Course Set a course, follow a route, advance to next point, etc. vessels/self/navigation/course
    Resources Create, view, update and delete waypoints, routes, etc. resources
    Autopilot Provide the ability to send common commands to an autopilot via a provider plugin. vessels/self/autopilot
    Weather Provide the ability to surface meteorological data from weather providers. weather

    Proposed API Description Endpoint
    Anchor Provide endpoints to perform operations and facilitate an anchor alarm. vessels/self/navigation/anchor
    Notifications Provide the ability to raise, update and clear notifications from multiple sources. View PR notifications