Search vessels by name.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | Required | - | Vessel name |
| page | number | Optional | 1 | Page number for pagination |
| Property | Type | Description | |
|---|---|---|---|
info | object | Summary info about the search query and pagination | |
└─page | integer | The current page number in the paginated result set | |
└─limit | integer | Maximum number of items returned per page | |
└─query | string | The vessel name query string used for the search | |
curl "https://api.infoplaza.dev/v1/vessel/search? \
name={value} \
&api_key=$INFOPLAZA_API_KEY"{
"info": {
"page": 1,
"limit": 20,
"query": "gerd",
"total": 59
},
"items": [
{
"imo": "0",
"info": {
"country": "GERMANY",
"callsign": "DC2380",
"category": "Sailing Vessel",
"countryCode": "DE",
"categoryType": "Sailing Vessel"
},
"mmsi": "211431960",
"name": "732_GERDA"
},
{
"imo": "0",
"info": {
"country": "Germany",
"callsign": "DD3178",
"category": "Miscellaneous",
"countryCode": "DE",
"categoryType": "Sailing vessel"
},
"mmsi": "218033200",
"name": "732_GERDA"
},
{
"imo": "0",
"info": {
"country": "Sweden",
"callsign": "SF5360",
"category": "Miscellaneous",
"countryCode": "SE",
"categoryType": "Pleasure craft"
},
"mmsi": "265803900",
"name": "BRYNJA_BOYS_INGEGERD"
},
{
"imo": "0",
"info": {
"country": "GERMANY",
"callsign": "DC5458",
"category": "SAR",
"countryCode": "DE",
"categoryType": "SAR"
},
"mmsi": "211788600",
"name": "DLRG_ADLER_GERD"
},
{
"imo": "0",
"info": {
"country": "Sweden",
"callsign": "SFC3181",
"category": "Miscellaneous",
"countryCode": "SE",
"categoryType": "Diving ops"
},
"mmsi": "265062290",
"name": "ENGERDALEN"
},
{
"imo": "0",
"info": {
"country": "Iceland",
"callsign": "6598",
"category": "Miscellaneous",
"countryCode": "IS",
"categoryType": "Fishing vessel"
},
"mmsi": "251296340",
"name": "FREYGERDUR_OF_18"
},
{
"imo": "9052707",
"info": {
"country": "Vanuatu",
"callsign": "YJWL3",
"category": "Cargo vessels",
"countryCode": "VU",
"categoryType": "General Cargo Ship"
},
"mmsi": "577414000",
"name": "GERD"
},
{
"imo": "0",
"info": {
"country": "Sweden",
"callsign": "SFEP",
"category": "Miscellaneous",
"countryCode": "SE",
"categoryType": "Passenger ship"
},
"mmsi": "265540720",
"name": "GERD"
},
{
"imo": "9688324",
"info": {
"country": "Vanuatu",
"callsign": "YIWN4",
"category": "Miscellaneous",
"countryCode": "VU",
"categoryType": "Platform"
},
"mmsi": "577431000",
"name": "GERD"
},
{
"imo": "0",
"info": {
"country": "Norway",
"callsign": "LF6695",
"category": "Miscellaneous",
"countryCode": "NO",
"categoryType": "Fishing vessel"
},
"mmsi": "257097170",
"name": "GERD"
},
{
"imo": "0",
"info": {
"country": "Netherlands",
"callsign": "PV6719",
"category": "Miscellaneous",
"countryCode": "NL",
"categoryType": "Pleasure craft"
},
"mmsi": "244140067",
"name": "GERDA"
},
{
"imo": "0",
"info": {
"country": "NETHERLANDS",
"callsign": "PC7361",
"category": "Pleasure Craft",
"countryCode": "NL",
"categoryType": "Inland, Pleasure Craft, >20 metres"
},
"mmsi": "244740802",
"name": "GERDA"
},
{
"imo": "0",
"info": {
"country": "NETHERLANDS",
"callsign": "PE3777",
"category": "Cargo",
"countryCode": "NL",
"categoryType": "Inland, Motor Freighter"
},
"mmsi": "244750284",
"name": "GERDA"
},
{
"imo": "0",
"info": {
"country": "NETHERLANDS",
"callsign": "PB5961",
"category": "Pleasure Craft",
"countryCode": "NL",
"categoryType": "Inland, Pleasure Craft, >20 metres"
},
"mmsi": "244030723",
"name": "GERDA"
},
{
"imo": "8864361",
"info": {
"country": "Russia",
"callsign": "UBSU6",
"category": "Miscellaneous",
"countryCode": "RU",
"categoryType": "Fishing Vessel"
},
"mmsi": "273213570",
"name": "GERDA"
},
{
"imo": "9432232",
"info": {
"country": "Cyprus",
"callsign": "5BWX5",
"category": "Cargo vessels",
"countryCode": "CY",
"categoryType": "Container Ship"
},
"mmsi": "210332000",
"name": "GERDA"
},
{
"imo": "8431437",
"info": {
"country": "Netherlands",
"callsign": "PIZQ",
"category": "Miscellaneous",
"countryCode": "NL",
"categoryType": "Fishing Vessel"
},
"mmsi": "244687000",
"name": "GERDA"
},
{
"imo": "0",
"info": {
"country": "Netherlands",
"callsign": "PF9866",
"category": "Cargo vessels",
"countryCode": "NL",
"categoryType": "Cargo ship"
},
"mmsi": "244660107",
"name": "GERDA"
},
{
"imo": "9279410",
"info": {
"country": "Norway",
"callsign": "LATH7",
"category": "Tankers",
"countryCode": "NO",
"categoryType": "CO2 Tanker"
},
"mmsi": "257206000",
"name": "GERDA"
},
{
"imo": "0",
"info": {
"country": "Germany",
"callsign": "DD3668",
"category": "Miscellaneous",
"countryCode": "DE",
"categoryType": "WIG"
},
"mmsi": "211514710",
"name": "GERDA"
}
]
}| integer |
| Total number of matching vessels found |
items | array | Array of vessel objects matching the search query |
└─imo | string | International Maritime Organization number, '0' if not applicable |
└─info | object | Additional vessel information |
└─country | string | Country of registration or operation |
└─callsign | string | Radio callsign assigned to the vessel |
└─category | string | Vessel category or type classification |
└─countryCode | string | ISO country code for the vessel's country |
└─categoryType | string | More detailed category description |
└─mmsi | string | Maritime Mobile Service Identity number of the vessel |
└─name | string | The registered name of the vessel |