GET
/
v1
/
me
/
sea-time
/
recent
Get the rolling 12-month sea-time trend
curl --request GET \
  --url https://api.digitalseaservice.com/v1/me/sea-time/recent \
  --header 'Authorization: Bearer <token>'
{
  "months": [
    {
      "days_at_sea": 18,
      "month": "2026-05",
      "nautical_miles": 1240
    },
    {
      "days_at_sea": 22,
      "month": "2026-04",
      "nautical_miles": 1480
    }
  ],
  "record_updated_at": "2026-05-22T14:21:00Z",
  "user_id": "65a1f0e2c3b4d5e6f7a8b9c0"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 Authorization Code flow with PKCE. See the integration guide at docs.digitalseaservice.com for the full step-by-step.

Response

Successful Response

Rolling 12-month trend of declared sea time.

user_id
string
required
months
_RecentMonth · object[]
required

Most-recent month first; max 12.

record_updated_at
string<date-time>
required