Maritime sanctions screening: vessels by fuzzy name, exact call sign, or IMO num...
https://x402.professorsausages.com/sanctions-screen/vessels/searchOverview
Maritime sanctions screening: vessels by fuzzy name, exact call sign, or IMO number, with flag-state filtering
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-07-19 04:15:11
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {
"callSign": "Exact call sign",
"flag": "Flag state filter, e.g. Cuba",
"imo": "Exact 7-digit IMO number",
"limit": "Max results, 1–25 (default 10)",
"q": "Fuzzy vessel name (one of q/callSign/imo required)"
},
"type": "http"
}
Output Schema
{
"properties": {
"count": {
"type": "integer"
},
"sourcePublishDate": {
"type": "string"
},
"vessels": {
"items": {
"properties": {
"detail": {
"type": "string"
},
"id": {
"type": "integer"
},
"imo": {
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
},
"programs": {
"items": {
"type": "string"
},
"type": "array"
},
"score": {
"type": "number"
},
"vessel": {
"type": "object"
}
},
"required": [
"id",
"score",
"name",
"programs",
"vessel",
"imo",
"detail"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"count",
"vessels",
"sourcePublishDate"
],
"type": "object"
}