war-tracker.com

https://war-tracker.com/api/v1/vessels/search
down

Shares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

Searches for maritime vessel information and tracking data.

73
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

89.7% avg
0% 50% 100% Jul 23Aug 1Aug 11Aug 20

Response time

p50 247ms · p95 422ms
0ms 250ms 500ms Jul 23Aug 1Aug 11Aug 20
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/23/2026, 12:00:00 AM 100% 1 287ms
7/24/2026, 12:00:00 AM 100% 1 425ms
7/25/2026, 12:00:00 AM 100% 1 297ms
7/26/2026, 12:00:00 AM 100% 1 329ms
7/27/2026, 12:00:00 AM 100% 1 230ms
7/28/2026, 12:00:00 AM 100% 1 221ms
7/29/2026, 12:00:00 AM 100% 1 200ms
7/30/2026, 12:00:00 AM 100% 1 278ms
7/31/2026, 12:00:00 AM 100% 1 256ms
8/1/2026, 12:00:00 AM 100% 1 232ms
8/2/2026, 12:00:00 AM 100% 1 349ms
8/3/2026, 12:00:00 AM 100% 1 349ms
8/4/2026, 12:00:00 AM 100% 1 207ms
8/5/2026, 12:00:00 AM 100% 1 342ms
8/6/2026, 12:00:00 AM 100% 1 193ms
8/7/2026, 12:00:00 AM 100% 1 244ms
8/8/2026, 12:00:00 AM 100% 1 242ms
8/9/2026, 12:00:00 AM 100% 1 245ms
8/10/2026, 12:00:00 AM 100% 1 228ms
8/11/2026, 12:00:00 AM 100% 1 237ms
8/12/2026, 12:00:00 AM 100% 1 364ms
8/13/2026, 12:00:00 AM 100% 1 254ms
8/14/2026, 12:00:00 AM 100% 1 494ms
8/15/2026, 12:00:00 AM 100% 1 196ms
8/16/2026, 12:00:00 AM 100% 1 239ms
8/17/2026, 12:00:00 AM 100% 1 242ms
8/18/2026, 12:00:00 AM 0% 1
8/19/2026, 12:00:00 AM 0% 5
8/20/2026, 12:00:00 AM 0% 1
73
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
79

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
31

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
70

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 66% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Porkbun LLC
Domain registered
2026-03-11
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

0.06
USDC received
9
payments
1
unique wallets

Settlement totals · last payment 5/17/2026

Response schema
{
  "properties": {
    "count": {
      "description": "Rows in this page (always ≤ 20).",
      "maximum": 20,
      "type": "integer"
    },
    "has_more": {
      "type": "boolean"
    },
    "next_cursor": {
      "description": "Pass back as `?cursor=` to fetch the next page. Null when has_more=false.",
      "type": [
        "string",
        "null"
      ]
    },
    "vessels": {
      "items": {
        "properties": {
          "commercial_market_name": {
            "description": "13-value broad category (e.g. WET BULK, DRY BULK).",
            "type": [
              "string",
              "null"
            ]
          },
          "country_code": {
            "description": "ISO-3166-1 alpha-2 flag.",
            "type": [
              "string",
              "null"
            ]
          },
          "imo": {
            "description": "7-digit IMO number; null when vessel has no IMO assigned.",
            "type": [
              "integer",
              "null"
            ]
          },
          "last_seen_utc": {
            "description": "Last AIS ping timestamp; cursor pivot for pagination.",
            "format": "date-time",
            "type": [
              "string",
              "null"
            ]
          },
          "length": {
            "description": "Overall length in metres.",
            "type": [
              "number",
              "null"
            ]
          },
          "mmsi": {
            "type": [
              "integer",
              "null"
            ]
          },
          "name": {
            "type": [
              "string",
              "null"
            ]
          },
          "sanctioned": {
            "description": "Listed by at least one sanctioning body (any of OFAC, FCDO, UANI, EU, ASO, GAC, UN, SECO, MFAT).",
            "type": [
              "boolean",
              "null"
            ]
          },
          "ship_id": {
            "description": "MarineTraffic-internal vessel ID.",
            "type": [
              "string",
              "null"
            ]
          },
          "subtype": {
            "type": [
              "string",
              "null"
            ]
          },
          "type": {
            "description": "AIS type (see /api/v1/vessels/facets for values).",
            "type": [
              "string",
              "null"
            ]
          },
          "watchlisted": {
            "description": "Listed on at least one OSINT watchlist.",
            "type": [
              "boolean",
              "null"
            ]
          },
          "year_built": {
            "type": [
              "integer",
              "null"
            ]
          }
        },
        "required": [
          "ship_id"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "vessels",
    "count",
    "has_more"
  ],
  "type": "object"
}