VesselSignal API
  1. Ships
VesselSignal API
  • Ships
    • Login
      POST
    • Signup
      POST
    • Search
      GET
    • Detail
      GET
  1. Ships

Detail

GET
/api/filter/{{mms}}
Search Ship with MMSI, IMO or Name

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/api/filter/{{mms}}' \
--header 'Authorization: <api-key>'
Response Response Example
{
    "calculated_eta": "2026-02-04T20:59:00",
    "origin_port": "LONG BEACH",
    "max_speed": 16.3,
    "average_speed": 10.2,
    "load_condition": "Laden",
    "wind_temp": 14,
    "wind_angle": 342,
    "wind_speed": 15,
    "distance_travelled": 392,
    "vessel_timezone": 0,
    "previous_to_origin_port": "LONG BEACH",
    "previous_to_origin_port_unlocode": "USLGB",
    "previous_to_origin_port_country": "US",
    "previous_to_origin_port_atd": "2727",
    "origin_port_atd": "2025-03-22 21:17 (UTC -3)",
    "origin_port_country": "SG",
    "origin_port_unlocode": "SGSIN",
    "destination_port_unlocode": "USOAK",
    "destination_port_country": "US",
    "rate_of_turn": 0,
    "heading": 288,
    "distance_to_go": 0,
    "last_underway_timestamp": "2025-04-16 00:46:00",
    "idle_time_while_underway": 0,
    "voyage_state": "Normal Speed Transiting",
    "draught_max": 16.2,
    "draught_min": 10,
    "vessel_type_detailed": "Cargo",
    "capacity_gt": 150783,
    "capacity_teu": 14812,
    "capacity_liquid_gas": 0,
    "capacity_passengers": 0,
    "launch_date": "",
    "length_between_perpendiculars": 350,
    "length_registered": 0,
    "depth": 0,
    "breadth_moulded": 51,
    "breadth_extreme": 0,
    "capacity_liquid_oil": 0,
    "commercial_market": "CONTAINER SHIPS",
    "commercial_size_class": "ULCV",
    "first_ais_position_date": "2023-08-23 03:23:00",
    "commercial_manager": "MSC SHIPMANAGEMENT LTD",
    "commercial_manager_email": "info@mscsmcy.com",
    "commercial_manager_city": "LIMASSOL",
    "commercial_manager_country": "CYPRUS",
    "registered_owner": "MIDAS LINE SA",
    "registered_owner_email": "",
    "registered_owner_city": "PANAMA",
    "registered_owner_country": "PANAMA",
    "beneficial_owner": "EASTERN PACIFIC SHIPPING PTE LTD",
    "beneficial_owner_email": "general@epshipping.com.sg",
    "beneficial_owner_city": "SINGAPORE",
    "beneficial_owner_country": "SINGAPORE",
    "technical_manager": "MSC SHIPMANAGEMENT LTD",
    "technical_manager_email": "info@mscsmcy.com",
    "technical_manager_city": "LIMASSOL",
    "technical_manager_country": "CYPRUS",
    "pi_club": "NORTHSTANDARD",
    "pi_club_email": "",
    "pi_club_city": "LONDON",
    "pi_club_country": "United Kingdom",
    "ship_builder": "",
    "ship_builder_email": "",
    "ship_builder_city": "",
    "ship_builder_country": "Liberia",
    "class_society": "DNV GROUP",
    "class_society_email": "",
    "class_society_city": "OSLO",
    "class_society_country": "NORWAY",
    "engine_builder": "",
    "engine_builder_email": "",
    "engine_builder_city": "",
    "engine_builder_country": "",
    "ism_manager": "MSC SHIPMANAGEMENT LTD",
    "ism_manager_email": "info@mscsmcy.com",
    "ism_manager_city": "LIMASSOL",
    "ism_manager_country": "CYPRUS",
    "operator": "MSC SHIPMANAGEMENT LTD",
    "operator_email": "info@mscsmcy.com",
    "operator_city": "LIMASSOL",
    "operator_country": "CYPRUS",
    "survey_date": "2023-09-25",
    "next_survey_date": "2028-09-25",
    "flag": "LR",
    "vessel_name": "MSC MARTINA MARIA",
    "destination_port": "OAKLAND",
    "reported_eta": "2026-02-04T19:30:00",
    "reported_destination": "USLGB-USOAK",
    "current_port": "OAKLAND",
    "imo": 9540077,
    "mmsi": 636022451,
    "vessel_type_generic": "Container Ship",
    "time_of_latest_position": "2026-02-05T19:41:58",
    "global_area": "UKC - UK Coast & Atlantic",
    "local_area": "UK Coast & Atlantic",
    "latitude": 37.7974,
    "longitude": -122.321,
    "my_fleets": "-",
    "status": "5",
    "eni": 0,
    "speed": 0,
    "course": 66,
    "draught": 124,
    "navigational_status": "Underway using Engine",
    "built": 2023,
    "length": 366,
    "width": 51,
    "capacity_dwt": 159528,
    "current_port_unlocode": "USOAK",
    "current_port_country": "US",
    "callsign": "5LIW2",
    "id": 1106,
    "updated_at": "2026-02-05T19:42:05.000000Z",
    "created_at": "2025-06-03T00:52:08.372731Z",
    "grt": "150783",
    "dsrc": "TER",
    "last_port_time": "2026-02-02T04:26:00",
    "year_built": "2023"
}
Modified at 2026-02-05 19:49:08
Previous
Search
Built with