{"info":{"_postman_id":"06438bcb-e71a-474e-ac76-485bd0fb166e","name":"Freight API Direct Access User Guide","description":"<html><head></head><body><p>The Freight API can be used to access Liquids, Gas and Dry data. The hosts available to use this API are the following:</p>\n<ul>\n<li><strong><a href=\"https://api.kpler.com/\">https://api.kpler.com/</a></strong></li>\n<li><strong><a href=\"https://api-dry.kpler.com/\">https://api-dry.kpler.com/</a></strong></li>\n<li><strong><a href=\"https://api-lng.kpler.com/\">https://api-lng.kpler.com/</a></strong></li>\n<li><strong><a href=\"https://api-lpg.kpler.com/\">https://api-lpg.kpler.com/</a></strong></li>\n</ul>\n<h4 id=\"which-data-aggregation-and-unit-are-used-by-each-commodities-\">Which data aggregation and unit are used by each commodities ?</h4>\n<h5 id=\"liquids-and-dry\">Liquids and Dry</h5>\n<ul>\n<li>Data aggregation: <strong>deadweight</strong></li>\n<li>Unit: <strong>t</strong></li>\n</ul>\n<h5 id=\"lng-and-lpg\">Lng and Lpg</h5>\n<ul>\n<li>Data aggregation: <strong>capacity</strong></li>\n<li>Unit: <strong>m3</strong></li>\n</ul>\n<p>In order to not create confusion, we will use the following name for the description of some parameters: <strong>deadweight/capacity</strong>. So you will understand that the difference is in commodities.</p>\n<p><strong>If you need help with this documentation please reach out to <a href=\"mailto:cs@kpler.com\">cs@kpler.com</a>.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7260703","collectionId":"06438bcb-e71a-474e-ac76-485bd0fb166e","publishedId":"Szzq2tx9","public":true,"customColor":{"top-bar":"FF5349","right-sidebar":"303030","highlight":"FF5349"},"publishDate":"2023-10-20T06:48:04.000Z"},"item":[{"name":"Login","item":[{"name":"/v1/login","event":[{"listen":"test","script":{"id":"d7a714fb-567d-4459-a64e-e2cb46068cf3","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b494e0fa-4f72-4e0e-a8e3-599dd10121d6","exec":[""],"type":"text/javascript"}}],"id":"c40a2b02-ca05-4615-bd5f-61c1cb3791e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Content-Type \"application/json\"</p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"your_mail@example.com\",\n\t\"password\": \"your_password\"\n}"},"url":"api.kpler.com/v1/login","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<h3 id=\"the-access-to-our-api-in-2-steps-by-using-bearer-token\">The access to our API in 2 steps by using Bearer Token:</h3>\n<ol>\n<li>POST request: using your login credentials, you should acquire an authorization key (token), which is your pass to get our data.</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location --request POST \"https://api.kpler.com/v1/login\" \\\n  --header \"Content-Type: application/json\" \\\n  --data \"{\n    \\\"email\\\": \\\"your_mail@example.com\\\",\n    \\\"password\\\": \\\"your_password\\\"\n}\"\n</code></pre><ol>\n<li>GET request: to be able to query our API with the acquired token, you need to paste directly its value in the 'Authorization' header.</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer YOUR_TOKEN\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"{{bearer token}}"},"isInherited":true,"source":{"_postman_id":"f1688a76-8c26-4518-a60d-4b3678dae282","id":"f1688a76-8c26-4518-a60d-4b3678dae282","name":"Login","type":"folder"}},"urlObject":{"path":["v1","login"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[{"id":"490220aa-9012-4e21-9513-289c24a8094d","name":"Liquids - Login","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Content-Type \"application/json\"","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"your_mail@example.com\",\n\t\"password\": \"your_password\"\n}"},"url":"https://api.kpler.com/v1/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5f4d6e29-d7f9-4b02-92fa-93c80a3a566e","name":"LNG - Login","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Content-Type \"application/json\"","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"your_mail@example.com\",\n\t\"password\": \"your_password\"\n}"},"url":"https://api-lng.kpler.com/v1/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"64abfee0-5f3d-4590-9f06-6932adc7cfd0","name":"LPG - Login","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Content-Type \"application/json\"","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"your_mail@example.com\",\n\t\"password\": \"your_password\"\n}"},"url":"https://api-lpg.kpler.com/v1/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"fa32e6c6-a2e9-4fcb-a451-1c20cc9b41b9","name":"Dry - Login","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Content-Type \"application/json\"","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"your_mail@example.com\",\n\t\"password\": \"your_password\"\n}"},"url":"https://api-dry.kpler.com/v1/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c40a2b02-ca05-4615-bd5f-61c1cb3791e9"}],"id":"f1688a76-8c26-4518-a60d-4b3678dae282","description":"<h3 id=\"there-are-two-ways-to-get-access-to-the-data\">There are two ways to get access to the data:</h3>\n<ul>\n<li><h4 id=\"basic-authentication\">Basic Authentication</h4>\n</li>\n</ul>\n<p>You are able to use our API by using Basic Authentication. <strong>It is not necessary to use login endpoint to do this</strong>.</p>\n<p>Follow these steps to use Basic Authentication :</p>\n<ol>\n<li><p>Encode your email and password in base64</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> your_email@example.com:your_password = Y3VzdG9tZXJAZW1haWwuY29tOm1Zc3RSb25nUDRzc3cwUmQ=\n\n</code></pre></li>\n<li><p>Add your encoded credentials in the 'Authorization' header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> Authorization: Basic Y3VzdG9tZXJAZW1haWwuY29tOm1Zc3RSb25nUDRzc3cwUmQ=\n\n</code></pre></li>\n</ol>\n<h4 id=\"how-can-i-encode-in-base64-\">How can I encode in base64 ?</h4>\n<p><strong>In python3</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>import base64\ntoken = base64.b64encode(str.encode(f'your_email:your_password')).decode('ascii')\n\n</code></pre><p><strong>In jQuery</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>let encodedData = btoa(\"YOUR_EMAIL:YOUR_PASSWORD\");\n/* Output */ \nencodedData = WU9VUl9FTUFJTDpZT1VSX1BBU1NXT1JE\n\n</code></pre><p><strong>In Node.js</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>let data = 'YOUR_EMAIL:YOUR_PASSWORD';\nlet buffer = Buffer.from(data);\nlet encodedData = buffer.toString('base64');\n/* Output */ \nencodedData = WU9VUl9FTUFJTDpZT1VSX1BBU1NXT1JE\n\n</code></pre><p><strong>For Windows Users:</strong></p>\n<p>Running this command in your command prompt to convert the string [<strong>YOUR_USERNAME</strong>]:[<strong>YOUR_PASSWORD</strong>] to a base64-encrypted string.</p>\n<ol>\n<li><p>Press <strong>Windows key + R</strong></p>\n</li>\n<li><p>Enter cmd to open the command prompt</p>\n</li>\n<li><p>Copy-paste the command below (changing the <strong>username/password</strong>) and run it</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> powershell \"[convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes(\\\"YOUR_USERNAME:YOUR_PASSWORD\\\"))\"\n\n</code></pre></li>\n</ol>\n<p><strong>If you have any problems with this section, please do not hesitate to contact us.</strong></p>\n<hr />\n<h4 id=\"bearer-token\">Bearer Token</h4>\n<p>We provide you with a second authentication method to access our data. This method is the most used in the examples in the documentation, but you can choose the method you prefer.</p>\n<p>To do so, you have to use the endpoint <a href=\"https://freight.dev.kpler.com/?version=latest#c40a2b02-ca05-4615-bd5f-61c1cb3791e9\">/login</a> that will allow you to generate the Bearer Token to request our API's.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearer token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2852cef1-47dc-4379-9170-c2b563fa61a3","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"3d999f9a-22bf-43b2-9f35-7f3e34e36197","type":"text/javascript","requests":{},"exec":[""]}}],"_postman_id":"f1688a76-8c26-4518-a60d-4b3678dae282"},{"name":"Ballast Capacity","item":[{"name":"/v1/ballast-capacity/series","event":[{"listen":"test","script":{"id":"e38e22ef-fb3b-48b8-8e76-44281769033a","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a486cca6-0dfe-43d4-823e-57e1421134bf","exec":[""],"type":"text/javascript"}}],"id":"b479bdd4-7051-4557-86a2-35fcefe4dfeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/ballast-capacity/series?zones={{zones}}&gte=&lte=&period={{period}}&split=vesselType&metric=count&startDate=2025-11-18&endDate=2025-11-20&unit={{unit}}&products=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&splitValues={{splitValues}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","ballast-capacity","series"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p>Optional [String]: Names of zones [\"port\", \"region\", \"country\", \"continent\"] eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [String]: Use following periods:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>daily</td>\n</tr>\n<tr>\n<td>weekly</td>\n</tr>\n<tr>\n<td>monthly</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n</tr>\n<tr>\n<td>source</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>vesselTypeOil</td>\n</tr>\n<tr>\n<td>vesselTypeCpp</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypeOil</strong> and <strong>vesselTypeCpp</strong> are only available for <strong>Liquids</strong></p>\n<p><strong>vesselType</strong> is only available for <strong>Gas</strong> and <strong>Dry</strong></p>\n","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: Use following metrics:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>Sum by number of vessels</td>\n</tr>\n<tr>\n<td>deadWeight</td>\n<td>Sum by vessels deadweight</td>\n</tr>\n<tr>\n<td>capacity</td>\n<td>Sum by vessels capacity</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD).\nOnly today or future dates applicable. Current parameter applies on vessel's next ETA.</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD).\nOnly today or future dates applicable. Current parameter applies on vessel's next ETA.</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Use following units:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Unit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kt</td>\n</tr>\n<tr>\n<td>mt</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"unit","value":"{{unit}}"},{"description":{"content":"<p>Optional [String]: Names of products. eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Fix the values and the order of the split</p>\n","type":"text/plain"},"key":"splitValues","value":"{{splitValues}}"}],"variable":[]}},"response":[{"id":"517273d9-7b16-47ab-afd3-5df421fa87d8","name":"LNG - Europe expected weekly number of ballast vessels splitted by country","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/ballast-capacity/series?metric=count&zones=Europe&period=weekly&split=country&startDate=2020-05-23&unit=kt","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","ballast-capacity","series"],"query":[{"key":"metric","value":"count"},{"key":"zones","value":"Europe"},{"key":"period","value":"weekly"},{"key":"split","value":"country"},{"key":"startDate","value":"2020-05-23"},{"key":"unit","value":"kt"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Russian Federation;France;Belgium;Spain\n2020-10-12T00:00:00.000Z;2;1;;\n2020-10-19T00:00:00.000Z;3;;1;1\n2020-10-26T00:00:00.000Z;2;;;"},{"id":"85a4fe9d-5a88-46ed-85bb-7370051d8ca8","name":"DRY - Mideast Gulf Expected weekly number of ballast vessels","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/ballast-capacity/series?zones=Mideast Gulf&period=weekly&metric=count&startDate=2020-05-23&unit=kt&split=source","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","ballast-capacity","series"],"query":[{"key":"zones","value":"Mideast Gulf"},{"key":"period","value":"weekly"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-05-23"},{"key":"unit","value":"kt"},{"key":"split","value":"source"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;AIS\n2020-10-05;20\n2020-10-12;10\n2020-11-09;1"},{"id":"e7a8e2f0-c7f7-46ad-abb7-31753f5515c4","name":"LPG - United States expected weekly number of ballast vessels splitted by country","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/ballast-capacity/series?metric=count&zones=United States&period=weekly&split=country&startDate=2020-05-23&unit=kt","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","ballast-capacity","series"],"query":[{"key":"metric","value":"count"},{"key":"zones","value":"United States"},{"key":"period","value":"weekly"},{"key":"split","value":"country"},{"key":"startDate","value":"2020-05-23"},{"key":"unit","value":"kt"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;United States\n2020-10-12;16\n2020-10-19;30\n2020-10-26;30\n2020-11-02;19\n2020-11-09;15\n2020-11-16;8\n2020-11-23;11\n2020-11-30;1\n"},{"id":"fc627f2e-edb8-4040-8895-e06b5516fb32","name":"Liquids - Mideast Gulf Expected weekly number of ballast vessels splitted by country","originalRequest":{"method":"GET","header":[{"description":"Required [String] : Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/ballast-capacity/series?zones=Mideast Gulf&period=weekly&split=country&metric=count&startDate=2020-05-23&unit=kt","protocol":"https","host":["api","kpler","com"],"path":["v1","ballast-capacity","series"],"query":[{"key":"zones","value":"Mideast Gulf"},{"key":"period","value":"weekly"},{"key":"split","value":"country"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-05-23"},{"key":"unit","value":"kt"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Others;Iraq;Saudi Arabia;United Arab Emirates;Qatar;Bahrain;Kuwait;Saudi–Kuwaiti Neutral Zone;Iran\n2020-10-05;5;11;10;8;2;1;1;;\n2020-10-12;33;18;11;11;9;1;5;1;\n2020-10-19;40;6;6;;;;6;;1\n2020-10-26;27;1;1;;1;;2;;\n2020-11-02;62;1;8;;;;;;\n2020-11-09;56;2;3;1;;;2;;\n2020-11-16;38;2;;;;;1;;\n2020-11-23;31;1;2;;;;;;\n2020-11-30;1;;1;;;;;;\n"}],"_postman_id":"b479bdd4-7051-4557-86a2-35fcefe4dfeb"},{"name":"/v1/ballast-capacity/port-calls","event":[{"listen":"test","script":{"id":"64205710-825f-4f78-963d-404584119abf","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"cbd57190-bd25-4e55-b4ef-687f90950bd8","exec":[""],"type":"text/javascript"}}],"id":"05016d57-08c9-485c-bd1d-a372566e4993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/ballast-capacity/port-calls?size={{size}}&zones={{zones}}&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&products=&sources={{sources}}&vesselStates=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&columns=&hash={{hash}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","ballast-capacity","port-calls"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [Integer]</strong>: Maximum number of results returned.</p>\n<p><strong>IMPORTANT</strong>: Beyond 10,000 the request will not be processed.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [String]: Names of zones [\"port\", \"region\", \"country\", \"continent\"] eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD).  Current parameter applies on vessel's next ETA.</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD).  Current parameter applies on vessel's next ETA.</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Names of products. eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>sources</strong> of information. Use following sources:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sources</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AIS</td>\n</tr>\n<tr>\n<td>Analyst</td>\n</tr>\n<tr>\n<td>Fixture</td>\n</tr>\n<tr>\n<td>Forecast</td>\n</tr>\n<tr>\n<td>Market</td>\n</tr>\n<tr>\n<td>Port</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"sources","value":"{{sources}}"},{"description":{"content":"<p>Optional [String]: For given <strong>vessel states</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel State</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ballast</td>\n</tr>\n<tr>\n<td>Loaded</td>\n</tr>\n<tr>\n<td>Open</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselStates","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: Generate your favourite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"}],"variable":[]}},"response":[{"id":"0ed31661-8608-40de-ad50-2a8100761384","name":"LNG - List of 5 ballast vessesl in Europe","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/ballast-capacity/port-calls?zones=Europe&size=5","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","ballast-capacity","port-calls"],"query":[{"key":"zones","value":"Europe"},{"key":"size","value":"5"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo (t);Next Installation;Next Port;Net Country;Next zone;Next ETA;Vessel Type;Vessel Operation;Vessel State;Source;Next Cargo\n2020-10-16T12:10:51.590Z;9750725;Nikolay Yevgenov;96822.0;169824.0;Yamal;Sabetta Seaport;Russian Federation;Arctic Ocean;2020-11-01T19:00:00;XL (Upper Conventional);Load;Ballast;AIS;Commodities\n2020-10-16T12:10:51.591Z;9750672;Yakov Gakkel;96839.0;170011.0;Yamal;Sabetta Seaport;Russian Federation;Russian Federation;2020-10-26T19:01:00;XL (Upper Conventional);Load;Ballast;AIS;Commodities\n2020-10-16T12:10:51.591Z;9768368;Boris Vilkitsky;96958.0;169420.0;Yamal;Sabetta Seaport;Russian Federation;Barents Sea;2020-10-25T21:00:00;XL (Upper Conventional);Load;Ballast;AIS;Commodities\n2020-10-16T12:10:51.591Z;9778313;Marshal Vasilevskiy;93292.0;171489.0;Zeebrugge;Zeebrugge;Belgium;Zeebrugge;2020-10-24T12:00:00;XL (Upper Conventional);Load;Ballast;AIS;Commodities\n2020-10-16T12:10:51.591Z;9342487;Magellan Spirit;82265.0;163018.0;Cartagena (ESP);Cartagena;Spain;West of Suez;2020-10-22T15:00:00;XL (Upper Conventional);Load;Ballast;AIS;Commodities\n"},{"id":"3b258950-3628-49c0-918d-ee7040a96041","name":"Liquids - List of 10 ballast vessesl in China","originalRequest":{"method":"GET","header":[{"description":"Required [String] : Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/ballast-capacity/port-calls?zones=China&size=10","protocol":"https","host":["api","kpler","com"],"path":["v1","ballast-capacity","port-calls"],"query":[{"key":"zones","value":"China"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo (t);Next Installation;Next Port;Net Country;Next zone;Next ETA;Vessel Type;Vessel Operation;Vessel State;Source;Next Cargo\n2020-10-09;9435583;Ling Yang Zuo;75573.0;81870.0;;China;China;Asia-Pacific;2020-11-19;LR1;Load;Ballast;Forecast;crude/co\n2020-10-09;9435296;Bei Hai Wei Wang;104405.0;111923.0;;China;China;East of Suez;2020-11-18;LR2;Load;Ballast;Forecast;crude/co\n2020-10-09;9232709;Da Qing 451;46166.0;50515.0;;China;China;Asia;2020-11-17;MR;Load;Ballast;Forecast;crude/co\n2020-10-09;9251432;Chang Chi;42196.0;46693.0;;China;China;East of Suez;2020-11-16;MR;Load;Ballast;Forecast;crude/co\n2020-10-09;9312602;Tian Long Zuo;75484.0;79103.0;;China;China;Asia-Pacific;2020-11-14;LR1;Load;Ballast;Forecast;crude/co\n2020-10-09;9312614;Feng Huang Zuo;75514.0;79103.0;;North China;China;NON-OECD Asia-Pacific;2020-11-13;LR1;Load;Ballast;Forecast;crude/co\n2020-10-09;9283526;Wang Chi;42003.0;46489.0;;China;China;Non-OPEC;2020-11-12;MR;Load;Ballast;Forecast;crude/co\n2020-10-09;9628532;Bei Hai Ming Wang;116166.0;123793.0;;North China;China;Asia-Pacific;2020-11-12;LR2;Load;Ballast;Forecast;crude/co\n2020-10-09;9259769;Da Qing 456;45764.0;50453.0;;North China;China;NON-OECD Asia-Pacific;2020-11-12;MR;Load;Ballast;Forecast;crude/co\n2020-10-09;9245691;Da Qing 453;45733.0;50463.0;;China;China;Asia-Pacific;2020-11-11;MR;Load;Ballast;Forecast;crude/co\n"},{"id":"62676512-09b2-4d84-9665-9de6dbe3dbe7","name":"LPG - List of 15 ballast vessesl in Africa","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/ballast-capacity/port-calls?zones=Africa&size=15","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","ballast-capacity","port-calls"],"query":[{"key":"zones","value":"Africa"},{"key":"size","value":"15"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo (t);Next Installation;Next Port;Net Country;Next zone;Next ETA;Vessel Type;Vessel Operation;Vessel State;Source;Next Cargo\n2020-10-16;9703837;Corvette;54336.0;82740.0;Soyo;Soyo;Angola;Atlantic Ocean;2020-11-15;VLGC;Load;Ballast;Fixture;natural gas liquids\n2020-10-16;9336658;Nordico;29565.0;37430.0;;Tanzania;Tanzania;Eastern Africa;2020-11-10;MGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9726114;Shaamit;54596.0;82740.0;Bonny LPG;Bonny Island;Nigeria;Bonny Island;2020-11-03;VLGC;Load;Ballast;AIS;natural gas liquids\n2020-10-16;9383338;Bow Guardian;9999.0;8971.0;Victoria;Port Victoria;Seychelles;Port Victoria;2020-11-03;SGC;Load;Ballast;AIS;ex LPG\n2020-10-16;9257395;Marola;38420.0;36741.0;;Ain Sukhna;Egypt;Red Sea;2020-10-31;MGC;Load;Ballast;Forecast;ex LPG\n2020-10-16;9176369;Djanet;54584.0;81384.0;;Arzew;Algeria;West of Suez;2020-10-27;VLGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9537032;Berga Ii;26375.0;34475.0;;Arzew;Algeria;Arzew;2020-10-26;MGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9045807;Temse;9965.0;11850.0;Lome;Lome;Togo;Lome;2020-10-26;SGC;Load;Ballast;AIS;ex LPG\n2020-10-16;9666974;Surville;26194.0;35033.0;Bioko;AMPCO;Equatorial Guinea;S. Atlantic;2020-10-25;MGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9295581;Hassi Messaoud 2;44379.0;57304.0;;Arzew;Algeria;Arzew;2020-10-25;LGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9008108;Sunny Green;50667.0;77311.0;;Northern Africa;;Africa;2020-10-24;VLGC;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9337793;Rhourd El Hamra;19392.0;22608.0;;Arzew;Algeria;N. Atlantic;2020-10-23;Handysize;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9859882;Alfred Temile;23000.0;22655.0;;Bonny Island;Nigeria;S. Atlantic;2020-10-23;Handysize;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9798179;Dancing Brave;16600.0;21670.0;;Red Sea Light.;Egypt;Red Sea;2020-10-22;Handysize;Load;Ballast;Forecast;natural gas liquids\n2020-10-16;9284025;Rhourd Enouss;44399.0;57304.0;;Arzew;Algeria;MED Sea;2020-10-22;LGC;Load;Ballast;Forecast;natural gas liquids\n"},{"id":"c690351e-3e29-4ea7-a782-575f06a2ce57","name":"Dry - List of 10 ballast vessesl in United States","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/ballast-capacity/port-calls?zones=United States&size=10","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","ballast-capacity","port-calls"],"query":[{"key":"zones","value":"United States"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo (t);Next Installation;Next Port;Net Country;Next zone;Next ETA;Vessel Type;Vessel Operation;Vessel State;Source;Next Cargo\n2020-10-09;9898761;Solar Quantum;210000.0;202403.0;;United States;United States;Americas;2020-11-28;VLOC;Load;Ballast;AIS;dry bulk\n2020-10-09;9617480;Eastern Camellia;57081.0;54938.0;Chicago Terminal Export Elevator;Chicago;United States;PADD 2;2020-11-26;Supramax;Load;Ballast;AIS;dry bulk\n2020-10-09;9576272;Super Grace;81629.0;78676.0;Chicago Terminal Export Elevator;Chicago;United States;United States;2020-11-10;Kamsarmax;Load;Ballast;AIS;dry bulk\n2020-10-09;9566631;Stellar Sunrise;53979.0;52026.0;Chicago Terminal Export Elevator;Chicago;United States;Americas;2020-11-08;Supramax;Load;Ballast;AIS;dry bulk\n2020-10-09;9832470;Earth Harmony;36908.0;35573.0;;Long Beach;United States;West Coast Northern America;2020-11-07;Handysize;Load;Ballast;Market;major bulks\n2020-10-09;9586344;Golden Ioanari;81827.0;78867.0;;New Orleans;United States;Gulf of Mexico;2020-11-06;Kamsarmax;Load;Ballast;AIS;dry bulk\n2020-10-09;9552434;Kashima Maru;182652.0;176044.0;;United States;United States;Non-OPEC;2020-11-05;Capesize;Load;Ballast;Port;dry bulk\n2020-10-09;9868895;Light Venture;80000.0;77106.0;Port of Olympia;Olympia (USA);United States;Non-OPEC;2020-11-05;Kamsarmax;Load;Ballast;AIS;dry bulk\n2020-10-09;9687083;Matsu Arrow;50757.0;48921.0;;Seattle;United States;Non-OPEC;2020-11-04;Supramax;Load;Ballast;Market;dry bulk\n2020-10-09;9610092;Common Faith;57079.0;54940.0;;Long Beach;United States;Pacific Ocean;2020-10-31;Supramax;Load;Ballast;AIS;dry bulk\n"}],"_postman_id":"05016d57-08c9-485c-bd1d-a372566e4993"},{"name":"/v1/ballast-capacity/columns","event":[{"listen":"test","script":{"id":"65d6cca8-b92c-4607-84c8-46243d5d93c2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"045707fe-ae7f-4524-a2a7-1ab2728d8018","exec":[""],"type":"text/javascript"}}],"id":"439d00d0-eaa9-4710-9d65-99e494279a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"destination_eta_date\",\n    \"vessel_type\"\n]"},"url":"api.kpler.com/v1/ballast-capacity/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>day</strong></li>\n<li><strong>destination_eta_date</strong></li>\n<li><strong>vessel_type</strong></li>\n</ul>\n","urlObject":{"path":["v1","ballast-capacity","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"439d00d0-eaa9-4710-9d65-99e494279a7e"},{"name":"/v1/ballast-capacity/columns","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"21fca0aa-1681-4c4f-a896-d5054f5e236b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/ballast-capacity/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint ballast-capacity.</p>\n","urlObject":{"path":["v1","ballast-capacity","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"21fca0aa-1681-4c4f-a896-d5054f5e236b"}],"id":"f9d5e593-2c19-40b4-aba5-b1514257bd46","description":"<p>Access ballast vessels expected to arrive in your area of interest.</p>\n","event":[{"listen":"prerequest","script":{"id":"11fcdd63-96a3-44f5-9e73-f9727336cba9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"77175a4f-9869-4dc6-bc61-22ff9497b0a3","type":"text/javascript","exec":[""]}}],"_postman_id":"f9d5e593-2c19-40b4-aba5-b1514257bd46"},{"name":"Congestion","item":[{"name":"/v1/congestion/series","event":[{"listen":"test","script":{"id":"13ebac61-4dde-4a10-90d7-7aff30924e82","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"fb85b30d-93b1-4e06-9819-d52dd044383b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"af9dd676-6186-4c0a-a0de-6b91aa080a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"<p><strong>Required [String]</strong>: Token</p>\n","type":"text"}],"url":"api.kpler.com/v1/congestion/series?metric=count&split=vesselType&zones={{zones}}&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&products=&period={{period}}&unit={{unit}}&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&congestionOnly={{congestionOnly}}&vesselOperation={{vesselOperation}}&waitingDurationMin={{waitingDurationMin}}&waitingDurationMax={{waitingDurationMax}}&splitValues={{splitValues}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","congestion","series"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Use following metric:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>Sum by number of vessels</td>\n</tr>\n<tr>\n<td>deadWeight</td>\n<td>Sum by vessels deadweight</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Average waiting time</td>\n</tr>\n<tr>\n<td>capacity</td>\n<td>Sum by vessels capacity</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p>Optional [String]: If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>port</td>\n</tr>\n<tr>\n<td>country</td>\n</tr>\n<tr>\n<td>installation</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>vesselTypeOil</td>\n</tr>\n<tr>\n<td>vesselTypeCpp</td>\n</tr>\n<tr>\n<td>vesselOperation</td>\n</tr>\n<tr>\n<td>waitingStatus</td>\n</tr>\n<tr>\n<td>product</td>\n</tr>\n<tr>\n<td>grade</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypeOil</strong> and <strong>vesselTypeCpp</strong> are only available for <strong>Liquids</strong></p>\n<p><strong>vesselType</strong> is only available for <strong>Gas</strong> and <strong>Dry</strong></p>\n<p><strong>split</strong> for ports is not available at the <strong>World</strong> level, you need to provide a specific zone.</p>\n","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: Names of zones [\"port\", \"region\", \"country\", \"continent\"] eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, the default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Names of products.  eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: Use following periods\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>days</td>\n</tr>\n<tr>\n<td>eia</td>\n</tr>\n<tr>\n<td>weeks</td>\n</tr>\n<tr>\n<td>months</td>\n</tr>\n<tr>\n<td>quarters</td>\n</tr>\n<tr>\n<td>years</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Use following units:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Unit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kt</td>\n</tr>\n<tr>\n<td>mt</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"unit","value":"{{unit}}"},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for<strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Exclude vessels in the waiting zone not tagged as congestion (lays ups,open vessels,floating storage,distressed cargoes etc). Use [\"true\", \"false\"]. Default to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"congestionOnly","value":"{{congestionOnly}}"},{"description":{"content":"<p>Optional [String]: Filter vessels on their current operation. Default to <strong>All</strong> if not specified.</p>\n<p>You can use as follows:</p>\n<ul>\n<li>Load</li>\n<li>Discharge</li>\n<li>All (<strong>Load</strong> and <strong>Discharge</strong>)</li>\n</ul>\n<p><strong>IMPORTANT</strong>: This param is case sensitive. The first letter must be capitalized.</p>\n","type":"text/plain"},"key":"vesselOperation","value":"{{vesselOperation}}"},{"description":{"content":"<p>Optional [Integer]: Minimum waiting duration of vessel. Default to <strong>0 days</strong> if not specified.</p>\n","type":"text/plain"},"key":"waitingDurationMin","value":"{{waitingDurationMin}}"},{"description":{"content":"<p>Optional [Integer]: Maximum waiting duration of vessel. Default to <strong>1000000 days</strong> if not specified.</p>\n","type":"text/plain"},"key":"waitingDurationMax","value":"{{waitingDurationMax}}"},{"description":{"content":"<p>Optional [String]: Fix the values and the order of the split</p>\n","type":"text/plain"},"key":"splitValues","value":"{{splitValues}}"}],"variable":[]}},"response":[{"id":"2fb3f46d-ea39-4cce-af5e-969976055521","name":"Dry - World daily congestion count split by country","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/congestion/series?period=daily&split=country&metric=count&startDate=2020-03-01","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","congestion","series"],"query":[{"key":"period","value":"daily"},{"key":"split","value":"country"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-03-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Iraq;Poland;Jordan;Philippines;Madagascar;Algeria;Angola;Croatia;Lebanon;United States;Greece;Trinidad and Tobago;Venezuela;Japan;Spain;Oman;Thailand;Namibia;Togo;Curacao;Puerto Rico;Qatar;South Korea;Estonia;Cambodia;China;Romania;Nigeria;Denmark;Belgium;Argentina;El Salvador;Myanmar;Georgia;Mexico;Slovenia;Taiwan;Sri Lanka;Iran;Nicaragua;Peru;Benin;Guatemala;Mauritius;Iceland;Saudi Arabia;Kuwait;Egypt;New Zealand;Jamaica;Canada;Ukraine;Libya;Russian Federation;Tunisia;Djibouti;Sierra Leone;United Kingdom;Costa Rica;India;Finland;Israel;Equatorial Guinea;South Africa;Yemen;Liberia;Lithuania;Sweden;Brazil;Bahrain;Australia;Senegal;Kenya;Ghana;Ecuador;Republic of the Congo;New Caledonia;Hong Kong;Morocco;Cuba;Latvia;Cameroon;French Antilles;Vietnam;Uruguay;Panama;Italy;Ireland;Honduras;Bulgaria;Norway;Montenegro;Papua New Guinea;Pakistan;Reunion;France;Chile;Indonesia;Sudan;Netherlands;Mauritania;Dominican Republic;Malaysia;Mozambique;Turkey;Tanzania;United Arab Emirates;Germany;Ivory Coast;Bangladesh;Colombia;Bahamas;Portugal;Guinea\n2020-03-01;;2;4;10;4;12;1;;2;58;2;3;4;74;10;1;26;1;1;;1;6;61;2;;431;;5;;4;7;;1;;15;;27;2;19;;17;1;4;;;8;7;25;5;;68;18;1;37;1;5;;9;;87;;9;;28;2;2;2;1;193;5;221;3;2;2;2;1;1;4;12;;2;1;;25;1;;13;5;2;5;5;;;3;2;9;23;196;2;16;2;;19;8;33;5;13;4;5;8;6;;;3\n2020-03-02;;5;1;10;1;13;1;;2;56;1;2;5;77;12;3;26;;3;;1;5;45;;;406;;7;;3;8;1;1;;11;;21;2;18;;16;;3;;;10;10;26;4;1;67;23;1;40;1;4;;11;;93;1;9;;26;3;2;3;1;184;4;215;5;3;3;1;2;2;6;12;;5;1;;22;1;;12;6;2;4;4;;;2;2;9;17;194;1;17;3;;19;7;26;6;12;4;4;8;6;;;2\n2020-03-03;;8;;11;1;13;;;1;53;1;2;5;72;11;3;23;;2;;;9;43;1;;435;;6;;3;13;;1;;7;1;26;2;17;;13;;5;;;11;9;26;4;2;65;17;1;42;1;4;;10;;92;;8;;27;3;2;;2;176;6;226;6;2;3;2;1;2;5;13;;4;1;;24;1;;14;5;1;5;5;;;4;2;12;21;200;1;20;3;;16;10;29;5;16;5;3;9;3;;4;1\n2020-03-04;;2;;13;2;13;;;1;42;1;2;4;70;11;5;20;;3;;;7;54;;;436;;4;2;4;12;1;1;;15;1;26;3;19;;11;1;4;;;12;8;21;4;2;69;17;2;42;1;4;;12;;99;1;8;;20;3;2;2;1;182;5;225;3;2;4;1;1;2;4;11;;1;1;;24;1;;13;5;1;6;5;;;4;3;13;20;201;;21;1;;13;6;24;3;20;7;4;10;5;1;4;\n2020-03-05;;2;;15;1;10;;;1;53;1;2;4;80;10;3;20;;1;;;7;60;;1;425;;5;;6;15;1;1;;9;1;21;2;19;;11;;4;;;14;7;21;2;1;63;16;2;38;1;5;;14;1;83;2;8;;22;3;3;2;1;195;3;229;4;3;5;1;;2;6;13;;;1;;26;;;14;3;2;4;6;;;3;2;16;23;197;1;18;2;1;14;7;27;2;25;5;5;13;4;1;2;3\n2020-03-06;;1;1;11;2;12;;;1;61;3;2;3;80;7;3;23;1;1;;;7;51;;;408;;5;;4;14;;3;;14;1;21;3;18;;11;1;3;;;12;7;19;4;2;59;20;2;35;1;6;;14;1;93;1;10;;23;3;2;1;2;192;2;242;4;3;6;;1;2;8;12;;;3;;25;;;17;3;1;2;3;;1;5;2;13;20;193;2;19;5;2;13;6;28;4;19;6;6;16;3;;1;5\n2020-03-07;;3;;12;1;12;;;1;57;2;2;3;73;10;3;22;;1;;;5;41;;;413;;6;1;2;17;;2;;12;1;25;4;20;;11;;3;;;14;6;21;6;1;65;22;4;43;1;6;;11;;86;1;7;;23;3;4;2;1;203;2;222;5;7;7;;2;2;7;16;;;3;;26;;;19;3;1;2;4;;;9;1;13;22;184;2;18;3;1;17;9;19;5;22;5;6;11;3;;2;3\n2020-03-08;;2;2;14;1;12;;;1;50;1;2;3;78;10;1;18;;1;;;5;39;1;;432;;3;;3;11;1;2;;13;1;26;3;19;;10;;;;;16;10;16;7;2;66;25;4;40;2;5;;10;;87;1;9;;23;3;4;2;1;212;4;219;4;3;4;1;3;2;8;12;;1;3;;34;;;21;3;1;;5;;1;7;1;12;17;172;3;16;4;;16;7;22;5;21;5;6;7;5;;1;2\n2020-03-09;;2;1;14;1;9;1;;1;64;;1;2;88;8;3;22;;1;;1;6;51;1;1;453;;4;;1;10;;2;;18;;27;5;19;;6;1;;;;14;8;16;4;3;65;25;4;35;2;5;1;6;;93;2;8;;24;3;4;3;;212;4;215;2;4;3;3;2;3;9;10;;2;2;;33;;;21;2;1;1;4;;1;3;1;15;21;172;4;13;4;1;20;12;22;6;24;8;7;9;10;;2;2\n2020-03-10;;1;1;18;1;8;2;;;60;;1;2;84;7;3;24;;;;1;6;47;;1;417;;3;;2;11;;2;;17;1;27;4;18;1;14;1;2;;;11;7;18;6;2;65;20;4;29;2;3;;6;;85;2;10;;25;4;5;2;;207;3;218;2;3;3;5;2;2;9;11;;1;2;;31;1;;16;3;1;;4;;;6;2;13;21;178;3;15;3;1;19;12;26;7;20;4;6;9;11;;;1\n2020-03-11;;2;1;16;2;12;2;;;57;1;1;2;79;11;2;22;;;;;5;44;;1;426;;3;;4;15;1;4;;12;3;28;5;20;;13;2;2;;;12;6;16;5;2;66;17;4;30;2;2;;5;;83;1;8;;27;4;3;2;1;207;2;224;2;3;5;4;2;2;6;12;1;1;3;;24;;;15;4;2;;5;;;4;1;15;22;183;4;13;4;1;17;9;28;7;22;5;11;12;11;;;1\n2020-03-12;;3;;14;1;11;1;;;56;1;1;2;77;13;4;23;;;;;5;41;;1;434;;5;;3;16;;4;;15;2;27;5;18;1;9;2;3;;;11;9;18;6;;65;21;;31;2;2;;3;1;92;2;9;;26;3;4;5;1;202;2;243;2;7;3;2;2;2;7;12;1;;1;;24;1;;13;4;2;;5;;;2;1;12;18;184;4;12;5;1;17;10;24;6;21;5;9;7;10;;;3\n2020-03-13;1;4;1;11;2;9;1;;1;58;2;1;2;68;15;4;20;;;;;5;47;1;1;424;;4;;2;7;;3;;11;2;27;3;18;1;9;2;;;;11;6;18;6;;57;16;;27;2;2;;6;;112;1;10;;24;2;4;4;1;202;1;264;1;7;2;1;1;2;6;11;;;;;26;2;;16;5;2;;7;;;3;1;10;19;194;4;13;5;;23;8;23;5;16;4;7;8;10;;;5\n2020-03-14;1;4;1;13;3;10;1;;;57;1;1;3;68;16;2;25;;;;;6;48;1;;425;;3;;6;16;1;1;;15;3;23;3;16;1;9;1;;;1;13;9;20;5;;64;17;;38;3;1;;2;1;95;;10;1;25;2;4;5;2;196;1;267;;5;4;1;1;2;7;9;;2;;;26;;;18;4;2;1;7;;;3;2;13;18;189;5;11;5;;26;9;28;5;18;3;6;7;10;;;1\n2020-03-15;1;3;1;15;3;11;1;;;60;2;2;3;77;16;3;26;;1;;;6;52;;;415;;6;;5;10;2;1;;14;5;23;3;16;1;11;1;1;1;1;14;9;22;3;3;60;12;;33;3;1;;4;2;94;1;13;;26;2;3;4;1;187;2;263;3;5;5;;1;2;9;9;;2;1;;28;;1;16;3;2;1;7;;;2;2;13;17;182;4;13;5;;23;11;24;4;19;4;9;6;11;2;1;1\n2020-03-16;1;4;1;16;4;10;2;;;55;2;2;3;69;14;3;28;;1;;;7;63;;;413;;2;;5;13;2;1;;11;3;25;3;18;1;14;1;;;;12;8;23;8;2;60;13;;33;3;1;1;4;2;87;1;10;;33;2;3;2;1;180;3;255;3;4;5;1;;2;9;9;;1;1;;31;;1;19;3;2;1;7;;;5;2;17;14;172;4;16;4;;21;15;28;3;16;6;7;6;8;;2;1\n2020-03-17;1;6;2;14;3;14;1;;;62;1;3;3;69;10;2;29;;1;;2;9;53;1;;416;;2;;6;13;2;3;;12;3;27;3;17;;11;1;4;;;15;7;16;6;;65;18;;28;3;1;;4;3;85;;7;;34;2;3;2;2;191;2;256;2;4;2;1;;;8;9;;;1;;31;;;17;3;3;1;8;;;3;2;12;14;175;4;16;5;;23;17;30;3;15;3;7;9;8;;3;2\n2020-03-18;1;5;2;21;3;13;1;;;65;1;3;2;81;10;4;30;;1;;1;7;56;;;407;;5;;8;19;1;3;;16;2;30;5;18;;11;2;3;;;13;5;17;3;;59;21;1;30;3;2;;6;4;102;1;8;;32;3;2;1;1;186;2;265;3;4;2;;;1;8;8;;2;1;;18;;;15;6;4;1;5;;;5;2;9;16;186;4;16;5;;20;16;26;2;14;4;8;12;5;;2;1\n2020-03-19;1;7;1;20;2;12;1;;;56;2;4;4;72;14;3;29;;1;;1;6;56;;;449;;4;;9;14;2;3;;13;2;27;3;18;;13;2;2;1;;19;7;19;6;;60;13;1;40;3;3;;9;3;113;;8;;32;2;3;2;1;179;2;277;7;5;5;1;;;10;11;;;2;;18;1;;14;3;3;3;4;;;2;2;13;15;177;6;15;4;1;20;16;24;3;13;5;7;8;4;;4;2\n2020-03-20;2;4;2;19;3;12;;;;63;1;2;4;79;17;4;24;;1;;1;5;68;1;;431;;3;;6;18;1;3;;18;1;25;3;17;;14;1;6;;;14;4;21;6;;58;17;1;35;3;3;;11;3;106;;12;;35;2;2;2;1;178;1;276;7;8;4;;;;8;13;1;1;2;;25;1;;13;2;3;3;5;;;3;2;9;17;176;5;12;4;3;16;15;24;2;16;6;6;11;6;;3;\n2020-03-21;1;3;1;19;3;10;;;;58;;2;4;79;18;2;21;1;1;;;9;59;;;407;;8;;2;17;1;2;;13;1;24;2;19;;16;;4;;;16;5;21;5;;60;19;1;44;2;1;;9;4;108;1;13;;33;3;3;2;;180;;266;7;6;2;;;;11;13;1;;5;;24;1;;14;2;4;2;6;;;5;2;6;21;174;5;9;4;1;15;13;23;2;14;7;3;12;7;;2;3\n2020-03-22;1;3;;19;4;10;;;;61;;2;3;90;12;3;21;1;;;;8;56;;;377;;6;;5;19;1;1;;12;2;18;4;18;;11;;4;;;19;5;19;6;2;59;15;1;40;3;2;2;9;4;99;1;15;;31;4;4;;;189;1;264;4;6;2;;;;8;10;;;3;;20;;;12;2;5;2;5;;;5;1;10;26;167;6;14;4;1;20;11;27;1;14;6;6;12;7;;1;4\n2020-03-23;1;3;1;17;5;10;;;;59;;2;4;93;10;3;22;;;;;6;50;1;;406;1;5;;4;16;2;3;;17;2;22;3;16;;13;;4;;;15;8;21;8;2;55;18;1;41;2;2;;10;3;103;2;12;;27;4;4;1;2;191;2;256;5;6;4;1;;;7;11;;1;4;;26;;;12;1;4;2;5;;;4;1;11;24;178;7;16;6;2;15;10;36;1;17;6;6;11;10;;2;4\n2020-03-24;1;4;2;13;5;10;;;;68;;2;4;90;9;4;24;;;;;5;43;;;413;1;4;1;5;23;2;;;16;;24;3;16;;14;;3;;;11;7;20;6;1;51;15;;41;2;2;;9;4;103;;11;;32;4;2;1;;180;1;251;6;5;5;;;;6;10;;2;7;;20;;;11;4;4;2;4;;;3;1;7;24;169;6;14;6;1;12;11;26;;13;6;7;11;7;;3;3\n2020-03-25;1;2;2;13;5;10;;;;69;;1;3;88;17;2;26;;;;;3;47;1;;414;1;6;1;6;25;3;;;16;1;24;4;17;1;14;;3;;;12;9;18;8;;57;24;;34;3;3;2;14;2;105;;14;;30;4;2;1;;170;2;246;6;4;5;1;;1;7;9;;2;8;;25;;;14;4;3;4;5;;;7;1;5;27;164;6;15;6;;10;11;35;;20;6;7;14;4;;1;1\n2020-03-26;1;2;2;16;5;10;;;;64;;2;4;82;17;3;24;;;;1;4;45;1;;384;1;5;;3;20;1;;;13;1;26;3;18;;13;;3;1;;14;8;20;4;1;53;19;;36;3;7;2;10;1;114;;16;;26;4;2;3;;173;4;245;6;5;5;1;1;1;6;10;;3;7;;24;;;10;4;3;2;6;;;5;1;6;32;167;7;16;6;1;12;6;35;;24;3;7;11;7;;2;3\n2020-03-27;1;3;2;16;4;9;;;;58;1;1;3;79;14;4;21;;;;;5;36;1;;405;1;4;;4;24;;1;;17;1;28;3;19;;11;1;5;;;15;8;23;6;;50;13;;38;5;6;1;9;;109;2;12;;34;4;2;1;;176;3;242;6;6;2;1;1;1;6;8;;3;6;;21;;;11;2;3;4;6;;;6;1;11;29;172;8;15;5;;14;9;27;3;24;3;6;12;6;;1;1\n2020-03-28;1;2;2;16;2;13;;;;55;1;1;1;73;13;3;19;;;;;6;45;;;389;;4;;8;21;;2;;14;;22;3;19;;9;1;7;;;14;8;22;8;;55;14;;36;5;6;;8;;104;1;14;;42;4;3;1;;170;6;238;6;6;3;1;1;1;5;6;;2;7;;25;;;12;4;4;1;8;;;5;1;6;25;162;8;10;5;;8;11;26;2;22;3;6;16;4;;1;1\n2020-03-29;1;2;2;19;2;13;1;1;;64;2;1;1;85;15;4;20;;1;;;7;41;;;412;;3;;5;19;;1;;15;;21;3;17;;8;1;6;;;16;8;19;8;;55;14;;38;3;5;;6;1;102;2;12;;48;4;2;1;2;168;5;230;6;6;5;;1;1;8;4;;2;5;;24;;;13;3;3;;6;;;4;1;6;21;153;11;13;5;;8;8;27;2;17;4;10;15;9;;3;1\n2020-03-30;1;3;1;17;2;15;1;;;60;1;2;1;87;10;4;22;;;;1;8;40;;;443;;4;;7;22;;1;;16;;22;2;15;;14;1;7;;;15;8;17;7;1;54;14;;36;3;6;;6;;106;;12;;48;5;2;;2;166;4;232;6;5;3;2;1;1;8;5;;5;3;;28;;;15;3;5;;8;;;5;;8;23;152;10;15;5;1;11;8;37;1;17;2;8;10;8;1;;1\n2020-03-31;1;3;4;17;2;12;;;;54;;;1;81;13;4;21;;;;;8;42;1;;440;;6;;6;21;;;;16;;28;2;16;;13;1;5;;;14;9;18;8;;57;14;;32;3;6;;6;1;104;;10;;49;5;3;3;1;168;2;234;5;5;4;;2;1;6;8;;2;1;;24;1;;17;1;5;;6;;;5;;8;23;156;10;12;5;;12;9;37;1;19;2;7;11;5;;2;1\n2020-04-01;1;2;2;15;2;17;;;;54;1;;1;82;15;3;20;;1;;;6;50;;;428;;7;;7;19;;1;;12;;26;2;18;;10;;5;;;17;9;16;7;1;56;16;;24;2;6;;6;;103;;9;;45;6;3;2;3;169;2;222;6;5;3;;2;2;7;7;;5;1;;30;1;;13;1;6;;6;;;7;;11;23;155;10;11;5;;13;9;28;1;17;6;10;11;7;;4;1\n2020-04-02;2;3;2;13;2;17;;;;57;;;1;72;10;2;19;;1;;1;4;51;;;408;;5;1;6;22;;1;;13;;23;2;17;;10;;7;;;18;8;20;4;1;59;15;;31;3;5;;6;2;94;1;10;;44;6;4;2;1;151;2;224;5;4;3;;2;2;7;9;;3;3;;34;1;;16;1;8;1;5;;;3;;14;21;142;11;6;5;1;12;10;30;2;19;5;10;12;6;;2;1\n2020-04-03;;5;3;17;2;14;1;;;65;2;;1;82;17;2;22;;1;;;3;43;;;406;;5;;6;18;1;1;;13;;24;2;17;1;11;;7;;;14;10;21;4;1;52;10;;35;3;5;;9;1;96;2;7;;48;6;3;6;;162;3;241;4;3;4;;2;2;9;7;;3;4;;33;1;;16;1;7;;6;;;2;;13;20;145;10;9;5;2;15;5;33;2;15;5;9;13;8;;1;\n2020-04-04;;4;3;14;1;15;;;;59;2;;1;86;17;3;26;1;1;;;4;48;;;385;;6;;4;23;2;2;;14;;27;2;16;2;15;;4;;;14;9;21;5;;54;11;;33;2;6;;7;;90;1;4;;47;7;3;6;;162;4;233;2;3;3;;2;2;10;9;1;1;3;;25;2;;17;;7;2;4;;;4;;13;22;156;11;11;4;1;15;6;36;2;20;4;12;14;10;;1;\n2020-04-05;;5;2;16;1;17;;;;61;1;;2;89;16;4;29;1;;;1;5;47;;;390;;5;1;6;24;2;;;13;;29;2;17;1;15;;5;;;15;6;22;2;;48;10;;35;2;7;;7;;98;;5;;41;7;4;1;;162;2;225;3;4;3;1;1;2;7;6;;2;2;;27;1;;17;1;7;;6;;;6;;16;24;163;10;13;4;1;14;7;33;2;24;4;11;18;7;;1;1\n2020-04-06;;8;2;13;1;15;;;;55;3;;1;72;15;2;27;;;;;8;43;;;419;;6;;8;24;3;;;19;;22;3;17;1;15;;3;1;;11;4;17;4;;42;11;;39;1;7;;6;;98;;7;;37;7;3;1;;169;2;221;3;3;2;1;1;2;6;5;;1;2;;32;1;;17;1;7;;6;;;9;;17;30;159;10;8;5;1;16;7;39;2;20;3;12;14;8;1;2;\n2020-04-07;;7;2;12;;18;;;;64;2;;1;74;7;3;25;1;;;;8;46;2;;393;;6;;2;21;3;2;;22;1;26;3;16;1;14;;3;;;8;7;19;5;;44;13;;40;1;7;1;12;;100;;8;;38;7;2;1;;161;4;226;3;3;2;;1;2;4;7;;1;1;;37;;;12;;6;1;6;;;5;;15;27;151;10;10;5;;13;8;33;1;19;1;11;10;10;;2;\n2020-04-08;1;3;1;13;;16;;;1;64;1;;;83;12;3;25;1;;;1;7;45;1;;401;;7;;3;18;2;2;;22;;21;5;18;1;15;;2;;;10;10;21;5;;49;15;;43;1;6;1;13;;107;3;9;;41;8;1;1;;172;1;228;3;4;4;;1;2;6;7;;1;;;30;;;9;;6;3;5;;;7;1;12;29;145;8;12;5;;13;8;30;3;16;1;9;12;9;;2;2\n2020-04-09;;3;2;14;1;17;;;;51;;;;73;10;3;23;1;;;1;5;48;1;;416;;7;;4;18;1;2;;16;;28;3;17;2;15;1;2;;;11;9;19;4;1;44;14;;34;1;7;;12;1;103;1;12;;39;8;2;1;1;161;2;217;3;4;3;;1;2;4;9;;;2;;31;;;12;3;6;;5;;;6;1;9;29;157;10;10;5;1;16;7;31;3;17;3;9;10;7;1;2;2\n2020-04-10;;3;;15;1;16;;;;62;1;;;76;11;2;24;;;;;6;58;1;;428;;7;1;5;19;;;;18;;29;2;21;2;11;;2;;;13;11;18;8;;45;15;;40;1;6;;6;;103;;9;;37;9;;1;1;171;4;219;4;4;3;1;1;2;5;11;1;;1;;32;;;11;4;4;1;6;;;5;1;12;30;145;10;14;5;;18;8;27;1;17;3;9;9;5;;2;1\n2020-04-11;;4;2;17;1;18;;;;53;;;1;70;14;5;25;;;;;5;51;;;421;;6;1;5;14;;;;20;;27;2;19;1;11;;2;;;9;12;19;5;1;44;9;;36;1;3;;10;;94;;9;1;29;9;1;2;1;175;3;218;3;6;4;;1;2;5;13;1;;;;37;1;;8;4;5;;6;1;;5;;9;29;146;10;12;4;;13;7;29;1;23;3;10;6;5;;3;1\n2020-04-12;;4;2;19;;16;;;;53;1;1;1;76;13;5;25;;;;;4;44;;;427;;8;;5;19;1;;;20;;34;2;19;1;11;;2;;;7;10;19;4;1;41;15;;36;2;4;1;9;;97;;11;;26;9;2;;;162;2;235;4;4;2;1;1;2;5;12;;2;1;;36;;;10;4;4;1;4;;;4;;8;33;146;10;15;3;;10;4;24;2;22;4;8;5;5;;2;2\n2020-04-13;;5;1;17;1;15;;;;57;3;;;68;14;4;24;;;;1;6;58;;;413;;7;1;4;16;3;;;21;;26;3;20;1;10;;4;;;12;10;21;6;;45;16;;40;2;5;;8;1;92;;11;;24;9;2;2;;174;1;244;4;4;2;;3;2;6;15;;4;1;;32;1;;11;3;4;;5;;;4;;10;32;148;10;16;3;1;8;3;22;2;26;3;6;8;6;;2;2\n2020-04-14;;4;2;15;2;14;;;;61;2;;;84;11;3;25;;;;;7;70;;;407;;6;;4;24;2;;;20;;20;3;20;2;10;;4;;;9;9;19;6;;41;15;1;43;2;4;;8;1;96;;7;;23;9;2;1;;174;3;246;4;5;4;3;3;2;7;13;;2;3;;32;;;13;2;5;2;5;;1;3;;16;27;139;11;17;3;;10;3;21;2;24;4;5;8;6;1;1;2\n2020-04-15;;4;3;12;2;15;;;;60;1;;1;86;5;3;25;;;;;4;73;;;407;;6;;4;17;1;;;24;;24;2;21;;11;;4;;;9;10;20;6;;42;16;1;43;2;3;;10;;101;1;8;;24;9;2;3;;180;2;237;5;3;5;1;2;1;5;9;;1;3;;27;2;;13;2;3;3;5;;;5;;12;26;141;11;17;2;1;10;3;27;3;22;4;6;7;6;;1;3\n2020-04-16;1;4;2;12;1;16;;;;60;1;;1;84;12;3;22;;;;1;5;65;;;410;;4;;5;20;1;;;23;;27;3;23;1;11;;4;;;9;10;19;5;;44;23;;43;3;4;;11;1;96;1;9;;28;9;2;2;1;188;2;228;4;3;4;1;2;1;4;7;;1;2;;25;3;;12;2;2;2;6;;;6;;11;28;138;11;11;2;3;14;4;21;3;19;5;5;10;8;;;3\n2020-04-17;1;3;2;12;3;16;;;;59;1;;;94;8;3;24;1;;;;6;66;;;417;;4;;5;30;1;;;20;;27;3;22;1;9;;3;;;8;11;20;5;;36;23;;49;2;5;;14;1;104;2;6;;29;9;1;2;;178;3;226;5;3;4;;2;1;3;6;;1;1;;34;2;;10;4;3;2;6;;;6;;6;26;142;10;11;1;1;11;7;18;2;22;3;5;12;6;;2;3\n2020-04-18;;3;2;10;1;12;;;;67;2;;;89;11;4;22;;1;;;5;74;;;394;;4;;6;22;;;;23;2;32;4;22;1;11;2;3;1;;6;11;22;6;;41;29;;54;2;6;;17;;95;2;8;;29;8;;3;2;170;6;225;6;2;3;;1;2;4;8;;1;2;;37;1;;13;2;3;2;5;;;7;;9;23;130;8;15;;;14;5;18;2;21;3;6;11;6;1;;2\n2020-04-19;;4;3;8;1;13;;;;67;3;1;;107;7;2;23;;;;;5;71;2;;428;;5;1;3;27;;;;21;;28;3;23;1;10;2;1;2;;10;13;18;4;;45;25;;40;2;7;;19;1;93;3;8;;22;8;;;1;171;3;229;6;2;4;;1;2;2;7;1;3;3;;33;2;;12;3;3;4;6;;;8;;9;22;133;7;10;1;1;13;4;22;2;15;4;9;10;7;;;1\n2020-04-20;;3;1;8;1;13;;;;70;3;1;;104;9;3;22;;;;;5;70;;;420;;6;;5;26;2;1;;22;2;23;3;23;1;13;;3;;;12;11;16;5;1;49;36;;42;2;7;;19;4;90;;6;;22;7;1;1;1;170;5;243;4;2;4;;1;1;2;10;1;1;2;;33;2;;13;3;2;3;6;;;7;;8;21;137;7;8;1;1;16;7;31;1;19;3;6;10;11;;4;1\n2020-04-21;;4;2;8;1;16;;1;;72;3;;;88;10;3;21;1;;;;5;72;;;416;;10;;7;20;3;1;;20;2;33;2;24;;13;;3;;;12;9;19;3;3;51;37;;39;2;6;1;19;2;99;2;6;;19;7;;2;1;176;5;248;7;2;3;;2;1;3;10;;1;2;;34;2;;12;1;2;6;5;;;7;;10;23;136;7;8;2;;11;6;30;1;19;5;5;12;9;;5;1\n2020-04-22;;4;1;10;1;16;;;;63;2;;1;84;10;2;24;;;;;4;65;;;454;;9;;4;26;2;3;;19;;33;1;24;;15;;3;;;13;10;22;2;1;39;33;;46;3;8;3;15;2;103;2;9;;19;7;;2;1;179;5;258;7;3;3;;1;1;3;13;;;4;;35;1;;7;2;2;5;6;;;7;;7;21;143;6;14;1;1;15;6;23;;16;3;4;11;9;;2;2\n2020-04-23;;6;2;8;1;16;;;;69;3;;1;96;11;2;21;;;;1;8;79;1;;442;;9;;4;24;1;;;28;1;31;1;25;;18;;4;;;13;10;19;2;1;38;35;;41;3;7;1;16;2;103;;9;;22;7;2;2;2;170;5;250;5;3;5;;1;1;4;12;;1;3;;37;;;8;2;3;2;5;;;6;1;6;22;130;4;10;1;;20;7;24;;21;1;5;13;10;;4;2\n2020-04-24;;6;5;7;1;17;;;;69;2;;1;87;11;3;19;;1;;;5;65;;;410;;7;1;6;21;;;;29;1;30;2;23;;16;1;3;;;10;11;19;;2;42;34;;42;3;7;;13;2;99;1;8;1;19;7;1;2;1;156;6;251;6;1;5;1;1;1;5;9;;;2;;39;;;10;2;2;5;5;;;6;;5;24;133;4;13;1;1;18;9;18;;22;1;4;11;12;;1;2\n2020-04-25;;4;4;6;2;18;1;;;71;2;;1;79;10;4;22;;1;;;6;74;1;;422;;8;1;5;24;;;;32;;32;2;24;;16;1;4;;;13;15;19;2;1;35;37;;38;2;7;;15;2;104;1;9;;21;7;;1;1;160;6;228;7;4;4;;1;1;5;11;;2;2;;40;1;;6;1;2;4;4;;;8;;5;26;138;5;9;;1;14;8;16;;19;2;4;11;10;1;;1\n2020-04-26;1;4;4;6;2;16;1;;;82;3;;;87;11;5;27;;1;;;6;74;1;;440;;8;;6;22;;;;28;;29;2;23;;16;1;5;;;18;15;18;;;37;40;;38;2;6;;14;;92;;10;;26;7;1;3;;167;6;224;8;5;5;1;1;2;3;8;;1;1;;31;;;8;1;1;3;3;;1;6;;5;25;136;5;11;1;;18;8;19;;23;1;6;9;11;1;;2\n2020-04-27;1;2;2;6;2;16;1;1;;76;2;;;81;8;4;31;;1;;;7;62;1;;439;;8;1;3;17;;;;23;;35;2;23;;14;1;4;1;;20;14;16;2;1;39;34;;39;2;5;;11;;106;;10;;22;7;3;3;2;169;4;214;6;2;9;;1;1;2;8;;3;1;;27;1;;8;1;;3;5;;;6;;6;19;126;4;11;1;;16;6;23;1;24;1;6;8;10;1;;2\n2020-04-28;1;5;2;8;2;18;1;;;62;2;;;84;14;4;31;;1;;1;5;65;2;;437;;8;;2;25;;;;21;;32;3;23;;12;2;5;;;19;10;19;2;3;43;37;;38;2;5;;13;;111;2;7;1;27;7;2;2;1;176;5;205;7;2;8;1;1;1;4;8;1;2;2;;28;1;;10;;;3;4;;;5;;6;20;121;6;10;;;18;7;24;;25;1;7;12;15;1;2;4\n2020-04-29;;3;3;7;2;17;1;;1;58;2;;;76;10;5;27;;1;;;5;58;;;449;;10;;2;22;1;;;26;;33;5;23;;13;;6;;;15;11;17;2;1;43;32;;33;2;5;;12;;109;1;8;;24;5;2;2;;171;7;199;5;3;6;1;2;1;6;11;1;1;1;;26;1;;10;2;1;3;4;;;5;;6;20;118;6;13;1;;19;8;29;;20;3;8;9;10;1;2;3\n2020-04-30;;2;2;4;3;19;2;;1;66;2;;;77;10;5;29;;1;;1;6;64;;;438;;10;;1;17;3;;;26;;37;5;25;;13;;5;;;15;12;15;2;1;43;30;;30;4;4;1;12;;106;1;8;;22;5;3;3;2;175;6;201;6;2;6;;1;1;2;9;;1;3;;34;;;13;1;1;4;4;;;4;;4;26;121;7;13;2;;20;6;19;;19;2;6;11;8;1;3;2\n2020-05-01;;2;2;2;2;20;2;;;60;3;1;;81;11;6;25;;3;;1;7;68;;;429;;10;;4;28;3;;;28;1;33;4;25;;12;;3;;;18;12;19;5;1;49;32;;35;4;4;2;10;;107;;9;;25;5;3;2;3;175;6;190;5;2;7;1;1;1;3;9;;1;2;;29;;;9;1;1;4;4;;;8;;5;23;128;8;11;2;;15;7;15;;17;1;6;12;9;1;2;2\n2020-05-02;;3;3;3;2;18;1;;1;50;3;;;66;13;7;24;;3;;1;7;65;1;;390;;8;1;4;35;2;1;;27;1;34;3;22;2;12;;4;;;16;12;20;2;2;42;29;;36;4;4;;10;;99;;13;;20;5;4;2;2;184;5;202;6;3;6;3;1;1;6;7;;2;4;;28;;;11;1;2;6;5;;;8;;6;22;129;7;13;3;1;20;5;21;;18;2;7;14;8;2;1;1\n2020-05-03;1;8;3;4;1;17;1;;1;57;2;;;71;14;8;22;1;3;;2;7;71;;;430;;9;1;7;31;2;1;;28;1;38;2;21;1;15;;4;;;16;12;18;3;1;47;27;;39;3;4;;7;;93;1;12;;25;5;3;2;1;188;7;205;8;5;7;3;1;1;3;6;;2;4;;27;3;;8;;2;7;7;;;7;;6;21;128;6;14;2;;22;5;19;;15;2;6;12;10;1;;2\n2020-05-04;1;5;2;4;2;19;1;;2;60;2;;;80;11;5;21;;3;;1;5;70;;;470;;8;1;3;26;4;1;;22;2;38;2;21;;13;;6;;;14;10;18;6;1;46;32;1;31;3;4;;7;;93;1;13;;21;5;4;3;3;180;6;208;8;6;6;;1;1;4;6;;2;2;;23;3;;14;;2;6;7;;;6;1;7;22;136;5;12;2;;26;4;24;;15;4;9;12;9;1;1;\n2020-05-05;1;4;2;7;3;21;;1;1;56;2;;1;87;7;5;17;;2;;;3;60;;;439;;7;;2;25;3;1;;23;2;33;3;21;;12;;5;;;13;10;18;6;2;42;23;;32;3;4;;5;;81;1;13;;24;4;3;2;1;180;6;213;9;5;6;;1;1;4;7;;2;3;;31;1;;7;;2;5;5;;;8;1;6;23;122;5;15;2;;22;3;18;;19;4;10;13;8;;1;\n2020-05-06;;3;3;8;2;17;;;2;58;2;;;87;9;5;20;;2;;;4;60;1;;477;;6;1;3;28;3;1;;25;2;33;3;20;;13;;2;1;;11;12;16;6;1;44;24;;41;3;4;1;4;1;84;;16;;23;4;4;1;2;173;7;215;6;7;6;;1;;5;7;;;3;;31;2;;8;3;2;5;4;;;7;;4;21;120;5;12;3;;21;2;10;1;17;1;7;11;12;;2;\n2020-05-07;;4;3;8;2;17;1;;2;58;3;;;80;9;3;22;;2;;1;5;57;;;466;;7;2;4;27;3;3;;25;2;33;2;20;;13;;5;1;;11;12;15;4;2;45;27;;38;4;5;1;5;1;90;;12;;27;4;3;3;1;179;8;207;6;6;7;2;;1;5;10;;;2;;33;2;;6;2;2;4;4;1;;7;1;7;24;121;4;10;4;2;25;2;17;1;18;3;6;11;10;;;\n2020-05-08;1;4;3;8;2;18;1;;;63;4;;1;69;5;3;24;;1;;;2;60;;;426;;9;1;3;27;3;1;;22;1;35;4;21;;17;2;4;1;;12;12;13;4;2;51;31;;40;4;3;;6;;98;1;12;;24;4;2;3;2;178;7;189;7;3;6;2;;1;6;8;;;2;;38;1;;11;2;4;6;2;;;7;;6;23;127;3;10;5;;27;5;27;;15;1;8;13;8;;;1\n2020-05-09;1;6;4;8;2;18;;1;;59;3;;;74;6;5;21;;;;;4;62;;;460;;8;;3;29;3;;;18;1;30;5;21;;20;3;6;1;;9;12;15;6;2;40;26;1;44;4;3;;9;;87;1;13;;25;4;2;4;2;177;4;177;8;4;7;;1;1;6;9;;;2;;32;1;;8;3;1;3;3;;;6;;7;23;119;5;14;4;1;27;6;18;1;16;1;7;12;11;;1;1\n2020-05-10;1;5;4;8;2;18;;;;67;3;;;70;11;4;26;2;1;;;5;67;;;460;;11;;3;23;4;;;19;2;38;3;23;;20;1;5;1;;12;15;12;6;2;48;29;1;39;3;3;;8;;97;;11;;31;4;2;4;1;172;4;193;5;6;8;;1;1;10;9;;;3;;36;2;;9;1;;3;1;;;6;;9;29;119;5;17;3;1;28;6;22;2;17;2;10;14;11;1;2;3\n2020-05-11;;4;5;10;2;16;;;;64;1;;;80;9;4;25;1;2;;;8;63;;;447;;9;;2;26;4;2;;17;1;34;2;21;;15;1;4;1;;10;14;13;3;1;54;31;1;30;2;2;;7;2;99;1;13;;28;5;2;3;1;176;5;187;4;6;8;;1;2;6;11;1;;2;;30;1;;10;2;;4;2;;;6;;7;28;120;4;9;3;1;28;6;29;1;18;5;8;13;10;;3;4\n2020-05-12;;5;4;9;2;17;;;;59;2;;;83;10;4;26;1;2;;;9;66;1;;466;;8;;5;39;4;1;;15;;30;2;20;;13;2;2;1;;13;15;16;5;1;55;25;1;28;2;4;;10;2;83;;12;;28;5;3;2;;175;7;186;3;4;7;1;1;1;9;16;;1;;;33;1;;6;3;;4;1;;;5;;9;26;125;3;14;3;;22;5;24;1;21;2;6;13;10;;1;5\n2020-05-13;;4;4;15;2;15;;;;64;3;;;87;9;4;28;1;2;;1;9;61;1;;443;;9;;4;36;5;1;;15;;31;2;19;;14;2;1;1;;13;15;13;2;1;44;24;1;25;2;2;;11;1;83;;13;;26;5;3;3;;178;6;188;3;5;5;2;1;2;11;15;;1;1;;30;1;;5;2;;5;;;;8;;12;31;130;3;13;3;1;18;5;30;;21;2;6;13;10;;1;5\n2020-05-14;;6;4;15;1;16;;;;74;3;;;78;9;7;28;1;2;;2;8;57;;;452;;9;1;4;43;4;3;;19;;30;3;20;;16;2;;1;;13;17;15;7;3;48;22;1;28;3;2;;13;1;91;1;11;;30;4;2;4;;174;8;198;5;3;6;;2;1;10;12;;1;2;;35;1;;5;2;;5;2;;;5;;11;29;129;3;14;2;1;19;6;28;1;25;2;5;13;14;;1;5\n2020-05-15;;4;1;14;1;17;1;;;64;4;;;75;7;4;23;1;2;;1;6;60;;;460;;8;;5;35;5;3;;18;;33;3;20;;12;2;1;1;;12;15;13;3;1;49;25;1;28;3;3;;10;1;89;1;12;;31;3;2;2;;168;7;177;5;3;4;;1;1;9;13;;1;2;;35;1;;7;1;1;6;2;;;7;;7;30;109;1;16;2;2;23;7;34;2;25;2;7;13;13;;2;5\n2020-05-16;;6;2;13;2;16;1;;;61;4;;1;70;12;5;24;1;3;;;5;62;;;455;;10;;2;40;5;2;;15;;31;4;20;;13;1;1;1;;14;13;12;7;1;44;22;1;37;3;2;;8;1;94;;11;;32;3;2;1;;171;5;178;5;2;3;;1;1;10;14;;2;4;;32;5;;5;2;1;5;1;;;8;;13;24;113;1;14;3;1;23;2;27;;24;1;6;13;11;1;2;5\n2020-05-17;;7;2;7;2;18;;;;76;4;;2;77;11;5;24;1;5;;;4;62;;;457;;9;1;1;37;6;1;;11;1;28;5;20;;12;1;1;1;;13;15;12;6;1;44;28;1;30;4;2;1;13;1;92;1;11;;32;3;2;;1;177;5;184;4;4;3;;2;1;7;15;;2;3;;34;2;;7;1;1;5;4;;;8;;15;28;119;1;18;3;;22;3;28;1;22;1;5;16;10;1;6;4\n2020-05-18;;8;3;7;1;16;;;;74;4;;1;66;9;4;22;;4;;;4;52;;;460;;9;;5;43;7;;;23;;26;3;21;;13;1;1;1;;12;15;11;4;;44;24;2;33;4;2;1;9;1;97;;12;;33;3;2;;;178;5;186;3;3;4;;2;1;7;15;;4;5;;33;1;;6;;2;6;5;;;8;;13;28;118;;13;3;1;21;3;26;2;27;;5;16;7;1;5;3\n2020-05-19;;8;1;8;1;15;;1;1;58;2;;2;75;8;3;20;;4;;1;3;51;2;;499;;10;;5;35;7;1;;18;1;25;3;21;;17;1;2;1;;13;15;11;3;;46;23;2;28;4;2;;8;1;93;;10;;32;3;2;1;;165;4;187;3;3;4;1;3;;7;12;;2;8;;38;2;;8;2;1;5;3;;;6;;9;29;115;;15;3;1;25;3;30;2;22;1;3;15;9;1;2;4\n2020-05-20;;4;;14;1;13;1;;2;62;2;1;2;76;8;3;17;1;4;;;2;54;2;;485;;10;;4;31;4;1;;20;;27;3;21;;16;1;1;;;10;12;13;8;;40;24;1;35;7;2;;7;1;103;;12;;31;3;2;2;1;159;6;193;4;3;5;1;2;;5;12;;;7;;37;1;;5;1;2;6;4;;1;6;;5;24;111;;11;3;;22;3;35;2;21;;4;15;9;;2;3\n2020-05-21;;3;1;14;1;12;;;1;66;2;1;3;66;9;3;18;;4;;1;5;61;2;;490;;10;;4;34;3;1;;16;;23;3;22;;12;1;;;;8;11;11;8;;42;25;;27;6;3;;9;1;101;1;11;;38;3;2;1;;153;5;187;6;2;6;2;2;;4;9;;;6;;40;2;;8;1;2;4;5;;;5;;10;23;121;;12;2;;25;4;21;2;18;4;3;18;8;1;2;\n2020-05-22;;3;1;10;1;10;;;2;62;3;;3;67;6;3;21;;4;;;6;67;2;;520;;9;1;2;33;3;;;15;;31;2;20;;15;1;1;;;15;12;12;9;;40;28;;29;6;4;;8;1;100;2;11;;37;3;3;2;;155;5;191;4;3;6;1;2;;2;9;;;5;;35;3;;14;2;1;4;4;;;3;;7;19;122;1;13;2;;22;4;28;2;20;2;3;11;7;;3;2\n2020-05-23;1;3;1;10;1;8;;;2;57;4;;3;68;8;5;18;;2;;;7;68;1;;532;;9;;6;26;4;2;;21;;35;2;20;;17;1;;1;;12;9;11;3;;40;27;1;34;7;4;1;7;2;95;3;14;;37;3;2;3;;166;6;203;5;4;3;;3;1;2;10;;1;2;;35;5;;11;2;2;3;4;;;4;;7;26;114;1;12;2;2;19;3;32;2;22;1;3;7;4;;;2\n2020-05-24;;4;2;8;1;9;;;2;50;3;1;3;82;9;5;19;;2;;;7;67;;;539;;9;;5;38;4;4;;20;;40;3;19;;17;1;1;;;14;10;11;6;1;41;29;1;34;7;4;;6;1;101;2;13;;40;4;3;3;;162;5;210;4;3;3;1;2;1;2;12;;1;2;;33;4;;11;1;2;3;4;;;5;;11;28;127;1;13;2;1;21;6;30;1;17;1;2;5;6;;1;1\n2020-05-25;;4;3;9;2;12;;;2;49;3;1;3;79;6;4;19;;4;;1;7;70;1;;542;;11;1;6;29;3;2;;19;;33;2;19;;16;1;2;;;14;11;15;10;;44;28;;34;7;4;;6;1;94;1;12;;36;4;3;3;1;162;3;219;4;4;2;;2;1;1;12;;3;3;;40;3;;12;2;2;2;4;;;6;;11;26;135;1;11;2;;21;4;32;1;16;;3;4;9;;1;1\n2020-05-26;;5;3;15;1;13;;;2;59;3;;3;79;8;3;19;;3;;;7;65;;;569;;9;1;2;33;2;3;;18;1;36;3;20;;16;;5;;;9;10;18;9;1;38;22;;32;7;3;;5;2;89;;13;;37;5;2;1;;154;5;230;4;5;4;;4;1;2;13;;1;4;;37;2;;11;2;3;2;2;;;5;;4;25;142;1;7;2;;21;3;30;1;16;1;4;6;11;1;1;2\n2020-05-27;1;4;3;15;1;14;;;2;53;4;;2;81;9;4;23;;4;;1;7;62;;;577;;9;;2;36;1;3;;16;;39;3;20;;18;;2;;;7;11;13;5;1;46;23;;31;7;3;;4;1;87;;8;;41;5;2;5;1;168;5;237;4;6;3;;3;2;2;14;;;1;;34;2;;9;2;1;2;3;;;7;1;4;20;142;1;11;2;;23;3;28;1;14;;4;6;9;;2;2\n2020-05-28;1;6;3;13;1;14;;1;1;50;4;;2;83;10;4;21;;3;;;7;60;1;;575;;10;1;4;35;1;1;;17;;37;3;18;;17;;2;;;8;9;15;5;1;45;25;;29;6;3;;4;;88;;8;;49;5;3;2;3;157;2;234;2;4;2;2;2;2;;13;;;2;;40;2;;7;1;1;4;4;;;7;2;4;19;150;2;8;1;1;22;2;31;1;14;1;6;7;7;;2;1\n2020-05-29;1;3;3;6;1;14;1;;1;49;3;1;1;79;9;3;19;1;2;;;6;58;;;585;;10;;4;32;;1;;12;;38;4;18;;17;2;3;;;9;8;17;4;;44;28;;29;6;3;1;5;;88;;9;;43;5;2;3;3;163;5;235;2;4;2;;2;1;;9;;1;2;;41;1;;10;2;1;3;3;;1;5;;4;17;136;2;13;1;1;18;4;27;2;14;1;6;5;7;1;3;1\n2020-05-30;;2;2;6;1;14;;2;1;53;2;2;2;76;15;3;23;1;1;;;6;64;1;;558;;9;;3;27;;1;;16;1;35;4;18;1;14;1;2;;;10;6;17;3;;37;22;;27;6;3;1;5;1;85;;10;;43;5;2;3;1;177;5;236;3;6;3;1;2;1;1;11;;2;4;;43;2;;10;1;3;4;2;;;3;;5;21;132;3;10;1;;21;3;22;2;20;;5;6;9;1;3;3\n2020-05-31;;4;1;7;2;18;;1;1;63;4;1;1;84;14;2;19;;1;;;5;67;1;;579;;8;1;5;27;2;2;;19;1;37;3;20;1;14;2;4;;;11;8;18;3;1;47;19;;26;6;3;;7;2;90;;11;;41;5;2;3;;173;3;237;5;5;5;1;1;1;;9;;2;5;;44;3;;11;1;2;4;2;;;4;;6;21;126;3;17;;;24;6;25;2;20;1;6;5;11;1;2;1\n2020-06-01;;5;1;10;2;20;;;1;72;4;;1;69;14;3;15;;1;;;7;64;4;;573;;7;1;3;27;3;2;;20;;41;4;17;1;14;1;4;;;15;9;20;4;1;49;25;;28;6;3;;7;2;90;;11;;39;5;2;2;;181;4;233;4;3;4;;1;1;;9;;2;4;;47;3;;11;;2;4;2;;;5;1;8;23;137;3;17;;;27;5;26;;11;2;7;4;8;;1;3\n2020-06-02;;3;2;9;2;21;1;;2;59;2;;2;81;11;4;15;;1;;;8;63;2;;569;;8;;3;38;3;;;21;1;31;3;17;1;12;2;5;;;13;7;21;7;1;45;22;;31;6;3;;11;2;86;;10;;41;5;2;3;;174;6;221;2;1;3;;1;1;;9;1;1;4;;35;4;;9;;3;3;2;;;3;1;8;24;135;3;16;3;;23;3;29;;15;;7;5;11;;1;2\n2020-06-03;;3;1;4;1;21;1;;1;60;2;;4;78;11;5;18;;1;;1;8;61;1;;567;;8;;4;27;3;;;20;;31;4;15;1;12;2;3;;;11;9;26;7;;39;20;;34;3;4;;9;4;88;1;9;;34;5;1;5;1;183;4;214;3;2;4;;1;1;;6;1;1;4;;41;3;;10;2;3;1;1;;;7;1;9;22;133;3;17;3;2;27;8;27;;14;2;5;3;11;;;2\n2020-06-04;;6;2;6;1;22;;1;1;61;2;;3;75;14;3;17;;1;;;7;69;1;;567;;9;;3;25;3;;;22;1;35;3;15;;15;2;2;;;11;10;21;6;;46;21;;32;3;4;;7;5;71;;8;;34;5;3;4;1;189;5;206;3;2;2;1;1;1;;6;1;;1;;38;4;;5;;3;1;3;;;6;1;5;23;133;3;12;3;;30;7;27;1;12;2;7;4;7;;;4\n2020-06-05;;6;2;7;1;21;;;1;58;3;;3;79;16;3;15;;1;;;6;69;;;564;;10;1;5;23;4;;;22;;39;4;15;;19;2;3;;;11;8;22;9;2;43;23;;35;3;3;1;9;4;82;;10;;36;5;3;3;;184;4;203;3;2;2;;2;;;6;1;1;4;;37;2;;6;;2;1;2;;;6;1;5;26;135;3;11;3;;30;4;29;2;9;1;8;5;7;;;4\n2020-06-06;;5;4;5;;23;1;;1;54;1;;2;75;13;4;18;;2;;;7;71;;;568;;7;;7;25;4;;;16;;35;5;16;;18;2;3;1;;17;7;22;11;2;45;25;;35;3;4;;5;5;78;1;11;;33;5;2;3;1;187;4;193;6;2;1;;2;1;1;6;2;;3;;40;2;;6;1;2;2;3;;;5;;2;23;128;3;8;4;;28;6;24;1;11;;8;6;9;1;1;3\n2020-06-07;;3;7;5;;17;1;;1;54;1;;3;74;16;4;15;;1;;;6;59;;;562;;9;1;7;16;6;;;15;;34;4;14;;18;2;4;;;12;8;17;9;1;44;19;;42;3;3;;5;3;71;;12;;33;5;3;3;;181;3;187;5;3;2;1;1;;2;9;2;;3;;39;2;;11;1;2;2;1;;;7;;6;28;125;1;12;3;;27;6;25;;16;2;8;6;8;;2;2\n2020-06-08;;2;7;14;;18;1;;1;55;1;;2;83;14;2;16;;1;;;4;66;1;;546;;8;1;6;22;5;;;14;;38;4;15;;20;1;3;;;14;11;20;6;2;53;20;;39;3;4;1;6;4;77;2;10;;34;5;3;5;;186;2;179;3;3;2;;1;1;1;5;2;;2;;36;3;;12;1;2;2;2;;;7;;5;26;132;1;13;3;1;27;7;24;1;12;1;8;6;6;;3;\n2020-06-09;1;3;9;13;1;18;1;;2;60;1;1;4;70;15;2;17;;1;;;5;59;;1;566;;8;;5;18;7;;;13;;35;3;14;;19;1;5;;;10;10;21;6;1;51;20;;33;3;7;;7;4;68;2;8;;33;5;3;5;;195;5;188;4;2;1;3;1;1;;3;2;1;2;;35;5;;13;2;2;1;1;;;4;;4;24;142;1;12;3;1;30;6;24;1;11;;9;5;10;;;2\n2020-06-10;;5;4;15;;14;1;;2;51;2;2;2;73;14;4;20;1;1;;;4;63;;1;577;;6;;2;15;7;;;14;1;31;3;14;;20;;3;;;10;13;22;9;;50;19;;39;3;3;;7;4;67;2;5;;32;5;3;3;1;189;5;193;5;2;1;1;1;1;;2;2;2;1;;34;3;;13;2;1;1;2;;;2;;6;24;137;1;8;3;;28;6;28;;12;2;9;6;10;1;;3\n2020-06-11;;7;4;13;;16;;;1;50;3;2;2;71;10;2;22;;1;;;7;66;;1;567;;7;;1;25;7;;;13;;35;3;14;1;21;;3;;;14;15;22;7;;49;15;;39;3;4;;4;6;69;1;5;;32;5;2;6;4;191;2;196;5;3;2;;;1;;5;2;2;2;;34;3;;12;1;2;2;1;;;2;;6;27;132;1;10;3;;31;6;26;;12;;9;6;9;;;1\n2020-06-12;;3;3;19;;17;;;2;58;3;1;2;75;9;2;23;;1;;;8;67;2;1;576;;7;;2;22;5;;;15;;33;3;13;;18;1;3;;;14;13;23;3;1;45;17;;39;2;3;2;6;7;73;1;8;;33;5;2;6;4;198;1;176;3;2;2;1;;1;1;4;1;1;6;;41;3;;13;1;3;1;4;;;6;;5;26;130;1;13;3;;26;5;23;1;10;;13;8;8;;2;2\n2020-06-13;;2;3;19;;18;;;2;52;3;1;3;73;11;2;22;;1;;;6;67;1;;582;;8;1;4;15;3;;;16;1;30;2;15;;19;;3;;;11;13;19;7;2;54;12;;36;1;3;;7;4;69;;9;;32;5;2;9;4;192;2;180;4;3;4;;;1;2;7;1;;5;;37;4;;7;2;3;3;2;;;5;;7;28;127;2;11;3;;28;8;27;1;12;;12;9;10;;2;2\n2020-06-14;;3;3;12;;12;;;2;49;1;1;3;76;9;3;21;;1;;;6;76;;;596;1;7;;5;15;3;;;18;1;31;3;14;;21;;2;;;8;12;13;9;2;61;14;;38;1;3;;5;6;73;;9;;33;4;1;6;4;197;3;184;6;3;3;;;1;2;7;1;1;4;;45;3;;11;2;2;2;3;;;5;;5;28;114;3;11;2;;28;8;28;1;13;1;11;6;11;1;;3\n2020-06-15;;2;4;12;;12;;;2;52;1;2;2;65;8;2;20;;1;;;9;77;1;;598;1;7;;3;27;4;;;19;1;26;2;14;;21;;2;;;8;11;16;7;2;63;19;;31;1;4;;7;7;73;;12;;34;4;1;4;3;200;4;192;5;1;4;;;2;2;9;1;1;4;;39;3;;14;1;2;3;2;;;8;;6;27;113;2;14;2;;27;6;28;1;13;4;13;7;9;;;2\n2020-06-16;;2;3;13;;11;1;;1;53;1;3;4;70;12;2;23;;1;;;8;76;1;;595;1;7;1;4;22;4;;;16;1;25;3;14;;17;;3;;;6;11;16;8;2;66;15;;37;3;4;;5;5;73;;13;;34;4;1;4;3;202;3;188;4;1;3;;;2;;8;;1;5;;42;2;;13;1;2;3;3;;;10;;7;28;111;2;15;2;;29;5;18;1;16;;14;5;8;;;3\n2020-06-17;1;3;4;18;;12;;;1;52;1;3;5;79;12;1;27;;3;;;7;74;2;;614;1;5;;2;15;3;;1;18;1;24;3;13;;18;;2;;;8;10;13;8;3;60;15;;34;3;4;;4;5;88;;10;;35;4;1;3;2;200;3;185;5;;2;;;1;;10;;2;4;;43;4;;11;1;2;3;3;;;8;1;9;29;102;2;13;3;;31;5;20;1;13;1;14;5;8;;;4\n2020-06-18;;1;4;15;;13;;1;1;55;2;2;5;63;13;2;28;;2;;;8;67;2;;606;1;4;;4;20;5;;1;17;1;30;2;13;;20;;2;;;10;10;17;10;3;62;17;;38;2;3;1;5;5;81;;8;;37;4;1;2;3;199;3;195;5;2;3;1;;1;;6;;1;3;;35;2;;14;;2;2;3;;;8;1;7;28;104;2;10;3;;30;6;22;2;16;1;13;6;10;;;3\n2020-06-19;;;3;16;;14;;;1;50;2;2;5;69;11;2;27;;3;;;9;70;1;;589;;4;;4;12;3;;1;23;;32;2;13;;21;;1;;;9;8;14;7;3;60;14;;29;2;3;;3;4;86;1;9;;33;5;2;1;2;200;4;203;4;3;2;;;1;;7;;1;4;;37;3;;11;1;1;1;4;;;7;;5;28;103;2;9;3;1;27;5;31;2;16;1;10;8;8;1;;3\n2020-06-20;;2;4;21;;14;1;;1;52;5;2;;66;16;4;25;;3;;1;8;76;1;;586;;4;;5;13;1;;1;18;1;28;4;14;;24;;1;;;13;9;18;9;2;64;16;;32;1;3;;6;5;81;;10;;34;5;2;2;3;202;4;199;6;3;3;;1;1;;9;;;3;;40;3;;12;2;2;3;2;1;;5;;5;30;105;2;14;2;;27;7;30;1;20;2;8;7;9;;;1\n2020-06-21;;1;3;21;;13;1;;1;51;4;1;;71;16;2;22;;3;;1;7;74;2;;609;;4;;5;25;2;1;1;17;;23;1;13;;21;;1;;;14;9;21;10;2;59;17;;33;1;2;;8;5;78;1;10;;35;5;2;2;2;205;3;208;3;3;3;;1;1;;8;;1;3;;33;2;;13;3;1;2;2;;;8;;6;29;109;3;15;3;1;29;5;28;1;19;1;8;7;6;;1;2\n2020-06-22;;2;3;23;1;14;1;;1;57;3;2;;57;12;2;20;;4;;;9;79;1;;646;;4;;8;16;4;1;1;16;;28;1;13;;23;;;;;12;9;19;10;2;60;14;1;37;1;1;;7;6;76;1;10;;37;5;2;1;3;206;2;200;2;3;3;;;2;;9;;2;2;;31;3;;14;1;1;2;2;;;7;1;7;34;112;4;13;4;1;25;4;29;1;15;;9;7;6;;1;2\n2020-06-23;;;3;21;1;13;2;;1;56;3;2;;60;12;2;13;;2;;1;9;76;1;;602;;4;1;3;18;3;;;11;2;26;2;12;;21;;2;;;13;14;17;9;1;57;11;1;30;1;;;8;4;73;1;12;;33;5;2;1;2;198;2;209;2;4;2;;;2;1;8;;1;4;;33;3;;15;1;2;2;3;;;4;2;6;34;110;5;15;3;;24;7;24;1;13;;10;8;4;1;1;2\n2020-06-24;;2;2;18;;15;2;;1;60;2;2;;66;14;3;15;;2;;;7;72;3;;604;;4;1;1;19;2;;;11;;27;1;10;;22;;1;1;;11;13;19;5;2;64;11;;34;1;;;6;4;79;;12;;39;5;2;1;4;196;4;201;3;2;1;;1;1;2;8;;2;3;;34;4;;11;1;2;4;4;;;6;2;5;34;110;5;15;3;1;27;9;24;;14;1;11;4;5;;2;2\n2020-06-25;;2;2;17;;12;1;;1;58;1;1;;76;14;3;19;;2;;;7;74;3;;608;;6;1;2;17;3;1;;16;;33;3;13;1;21;;2;1;;13;11;22;4;2;61;14;;30;1;;;7;3;79;;13;;45;4;4;2;1;204;5;201;5;3;2;;;1;1;10;;1;4;;32;3;;15;;3;3;5;;;7;2;4;34;118;5;12;4;;28;7;22;;12;3;12;4;6;;3;3\n2020-06-26;;;5;15;;12;1;;2;62;1;1;1;78;10;4;20;;3;;;8;70;1;;598;;4;;3;10;1;;;14;;31;1;11;;19;1;3;;;12;11;16;6;1;59;17;;34;1;1;;10;2;76;1;8;;43;6;3;4;3;195;4;192;3;2;;;;1;1;7;;;3;;32;5;;12;;5;4;4;;;10;2;2;34;116;5;13;3;2;27;6;31;;8;3;13;4;4;;3;2\n2020-06-27;;1;2;13;1;14;;;2;55;1;1;;65;13;3;24;;2;;;9;72;;;597;;6;;;15;2;;;16;;31;2;10;1;17;;2;;;9;12;18;8;1;47;17;;30;2;2;;6;2;86;1;9;;42;5;2;2;2;188;3;185;4;3;2;2;;1;1;7;;3;2;;34;5;;14;;2;3;2;;;6;2;7;27;123;5;13;3;;25;9;30;;12;;14;4;4;;3;3\n2020-06-28;;1;3;11;1;8;;1;2;48;1;1;;69;10;3;23;;3;;;9;70;1;;624;;4;;2;14;2;;;12;;29;2;10;;13;;5;;;8;13;18;13;1;54;11;;36;2;1;;8;3;87;;9;;47;5;1;2;1;196;2;192;3;2;3;;;1;1;9;;3;5;;36;3;;18;;2;2;1;;1;6;2;5;33;124;4;18;4;;26;5;25;;9;1;16;3;5;1;1;2\n2020-06-29;;1;2;11;1;10;;;3;55;2;2;1;74;14;4;21;;2;;;9;64;1;;615;;4;;1;19;2;;;11;;31;2;11;;16;;1;1;;7;11;17;8;1;52;17;2;36;2;1;;12;2;73;2;8;;43;4;1;2;2;191;3;183;3;2;4;;;1;2;12;;5;6;;38;2;;19;;3;4;1;;;3;2;4;33;125;4;18;4;;26;5;29;1;13;;14;3;6;1;3;2\n2020-06-30;;1;2;18;;13;;;2;47;1;2;;75;7;4;21;;3;;;7;59;2;;630;;3;1;3;17;2;;;13;;36;4;11;;14;;2;1;;10;12;15;6;;49;17;2;34;2;1;;9;2;68;;7;;39;4;1;2;1;203;3;173;4;2;3;;;1;1;12;;4;7;;34;;;17;;3;5;1;;;2;2;2;29;132;5;14;4;2;29;7;29;1;12;;11;3;9;;4;2\n2020-07-01;;2;3;14;1;13;;;2;46;1;3;;72;8;4;18;;3;;;8;65;1;;624;;3;2;5;11;2;;;13;;30;4;9;;9;;3;;;11;11;12;7;;47;14;;27;2;;2;6;1;68;;5;;35;3;1;5;1;197;2;181;5;2;1;;;1;;10;;2;7;;36;1;;13;;2;8;3;;;3;2;3;31;126;5;13;4;;23;6;28;2;10;;10;2;8;;4;1\n2020-07-02;;1;2;11;1;12;1;;;44;1;1;;76;8;3;19;;3;;;7;65;1;;602;;4;;2;14;1;1;;17;;25;4;9;;8;;3;;;9;11;13;7;1;56;14;;24;1;2;;3;;60;;4;;33;2;1;3;1;190;2;176;4;4;1;;;1;;11;;3;5;;42;2;;13;1;;5;3;;;3;2;2;31;123;5;13;4;;25;3;22;3;9;;11;4;8;;3;3\n2020-07-03;;2;2;13;;14;;;1;51;;1;1;75;8;2;22;1;3;;;7;65;1;;610;;5;;2;11;1;;;17;;27;1;10;;9;;1;;;10;9;18;10;2;55;16;;32;1;3;1;6;;63;;4;;25;3;1;4;2;204;2;159;5;3;2;;;1;1;12;;2;5;;36;1;;16;1;1;5;2;;;6;2;2;36;116;5;16;4;1;23;4;22;2;12;1;10;5;7;1;1;4\n2020-07-04;;1;3;16;1;13;;1;1;43;1;1;1;72;7;3;23;;2;;;8;63;1;;633;;5;;3;7;3;;;18;;25;2;10;;6;1;2;;;7;10;19;8;1;59;18;1;33;1;3;1;5;;70;1;6;;22;3;1;3;2;191;2;170;5;4;1;;;;1;12;1;2;5;;37;;;16;2;1;5;2;;;6;2;2;35;112;5;15;4;;21;3;26;2;10;1;10;5;8;1;1;2\n2020-07-05;;3;3;16;1;10;1;;1;53;1;1;2;86;9;2;21;;4;;;12;62;2;;639;;3;;4;12;3;;;19;1;30;4;8;;8;;1;;;7;10;19;8;;54;13;2;31;1;3;;5;1;68;;7;;22;3;1;4;1;197;1;160;4;2;2;;;;;10;;1;5;;34;;;15;1;1;6;2;;;5;2;3;32;112;6;12;4;;24;5;15;1;10;1;8;4;4;1;1;3\n2020-07-06;;4;3;17;1;9;;;1;54;2;1;2;78;9;2;20;;3;;2;10;57;5;;634;;3;;5;20;4;1;;20;1;26;3;11;;10;1;1;;;9;10;15;11;;49;15;2;38;1;3;;4;1;62;1;9;1;22;3;2;3;2;198;2;164;5;2;2;1;;;;10;;2;4;;32;;;11;1;1;4;2;;;4;2;3;35;112;6;10;4;;26;6;13;;12;2;7;4;3;;3;4\n2020-07-07;1;3;1;13;1;6;1;;2;52;3;1;1;78;8;4;21;;2;;1;9;55;2;;637;;4;;2;14;3;1;;21;1;25;2;10;;8;;2;;;10;8;17;11;1;52;13;1;39;1;2;;8;;74;;9;;20;3;1;2;1;196;3;154;4;2;1;;;;;10;;2;4;;39;;;14;2;2;5;2;;;5;2;5;31;110;5;11;4;1;27;6;14;;14;1;6;6;4;;2;2\n2020-07-08;1;;1;16;1;7;;;2;46;2;2;3;72;9;4;25;1;2;;;8;59;2;;613;;7;1;1;11;4;;;22;1;23;1;9;;5;1;1;;;8;7;17;14;1;52;13;1;30;1;1;;6;;73;;10;;22;3;2;2;;197;3;162;3;2;;;;;;15;1;3;3;;39;;;14;2;2;5;2;;;6;2;4;31;111;6;6;3;;30;7;14;;11;;7;6;4;;2;2\n2020-07-09;;;1;19;1;7;;;1;57;3;1;4;74;12;3;25;1;2;;;8;69;3;;635;;7;;4;16;4;;;18;1;31;1;8;;5;;1;;;7;7;15;12;1;58;13;;28;1;;1;7;;78;;7;;18;3;1;1;;204;4;161;3;5;1;1;;;;12;;1;5;;35;;;12;2;;5;3;;1;4;2;6;32;113;6;11;2;;32;4;20;;10;;6;7;8;;3;2\n2020-07-10;;3;1;11;1;6;;;;57;4;2;2;77;16;3;24;1;2;;;6;67;1;;615;;6;;3;19;2;;;17;;35;3;8;;4;;1;;;8;8;16;9;3;59;15;;32;1;;1;4;1;66;;6;;20;3;1;2;;204;5;160;2;4;3;;1;;;14;;1;5;;34;;;8;3;;5;4;;;6;2;6;39;113;5;17;2;;31;4;24;;9;;5;8;4;;3;3\n2020-07-11;;1;1;14;;6;1;1;1;48;2;2;3;83;17;3;20;1;2;;;7;73;1;;608;;5;;3;21;2;;;17;1;26;1;10;;5;;1;;;8;7;15;8;1;50;15;;40;1;;;3;;71;;6;;19;1;;2;;200;1;164;2;3;3;1;1;1;1;12;;4;4;;33;2;;10;2;;6;4;;;7;2;9;34;122;6;12;2;;34;2;27;;8;2;6;6;4;;3;4\n2020-07-12;;1;4;16;;7;1;;;54;2;2;3;82;16;3;16;;2;;;8;58;1;;612;;6;;4;18;2;;;13;1;33;2;10;;5;;1;;;10;7;17;11;1;49;16;1;44;1;;;7;;75;;6;;26;2;1;4;;196;2;167;1;2;4;;2;1;1;13;;2;3;;36;;;9;2;;7;3;;;7;2;4;32;122;6;14;3;;31;2;28;1;11;2;5;4;4;;3;3\n2020-07-13;1;1;3;13;1;4;1;;;59;1;2;2;76;12;2;18;;2;;;7;64;;;620;;5;;2;22;2;;;15;;34;4;11;;3;;1;;;7;7;18;12;1;52;24;;41;;2;1;10;;75;;6;;28;1;1;3;2;203;3;167;1;3;2;;2;1;1;16;;2;3;;34;;;12;3;;7;4;;;7;3;8;32;129;4;9;3;1;31;6;27;;12;1;9;1;5;;2;2\n2020-07-14;;1;2;9;;5;1;;1;44;2;2;2;69;9;5;18;;2;;1;9;70;1;;580;;3;;3;18;2;;;15;;31;3;10;;3;1;1;;;8;6;16;10;;44;23;;33;;2;1;10;;66;;6;;28;1;1;4;1;196;2;164;2;2;3;;2;;;15;;4;4;;33;;;15;1;;9;3;;;8;2;6;31;126;4;13;2;;33;5;19;;11;1;5;1;5;;2;2\n2020-07-15;;2;1;15;;4;;1;;45;1;2;1;71;12;3;21;;2;;;10;66;1;;582;;4;;4;24;1;;;16;;34;2;11;1;3;;1;;;4;4;16;9;;57;19;;37;;;;10;;75;;5;;30;1;3;3;1;193;4;167;3;3;3;;2;;;16;;4;3;;30;;;12;1;;7;3;;;6;3;8;27;120;5;14;3;;32;6;16;;10;1;4;1;6;;1;3\n2020-07-16;;1;3;20;;4;;;;52;1;3;1;64;13;4;23;;2;;;8;61;4;;573;;3;;4;21;1;;;16;1;30;3;10;;5;1;;;;4;4;16;11;;57;22;;30;1;;;6;;80;;5;;29;1;2;;2;194;3;186;5;2;5;;3;;1;12;1;2;2;;30;;;9;1;2;7;3;;;5;3;9;32;123;5;13;3;;32;5;21;3;14;2;5;4;4;1;;3\n2020-07-17;;1;4;16;;3;;;;44;2;1;2;75;11;4;19;;2;;;9;64;1;;590;;5;1;2;20;;;;16;1;33;3;10;;6;1;2;1;;6;4;19;11;1;49;29;;32;1;2;;8;1;83;1;2;;30;2;2;1;4;194;2;192;6;2;6;1;3;;1;15;;4;2;;25;;;9;1;;4;4;;;4;3;7;29;132;5;14;3;;35;9;21;2;9;2;6;4;5;;1;5\n2020-07-18;;1;3;18;;3;;1;;39;1;1;2;69;9;3;19;;2;;;6;63;1;;593;;5;;4;18;;;;19;;24;2;10;;4;;1;;;11;5;17;14;;47;27;;35;;2;;4;;92;1;3;;33;2;2;1;4;182;;207;4;2;6;1;3;;1;12;;2;1;;31;;;8;1;1;3;4;;;6;2;7;29;139;6;13;3;;37;8;24;1;11;1;5;4;6;;;5\n2020-07-19;;3;5;19;;3;;;;45;2;1;1;72;9;5;19;;3;;;6;63;2;;634;;5;;7;17;;;;16;;21;5;9;;8;;1;;;5;5;16;12;1;45;27;;44;3;1;;9;;81;1;4;;29;2;1;3;3;181;;207;7;2;4;1;2;1;1;12;;1;2;;28;;;8;1;;5;3;;;3;2;7;36;147;5;14;2;1;28;9;20;;14;1;5;4;6;;2;3\n2020-07-20;1;1;4;16;;1;;;1;50;2;1;1;71;7;4;19;;3;;;7;74;1;;620;;3;;5;24;;;;22;1;19;4;9;;11;;2;;;7;8;16;12;;49;32;;38;2;1;1;5;;76;1;4;;26;2;1;2;2;185;2;195;4;1;2;1;2;1;;13;1;1;2;;34;;;7;1;;5;4;;;4;2;7;36;144;4;13;2;;24;15;21;1;11;2;4;7;6;;2;4\n2020-07-21;;1;4;13;;1;;;;47;3;1;1;63;8;3;18;1;3;;1;4;74;2;;606;;4;;3;20;1;;;18;;17;1;10;;9;;3;;;9;4;12;14;;46;29;;38;3;;1;8;;76;2;5;;30;3;1;2;2;176;1;186;3;;5;2;2;1;;13;1;1;;;28;1;;12;;;5;6;;;5;2;5;31;133;5;14;2;;22;15;27;;7;2;2;7;7;1;2;5\n2020-07-22;;3;4;14;;2;;;2;53;2;1;2;71;12;2;16;1;2;;1;4;67;1;;611;;5;;6;15;1;;;13;1;27;1;9;;7;;2;;;10;4;16;12;;49;24;;38;1;;;6;;71;1;5;;35;3;;1;1;175;;192;4;2;2;;2;1;;13;1;2;;;24;;;11;;;4;5;;;6;2;4;30;135;6;13;1;;24;14;22;;13;3;3;6;5;;1;4\n2020-07-23;;2;5;17;;5;1;;;48;4;1;;81;11;3;15;;4;;;4;65;1;;604;;2;;4;23;;;;18;;29;2;9;;9;;1;;;9;6;14;10;1;48;24;;35;;;1;9;;72;2;5;;31;3;1;4;3;176;1;205;6;1;2;1;2;1;;13;1;1;1;;25;2;;11;;;3;4;1;;3;2;5;28;128;6;16;3;1;28;12;21;;12;1;4;7;6;;2;6\n2020-07-24;;3;2;17;1;4;;1;;54;3;1;;86;8;3;16;;4;;;4;78;1;;596;;2;1;2;24;1;;;15;;20;3;8;;9;;3;;;8;8;12;11;3;52;22;;34;;;1;8;1;70;1;8;;32;3;1;4;3;180;;210;3;;3;;4;1;1;15;;2;4;;23;4;;13;2;;4;2;;;4;2;5;31;146;6;11;4;;30;10;21;1;14;;5;6;7;;;4\n2020-07-25;;2;2;17;1;6;;;;52;2;1;1;82;10;2;18;;4;;;4;77;2;;602;;3;1;1;29;;;;16;;20;2;8;;6;;5;;;13;5;16;12;1;54;23;1;37;1;;;9;1;79;1;8;;28;3;1;2;2;166;;200;3;;1;2;3;1;2;16;;3;2;;21;3;;11;1;;2;2;;;4;2;2;25;149;4;11;3;1;26;10;24;;16;1;4;4;3;1;;4\n2020-07-26;;2;2;15;1;4;;;1;64;2;1;;88;12;3;19;;3;;;4;72;1;;600;;8;1;1;25;1;1;;15;1;25;3;8;;8;;5;;;11;4;15;9;1;54;24;1;36;1;;;12;1;79;;8;;31;3;1;2;1;163;;197;4;5;1;2;2;2;1;15;1;1;2;;23;1;;10;2;;1;2;;;4;2;2;24;152;2;13;3;1;27;8;26;2;19;1;3;4;6;;;4\n2020-07-27;;1;1;16;;4;;;1;51;2;1;;81;8;1;20;;2;;;5;62;2;;588;;6;1;2;27;1;1;;13;;26;4;9;;4;;4;1;;12;5;17;7;2;55;28;1;36;;;1;9;1;89;2;10;;33;3;2;2;1;173;;201;3;5;2;2;2;1;;16;;;3;;23;2;1;10;1;1;3;2;;;5;2;2;25;151;3;16;3;;26;11;29;1;13;3;3;2;4;;2;4\n2020-07-28;;1;2;16;;5;;;;48;3;2;;79;12;2;17;1;2;;;3;67;2;;559;;3;1;3;25;1;1;;12;1;26;2;9;;9;;5;;;13;5;14;7;2;59;26;1;42;;1;2;11;1;78;;8;;31;3;2;4;1;173;1;205;3;4;2;3;2;1;;15;;;4;;22;4;;14;1;1;2;3;;;3;2;2;25;143;3;15;3;;25;9;29;1;15;1;2;2;4;;;2\n2020-07-29;;2;3;14;1;4;;;;44;4;2;;74;13;2;17;1;4;;;5;58;;;578;;4;;1;25;;;;13;;25;2;7;;8;;4;1;;9;7;16;3;1;50;26;;37;1;2;2;11;;78;;6;;31;3;1;4;2;175;1;199;2;4;3;4;2;1;;14;;;2;;26;2;;13;;1;2;4;1;;2;2;2;22;131;2;12;3;;24;9;21;2;9;2;4;5;4;;;2\n2020-07-30;;2;2;13;1;3;;;;44;2;1;2;73;13;1;18;;5;;;5;62;1;;567;;4;;1;31;;1;;14;;26;1;7;;8;1;3;;;8;5;13;6;;47;24;;35;2;4;;10;;76;;9;;36;4;2;;2;179;2;207;2;8;4;2;1;;1;13;;;3;;14;4;;12;;1;1;3;;;2;2;1;24;125;4;15;3;;24;12;19;3;11;3;5;6;3;1;1;2\n2020-07-31;;3;1;13;2;4;;;;37;1;1;1;80;8;1;21;;4;;1;4;61;;;586;;4;1;5;27;;1;;16;;29;1;7;;7;1;3;;;12;4;14;5;;50;23;;38;1;3;;11;1;82;;11;;34;5;2;1;2;190;3;205;2;6;4;2;1;;1;15;;2;4;;22;4;;10;;;5;2;;;3;2;1;24;126;5;17;3;;21;10;23;2;14;2;3;9;3;1;;1\n2020-08-01;;4;3;12;1;4;;;;37;1;1;;72;11;1;20;;5;;;3;70;;;602;;4;;3;22;1;;;16;;26;1;8;1;4;;3;;;10;3;14;5;;48;20;1;37;1;4;;8;1;75;;11;1;29;6;2;3;2;196;3;200;4;4;2;2;;1;1;13;;2;4;;22;3;;8;2;1;2;4;;;3;2;4;20;136;5;11;3;;20;10;23;3;10;3;4;9;3;1;2;1\n2020-08-02;;4;1;11;1;5;;1;;39;2;1;;82;13;1;16;;4;;;4;63;;;606;;4;;2;24;1;;;12;;29;2;9;;6;;5;;;10;4;15;3;;45;22;1;32;1;4;1;4;1;82;;10;;29;6;2;4;3;202;5;192;2;4;2;1;;;1;14;;2;2;;27;2;;9;1;2;1;4;;;4;2;2;23;120;6;11;3;1;20;14;21;1;14;3;5;8;6;1;1;2\n2020-08-03;;2;2;11;2;3;;;;38;2;1;;79;14;1;17;;4;;;4;49;1;;589;;3;;3;19;;1;;14;;19;3;10;;7;2;6;;;11;6;17;5;;54;30;;32;;3;;8;2;86;;10;;28;5;2;2;3;193;1;192;2;4;4;;;;;13;;2;2;;38;2;;10;2;3;1;4;;;3;2;4;24;122;6;10;2;;25;14;19;;11;2;6;7;7;1;1;2\n2020-08-04;;2;2;15;1;4;;;;40;4;1;;79;11;3;18;;4;;;4;53;1;;588;;4;;3;27;;;;11;;29;1;7;1;4;;5;;;8;5;14;5;1;56;27;;34;;3;;8;1;95;1;10;;27;5;2;4;5;190;2;177;1;5;2;;;;;12;;;2;;31;3;;8;;2;3;4;;;5;2;2;25;112;7;11;2;2;26;12;30;;6;3;2;3;8;1;2;3\n2020-08-05;1;2;2;18;1;5;;;;51;2;1;;85;6;3;17;;3;;1;4;52;2;;609;;4;1;2;23;1;;;13;;23;1;8;;8;1;5;;;8;6;16;4;;53;25;;34;;;;7;3;100;;14;;23;5;2;3;5;186;3;183;3;5;3;;;;;15;;3;1;;29;3;;11;;1;3;3;;;4;2;6;26;106;9;11;2;;25;11;26;1;11;2;1;2;6;1;1;4\n2020-08-06;;;2;19;1;5;;;1;44;;1;1;74;6;2;23;;3;;;5;60;2;;617;1;6;;;25;1;;;9;;23;1;10;1;7;1;3;;;6;6;17;8;;53;21;;35;1;;;9;1;104;1;10;;21;4;2;5;4;186;3;185;4;4;1;;;;;14;;1;1;;28;4;;8;1;1;;3;;;2;2;6;27;100;9;8;2;;21;12;29;1;11;2;1;4;6;1;;3\n2020-08-07;;;5;16;1;5;;;1;46;1;1;;64;5;3;20;;2;;;4;63;1;;646;1;5;;5;16;3;;;6;1;33;1;11;;10;2;4;;;10;3;16;3;;47;23;;32;2;2;;8;1;102;;10;;24;4;4;3;4;192;3;191;3;4;1;1;;1;2;15;;2;2;;30;3;;5;2;1;;3;1;;5;4;8;29;101;8;7;2;1;22;15;29;2;15;3;2;2;5;1;3;3\n2020-08-08;1;1;3;18;1;5;;;1;41;1;2;;74;5;3;22;;2;;;5;60;2;;650;1;5;;3;18;1;;;11;;34;1;6;;9;2;4;;;8;1;16;5;;44;13;;32;2;1;;9;1;109;;12;;28;4;2;3;4;190;1;199;3;3;1;;1;1;2;15;;1;1;;29;3;;7;1;2;;3;;;5;3;6;31;103;8;10;2;1;24;14;20;3;12;2;2;1;6;1;3;3\n2020-08-09;;2;5;17;;7;1;;1;47;;1;;79;5;3;19;;2;;;5;60;2;;613;;3;1;6;18;1;;;10;;24;1;5;;11;2;3;;;9;1;12;4;1;48;16;;32;2;1;;9;1;111;;11;;32;4;2;1;3;177;3;203;3;2;3;;;;1;16;;3;;;21;1;;9;1;2;2;3;;;5;2;9;28;113;6;8;2;;24;13;21;3;11;1;4;3;5;1;2;3\n2020-08-10;;2;4;17;;10;2;;2;53;1;1;;86;9;2;18;;2;;;5;58;1;;611;;3;1;1;11;2;;;17;1;27;;4;;3;4;2;1;;7;1;11;8;1;45;18;;37;3;;;10;1;95;2;11;;32;4;2;2;4;182;3;199;2;2;2;;;;3;13;;4;;;32;4;;7;1;2;1;2;;;3;2;7;28;118;5;13;2;1;21;15;30;2;16;1;3;4;7;1;1;3\n2020-08-11;;2;5;22;;12;2;;3;45;1;2;;66;7;4;24;;3;;;4;62;2;;623;;4;;3;16;2;;;19;2;22;;4;;3;1;3;;;8;3;12;8;;43;16;;35;4;1;1;10;3;112;;8;;27;4;2;3;4;184;2;205;2;5;3;1;;;2;15;;1;;;32;1;;6;3;2;1;1;;;4;2;3;22;116;6;10;4;;25;12;25;2;13;1;2;4;7;1;4;4\n2020-08-12;;5;4;17;1;10;2;2;3;51;;2;;74;6;3;24;;4;;;3;62;1;;608;;4;;2;19;;1;;17;1;24;1;5;;2;1;3;;;6;3;14;3;1;49;22;;25;3;1;;7;3;106;1;8;;30;3;2;;4;191;1;198;1;6;2;2;1;1;1;14;;1;1;;30;2;;8;1;3;1;1;;;5;3;5;23;101;7;7;4;1;23;13;22;2;10;1;4;4;5;1;3;5\n2020-08-13;;4;4;18;;9;2;;4;52;2;2;;80;7;1;22;;3;;;3;60;;;598;;2;;3;20;;1;;14;1;24;1;7;;4;1;3;;;8;1;13;7;1;51;22;;22;2;1;1;8;3;102;;8;;27;3;2;4;3;189;1;203;3;3;1;1;1;1;;13;;5;;;33;1;;10;;2;;1;;;6;2;3;21;103;7;10;3;1;19;13;19;3;9;;2;2;6;1;2;4\n2020-08-14;1;;2;19;;8;2;;2;54;3;2;2;71;10;1;24;;2;;1;5;63;;;612;;3;;3;17;;;;9;1;24;1;6;;8;1;2;;;8;1;11;6;1;44;24;;36;2;2;;5;3;110;;8;;26;3;2;3;5;193;2;193;3;1;4;1;;;;11;;4;;;35;4;;9;;2;2;1;;;7;4;5;22;110;7;11;3;2;17;14;17;1;10;2;2;4;7;2;4;3\n2020-08-15;1;1;2;20;;9;2;;2;58;;2;2;65;10;2;24;;2;;1;4;61;;;637;;5;;2;15;;;;13;;30;2;7;;8;1;2;;;8;4;13;11;;50;18;1;33;2;3;1;4;2;117;;9;;23;3;;4;5;181;2;187;4;2;3;1;;;;12;;3;;;31;3;;12;;2;2;2;;;9;3;6;21;103;7;13;2;;21;14;20;1;11;2;3;6;7;2;1;3\n2020-08-16;1;5;2;19;1;9;2;;;52;3;2;2;78;12;2;25;1;1;;;5;68;;;660;;4;;1;15;;;;14;1;23;1;9;;7;1;1;;;7;4;14;8;2;46;24;;34;2;1;;5;3;121;2;11;;27;2;1;4;5;189;3;183;4;2;3;;;1;;12;;3;;;28;2;;16;1;2;1;2;;;5;2;8;27;110;7;13;3;;18;11;26;;12;;2;5;6;;1;3\n2020-08-17;1;4;5;19;1;7;2;;;58;5;1;;64;6;2;25;;1;;;6;77;;;669;;4;;4;19;1;1;;14;1;23;2;8;;6;1;3;;;7;4;11;4;1;46;23;;23;1;2;;8;2;112;2;13;;23;3;1;4;5;198;3;187;5;3;2;;;1;;12;;1;2;;27;2;;16;2;2;2;4;;1;7;2;5;25;109;9;15;4;;18;11;30;;12;1;4;4;5;;3;3\n2020-08-18;1;3;6;18;;5;2;;1;54;2;1;;68;6;1;23;;1;;;3;78;;;703;;6;;3;16;;1;;14;1;28;3;10;;6;1;2;;;7;5;10;7;1;52;19;2;19;2;3;;7;3;105;1;14;;23;3;2;7;6;201;4;185;4;7;1;;;;;11;;1;2;;24;1;;8;;3;2;3;;1;7;3;4;22;108;8;19;4;1;22;10;28;;14;1;3;4;6;;4;3\n2020-08-19;1;3;8;18;;5;1;;;50;2;1;;68;11;1;21;;2;;1;3;58;;;700;;6;1;2;18;;;;18;3;25;3;9;;11;;1;1;;7;5;14;6;;58;23;2;25;1;1;;11;2;101;1;16;;25;1;2;5;2;188;4;199;5;4;1;;1;;;12;;1;2;;31;2;;9;;2;1;2;;1;8;2;8;25;109;8;15;5;;19;13;27;1;10;1;3;6;3;;2;3\n2020-08-20;3;2;6;18;;3;1;;;50;2;1;;79;8;1;21;;1;;;2;54;3;;715;;5;1;3;20;;;;15;1;26;1;7;;10;;2;;;7;2;13;7;;54;25;2;27;1;1;;10;5;102;2;14;;26;1;3;6;1;198;1;197;5;3;;;1;;1;11;1;1;2;;30;2;;10;;1;1;2;;1;8;2;13;24;111;8;19;5;;21;12;28;2;15;2;4;5;7;;2;4\n2020-08-21;2;1;4;16;;3;1;;1;49;1;1;;76;8;3;18;;1;;;2;52;1;;688;;5;;4;21;1;;;17;1;28;1;7;;9;;2;;;6;7;16;4;1;59;24;1;30;1;3;;9;3;102;2;15;1;31;1;1;4;2;186;1;201;5;3;;1;1;;2;12;;3;1;;37;1;;8;1;2;2;2;;1;5;2;9;25;112;8;14;5;1;19;10;30;3;12;1;2;5;9;1;1;5\n2020-08-22;1;2;4;17;1;3;2;;2;47;2;1;;71;7;1;20;;;;;6;63;;;646;;4;;2;22;;;;18;1;28;2;6;;7;;2;;;8;5;19;6;;59;19;1;31;1;4;;11;3;99;1;13;;28;1;1;3;3;183;;188;6;3;;;1;;2;12;;4;1;;34;1;;10;1;1;;4;;;5;1;7;24;101;11;14;5;;24;13;20;3;12;4;1;4;9;;3;3\n2020-08-23;2;3;6;17;;2;2;;1;41;3;1;2;68;8;1;21;;1;;2;4;62;1;;682;;3;;1;21;1;;;17;;25;2;7;1;7;;1;;;8;6;20;6;;59;18;2;34;1;3;;9;2;103;1;13;;26;1;1;2;2;188;1;197;6;3;1;1;1;;1;14;;5;3;;27;1;;8;2;2;;3;;;4;2;7;29;101;10;14;4;;20;13;24;1;9;2;1;6;6;;2;5\n2020-08-24;1;3;6;16;;5;1;1;1;50;5;1;2;60;10;2;20;1;1;;1;4;55;1;;621;;4;;2;15;1;;;18;;32;1;5;1;9;1;1;;;11;5;21;5;2;57;20;1;32;2;;;7;4;112;1;13;;30;1;1;2;2;184;2;211;2;2;2;;;;;15;;3;3;;24;;;9;2;1;1;4;;;6;3;7;29;118;8;13;4;1;22;11;23;;9;;3;8;12;;3;4\n2020-08-25;1;5;5;16;;6;1;;2;50;2;1;1;69;7;2;22;;1;;;3;61;;;648;;4;1;1;21;1;;;18;;30;3;5;;7;1;1;;;10;5;17;5;;60;20;1;29;2;;;5;5;98;1;14;;30;2;1;2;2;185;3;220;2;;3;;;;;12;;2;3;;13;1;;6;3;;1;4;;;5;3;7;27;99;8;13;4;;16;8;24;;6;1;1;9;8;;2;2\n2020-08-26;1;2;6;15;;6;1;;2;50;2;1;2;71;11;1;20;;;;;1;68;;;631;;5;;1;16;1;;;10;;31;4;5;;11;;4;1;;14;5;12;6;1;54;17;1;29;2;;;10;5;120;;10;;30;2;1;1;1;195;2;210;5;1;3;1;;;1;13;1;2;2;;26;2;;8;2;;1;2;;;5;3;7;33;116;9;19;4;;18;9;23;1;10;;2;11;4;;2;3\n2020-08-27;1;3;6;11;;7;1;;4;63;1;2;2;79;8;2;18;;1;;;3;92;;;615;;4;2;2;16;1;;;8;;25;2;7;;10;;4;;;15;1;14;3;1;60;20;1;30;1;1;;8;4;119;;10;;35;3;;;1;198;2;183;3;1;4;;;;1;15;;1;2;;22;1;;6;1;3;1;3;;;6;2;6;30;108;9;18;3;;13;7;21;1;8;3;1;8;5;1;4;3\n2020-08-28;1;3;5;14;;5;1;;4;71;1;1;1;76;10;2;19;;1;;;4;67;1;;669;1;4;1;3;17;2;;;9;;27;3;7;;10;;5;1;;9;1;14;5;;59;14;1;29;3;;1;7;4;129;;10;;27;3;1;1;1;196;1;183;3;2;3;;;;1;15;;;2;;23;;;4;1;2;1;1;;;8;1;6;31;111;10;18;3;;16;8;21;1;5;3;4;9;6;;4;4\n2020-08-29;1;3;8;15;;7;1;1;4;56;1;2;1;74;11;4;19;1;1;;;3;63;;;705;1;3;2;3;15;4;;;13;;27;3;9;;10;1;3;;;15;3;8;6;;61;15;1;34;2;;;8;3;119;1;12;;30;3;;5;1;195;2;179;3;;2;;;;;14;;;2;;21;2;;3;1;1;2;2;;;6;1;4;24;121;10;13;3;1;15;4;16;;7;4;3;7;5;;2;3\n2020-08-30;1;6;4;15;;8;2;;4;57;2;2;1;78;14;3;17;1;1;;;4;53;1;;699;1;4;1;4;12;2;;;14;;33;3;9;;9;;2;;;11;2;8;3;;55;16;1;27;2;;;11;3;107;;14;;32;3;;6;1;181;3;175;3;1;1;;;;1;12;;;2;;28;3;;6;4;;1;2;;;8;1;5;23;125;10;14;3;;15;5;16;;5;2;2;8;7;;2;2\n2020-08-31;1;7;5;22;;6;2;;4;57;2;3;2;80;15;4;15;;2;;;4;49;2;;696;1;5;1;7;16;2;;;12;;31;2;9;;12;;4;;;10;3;10;5;1;47;17;1;35;4;1;;9;3;106;;11;;27;3;1;4;2;173;2;185;3;1;1;2;;1;1;11;;2;2;;25;2;;8;4;;3;1;;;10;1;3;22;118;9;13;2;;17;5;16;;15;3;1;10;11;;1;1\n2020-09-01;1;8;4;21;;6;1;;3;50;1;2;1;78;8;3;13;;2;;;5;51;1;;670;1;7;1;4;16;2;;;10;;30;4;8;;16;;4;;;6;7;8;5;;58;20;1;43;3;;1;13;5;106;;12;;25;3;1;4;3;174;1;186;2;1;;2;;2;1;13;;1;2;;23;3;;4;4;1;1;2;;;8;1;3;31;109;8;14;2;;18;3;18;;8;2;;9;4;;;1\n2020-09-02;1;7;3;21;;5;;1;3;53;1;3;2;72;10;2;13;;2;;1;3;52;1;;617;1;8;1;5;8;2;;;11;;32;3;7;;15;;6;;;7;8;13;7;;57;13;;48;3;2;;9;4;102;;11;;29;3;;6;3;176;1;188;3;1;;;;1;1;9;;;1;;23;3;;6;4;;;1;;;8;1;6;31;116;8;14;2;1;23;5;20;;6;4;1;9;2;;2;2\n2020-09-03;;8;3;20;;4;;;2;61;2;2;2;76;5;3;16;;2;;;6;65;1;;598;2;9;3;1;9;2;;;8;;27;2;5;;12;;6;;;11;6;13;5;2;54;17;;35;3;;;13;4;109;;12;;29;3;;4;2;189;2;184;3;1;1;;;1;1;8;;;1;;24;3;;6;3;4;;1;;;10;2;5;25;112;8;18;2;3;20;7;23;;7;3;;10;5;1;2;2\n2020-09-04;;5;3;17;;7;;;2;62;3;2;2;79;7;2;15;;2;;;5;68;1;;592;2;8;1;3;7;1;1;;10;;26;3;7;;10;;4;;;14;4;11;9;;56;13;;36;2;;1;13;3;118;1;10;;29;3;1;5;2;183;2;185;4;2;2;1;;1;1;7;;1;1;;20;4;;6;2;2;1;1;;;13;1;3;27;109;9;15;2;;16;5;22;2;13;2;;5;7;;1;3\n2020-09-05;;7;2;14;;4;;;3;64;1;3;2;79;10;2;19;;1;;;6;50;1;;632;1;8;1;4;17;;1;;8;;29;3;8;;10;;4;;;11;6;13;8;2;58;18;;32;2;1;;14;3;107;1;10;;34;3;1;3;2;176;;181;2;1;3;1;;;2;7;;2;;;20;3;;9;1;1;1;2;;;11;1;4;24;103;8;15;2;;20;6;19;;9;1;2;4;7;;;3\n2020-09-06;;11;3;15;;5;1;;3;64;1;3;1;80;13;2;19;;1;;;6;44;;;625;1;8;;4;12;;;;7;2;35;2;7;;9;;2;;;11;5;12;6;2;52;18;;33;2;2;;13;4;111;2;11;;37;3;2;5;3;169;3;179;2;1;4;1;1;;2;10;;2;;;24;2;;6;1;1;1;1;;;10;1;3;22;105;8;17;2;;21;9;26;1;11;1;1;7;6;;;2\n2020-09-07;;7;3;10;;5;;;3;59;1;2;1;73;11;1;20;;2;;;4;55;1;;597;;8;;1;18;1;;;9;;34;2;9;;10;;3;;;7;4;14;5;1;56;17;;33;2;1;;16;2;114;1;9;;32;3;2;2;2;173;1;173;2;3;1;2;;;1;11;1;4;;;18;1;;9;1;1;1;2;;;9;2;2;23;99;8;15;2;1;23;11;28;1;15;2;1;9;4;;2;2\n2020-09-08;;4;2;18;;4;;;3;53;2;1;1;93;8;1;23;;1;;;5;78;1;;606;;3;;1;10;;;;9;1;29;3;8;;12;;5;;;8;3;15;4;;59;16;;39;1;1;;17;2;101;2;9;;27;3;2;4;2;164;3;175;4;2;3;;;;2;10;;1;;1;15;;;3;1;1;;;;;9;1;1;27;92;7;16;2;1;18;10;22;1;13;5;4;7;5;;2;2\n2020-09-09;1;5;4;19;;4;2;;2;63;1;1;1;95;15;2;22;;2;;1;4;56;3;;615;;1;1;;9;1;;;8;;23;3;8;1;9;;5;;;10;3;13;2;;58;14;;44;1;;1;11;1;97;1;10;;26;3;2;5;3;165;1;170;5;2;1;1;;1;2;10;;3;1;;17;;;7;1;2;2;1;;;8;1;4;28;93;6;9;2;;22;7;25;;11;4;3;6;5;1;2;4\n2020-09-10;1;3;3;19;;2;1;;3;66;;1;1;84;12;1;21;;2;;;4;63;2;;619;;4;;1;16;;;;7;2;21;3;8;;7;;6;;;13;4;12;6;1;49;14;;39;3;1;;9;1;94;1;9;;29;3;2;4;2;154;;174;4;4;2;;;1;2;12;;3;1;;15;1;;8;1;2;2;2;;;8;1;5;24;87;6;13;3;;19;7;29;;17;2;5;10;6;1;2;3\n2020-09-11;;5;2;9;;3;1;1;3;58;1;1;;81;7;2;17;;3;;;7;65;2;;625;1;5;;2;11;;;;8;1;19;2;7;;11;;7;;;15;3;12;2;;51;12;;36;2;1;1;8;2;103;2;7;;25;3;2;3;1;144;2;171;4;4;;1;;1;3;9;;3;;;22;1;;8;1;1;3;2;;;6;1;4;26;85;6;10;4;1;21;7;34;;16;3;2;6;5;;2;2\n2020-09-12;;2;3;13;;7;2;;3;60;1;;;78;13;1;16;;1;;;6;67;;;617;1;4;;3;9;;;;13;;21;3;7;;13;;6;;;9;4;13;1;;52;12;;35;;1;;7;1;112;1;6;;23;3;2;6;2;140;2;178;6;2;2;;;1;2;13;;1;2;;25;2;;7;1;1;3;2;;;4;1;4;29;93;7;15;5;;18;7;26;;13;3;2;9;8;;1;2\n2020-09-13;;3;2;17;2;6;1;;3;66;1;;;88;15;2;17;;1;;1;4;79;2;;616;1;3;;2;10;2;;;5;;21;3;7;;8;;3;1;;12;5;12;3;1;48;11;;31;;;;14;2;100;2;10;;29;3;1;7;1;148;1;185;4;3;1;1;;1;2;9;;2;1;;25;2;;7;1;1;3;3;;;5;1;4;31;92;7;14;4;;19;7;25;;18;;6;9;4;;1;3\n2020-09-14;;3;3;15;1;8;1;;2;62;1;1;;87;14;2;14;;1;;1;6;79;1;;633;2;4;;2;12;1;;;9;;24;2;6;;10;1;3;;;13;2;14;2;2;45;17;;37;;;;11;2;100;;10;;28;2;1;7;;149;5;175;5;4;2;;;1;1;7;;4;1;;21;1;;8;1;1;3;2;;;8;1;3;31;99;7;16;4;;16;8;23;;14;3;5;7;6;1;;2\n2020-09-15;1;1;3;17;1;8;1;;3;67;;1;1;86;16;1;14;;1;;2;6;73;;;645;1;4;;5;17;1;;;13;;24;2;4;1;12;;3;;;15;4;15;4;2;56;26;;42;1;1;;10;;101;;8;;25;2;1;4;;155;2;176;5;2;2;;2;1;1;8;;5;2;;26;3;;7;1;1;4;1;;;7;1;3;31;105;7;13;4;1;15;8;17;;15;3;7;10;5;;;2\n2020-09-16;;2;2;12;1;4;1;;3;73;;;1;89;14;1;17;;1;;1;5;67;2;;645;1;4;;1;13;1;1;;14;1;26;2;6;;11;;3;;;14;6;11;4;2;54;21;;43;3;1;;9;;101;1;5;;28;2;1;6;1;149;1;171;4;5;2;1;1;1;2;8;;3;2;;23;1;;7;1;;2;2;;;9;1;5;30;103;6;10;4;2;15;8;10;1;14;1;9;9;3;;;3\n2020-09-17;;5;2;10;2;7;1;;3;94;;;;73;14;1;17;;;;;4;63;3;;616;1;4;;2;11;1;1;;14;1;28;2;6;;12;;3;;;13;6;9;11;1;58;13;;44;3;1;;8;;108;1;7;;30;2;1;6;3;147;2;174;3;3;2;;1;1;3;8;;1;2;;18;;;6;;;1;2;;;8;1;5;31;111;6;7;4;;18;10;17;1;11;1;8;6;5;;;2\n2020-09-18;;4;5;24;;6;;;3;75;;;;72;16;;18;;;;1;5;65;2;;604;;6;;1;17;;;;10;2;29;;7;;18;;1;;;13;6;7;8;2;58;11;;37;4;;;6;1;111;;5;;26;1;1;6;2;147;2;175;2;3;1;1;2;1;3;7;;4;2;;11;1;;7;;;1;3;1;;8;2;6;29;114;5;9;4;;19;8;17;1;11;1;6;5;6;;;\n2020-09-19;;2;3;23;;7;;;2;76;1;2;;75;19;1;15;;1;;;4;68;5;;607;;6;1;1;12;;;;9;;26;1;6;;13;;2;;;10;5;8;8;1;56;11;;34;4;;;6;2;105;;6;;30;;1;5;1;140;1;179;3;4;3;2;2;;2;7;;4;5;;16;1;;4;;1;1;3;;;11;2;4;25;113;5;15;4;1;20;9;22;1;9;;5;4;2;1;;\n2020-09-20;;1;2;22;1;8;;;1;70;1;2;1;72;16;1;17;;1;;;6;75;3;;622;;5;1;2;13;;;;12;;29;2;5;;12;1;2;;;12;8;12;9;;58;12;;41;5;;;7;2;100;;6;;29;;1;4;1;148;2;190;2;3;3;;2;;2;6;1;2;4;;24;;;8;1;3;1;6;;;12;2;3;30;104;4;17;4;;19;11;24;2;15;;4;5;6;;;\n2020-09-21;;1;2;23;3;9;;;1;75;2;1;1;70;12;1;17;;1;;;3;68;1;;608;;3;2;2;11;;;;15;1;30;1;6;;10;1;1;;;16;8;12;6;1;51;19;;40;3;;1;10;3;110;1;7;;29;;1;2;2;139;2;193;4;3;2;;2;;1;8;1;2;3;;23;;;10;;2;;5;;;12;1;2;29;109;4;14;4;1;21;6;34;3;12;1;4;4;6;;1;3\n2020-09-22;;2;2;28;3;8;;;1;69;1;1;1;80;13;1;21;;1;;;4;69;2;;583;;3;;3;10;1;;;13;1;26;2;3;;8;1;1;;;15;6;11;8;1;51;14;;36;3;1;2;10;1;105;;6;;28;;1;4;1;127;1;186;6;1;1;1;1;;1;8;;1;;;23;;;9;1;2;2;5;;;11;1;3;27;104;3;13;4;;14;7;27;3;15;1;4;3;5;;3;\n2020-09-23;;1;5;26;1;3;;;1;74;;1;2;66;9;3;22;;1;1;1;2;77;;;549;;4;1;3;12;;;;12;1;33;1;4;;6;1;1;;;14;6;11;8;;47;10;;36;3;;;8;2;103;2;4;;21;;2;5;2;127;3;179;5;3;2;;1;;1;9;;;;;23;;;7;1;1;3;4;;;8;1;6;27;102;3;9;4;;20;9;21;2;15;2;3;2;5;;;\n2020-09-24;;1;3;32;1;4;;;1;65;1;2;1;73;12;1;21;1;2;;;2;74;1;;557;;3;;2;13;1;1;;12;2;25;1;2;;8;1;;;;12;8;11;8;1;48;16;;41;2;;;7;1;97;1;4;;25;;1;3;2;128;2;193;6;1;4;;1;1;1;9;;3;;;24;;;6;1;1;4;5;;;6;1;8;24;101;2;9;4;;17;8;27;2;15;;3;3;6;;2;1\n2020-09-25;;2;6;27;1;5;;;;66;;1;1;70;15;2;23;;1;;;3;70;2;;570;;1;;1;19;1;1;;13;1;27;1;4;;7;;1;;;13;7;9;10;;56;15;1;40;2;1;1;8;1;109;1;5;;26;;3;;1;136;1;192;6;2;2;1;;;;8;;4;1;;25;1;;4;;;1;4;;;5;2;2;23;102;3;10;4;2;17;6;18;1;14;1;2;3;2;1;4;2\n2020-09-26;;2;3;18;1;5;;;1;62;1;1;;82;14;1;16;;1;;;2;75;1;;576;;2;;;19;;1;;12;1;31;1;6;;8;;3;;;14;6;11;5;;51;12;1;39;2;1;1;7;3;123;;6;;26;;5;2;3;127;1;196;5;7;2;;;;;10;;6;1;;19;;;8;;;1;3;;;6;2;2;22;106;4;10;4;1;17;4;25;1;15;;2;2;2;;1;3\n2020-09-27;;3;2;19;1;2;;;1;56;1;1;;89;14;;8;;1;;;2;78;1;;555;;2;;1;20;;1;;14;;23;1;5;;6;1;3;;;14;7;11;6;1;50;9;;38;2;3;;10;2;121;1;7;;25;1;5;3;2;126;2;183;6;8;1;3;;;1;12;;4;2;;23;;;9;1;1;1;4;;;6;3;2;18;112;3;14;4;;18;2;25;1;15;;5;2;4;;1;2\n2020-09-28;;1;2;22;;3;;;2;50;;;1;76;4;2;7;;1;;;2;79;3;;552;;3;;5;16;1;2;;18;;23;2;6;;9;;3;;;14;6;15;5;;50;9;;27;1;2;;12;2;105;2;7;;30;1;4;1;3;133;2;169;5;6;3;1;1;;2;11;;3;2;;25;;;8;1;2;2;4;;;5;2;5;25;113;3;19;4;;16;2;25;1;14;4;3;6;3;;1;3\n2020-09-29;;1;5;20;1;5;;;2;49;1;1;;70;3;1;7;;1;;;2;51;1;;551;;2;;5;18;1;1;;15;;28;;6;;8;;4;1;;13;6;16;7;1;52;13;;31;2;2;;10;1;94;1;8;;26;;4;2;3;130;3;163;5;6;3;;;;2;6;;3;;;31;1;;6;2;2;1;3;;;6;2;5;20;119;1;14;3;;18;2;22;1;12;1;2;9;7;;1;1\n2020-09-30;;2;5;24;1;2;;;2;54;;1;;68;6;1;7;;2;;;1;48;1;;556;;2;;3;17;;;;17;;29;1;6;1;9;;2;;;13;7;14;5;1;46;18;;32;2;1;;10;;90;;7;;27;;5;5;3;115;3;179;5;4;3;;;1;2;5;2;2;1;;24;1;;4;1;1;1;3;;;5;2;5;21;119;1;15;3;;24;5;24;1;12;2;4;5;7;1;;1\n2020-10-01;;2;3;27;;2;;1;1;46;;1;;52;6;5;8;;1;;;1;58;2;;535;;4;1;3;14;;;;19;;26;2;7;;6;;3;;;11;5;10;4;1;47;10;;32;2;1;;10;2;87;;5;;34;;4;7;2;112;;170;3;4;2;;;;3;2;2;1;;;24;;;3;1;2;;2;;;7;2;6;19;116;3;9;3;1;17;5;19;2;15;1;5;5;4;;2;1\n2020-10-02;;2;2;21;;2;;;1;51;4;1;;52;11;3;8;;1;;;3;55;2;;522;;2;;5;17;;;;17;;27;1;5;;5;;3;;;12;4;10;4;1;53;14;;39;2;2;;8;2;97;;6;;39;;4;8;3;117;;160;2;4;2;1;1;1;3;3;1;1;2;;20;;;4;1;2;1;1;;;6;;3;18;113;2;9;2;;16;6;19;1;11;1;4;2;5;;;1\n2020-10-03;;;1;25;;3;;;1;52;4;1;;52;11;3;6;;1;;1;2;55;1;;486;;4;;8;12;;;;18;;28;2;4;;4;;1;;;9;4;7;7;;42;6;;35;2;3;;9;1;87;;5;;32;;4;4;2;113;;165;2;4;3;;;;2;2;;;1;;22;1;;5;1;2;;;;;5;2;5;18;108;2;10;1;1;15;9;17;;11;3;3;2;3;;;2\n2020-10-04;;1;3;24;;5;;;1;45;1;1;1;49;13;2;5;;;;;3;53;2;1;484;;4;;5;16;1;;;19;1;25;1;4;;6;;1;;;9;5;6;4;;38;11;;43;3;1;1;8;1;82;1;6;;28;;4;6;2;108;2;161;3;3;7;;;;2;2;;3;2;;25;2;;8;;2;1;;;;6;2;5;18;110;2;7;2;;13;9;21;;13;1;1;2;6;;;2\n2020-10-05;;3;1;19;;3;;;1;42;1;1;2;42;13;3;5;;;;;4;43;2;;467;;5;1;7;13;1;;;14;;17;1;5;;5;1;2;1;;8;8;7;5;;36;10;;41;3;1;;6;1;80;1;7;;26;;3;1;2;108;2;166;4;5;6;;;;2;;;3;;;19;1;;10;;2;2;;;;6;;6;15;104;2;6;2;3;12;7;19;;15;2;1;1;4;;;2\n2020-10-06;;1;2;18;;3;1;;;37;1;1;1;39;11;2;7;;;;;4;43;3;;436;;3;;3;6;;;;17;1;22;1;7;;1;;2;1;;9;6;8;3;1;35;8;;40;2;1;;5;2;75;2;7;;25;;4;1;3;100;;147;2;7;6;1;;;2;;;2;1;;15;2;;7;2;2;2;;;;6;1;7;17;102;2;5;2;;9;6;21;;9;;1;1;5;1;;2\n2020-10-07;;2;;19;;2;2;;1;40;;1;;40;7;1;5;;;;;3;34;3;1;382;;5;1;3;11;;;;15;2;19;2;4;;7;;1;;;10;3;6;3;;33;11;;34;1;;1;7;1;84;;6;;20;;4;3;2;97;;151;1;6;6;;;1;3;3;;2;2;;18;1;;7;3;2;3;2;;;8;1;8;13;97;2;9;1;;11;7;12;1;12;2;1;1;9;;;3\n2020-10-08;;1;1;18;;3;;;1;32;;;;38;8;3;2;;;;;2;35;2;;340;;3;;2;12;;;;11;;15;2;3;;5;;1;;;12;2;1;3;;22;10;1;34;1;;;6;1;81;;5;;16;;3;2;;87;;152;1;6;6;;;;1;1;;1;3;;15;1;;10;3;;2;;;;7;3;9;12;98;2;4;1;;13;5;8;2;9;1;4;2;5;;1;2\n2020-10-09;;;1;12;;2;;;1;17;;;1;18;4;1;2;;;;;1;18;;;258;;3;;;5;;;;5;;9;1;3;;3;;1;;;6;2;1;1;;14;3;1;13;1;;;4;;58;;6;;12;;2;1;;70;;124;1;2;4;;;;;1;;;1;;8;;;6;1;;2;1;;;6;;3;10;79;1;3;1;;9;2;2;2;5;1;3;1;;;;1\n"},{"id":"479fb1e3-ea2d-4c8a-b02a-fd109c918cc2","name":"LNG - World daily congestion count split by Total","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/congestion/series?period=daily&split=total&metric=count&startDate=2020-03-01","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","congestion","series"],"query":[{"key":"period","value":"daily"},{"key":"split","value":"total"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-03-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2020-03-01;71\n2020-03-02;69\n2020-03-03;59\n2020-03-04;75\n2020-03-05;86\n2020-03-06;79\n2020-03-07;72\n2020-03-08;72\n2020-03-09;70\n2020-03-10;75\n2020-03-11;73\n2020-03-12;70\n2020-03-13;76\n2020-03-14;81\n2020-03-15;76\n2020-03-16;74\n2020-03-17;77\n2020-03-18;81\n2020-03-19;80\n2020-03-20;74\n2020-03-21;78\n2020-03-22;80\n2020-03-23;90\n2020-03-24;86\n2020-03-25;83\n2020-03-26;84\n2020-03-27;84\n2020-03-28;86\n2020-03-29;88\n2020-03-30;77\n2020-03-31;70\n2020-04-01;67\n2020-04-02;59\n2020-04-03;67\n2020-04-04;68\n2020-04-05;64\n2020-04-06;70\n2020-04-07;70\n2020-04-08;76\n2020-04-09;71\n2020-04-10;75\n2020-04-11;72\n2020-04-12;75\n2020-04-13;80\n2020-04-14;92\n2020-04-15;87\n2020-04-16;71\n2020-04-17;85\n2020-04-18;66\n2020-04-19;71\n2020-04-20;72\n2020-04-21;83\n2020-04-22;94\n2020-04-23;85\n2020-04-24;86\n2020-04-25;79\n2020-04-26;82\n2020-04-27;91\n2020-04-28;85\n2020-04-29;83\n2020-04-30;80\n2020-05-01;84\n2020-05-02;79\n2020-05-03;77\n2020-05-04;78\n2020-05-05;68\n2020-05-06;75\n2020-05-07;76\n2020-05-08;91\n2020-05-09;82\n2020-05-10;78\n2020-05-11;82\n2020-05-12;82\n2020-05-13;79\n2020-05-14;80\n2020-05-15;73\n2020-05-16;68\n2020-05-17;73\n2020-05-18;68\n2020-05-19;66\n2020-05-20;69\n2020-05-21;70\n2020-05-22;69\n2020-05-23;75\n2020-05-24;91\n2020-05-25;98\n2020-05-26;91\n2020-05-27;89\n2020-05-28;96\n2020-05-29;94\n2020-05-30;85\n2020-05-31;87\n2020-06-01;81\n2020-06-02;75\n2020-06-03;77\n2020-06-04;75\n2020-06-05;77\n2020-06-06;76\n2020-06-07;76\n2020-06-08;77\n2020-06-09;81\n2020-06-10;82\n2020-06-11;84\n2020-06-12;81\n2020-06-13;80\n2020-06-14;80\n2020-06-15;78\n2020-06-16;83\n2020-06-17;82\n2020-06-18;76\n2020-06-19;84\n2020-06-20;78\n2020-06-21;74\n2020-06-22;80\n2020-06-23;83\n2020-06-24;86\n2020-06-25;69\n2020-06-26;71\n2020-06-27;74\n2020-06-28;72\n2020-06-29;68\n2020-06-30;67\n2020-07-01;66\n2020-07-02;57\n2020-07-03;57\n2020-07-04;69\n2020-07-05;64\n2020-07-06;67\n2020-07-07;73\n2020-07-08;64\n2020-07-09;69\n2020-07-10;71\n2020-07-11;81\n2020-07-12;81\n2020-07-13;86\n2020-07-14;85\n2020-07-15;91\n2020-07-16;86\n2020-07-17;76\n2020-07-18;70\n2020-07-19;82\n2020-07-20;88\n2020-07-21;77\n2020-07-22;85\n2020-07-23;87\n2020-07-24;87\n2020-07-25;85\n2020-07-26;82\n2020-07-27;83\n2020-07-28;81\n2020-07-29;81\n2020-07-30;74\n2020-07-31;74\n2020-08-01;77\n2020-08-02;74\n2020-08-03;77\n2020-08-04;79\n2020-08-05;73\n2020-08-06;66\n2020-08-07;73\n2020-08-08;74\n2020-08-09;86\n2020-08-10;83\n2020-08-11;85\n2020-08-12;85\n2020-08-13;81\n2020-08-14;80\n2020-08-15;76\n2020-08-16;79\n2020-08-17;69\n2020-08-18;81\n2020-08-19;65\n2020-08-20;68\n2020-08-21;74\n2020-08-22;69\n2020-08-23;72\n2020-08-24;65\n2020-08-25;61\n2020-08-26;69\n2020-08-27;82\n2020-08-28;83\n2020-08-29;77\n2020-08-30;76\n2020-08-31;84\n2020-09-01;77\n2020-09-02;69\n2020-09-03;76\n2020-09-04;78\n2020-09-05;74\n2020-09-06;67\n2020-09-07;64\n2020-09-08;64\n2020-09-09;71\n2020-09-10;68\n2020-09-11;60\n2020-09-12;71\n2020-09-13;71\n2020-09-14;67\n2020-09-15;74\n2020-09-16;74\n2020-09-17;73\n2020-09-18;72\n2020-09-19;68\n2020-09-20;60\n2020-09-21;67\n2020-09-22;76\n2020-09-23;76\n2020-09-24;62\n2020-09-25;66\n2020-09-26;58\n2020-09-27;52\n2020-09-28;60\n2020-09-29;65\n2020-09-30;63\n2020-10-01;67\n2020-10-02;61\n2020-10-03;61\n2020-10-04;62\n2020-10-05;59\n2020-10-06;67\n2020-10-07;65\n2020-10-08;62\n2020-10-09;62\n2020-10-10;69\n2020-10-11;63\n2020-10-12;65\n2020-10-13;70\n2020-10-14;58\n2020-10-15;66\n2020-10-16;43\n"},{"id":"b9d830a8-03eb-46ae-8baf-ef895d61588a","name":"Liquids - World daily congestion count split by vesselTypeOil","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/congestion/series?period=daily&split=vesselTypeOil&metric=count&startDate=2020-03-01","protocol":"https","host":["api","kpler","com"],"path":["v1","congestion","series"],"query":[{"key":"period","value":"daily"},{"key":"split","value":"vesselTypeOil"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-03-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Aframax;Product Tanker;Panamax;ULCC;VLCC;Suezmax\n2020-03-01;177;822;82;2;79;83\n2020-03-02;189;828;75;7;81;78\n2020-03-03;201;830;85;8;82;74\n2020-03-04;202;818;92;7;79;67\n2020-03-05;201;805;87;6;86;70\n2020-03-06;200;808;77;4;84;82\n2020-03-07;210;803;84;3;87;83\n2020-03-08;197;766;89;3;77;86\n2020-03-09;188;778;95;3;82;80\n2020-03-10;185;771;99;2;90;84\n2020-03-11;184;819;95;1;84;89\n2020-03-12;202;821;92;2;88;93\n2020-03-13;208;798;86;2;98;88\n2020-03-14;203;823;84;4;91;89\n2020-03-15;206;820;79;4;92;87\n2020-03-16;205;822;86;5;98;87\n2020-03-17;201;820;93;6;88;94\n2020-03-18;211;814;89;4;86;84\n2020-03-19;214;811;90;9;81;93\n2020-03-20;217;793;77;7;83;83\n2020-03-21;212;799;79;3;80;77\n2020-03-22;221;808;81;6;81;73\n2020-03-23;220;790;82;5;90;93\n2020-03-24;210;788;82;7;88;85\n2020-03-25;195;803;84;5;85;75\n2020-03-26;210;807;81;8;93;88\n2020-03-27;210;816;86;6;100;90\n2020-03-28;220;827;94;8;88;92\n2020-03-29;212;836;90;5;98;87\n2020-03-30;213;846;87;4;101;87\n2020-03-31;223;859;84;5;103;92\n2020-04-01;222;809;89;6;107;93\n2020-04-02;207;782;88;3;107;103\n2020-04-03;201;806;91;5;106;101\n2020-04-04;196;838;90;6;99;99\n2020-04-05;198;827;93;6;104;105\n2020-04-06;216;823;87;6;104;99\n2020-04-07;206;925;87;8;92;101\n2020-04-08;204;962;81;9;93;97\n2020-04-09;203;919;79;8;89;103\n2020-04-10;198;922;78;7;94;103\n2020-04-11;211;919;89;11;82;87\n2020-04-12;205;933;90;11;79;88\n2020-04-13;207;968;97;13;85;95\n2020-04-14;203;984;99;10;81;97\n2020-04-15;208;963;94;9;79;99\n2020-04-16;218;937;87;8;88;98\n2020-04-17;224;970;86;5;91;102\n2020-04-18;233;965;89;7;94;100\n2020-04-19;228;958;89;6;96;109\n2020-04-20;234;948;88;7;95;112\n2020-04-21;234;956;83;9;93;110\n2020-04-22;234;949;87;8;98;122\n2020-04-23;234;974;85;8;100;115\n2020-04-24;234;961;89;9;91;105\n2020-04-25;234;960;89;9;102;116\n2020-04-26;240;956;100;8;107;120\n2020-04-27;241;973;86;8;101;115\n2020-04-28;233;967;79;9;94;109\n2020-04-29;221;1012;81;10;91;99\n2020-04-30;225;1009;85;11;97;96\n2020-05-01;212;995;96;12;97;105\n2020-05-02;217;1019;93;9;91;98\n2020-05-03;213;1021;85;9;95;96\n2020-05-04;209;1007;90;9;95;85\n2020-05-05;211;990;85;9;85;88\n2020-05-06;205;1014;90;11;99;92\n2020-05-07;207;1017;89;6;105;82\n2020-05-08;204;1011;94;10;94;91\n2020-05-09;212;1009;99;6;96;86\n2020-05-10;212;979;101;5;101;79\n2020-05-11;217;982;101;6;100;80\n2020-05-12;217;1016;103;9;94;89\n2020-05-13;206;997;96;11;107;86\n2020-05-14;196;1009;96;11;106;83\n2020-05-15;199;1011;97;13;101;88\n2020-05-16;218;998;104;13;102;83\n2020-05-17;221;996;100;11;109;90\n2020-05-18;217;999;100;11;109;95\n2020-05-19;216;960;99;11;112;102\n2020-05-20;226;968;95;13;103;90\n2020-05-21;222;1002;92;12;104;106\n2020-05-22;211;1004;88;15;95;100\n2020-05-23;225;1024;77;14;96;97\n2020-05-24;215;1020;78;12;103;96\n2020-05-25;222;1022;91;15;103;99\n2020-05-26;235;1032;81;15;106;92\n2020-05-27;226;1010;77;17;91;100\n2020-05-28;221;1001;84;16;99;104\n2020-05-29;207;1027;87;16;101;97\n2020-05-30;204;1011;87;17;104;104\n2020-05-31;213;991;85;18;92;103\n2020-06-01;211;1044;81;17;94;99\n2020-06-02;201;1033;82;15;94;99\n2020-06-03;197;1064;77;13;96;99\n2020-06-04;210;1038;82;13;86;98\n2020-06-05;213;1033;68;13;97;93\n2020-06-06;214;1005;71;12;88;94\n2020-06-07;194;1006;68;11;97;97\n2020-06-08;192;999;76;11;89;96\n2020-06-09;199;1008;71;10;94;97\n2020-06-10;199;996;76;10;96;101\n2020-06-11;204;1019;84;9;101;96\n2020-06-12;211;984;85;10;116;89\n2020-06-13;206;1000;87;10;117;91\n2020-06-14;215;1009;90;10;114;92\n2020-06-15;197;1044;87;9;111;95\n2020-06-16;209;1010;84;9;112;100\n2020-06-17;208;995;94;10;102;93\n2020-06-18;205;1015;86;10;104;87\n2020-06-19;213;988;91;11;103;87\n2020-06-20;209;1041;71;14;101;89\n2020-06-21;221;1019;79;13;102;79\n2020-06-22;214;1020;86;11;92;84\n2020-06-23;208;1005;73;11;87;84\n2020-06-24;216;1002;82;12;91;78\n2020-06-25;208;1029;90;11;109;80\n2020-06-26;215;1042;90;6;100;89\n2020-06-27;225;1047;85;10;102;87\n2020-06-28;210;992;85;10;106;80\n2020-06-29;212;983;80;9;113;79\n2020-06-30;198;981;77;10;116;81\n2020-07-01;209;952;89;9;112;83\n2020-07-02;213;924;76;10;121;80\n2020-07-03;209;957;72;9;112;75\n2020-07-04;199;957;74;9;115;74\n2020-07-05;202;946;72;11;110;83\n2020-07-06;208;930;78;10;102;83\n2020-07-07;189;947;82;10;98;84\n2020-07-08;198;950;93;10;100;91\n2020-07-09;188;967;92;9;95;90\n2020-07-10;179;952;93;8;94;100\n2020-07-11;177;956;84;7;90;97\n2020-07-12;176;921;83;7;84;86\n2020-07-13;177;927;81;9;85;88\n2020-07-14;175;927;84;8;87;99\n2020-07-15;187;946;90;10;90;103\n2020-07-16;185;944;87;10;84;99\n2020-07-17;185;943;86;10;94;87\n2020-07-18;185;949;92;7;83;80\n2020-07-19;178;938;87;8;92;83\n2020-07-20;187;936;85;8;93;81\n2020-07-21;200;933;85;8;94;82\n2020-07-22;196;918;80;9;94;86\n2020-07-23;194;935;81;6;96;90\n2020-07-24;185;931;86;6;88;77\n2020-07-25;199;931;82;7;100;82\n2020-07-26;207;938;80;9;103;73\n2020-07-27;208;943;80;10;100;81\n2020-07-28;208;935;80;10;100;84\n2020-07-29;206;939;86;10;109;80\n2020-07-30;210;924;84;11;108;79\n2020-07-31;214;938;98;9;109;88\n2020-08-01;205;928;85;9;113;76\n2020-08-02;201;920;81;11;110;78\n2020-08-03;196;928;80;11;98;84\n2020-08-04;191;909;82;8;99;93\n2020-08-05;194;891;84;9;109;88\n2020-08-06;206;888;72;9;100;88\n2020-08-07;205;901;83;11;94;82\n2020-08-08;192;901;71;10;96;72\n2020-08-09;183;887;87;9;100;79\n2020-08-10;184;911;84;7;99;88\n2020-08-11;171;930;82;6;106;79\n2020-08-12;181;930;78;7;103;82\n2020-08-13;170;929;78;7;99;81\n2020-08-14;183;919;93;6;100;69\n2020-08-15;185;922;97;9;106;75\n2020-08-16;177;938;83;9;104;75\n2020-08-17;182;944;79;7;109;76\n2020-08-18;177;900;85;9;99;82\n2020-08-19;173;920;93;9;104;71\n2020-08-20;176;946;103;8;106;73\n2020-08-21;175;930;99;7;110;85\n2020-08-22;182;901;96;9;99;79\n2020-08-23;194;911;96;6;100;80\n2020-08-24;187;909;95;8;92;84\n2020-08-25;170;864;92;7;93;84\n2020-08-26;180;877;89;6;94;95\n2020-08-27;192;955;99;6;108;98\n2020-08-28;192;951;92;8;116;96\n2020-08-29;193;928;95;7;114;91\n2020-08-30;190;953;100;8;113;86\n2020-08-31;196;974;90;7;113;95\n2020-09-01;199;936;85;6;116;96\n2020-09-02;172;890;81;7;112;90\n2020-09-03;177;934;86;7;113;93\n2020-09-04;185;917;88;9;105;88\n2020-09-05;181;918;92;9;90;86\n2020-09-06;179;883;87;9;91;81\n2020-09-07;170;897;86;9;93;89\n2020-09-08;176;906;78;10;100;92\n2020-09-09;174;892;83;7;104;94\n2020-09-10;180;894;84;7;106;88\n2020-09-11;173;884;86;6;102;82\n2020-09-12;176;872;86;5;101;82\n2020-09-13;163;869;82;6;99;78\n2020-09-14;178;895;70;7;108;83\n2020-09-15;186;901;70;8;98;83\n2020-09-16;192;889;80;7;93;82\n2020-09-17;181;859;80;7;92;75\n2020-09-18;181;844;75;7;82;82\n2020-09-19;160;858;74;7;93;87\n2020-09-20;158;845;77;9;91;81\n2020-09-21;161;822;65;7;89;77\n2020-09-22;171;806;76;7;81;77\n2020-09-23;175;808;78;7;80;81\n2020-09-24;177;795;71;8;86;80\n2020-09-25;187;789;67;11;83;80\n2020-09-26;169;819;71;8;92;87\n2020-09-27;175;802;77;6;85;93\n2020-09-28;170;815;89;6;89;83\n2020-09-29;163;759;72;6;89;85\n2020-09-30;162;763;71;7;87;81\n2020-10-01;153;760;68;8;89;75\n2020-10-02;149;745;67;8;80;74\n2020-10-03;156;748;70;4;88;70\n2020-10-04;164;688;64;4;86;67\n2020-10-05;143;700;55;3;83;68\n2020-10-06;123;658;67;4;73;63\n2020-10-07;126;584;51;4;76;54\n2020-10-08;113;493;50;5;74;60\n2020-10-09;72;309;36;4;54;40\n"},{"id":"f53698cd-5275-4be4-b4d8-6aa1284f5344","name":"LPG - World daily congestion count split by waitingstatus","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/congestion/series?period=daily&split=waitingstatus&metric=count&startDate=2020-03-01","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","congestion","series"],"query":[{"key":"period","value":"daily"},{"key":"split","value":"waitingstatus"},{"key":"metric","value":"count"},{"key":"startDate","value":"2020-03-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Congestion\n2020-03-01;451\n2020-03-02;448\n2020-03-03;472\n2020-03-04;473\n2020-03-05;451\n2020-03-06;437\n2020-03-07;430\n2020-03-08;452\n2020-03-09;438\n2020-03-10;438\n2020-03-11;450\n2020-03-12;437\n2020-03-13;434\n2020-03-14;427\n2020-03-15;433\n2020-03-16;463\n2020-03-17;447\n2020-03-18;475\n2020-03-19;465\n2020-03-20;457\n2020-03-21;458\n2020-03-22;452\n2020-03-23;465\n2020-03-24;489\n2020-03-25;459\n2020-03-26;461\n2020-03-27;485\n2020-03-28;466\n2020-03-29;422\n2020-03-30;466\n2020-03-31;493\n2020-04-01;455\n2020-04-02;434\n2020-04-03;431\n2020-04-04;427\n2020-04-05;424\n2020-04-06;428\n2020-04-07;436\n2020-04-08;455\n2020-04-09;470\n2020-04-10;474\n2020-04-11;469\n2020-04-12;468\n2020-04-13;477\n2020-04-14;477\n2020-04-15;477\n2020-04-16;490\n2020-04-17;490\n2020-04-18;442\n2020-04-19;470\n2020-04-20;484\n2020-04-21;469\n2020-04-22;459\n2020-04-23;464\n2020-04-24;471\n2020-04-25;450\n2020-04-26;457\n2020-04-27;463\n2020-04-28;466\n2020-04-29;468\n2020-04-30;469\n2020-05-01;450\n2020-05-02;427\n2020-05-03;439\n2020-05-04;470\n2020-05-05;464\n2020-05-06;462\n2020-05-07;450\n2020-05-08;438\n2020-05-09;455\n2020-05-10;453\n2020-05-11;462\n2020-05-12;482\n2020-05-13;466\n2020-05-14;450\n2020-05-15;462\n2020-05-16;456\n2020-05-17;435\n2020-05-18;441\n2020-05-19;457\n2020-05-20;436\n2020-05-21;446\n2020-05-22;445\n2020-05-23;446\n2020-05-24;443\n2020-05-25;457\n2020-05-26;459\n2020-05-27;470\n2020-05-28;487\n2020-05-29;443\n2020-05-30;454\n2020-05-31;446\n2020-06-01;445\n2020-06-02;458\n2020-06-03;421\n2020-06-04;436\n2020-06-05;452\n2020-06-06;446\n2020-06-07;455\n2020-06-08;459\n2020-06-09;458\n2020-06-10;434\n2020-06-11;434\n2020-06-12;443\n2020-06-13;432\n2020-06-14;445\n2020-06-15;437\n2020-06-16;417\n2020-06-17;427\n2020-06-18;437\n2020-06-19;456\n2020-06-20;442\n2020-06-21;453\n2020-06-22;442\n2020-06-23;462\n2020-06-24;459\n2020-06-25;445\n2020-06-26;452\n2020-06-27;465\n2020-06-28;449\n2020-06-29;455\n2020-06-30;456\n2020-07-01;462\n2020-07-02;441\n2020-07-03;457\n2020-07-04;432\n2020-07-05;465\n2020-07-06;434\n2020-07-07;424\n2020-07-08;436\n2020-07-09;435\n2020-07-10;429\n2020-07-11;427\n2020-07-12;423\n2020-07-13;438\n2020-07-14;429\n2020-07-15;426\n2020-07-16;449\n2020-07-17;454\n2020-07-18;425\n2020-07-19;437\n2020-07-20;424\n2020-07-21;443\n2020-07-22;431\n2020-07-23;430\n2020-07-24;448\n2020-07-25;419\n2020-07-26;445\n2020-07-27;471\n2020-07-28;443\n2020-07-29;450\n2020-07-30;441\n2020-07-31;426\n2020-08-01;407\n2020-08-02;419\n2020-08-03;432\n2020-08-04;428\n2020-08-05;462\n2020-08-06;481\n2020-08-07;444\n2020-08-08;436\n2020-08-09;425\n2020-08-10;423\n2020-08-11;438\n2020-08-12;435\n2020-08-13;428\n2020-08-14;441\n2020-08-15;426\n2020-08-16;433\n2020-08-17;443\n2020-08-18;447\n2020-08-19;470\n2020-08-20;474\n2020-08-21;445\n2020-08-22;445\n2020-08-23;458\n2020-08-24;464\n2020-08-25;429\n2020-08-26;446\n2020-08-27;469\n2020-08-28;445\n2020-08-29;439\n2020-08-30;440\n2020-08-31;441\n2020-09-01;415\n2020-09-02;390\n2020-09-03;436\n2020-09-04;447\n2020-09-05;430\n2020-09-06;410\n2020-09-07;399\n2020-09-08;440\n2020-09-09;448\n2020-09-10;423\n2020-09-11;432\n2020-09-12;421\n2020-09-13;430\n2020-09-14;447\n2020-09-15;438\n2020-09-16;417\n2020-09-17;445\n2020-09-18;455\n2020-09-19;418\n2020-09-20;442\n2020-09-21;452\n2020-09-22;438\n2020-09-23;421\n2020-09-24;430\n2020-09-25;435\n2020-09-26;439\n2020-09-27;439\n2020-09-28;426\n2020-09-29;396\n2020-09-30;391\n2020-10-01;407\n2020-10-02;406\n2020-10-03;394\n2020-10-04;404\n2020-10-05;415\n2020-10-06;402\n2020-10-07;406\n2020-10-08;391\n2020-10-09;354\n2020-10-10;349\n2020-10-11;346\n2020-10-12;384\n2020-10-13;351\n2020-10-14;374\n2020-10-15;332\n2020-10-16;168\n"},{"id":"fa426a90-bc28-4867-8050-68060ccd7d63","name":"Liquids - China congestion count between two dates","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/congestion/series?metric=count&zones=China&congestionOnly=true&waitingDurationMin=15&waitingDurationMax=30&period=days&startDate=2020-11-01&endDate=2020-11-01","protocol":"https","host":["api","kpler","com"],"path":["v1","congestion","series"],"query":[{"key":"metric","value":"count"},{"key":"zones","value":"China"},{"key":"congestionOnly","value":"true"},{"key":"waitingDurationMin","value":"15"},{"key":"waitingDurationMax","value":"30"},{"key":"period","value":"days"},{"key":"startDate","value":"2020-11-01"},{"key":"endDate","value":"2020-11-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2020-11-01;9"}],"_postman_id":"af9dd676-6186-4c0a-a0de-6b91aa080a1a"},{"name":"/v1/congestion/vessels","event":[{"listen":"test","script":{"id":"71307780-8b0f-4978-a22c-30ee440e4aa8","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"dd774a3d-c991-440a-ae49-30684838f5fc","exec":[""],"type":"text/javascript"}}],"id":"3f862d25-c921-4717-80a2-20ce4dcc8c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/congestion/vessels?size={{size}}&zones={{zones}}&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&products=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&congestionOnly={{congestionOnly}}&vesselOperation={{vesselOperation}}&waitingDurationMin={{waitingDurationMin}}&waitingDurationMax={{waitingDurationMax}}&columns=&hash={{hash}}&period={{period}}&vessels={vessels}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","congestion","vessels"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [Integer]</strong>: Maximum number of results returned</p>\n<p><strong>IMPORTANT</strong>: Beyond 10,000 the request will not be processed.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [String]: Names of zones [\"port\", \"region\", \"country\", \"continent\"]. eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Names of products</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Exclude vessels in the waiting zone not tagged as congestion (lays ups,open vessels,floating storage,distressed cargoes etc). Use [\"true\", \"false\"]. Default to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"congestionOnly","value":"{{congestionOnly}}"},{"description":{"content":"<p>Optional [String]: Filter vessels on their current operation.Default to <strong>All</strong> if not specified.</p>\n<p>You can use as follows:</p>\n<ul>\n<li>Load</li>\n<li>Discharge</li>\n<li>All (<strong>Load</strong> and <strong>Discharge</strong>)</li>\n</ul>\n<p><strong>IMPORTANT</strong>: This param is case sensitive. The first letter must be capitalized.</p>\n","type":"text/plain"},"key":"vesselOperation","value":"{{vesselOperation}}"},{"description":{"content":"<p>Optional [Integer]: Minimum waiting duration of vessel. Default to <strong>0 days</strong> if not specified.</p>\n","type":"text/plain"},"key":"waitingDurationMin","value":"{{waitingDurationMin}}"},{"description":{"content":"<p>Optional [Integer]: Maximum waiting duration of vessel. Default to <strong>1000000 days</strong> if not specified.</p>\n","type":"text/plain"},"key":"waitingDurationMax","value":"{{waitingDurationMax}}"},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: Generate your favourite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"},{"description":{"content":"<p>Optional [String]: Use following periods\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>days</td>\n</tr>\n<tr>\n<td>eia</td>\n</tr>\n<tr>\n<td>weeks</td>\n</tr>\n<tr>\n<td>months</td>\n</tr>\n<tr>\n<td>quarters</td>\n</tr>\n<tr>\n<td>years</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Names or IMOs of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{vessels}}"}],"variable":[]}},"response":[{"id":"21426fbf-b079-498d-8e55-8f31703ecad2","name":"LNG - List of vessels waiting outside Indian ports","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/congestion/vessels?zones=India&size=5&startDate=2020-05-01","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","congestion","vessels"],"query":[{"key":"zones","value":"India"},{"key":"size","value":"5"},{"key":"startDate","value":"2020-05-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo(t);Family;Group;Products;Installation;Port;Country;Zone;Waiting Start Date;Waiting End date;Waiting time (hrs);Vessel Type;Load/Discharge;Port call id;Next Port Call start date\n2020-05-24T00:00:00;9262235;LNG River Niger;79541;-31364.17;Commodities;;lng;Dahej LNG Terminal;Dahej;India;South-Central Asia;2020-05-24T20:19:50;2020-05-24T23:43:35;3.669444444444444444444444444444444;L (Lower Conventional);Discharge;1122727;2020-05-24T23:15:00\n2020-05-31T00:00:00;9377547;Aseem;86655;-68380.65;Commodities;;lng;Dahej LNG Terminal;Dahej;India;South-Central Asia;2020-05-31T03:02:05;2020-05-31T05:27:54;20.96527777777777777777777777777778;XL (Upper Conventional);Discharge;1127502;2020-05-31T04:44:09\n2020-09-13T00:00:00;9369904;Meridian Spirit;81929;-68581.58;Commodities;;lng;Dahej LNG Terminal;Dahej;India;South-Central Asia;2020-09-13T16:43:02;2020-09-13T20:31:52;7.282777777777777777777777777777778;XL (Upper Conventional);Discharge;1170198;2020-09-13T19:31:11\n2020-09-27T00:00:00;9490959;Malanje;82729;-69660.9;Commodities;;lng;Dahej LNG Terminal;Dahej;India;South-Central Asia;2020-09-26T21:16:11;2020-09-27T22:56:38;26.73027777777777777777777777777778;XL (Upper Conventional);Discharge;1182013;2020-09-27T01:13:29\n2020-09-20T00:00:00;9705653;Macoma;95134;-72161.32;Commodities;;lng;Hazira Terminal;Hazira;India;South-Central Asia;2020-09-20T08:51:48;2020-09-20T11:36:02;15.13666666666666666666666666666667;XL (Upper Conventional);Discharge;1206493;2020-09-20T12:31:02\n"},{"id":"2677a68b-a461-46c3-a4e5-5ce5a5b2339a","name":"Dry - List of vessels waiting outside French ports","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/congestion/vessels?zones=France&size=5&startDate=2020-05-01","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","congestion","vessels"],"query":[{"key":"zones","value":"France"},{"key":"size","value":"5"},{"key":"startDate","value":"2020-05-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo(t);Family;Group;Products;Installation;Port;Country;Zone;Waiting Start Date;Waiting End date;Waiting Time (hrs);Waiting Status;Vessel Type;Vessel Operation;Port call id;Next Port Call start date\n2020-08-16;9571442;Kotor;32376;15650;major bulks;grains;;Rouen Dry Bulk Export;Rouen;France;Western Europe;2020-08-15 05:43:33;2020-08-16 02:55:41;42.27416666666666666666666666666667;Congestion;Handysize;Load;3485092;2020-08-16\n2020-08-23;9852937;Navios Herakles I;81370;15018;dry bulk;;;GDE Rouen;Rouen;France;Western Europe;2020-08-23 17:00:10;2020-08-23 21:40:02;6.997222222222222222222222222222222;Congestion;Kamsarmax;Load;3497988;2020-08-24\n2020-05-17;9551686;Aragonit;56757;-54704;major bulks;iron ore;;ArcelorMittal Fos Sur Mer;Fos;France;Western Europe;2020-05-16 19:36:39;2020-05-17 12:21:46;28.38916666666666666666666666666667;Congestion;Supramax;Discharge;3292835;2020-05-17\n2020-05-17;9712618;Centurius;33367;16080;major bulks;grains;;Rouen Dry Bulk Export;Rouen;France;Western Europe;2020-05-16 15:44:04;2020-05-17 01:04:44;32.26555555555555555555555555555556;Congestion;Handysize;Load;3316592;2020-05-17\n2020-08-16;9647289;Amelie;34650;33425;minor bulks;forest products;;La Rochelle Grain Terminal;La Rochelle;France;Western Europe;2020-08-14 10:01:26;2020-08-16 04:15:08;61.97611111111111111111111111111111;Congestion;Handysize;Load;3487271;2020-08-16\n"},{"id":"2e07fc45-b95b-458c-829a-8726c35428c6","name":"LPG - List of vessels waiting outside European ports","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/congestion/vessels?zones=Europe&size=5&startDate=2020-05-01","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","congestion","vessels"],"query":[{"key":"zones","value":"Europe"},{"key":"size","value":"5"},{"key":"startDate","value":"2020-05-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo(t);Family;Group;Products;Installation;Port;Country;Zone;Waiting Start Date;Waiting End date;Waiting Time (hrs);Waiting Status;Vessel Type;Vessel Operation;Port call id;Next Port Call start date\n2020-05-03;2326331;Embata;2900;773.12;natural gas liquids;LPG;;ExxonMobil Antwerp;Antwerp;Belgium;Western Europe;2020-05-02 21:51:45;2020-05-03 01:23:18;26.14;Congestion;SGC;Load;3282904;2020-05-03\n2020-08-02;9506198;Eships Shamal;7879;3566.47;natural gas liquids;LPG;;Karsto Processing Plant;Karsto;Norway;Northern Europe;2020-08-02 07:44:01;2020-08-02 10:13:21;16.27;Congestion;SGC;Load;3814125;2020-08-02\n2020-05-03;9215141;Kappagas;6211;-3334.8;ex LPG;olefins;;Vopak Terminal Vlissingen;Vlissingen;Netherlands;Western Europe;2020-04-24 09:58:12;2020-05-03 12:17:47;230.03;Congestion;SGC;Discharge;3292141;2020-05-03\n2020-07-12;9269271;Gaschem Shinano;7413;-1801.93;ex LPG;olefins;ethylene;Lavera 2;Fos;France;Western Europe;2020-07-12 21:43:13;2020-07-12 23:43:01;2.28;Congestion;SGC;Discharge;3761818;2020-07-13\n2020-05-10;9800166;Pgc Taormina;6612;3645.6;ex LPG;olefins;Butadiene;ENI Porto Marghera Refinery;Marghera Port;Italy;Southern Europe;2020-05-10 14:29:19;2020-05-10 16:10:00;9.52;Congestion;SGC;Load;3372469;2020-05-10\n"},{"id":"8ce5f1bd-9729-4976-b01c-7d1ea622f965","name":"Liquids - List of vessels waiting outside Chinese ports and specified waiting duration","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/congestion/vessels?size=25&zones=China&congestionOnly=true&waitingDurationMin=15&waitingDurationMax=30&startDate=2020-11-01&endDate=2020-11-01","protocol":"https","host":["api","kpler","com"],"path":["v1","congestion","vessels"],"query":[{"key":"size","value":"25"},{"key":"zones","value":"China"},{"key":"congestionOnly","value":"true"},{"key":"waitingDurationMin","value":"15"},{"key":"waitingDurationMax","value":"30"},{"key":"startDate","value":"2020-11-01"},{"key":"endDate","value":"2020-11-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo(t);Family;Group;Products;Installation;Port;Country;Zone;Waiting Start Date;Waiting End date;Waiting Time (hrs);Waiting Status;Vessel Type;Vessel Operation;Port call id;Next Port Call start date\n2020-11-01;9783332;Coshonour Lake;308000;-138000.72;Dirty;crude/co;crude;Xian Ren Dao Terminal;Bayuquan;China;Eastern Asia;2020-10-05 12:06:57;2020-11-01 06:22:29;659.89;Congestion;VLCC;Discharge;349293383;2020-11-01\n2020-11-01;9826847;Landbridge Horizon;308121;-138795.65;Dirty;crude/co;crude;Mercuria Dongjiakou Oil Storage;Dongjiakou;China;Eastern Asia;2020-10-16 08:10:33;2020-11-01 02:34:39;399.83;Congestion;VLCC;Discharge;350266110;2020-11-01\n2020-11-01;9332810;P Fos;115577;-100192.49;Dirty;crude/co;crude;Mercuria Dongjiakou Oil Storage;Dongjiakou;China;Eastern Asia;2020-10-12 05:42:44;2020-11-08 02:21:29;498.29;Congestion;LR2;Discharge;349894002;2020-11-08\n2020-11-01;9307097;Radiant Pride;73635;-52922.66;Dirty;crude/co;crude;;Dongying;China;Eastern Asia;2020-10-16 05:23:05;;402.62;Congestion;LR1;Discharge;350806902;2020-11-14\n2020-11-01;9577094;Scf Provider;74548;-40028.79;Dirty;crude/co;crude;;Dongying;China;Eastern Asia;2020-10-11 05:26:29;;522.56;Congestion;LR1;Discharge;350326752;2020-11-10\n2020-11-01;9776559;Sophia;319398;-130995.34;Dirty;crude/co;crude;Xian Ren Dao Terminal;Bayuquan;China;Eastern Asia;2020-10-05 03:45:48;2020-11-08 23:30:45;668.24;Congestion;VLCC;Discharge;349525791;2020-11-09\n2020-11-01;9583732;Hercules Voyager;319359;-137508.72;Dirty;crude/co;crude;Ningbo Shihua Crude Oil Terminal;Ningbo;China;Eastern Asia;2020-10-17 03:56:29;2020-11-06 01:02:02;380.06;Congestion;VLCC;Discharge;350327049;2020-11-06\n2020-11-01;9577068;Scf Pacifica;74554;-58494.9;Dirty;crude/co;crude;Dongying Oil Terminal;Dongying;China;Eastern Asia;2020-10-14 07:51:56;2020-11-05 10:55:27;448.14;Congestion;LR1;Discharge;350172509;2020-11-05\n2020-11-01;9635987;Jian An 81;16500;-13061.1;Clean Products;;;;Zhangjiagang;China;Eastern Asia;2020-10-06 04:02:39;2020-11-02 08:45:42;643.96;Congestion;GP;Discharge;350515707;2020-11-02\n"},{"id":"f7ee3d9f-4442-42f5-996b-207d21cf7c50","name":"Liquids - List of vessels waiting outside Chinese ports","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/congestion/vessels?zones=China&size=5&startDate=2020-05-01","protocol":"https","host":["api","kpler","com"],"path":["v1","congestion","vessels"],"query":[{"key":"zones","value":"China"},{"key":"size","value":"5"},{"key":"startDate","value":"2020-05-01"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Cargo(t);Family;Group;Products;Installation;Port;Country;Zone;Waiting Start Date;Waiting End date;Waiting Time (hrs);Waiting Status;Vessel Type;Vessel Operation;Port call id;Next Port Call start date\n2020-06-28;9259769;Da Qing 456;45764;-41674.18;Dirty;crude/co;;Yadong Petrochemical;Nanjing;China;Eastern Asia;2020-06-28 01:22:24;2020-06-28 07:27:44;22.62666666666666666666666666666667;Congestion;MR;Discharge;348364400;2020-06-28\n2020-06-28;9484314;Yin Gui;12710;-10870.08;Clean Products;;;Jiangsu Litian Terminal;Jiangyin;China;Eastern Asia;2020-06-28 04:59:40;2020-06-28 08:54:18;19.00555555555555555555555555555556;Congestion;GP;Discharge;348363488;2020-06-28\n2020-05-24;9332418;New Star;12900;-10571.34;Clean Products;;;Zhapu Terminal;Zhapu;China;Eastern Asia;2020-05-23 16:59:48;2020-05-24 06:58:28;31.00333333333333333333333333333333;Congestion;GP;Discharge;347154712;2020-05-24\n2020-07-05;9799202;New Vision;307434;-138001.58;Dirty;crude/co;crude;Ningbo Shihua Crude Oil Terminal;Ningbo;China;Eastern Asia;2020-07-05 21:53:22;2020-07-05 22:58:37;2.110555555555555555555555555555556;Congestion;VLCC;Discharge;348383593;2020-07-05\n2020-05-10;9493767;Pola;149996;-43052;Dirty;crude/co;crude;Qingdao Huangdao;Qingdao;China;Eastern Asia;2020-05-06 13:51:18;2020-05-10 05:08:57;106.145;Congestion;LR3;Discharge;346369923;2020-05-10\n"}],"_postman_id":"3f862d25-c921-4717-80a2-20ce4dcc8c97"},{"name":"/v1/congestion/columns","event":[{"listen":"test","script":{"id":"f97fea30-70d6-4f09-8cb3-d44ca88357d2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"909dfc16-ec09-4647-9d9f-feff0975f67c","exec":[""],"type":"text/javascript"}}],"id":"448e514c-efc3-4844-b38d-af7de29a7733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_imo\",\n    \"vessel\"\n]"},"url":"api.kpler.com/v1/congestion/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>day</strong></li>\n<li><strong>vessel_imo</strong></li>\n<li><strong>vessel</strong></li>\n</ul>\n","urlObject":{"path":["v1","congestion","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"448e514c-efc3-4844-b38d-af7de29a7733"},{"name":"/v1/congestion/columns","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"d6c998c5-9534-427c-8b09-06058a3762df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/congestion/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint congestion.</p>\n","urlObject":{"path":["v1","congestion","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6c998c5-9534-427c-8b09-06058a3762df"}],"id":"fb3593da-07d0-4aaa-a593-9d05a7b439a4","description":"<p>Access current and historical waiting time for vessels spent in waiting areas before going to berth.</p>\n","event":[{"listen":"prerequest","script":{"id":"7840987f-a3c6-454e-889a-8c7bae1ce059","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb245c35-0498-4b24-8416-f6c3401eb07b","type":"text/javascript","exec":[""]}}],"_postman_id":"fb3593da-07d0-4aaa-a593-9d05a7b439a4"},{"name":"Distance Matrix (LNG only)","item":[{"name":"/v1/distance-matrix","id":"746a7216-0fb9-4353-9a01-96907e365158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-lng.kpler.com/v1/distance-matrix/?originLocationName={{originLocationName}}&destinationLocationName={{destinationLocationName}}","urlObject":{"protocol":"https","path":["v1","distance-matrix",""],"host":["api-lng","kpler","com"],"query":[{"description":{"content":"<p>Optional [String]: Origin Location Name\n<strong>Note</strong>: one of originLocationName or destinationLocationName is required</p>\n","type":"text/plain"},"key":"originLocationName","value":"{{originLocationName}}"},{"description":{"content":"<p>Optional [String]: Destination Location Name\n<strong>Note</strong>: one of originLocationName or destinationLocationName is required</p>\n","type":"text/plain"},"key":"destinationLocationName","value":"{{destinationLocationName}}"}],"variable":[]}},"response":[{"id":"c0d580bf-dc66-4bc5-b461-7e35005f064a","name":"LNG - Itinerary from Singapore Lng Terminal","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-lng.kpler.com/v1/distance-matrix/?originLocationName=Singapore Lng Terminal","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","distance-matrix",""],"query":[{"key":"originLocationName","value":"Singapore Lng Terminal"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"originLocationId;originLocationName;originLocationCountry;destinationLocationId;destinationLocationName;destinationLocationCountry;distanceDirect;distanceViaSuez;distanceViaPanama\n113841;Singapore LNG Terminal;Singapore Republic;657;Northern Sea Route;;7223.748380129589;;\n113841;Singapore LNG Terminal;Singapore Republic;1008;Yokohama;Japan;2918.0;;\n113841;Singapore LNG Terminal;Singapore Republic;1020;Swinoujscie Area;Poland;12362.795356371491;8960.189524838013;\n113841;Singapore LNG Terminal;Singapore Republic;1027;Porvoo;Finland;12847.988120950324;9445.382289416846;\n113841;Singapore LNG Terminal;Singapore Republic;1028;St Petersburg;Russian Federation;12979.0;9577.0;\n113841;Singapore LNG Terminal;Singapore Republic;1034;Skikda;Algeria;11391.0;6446.0;\n113841;Singapore LNG Terminal;Singapore Republic;1041;Barcelona;Spain;11309.0;6725.0;\n113841;Singapore LNG Terminal;Singapore Republic;1043;Cartagena;Spain;11035.0;6818.0;\n113841;Singapore LNG Terminal;Singapore Republic;1046;Huelva;Spain;10797.0;7164.0;\n113841;Singapore LNG Terminal;Singapore Republic;1049;Bilbao;Spain;11371.0;7969.0;\n113841;Singapore LNG Terminal;Singapore Republic;1051;Ferrol;Spain;11134.0;7732.0;\n113841;Singapore LNG Terminal;Singapore Republic;1056;Setubal;Portugal;10803.0;7336.0;\n113841;Singapore LNG Terminal;Singapore Republic;1058;Sines;Portugal;10769.0;7303.0;\n113841;Singapore LNG Terminal;Singapore Republic;1065;Cochin;India;1912.0;;\n113841;Singapore LNG Terminal;Singapore Republic;1069;Fos;France;11488.0;6706.0;\n113841;Singapore LNG Terminal;Singapore Republic;1070;Genoa;Italy;11669.0;6560.0;\n113841;Singapore LNG Terminal;Singapore Republic;1072;Livorno;Italy;11693.0;6502.0;\n113841;Singapore LNG Terminal;Singapore Republic;1073;Dunkerque;France;11771.0;8368.0;\n113841;Singapore LNG Terminal;Singapore Republic;1088;Geelong;Australia;3886.0;;\n"},{"id":"c4523b4f-f902-4ef6-b41f-913d60112b4e","name":"LNG - Itinerary between Houston and Sendai","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-lng.kpler.com/v1/distance-matrix/?originLocationName=Houston&destinationLocationName=Sendai","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","distance-matrix",""],"query":[{"key":"originLocationName","value":"Houston","description":"Optional [String]: Origin Location Name"},{"key":"destinationLocationName","value":"Sendai","description":"Optional [String]: Destination Location Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"originLocationId;originLocationName;originLocationCountry;destinationLocationId;destinationLocationName;destinationLocationCountry;distanceDirect;distanceViaSuez;distanceViaPanama\n2957;Houston;United States;1234;Sendai;Japan;16121.0;14958.0;9194.0\n"},{"id":"411f9727-f2db-48c7-b715-5dd43f2bc58b","name":"LNG - One origin or destination required - 400 code","originalRequest":{"method":"GET","header":[],"url":"https://api-lng.kpler.com/v1/distance-matrix/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"You must provide at least one originLocationName or destinationLocationName"},{"id":"1d693a38-477c-4ebe-b95c-c6317cb78587","name":"LNG - Location name not found - 404 code","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-lng.kpler.com/v1/distance-matrix/?originLocationName=non_existant_location_name","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","distance-matrix",""],"query":[{"key":"originLocationName","value":"non_existant_location_name"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":"origin location 'non_existant_location_name'  not found"},{"id":"580cdade-a800-472b-885d-e7c8b72be419","name":"LNG - Location name found but no itineraries associated with this location - 204 code","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-lng.kpler.com/v1/distance-matrix/?originLocationName=Singapore","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","distance-matrix",""],"query":[{"key":"originLocationName","value":"Singapore"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"746a7216-0fb9-4353-9a01-96907e365158"}],"id":"27a80a7b-cfdf-4657-95fe-78def4dab7a1","description":"<p>Access itineraries length between LNG ports and retrieve the shortest distance (in nautical miles) through Suez Canal, through Panama Canal, and/or directly without canal transit<br />See the full list of possible parameter inputs from GET /v1/zones<br /><a href=\"https://lng.dev.kpler.com/#eed27317-eb81-4ab1-b236-2a7466701f92\">https://lng.dev.kpler.com/#eed27317-eb81-4ab1-b236-2a7466701f92</a></p>\n","_postman_id":"27a80a7b-cfdf-4657-95fe-78def4dab7a1"},{"name":"Fleet-development","item":[{"name":"/v1/fleet-development/series","event":[{"listen":"test","script":{"id":"9c710c2f-f6f7-49c3-929f-cc876a0a775d","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"9b229839-6740-44c0-bb6a-b0819f98e837","exec":[""],"type":"text/javascript"}}],"id":"ec820e54-4aa1-4cbf-b281-1122c1bf409a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-development/series?metric=count&aggregationMetric={{aggregationMetric}}&split=vesselType&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&period={{period}}&unit={{unit}}&vesselTypeCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&withOrderbook={{withOrderbook}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","fleet-development","series"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Use following metrics:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available</td>\n<td>Active vessels</td>\n</tr>\n<tr>\n<td>deliveries</td>\n<td>Delivered vessels</td>\n</tr>\n<tr>\n<td>scrapping</td>\n<td>Demolished vessels</td>\n</tr>\n<tr>\n<td>contracting</td>\n<td>Ordered vessels</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p><strong>Required [String]</strong>: Use following aggregation metrics:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Aggregation Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sumdeadweight</td>\n<td>Sum by vessels deadweight</td>\n</tr>\n<tr>\n<td>sumcapacity</td>\n<td>Sum by vessels capacity</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Sum by number of vessels</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"aggregationMetric","value":"{{aggregationMetric}}"},{"description":{"content":"<p>Optional [String]:  If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>complianceMethod</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>vesselTypeCpp</td>\n</tr>\n<tr>\n<td>vesselTypeOil</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypeOil</strong> and <strong>vesselTypeCpp</strong> are only available for <strong>Liquids</strong></p>\n<p><strong>vesselType</strong> is only available for <strong>Gas</strong> and <strong>Dry</strong></p>\n","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Use following periods\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>months</td>\n</tr>\n<tr>\n<td>quarters</td>\n</tr>\n<tr>\n<td>years</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Use following units:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Unit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kt</td>\n</tr>\n<tr>\n<td>mt</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"unit","value":"{{unit}}"},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types.\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypeCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types.\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [Boolean]:  Default to <strong>false</strong> if not specified. Access vessels in fleet orderbook, scheduled for future delivery.</p>\n","type":"text/plain"},"key":"withOrderbook","value":"{{withOrderbook}}"}],"variable":[]}},"response":[{"id":"0dc475f4-978b-4b39-9bfa-c1874a308bac","name":"LNG - Monthly number of scrubber fitted vessels available","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/fleet-development/series?metric=available&period=months&aggregationMetric=count&startDate=2019-01-01&complianceMethods=Scrubber","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","fleet-development","series"],"query":[{"key":"metric","value":"available"},{"key":"period","value":"months"},{"key":"aggregationMetric","value":"count"},{"key":"startDate","value":"2019-01-01"},{"key":"complianceMethods","value":"Scrubber"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2019-01;571\n2019-02;574\n2019-03;579\n2019-04;582\n2019-05;586\n2019-06;588\n2019-07;595\n2019-08;598\n2019-09;604\n2019-10;604\n2019-11;608\n2019-12;609\n2020-01;612\n2020-02;616\n2020-03;616\n2020-04;617\n2020-05;622\n2020-06;625\n2020-07;628\n2020-08;630\n2020-09;634\n2020-10;634\n"},{"id":"394cf577-a88a-4530-9c22-e6496b1833c8","name":"Dry - Monthly number of scrubber fitted vessels available","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/fleet-development/series?metric=available&period=months&aggregationMetric=count&startDate=2019-01-01&complianceMethods=Scrubber","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","fleet-development","series"],"query":[{"key":"metric","value":"available"},{"key":"period","value":"months"},{"key":"aggregationMetric","value":"count"},{"key":"startDate","value":"2019-01-01"},{"key":"complianceMethods","value":"Scrubber"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2019-01;11410\n2019-02;11421\n2019-03;11440\n2019-04;11456\n2019-05;11487\n2019-06;11517\n2019-07;11550\n2019-08;11583\n2019-09;11619\n2019-10;11660\n2019-11;11685\n2019-12;11701\n2020-01;11755\n2020-02;11758\n2020-03;11784\n2020-04;11835\n2020-05;11866\n2020-06;11928\n2020-07;11951\n2020-08;11970\n2020-09;11986\n2020-10;11985\n"},{"id":"4fa8ec56-a3c6-42da-89a0-618efd17daf1","name":"Liquids - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_oil\",\n            \"shortId\": \"vto\",\n            \"columnName\": \"Vessel type OIL\",\n            \"description\": \"OIL type of vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_cpp\",\n            \"shortId\": \"vtc\",\n            \"columnName\": \"Vessel type CPP\",\n            \"description\": \"CPP type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"5dcc963a-71b1-4f57-84fd-196b02378692","name":"DRY - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"64e6b3cc-1193-4fc6-9351-71931e84061e","name":"LPG - Monthly number of scrubber fitted vessels available","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/fleet-development/series?metric=available&period=months&aggregationMetric=count&startDate=2019-01-01&complianceMethods=Scrubber","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","fleet-development","series"],"query":[{"key":"metric","value":"available"},{"key":"period","value":"months"},{"key":"aggregationMetric","value":"count"},{"key":"startDate","value":"2019-01-01"},{"key":"complianceMethods","value":"Scrubber"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2019-01;1546\n2019-02;1548\n2019-03;1555\n2019-04;1554\n2019-05;1556\n2019-06;1557\n2019-07;1559\n2019-08;1560\n2019-09;1562\n2019-10;1567\n2019-11;1571\n2019-12;1573\n2020-01;1580\n2020-02;1584\n2020-03;1589\n2020-04;1591\n2020-05;1597\n2020-06;1598\n2020-07;1602\n2020-08;1605\n2020-09;1608\n2020-10;1609\n"},{"id":"b8bfc3b1-ebe4-418f-9dcd-f438e498aeff","name":"Liquids - Monthly number of scrubber fitted vessels delivered; split by vessel type","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/fleet-development/series?metric=deliveries&period=months&split=vesselTypeCpp&aggregationMetric=count&startDate=2019-01-01&complianceMethods=Scrubber","protocol":"https","host":["api","kpler","com"],"path":["v1","fleet-development","series"],"query":[{"key":"metric","value":"deliveries"},{"key":"period","value":"months"},{"key":"split","value":"vesselTypeCpp"},{"key":"aggregationMetric","value":"count"},{"key":"startDate","value":"2019-01-01"},{"key":"complianceMethods","value":"Scrubber"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;GP\n2019-01;10\n2019-02;4\n2019-03;9\n2019-04;6\n2019-05;7\n2019-06;8\n2019-07;6\n2019-08;7\n2019-09;8\n2019-10;9\n2019-11;6\n2019-12;7\n2020-01;7\n2020-02;\n2020-03;6\n2020-04;10\n2020-05;9\n2020-06;6\n2020-07;5\n2020-08;4\n2020-09;7\n2020-10;1\n"},{"id":"d01b1695-81a7-4d68-add2-fd1672430d07","name":"LPG - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"}],"_postman_id":"ec820e54-4aa1-4cbf-b281-1122c1bf409a"},{"name":"/v1/fleet-development/vessels","event":[{"listen":"test","script":{"id":"4e8e0139-e568-41b7-ace1-1ceb9e95a774","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"c511c7cc-ac78-451c-97a1-e6439a5b2063","exec":[""],"type":"text/javascript"}}],"id":"cdd06ec0-22ec-4ce7-9346-c07e5bf1ee02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-development/vessels?metric=count&size={{size}}&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&complianceMethods={{complianceMethods}}&columns=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&hash={{hash}}&withOrderbook={{withOrderbook}}&vessels={{vessels}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","fleet-development","vessels"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Use following metrics:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available</td>\n<td>Active vessels</td>\n</tr>\n<tr>\n<td>deliveries</td>\n<td>Delivered vessels</td>\n</tr>\n<tr>\n<td>scrapping</td>\n<td>Demolished vessels</td>\n</tr>\n<tr>\n<td>contracting</td>\n<td>Ordered vessels</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p><strong>Required [Integer]</strong>: Maximum number of results returned.</p>\n<p><strong>IMPORTANT</strong>: Beyond 10,000 the request will not be processed.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Use following compliance methods\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Compliance Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Scrubber</td>\n<td>Vessel with scrubber installed on board</td>\n</tr>\n<tr>\n<td>Scrubber Planned</td>\n<td>Vessels that plan to have scrubber fitted</td>\n</tr>\n<tr>\n<td>Scrubber Ready</td>\n<td>Vessels that can easily accommodate scrubbers if needed</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"complianceMethods","value":"{{complianceMethods}}"},{"description":{"content":"<p>Optional [String]: List of available columns: (scroll down)<br />\n<strong>How to use it?</strong>\n<strong>e.g:</strong> columns=sta,std,day\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column Name</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>sta</td>\n</tr>\n<tr>\n<td>Status Detail</td>\n<td>std</td>\n</tr>\n<tr>\n<td>Day</td>\n<td>day</td>\n</tr>\n<tr>\n<td>Previous Day Status</td>\n<td>pds</td>\n</tr>\n<tr>\n<td>Has Changed</td>\n<td>hsc</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>vna</td>\n</tr>\n<tr>\n<td>Vessel id</td>\n<td>vid</td>\n</tr>\n<tr>\n<td>IMO</td>\n<td>imo</td>\n</tr>\n<tr>\n<td>MMSI</td>\n<td>mms</td>\n</tr>\n<tr>\n<td>Call Sign</td>\n<td>csi</td>\n</tr>\n<tr>\n<td>Hull Number</td>\n<td>hnb</td>\n</tr>\n<tr>\n<td>Build year</td>\n<td>vby</td>\n</tr>\n<tr>\n<td>Build Month</td>\n<td>vbm</td>\n</tr>\n<tr>\n<td>Build Country</td>\n<td>vbc</td>\n</tr>\n<tr>\n<td>Delivery Date</td>\n<td>ded</td>\n</tr>\n<tr>\n<td>Builder</td>\n<td>bld</td>\n</tr>\n<tr>\n<td>Carrier type</td>\n<td>cer</td>\n</tr>\n<tr>\n<td>Volume Capacity</td>\n<td>vcy</td>\n</tr>\n<tr>\n<td>Mass capacity</td>\n<td>mcy</td>\n</tr>\n<tr>\n<td>Empirical max draught change</td>\n<td>emd</td>\n</tr>\n<tr>\n<td>draught</td>\n<td>dra</td>\n</tr>\n<tr>\n<td>Flag name</td>\n<td>vfn</td>\n</tr>\n<tr>\n<td>Ship Class</td>\n<td>scs</td>\n</tr>\n<tr>\n<td>Engine type</td>\n<td>vet</td>\n</tr>\n<tr>\n<td>Horse Power</td>\n<td>hpr</td>\n</tr>\n<tr>\n<td>Max Speed</td>\n<td>mxs</td>\n</tr>\n<tr>\n<td>Cargo system</td>\n<td>vcs</td>\n</tr>\n<tr>\n<td>Cargo type</td>\n<td>cgo</td>\n</tr>\n<tr>\n<td>Number tanks</td>\n<td>ntk</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>prc</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>lgt</td>\n</tr>\n<tr>\n<td>Gross tonnage</td>\n<td>vgt</td>\n</tr>\n<tr>\n<td>Dead weight (t)</td>\n<td>vdw</td>\n</tr>\n<tr>\n<td>Average Speed</td>\n<td>avs</td>\n</tr>\n<tr>\n<td>Beam</td>\n<td>bam</td>\n</tr>\n<tr>\n<td>Build at</td>\n<td>bda</td>\n</tr>\n<tr>\n<td>Launch at</td>\n<td>lca</td>\n</tr>\n<tr>\n<td>Keel laid at</td>\n<td>kla</td>\n</tr>\n<tr>\n<td>Order at</td>\n<td>ora</td>\n</tr>\n<tr>\n<td>Dead at</td>\n<td>dda</td>\n</tr>\n<tr>\n<td>Last dry dock</td>\n<td>ldd</td>\n</tr>\n<tr>\n<td>Last special survey</td>\n<td>lss</td>\n</tr>\n<tr>\n<td>Displacement</td>\n<td>dpt</td>\n</tr>\n<tr>\n<td>Length between perpendiculars</td>\n<td>lbp</td>\n</tr>\n<tr>\n<td>Depth</td>\n<td>dph</td>\n</tr>\n<tr>\n<td>Laden Speed</td>\n<td>lsd</td>\n</tr>\n<tr>\n<td>Ballast Speed</td>\n<td>bsd</td>\n</tr>\n<tr>\n<td>Laden Consumption</td>\n<td>lcn</td>\n</tr>\n<tr>\n<td>Ballast Consumption</td>\n<td>bcn</td>\n</tr>\n<tr>\n<td>TPCMI</td>\n<td>tpc</td>\n</tr>\n<tr>\n<td>Light Displacement</td>\n<td>ldt</td>\n</tr>\n<tr>\n<td>Net tonnage suez</td>\n<td>nts</td>\n</tr>\n<tr>\n<td>Net tonnage panama</td>\n<td>ntp</td>\n</tr>\n<tr>\n<td>Net tonnage</td>\n<td>ntt</td>\n</tr>\n<tr>\n<td>Mass capacity grain</td>\n<td>mcg</td>\n</tr>\n<tr>\n<td>Mass capacity ore</td>\n<td>mco</td>\n</tr>\n<tr>\n<td>Mass capacity bale</td>\n<td>mcb</td>\n</tr>\n<tr>\n<td>Compliance Method</td>\n<td>cmd</td>\n</tr>\n<tr>\n<td>Scrubber type</td>\n<td>ste</td>\n</tr>\n<tr>\n<td>Scrubber date</td>\n<td>sde</td>\n</tr>\n<tr>\n<td>Is ethylene capable</td>\n<td>iec</td>\n</tr>\n<tr>\n<td>Resource type</td>\n<td>rte</td>\n</tr>\n<tr>\n<td>Capacity</td>\n<td>cpy</td>\n</tr>\n<tr>\n<td>Mass</td>\n<td>mas</td>\n</tr>\n<tr>\n<td>Volume</td>\n<td>vol</td>\n</tr>\n<tr>\n<td>Energy</td>\n<td>erg</td>\n</tr>\n<tr>\n<td>Volume Gas</td>\n<td>vgs</td>\n</tr>\n<tr>\n<td>Vessel type</td>\n<td>vty</td>\n</tr>\n<tr>\n<td>Current Controller</td>\n<td>vcn</td>\n</tr>\n<tr>\n<td>Owners names</td>\n<td>Own</td>\n</tr>\n<tr>\n<td>Owners ids</td>\n<td>Owi</td>\n</tr>\n<tr>\n<td>Builders names</td>\n<td>Bun</td>\n</tr>\n<tr>\n<td>Builders ids</td>\n<td>Bui</td>\n</tr>\n<tr>\n<td>Operators names</td>\n<td>Opn</td>\n</tr>\n<tr>\n<td>Operators ids</td>\n<td>Opi</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Timestamp</td>\n<td>ps_ts</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Timestamp Draught</td>\n<td>ps_ts_d</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Timestamp Heading</td>\n<td>ps_ts_h</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Latitude</td>\n<td>ps_lat</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Longitude</td>\n<td>ps_lon</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Heading</td>\n<td>ps_h</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Draught</td>\n<td>ps_dr</td>\n</tr>\n<tr>\n<td>[Position Snapshot] Speed</td>\n<td>ps_sp</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Generate your favorite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"},{"description":{"content":"<p>Optional [Boolean]:  Default to <strong>false</strong> if not specified. Access vessels in fleet orderbook, scheduled for future delivery.</p>\n","type":"text/plain"},"key":"withOrderbook","value":"{{withOrderbook}}"},{"description":{"content":"<p>Optional [String]: Names or IMOs of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{{vessels}}"}],"variable":[]}},"response":[{"id":"131cc260-2ad0-4f12-958a-11cca84b5281","name":"Liquids - Details of all in-service vessels on 9th June 2020","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/fleet-development/vessels?metric=available&startDate=2020-06-09&size=10","protocol":"https","host":["api","kpler","com"],"path":["v1","fleet-development","vessels"],"query":[{"key":"metric","value":"available"},{"key":"startDate","value":"2020-06-09"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Day;Name;IMO;MMSI;Status;Build year;Carrier type;Flag name;Engine type;Cargo system;Cargo type;Gross tonnage;Dead weight (t);Build at;Order at;Dead at;Last dry dock;Last special survey;Displacement;Depth;Laden Speed;Ballast Speed;TPCMI;Net tonnage;Net tonnage suez;Net tonnage panama;Compliance Method;Scrubber type;Scrubber date;Capacity (m3);Volume;Current controller;Owners;Operators;Builders;Call Sign;Length;Length between perpendiculars;Draught;Status detail;Vessel type OIL;Vessel type CPP;[Position Snapshot] Timestamp;[Position Snapshot] Timestamp Draught;[Position Snapshot] Timestamp Heading;[Position Snapshot] Latitude;[Position Snapshot] Longitude;[Position Snapshot] Heading;[Position Snapshot] Draught;[Position Snapshot] Speed\n2020-06-09;Ft Sturla;9447287;215551000;Active;2009;;Malta;;;;5113;7598;2009-08-30;;;;;;8.8;14.0;;;2399.0;;;Other;Other;;10383.66;10383.0;;;;;9HA2442;122;113.24;7;In Service/Commission;Product Tanker;GP;2020-06-09 02:32;2020-06-09 02:32;2020-06-09 02:32;35.847883;14.84355;293.0;5.9;0.1\n2020-06-09;A1;7821714;457749000;Active;1979;;Mongolia;;;;3796;6598;;;;;2003-06-01;;8.21;13.5;13.5;;2262.0;;;Other;Other;;9313.66;9313.0;Yuantai Fuel Trading;Yuantai Fuel Trading;;;JVAB5;106;98.61;7;In Service/Commission;Product Tanker;GP;;;;;;;;\n2020-06-09;Shotan;9709271;352596000;Active;2014;;Panama;;;;5518;8745;2014-06-19;;;;;;7.6;;;;2637.0;;;Other;Other;;11610.95;11610.0;;;;;3EWS3;113;107.5;7;In Service/Commission;Product Tanker;GP;2020-06-09 02:53;2020-06-09 02:53;2020-06-09 02:53;16.853182;119.82535;18.0;;14.3\n2020-06-09;Orkim Reliance;9564401;533057200;Active;2010;;Malaysia;;;;7931;9950;2010-12-29;;;;;;11.6;;;;;;;Other;Other;;12900.3;12900.0;;;;;9MLM2;120;114.0;8;In Service/Commission;Product Tanker;GP;2020-06-09 01:28;2020-06-09 01:28;2020-06-09 01:28;1.87652;107.488997;84.0;;9.5\n2020-06-09;Chuang Li;9173202;370401000;Active;1998;;Panama;;;;4950;8110;1998-08-01;1997-03-01;;2016-06-01;2022-01-22;;8.7;13.0;13.5;17.0;2648.0;;17259.0;Other;Other;;10931.5;10931.0;;;;;3EZB9;116;110.0;7;In Service/Commission;Product Tanker;GP;2020-06-09 02:39;2020-06-09 02:39;2020-06-09 02:39;22.586573;120.232392;212.0;0.0;0.5\n2020-06-09;Balt Flot 4;9751913;273383250;Active;2016;;Russian Federation;;;;3928;5589;2016-04-26;;;;;;5.0;;;;1419.0;;;Other;Other;;8234.03;8234.0;;;;;UEWW;145;140.66;4;In Service/Commission;Product Tanker;GP;2020-06-08 05:04;2020-06-08 05:04;2020-06-08 05:04;60.61286;37.123047;208.0;3.0;5.9\n2020-06-09;Crane Gaia;9602667;352461000;Active;2011;;Panama;;;;5707;8838;2011-05-15;2008-10-01;;;;;9.9;13.5;;;2713.0;;;Other;Other;;11710.46;11710.0;;;;;3FXX2;114;107.8;8;In Service/Commission;Product Tanker;GP;2020-06-09 02:36;2020-06-09 02:36;2020-06-09 02:36;-5.894542;112.256693;148.0;5.2;12.7\n2020-06-09;Ding Shin No. 98;9187588;352561000;Active;1998;;Panama;;;;5732;9123;1998-03-01;1997-03-01;;2018-03-01;2022-12-15;;10.5;13.5;13.5;;2832.0;;;Other;Other;;12015.41;12015.0;;;;;3ENC9;114;105.3;8;In Service/Commission;Product Tanker;GP;2020-06-05 15:50;2020-06-05 15:50;2020-06-05 15:50;36.009772;123.711213;511.0;;2.1\n2020-06-09;Good Treasure;8400438;671026000;Active;1984;;Togo;;;;4215;6815;1984-05-16;;;2021-05-11;2021-08-10;;8.21;12.0;13.5;14.0;2207.0;;;Other;Other;;9545.85;9545.0;;;;;5VAD5;108;99.83;7;In Service/Commission;Product Tanker;GP;;;;;;;;\n2020-06-09;Beco Voyager 2;7351642;;Active;1975;;Nigeria;;;;4597;7863;;;;2002-07-01;2021-04-11;;8.49;14.0;;;2653.0;;;Other;Other;;10667.21;10667.0;;;;;;131;120.91;7;In Service/Commission;Product Tanker;GP;;;;;;;;"},{"id":"2a040595-eeb4-414a-a0ca-36e10b3263cc","name":"LPG - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestamp\",\n            \"shortId\": \"ps_ts\",\n            \"columnName\": \"[Position Snapshot] Timestamp\",\n            \"description\": \"Timestamp when most recent lat,long was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestampDraught\",\n            \"shortId\": \"ps_ts_d\",\n            \"columnName\": \"[Position Snapshot] Timestamp Draught\",\n            \"description\": \"Timestamp when most recent draught was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionSnapshotTimestampHeading\",\n            \"shortId\": \"ps_ts_h\",\n            \"columnName\": \"[Position Snapshot] Timestamp Heading\",\n            \"description\": \"Timestamp when most recent heading was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"latitude\",\n            \"shortId\": \"ps_lat\",\n            \"columnName\": \"[Position Snapshot] Latitude\",\n            \"description\": \"Latitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"longitude\",\n            \"shortId\": \"ps_lon\",\n            \"columnName\": \"[Position Snapshot] Longitude\",\n            \"description\": \"Longitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"heading\",\n            \"shortId\": \"ps_h\",\n            \"columnName\": \"[Position Snapshot] Heading\",\n            \"description\": \"Direction in which a vehicle/vessel is pointing at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"draught\",\n            \"shortId\": \"ps_dr\",\n            \"columnName\": \"Position Snapshot] Draught\",\n            \"description\": \"Vessel's draft/draught at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"speed\",\n            \"shortId\": \"ps_sp\",\n            \"columnName\": \"[Position Snapshot] Speed\",\n            \"description\": \"Vessel's travelling speed at the time of snapshot\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"2bc808ba-b894-42b5-80ac-6937a7972a73","name":"DRY - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestamp\",\n            \"shortId\": \"ps_ts\",\n            \"columnName\": \"[Position Snapshot] Timestamp\",\n            \"description\": \"Timestamp when most recent lat,long was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestampDraught\",\n            \"shortId\": \"ps_ts_d\",\n            \"columnName\": \"[Position Snapshot] Timestamp Draught\",\n            \"description\": \"Timestamp when most recent draught was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionSnapshotTimestampHeading\",\n            \"shortId\": \"ps_ts_h\",\n            \"columnName\": \"[Position Snapshot] Timestamp Heading\",\n            \"description\": \"Timestamp when most recent heading was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"latitude\",\n            \"shortId\": \"ps_lat\",\n            \"columnName\": \"[Position Snapshot] Latitude\",\n            \"description\": \"Latitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"longitude\",\n            \"shortId\": \"ps_lon\",\n            \"columnName\": \"[Position Snapshot] Longitude\",\n            \"description\": \"Longitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"heading\",\n            \"shortId\": \"ps_h\",\n            \"columnName\": \"[Position Snapshot] Heading\",\n            \"description\": \"Direction in which a vehicle/vessel is pointing at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"draught\",\n            \"shortId\": \"ps_dr\",\n            \"columnName\": \"Position Snapshot] Draught\",\n            \"description\": \"Vessel's draft/draught at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"speed\",\n            \"shortId\": \"ps_sp\",\n            \"columnName\": \"[Position Snapshot] Speed\",\n            \"description\": \"Vessel's travelling speed at the time of snapshot\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"4e7cf4eb-7714-46d4-bab5-b41f4f1b528e","name":"Liquids - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_oil\",\n            \"shortId\": \"vto\",\n            \"columnName\": \"Vessel type OIL\",\n            \"description\": \"OIL type of vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_cpp\",\n            \"shortId\": \"vtc\",\n            \"columnName\": \"Vessel type CPP\",\n            \"description\": \"CPP type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestamp\",\n            \"shortId\": \"ps_ts\",\n            \"columnName\": \"[Position Snapshot] Timestamp\",\n            \"description\": \"Timestamp when most recent lat,long was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionTimestampDraught\",\n            \"shortId\": \"ps_ts_d\",\n            \"columnName\": \"[Position Snapshot] Timestamp Draught\",\n            \"description\": \"Timestamp when most recent draught was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"positionSnapshotTimestampHeading\",\n            \"shortId\": \"ps_ts_h\",\n            \"columnName\": \"[Position Snapshot] Timestamp Heading\",\n            \"description\": \"Timestamp when most recent heading was captured\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"latitude\",\n            \"shortId\": \"ps_lat\",\n            \"columnName\": \"[Position Snapshot] Latitude\",\n            \"description\": \"Latitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"longitude\",\n            \"shortId\": \"ps_lon\",\n            \"columnName\": \"[Position Snapshot] Longitude\",\n            \"description\": \"Longitude position of the vessel at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"heading\",\n            \"shortId\": \"ps_h\",\n            \"columnName\": \"[Position Snapshot] Heading\",\n            \"description\": \"Direction in which a vehicle/vessel is pointing at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"draught\",\n            \"shortId\": \"ps_dr\",\n            \"columnName\": \"Position Snapshot] Draught\",\n            \"description\": \"Vessel's draft/draught at the time of snapshot\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"speed\",\n            \"shortId\": \"ps_sp\",\n            \"columnName\": \"[Position Snapshot] Speed\",\n            \"description\": \"Vessel's travelling speed at the time of snapshot\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"5af7c2cb-313c-44b6-91dd-4c8c3d6ee833","name":"DRY - Details of all in-service vessels","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/fleet-development/vessels?metric=available&size=10","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","fleet-development","vessels"],"query":[{"key":"metric","value":"available"},{"key":"size","value":"10"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Day;Name;IMO;MMSI;Status;Build year;Carrier type;Flag name;Engine type;Cargo system;Cargo type;Gross tonnage;Dead weight (t);Build at;Order at;Dead at;Last dry dock;Last special survey;Displacement;Depth;Laden Speed;Ballast Speed;TPCMI;Net tonnage;Net tonnage suez;Net tonnage panama;Compliance Method;Scrubber type;Scrubber date;Capacity (m3);Volume;Current controller;Owners;Operators;Builders;Call Sign;Length;Length between perpendiculars;Draught;Status detail;Vessel type OIL;Vessel type CPP;[Position Snapshot] Timestamp;[Position Snapshot] Timestamp Draught;[Position Snapshot] Timestamp Heading;[Position Snapshot] Latitude;[Position Snapshot] Longitude;[Position Snapshot] Heading;[Position Snapshot] Draught;[Position Snapshot] Speed\n2017-01-01;Biskra;9030709;370158000;Active;1993;;Panama;;;;8744;11406;1993-02-23;;;;2021-01-24;;11.0;;13.5;;2945.0;;;Other;Other;;14306.0;14306.0;;;;;3ERS6;135;126.0;7;In Service/Commission;Product Tanker;GP;;;;;;;;\n2017-01-01;Viet Sing 05;8982888;574333000;Active;2003;;Viet Nam;;;;6883;10198;2003-01-30;;;2016-03-01;2021-03-25;;9.78;11.0;;;3854.0;;;Other;Other;;12778.0;12778.0;;;;;3WMS;132;129.0;8;In Service/Commission;Product Tanker;GP;;;;;;;;\n2017-01-01;Orange Wave;9057123;636009894;Active;1993;;Liberia;;;;13444;17130;;;;;;;;;;;;;;Other;Other;;11250.0;11250.0;;;;;ELPX7;157;;;In Service/Commission;Product Tanker;GP;;;;;;;;\n2017-01-01;Atlantic;8919116;;Active;1991;;Palau;;;;18447;29999;1991-08-01;1989-10-01;2019-01-01;2006-07-15;2006-07-15;;15.5;14.3;;38.0;10137.0;;;Other;Other;;34353.0;34353.0;Edison;Waruna Nusa Sentana;;;T8A3076;167;158.0;10;Broken Up;Product Tanker;GP;;;;;;;;\n2017-01-01;Greenland Sea;9032783;367361020;Active;1990;;United States of America;;;;;14220;;;;;;;;;;;;;;Other;Other;;17469.0;17469.0;Kirby Corporation;Kirby Corporation;;;WDE5027;;;;In Service/Commission;Product Tanker;GP;;;;;;;;\n2017-01-01;Liber;8907589;;Active;1990;;Panama;;;;10826;17845;1990-10-01;1989-05-01;2020-09-14;2010-10-01;2020-10-08;;12.8;14.3;13.5;29.0;5914.0;9450.0;;Other;Other;;21958.0;21958.0;Prime Shipping;Prime Shipping;;;3EIL8;149;140.0;9;Broken Up;Product Tanker;GP;;;;;;;;\n2017-01-01;Al Mukhtarah;9009229;;Active;1992;;Saudi Arabia;;;;52157;96314;1992-11-12;1990-04-01;2017-11-01;;2019-07-19;112016;20.3;14.0;;88.0;30093.0;50246.0;;Other;Other;;98688.0;98688.0;;Red Sea Marine Management DMCC;;;HZLX;232;222.1;14;Broken Up;Aframax;LR2;;;;;;;;\n2017-01-01;Ishon;8913590;;Active;1991;;Djibouti;;;;28223;47067;1991-12-20;1989-06-01;2017-09-01;2013-02-15;2014-11-15;;18.0;14.5;13.5;51.0;13568.0;;;Other;Other;;52615.0;52615.0;Natuical Marine Management;Corinthians Shipping;;;ELNJ5;183;174.0;12;Broken Up;Product Tanker;MR;;;;;;;;\n2017-01-01;Harmony;8819184;;Active;1989;;Palau;;;;18033;33836;1989-09-09;1989-01-01;2019-01-01;;;;15.55;14.5;13.5;38.0;10084.0;17256.0;17277.0;Other;Other;;38458.0;38458.0;;Waruna Nusa Sentana;;;JZDQ;167;158.0;10;Broken Up;Product Tanker;MR;;;;;;;;\n2017-01-01;Oak;9047374;;Active;1993;;Saint Kitts and Nevis;;;;28277;46842;1993-11-01;1991-10-01;2018-11-01;;;;18.0;14.5;13.5;51.0;12696.0;;;Other;Other;;52375.0;52375.0;;Seven Islands Shpg.;;;AWGD;183;174.0;11;Broken Up;Product Tanker;MR;;;;;;;;"},{"id":"9ecec1b8-b5bf-4f86-9369-70b3b1a8e3e8","name":"DRY - Retrieve columns using hash","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/fleet-development/vessels?hash=YOUR_HASH","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","fleet-development","vessels"],"query":[{"key":"hash","value":"YOUR_HASH"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"c3a1c465-626b-4427-ab56-64875e8df949","name":"Liquids - Retrieve columns using hash","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/fleet-development/vessels?hash=YOUR_HASH","protocol":"https","host":["api","kpler","com"],"path":["v1","fleet-development","vessels"],"query":[{"key":"hash","value":"YOUR_HASH"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cdd06ec0-22ec-4ce7-9346-c07e5bf1ee02"},{"name":"/v1/fleet-development/columns","event":[{"listen":"test","script":{"id":"f97fea30-70d6-4f09-8cb3-d44ca88357d2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"909dfc16-ec09-4647-9d9f-feff0975f67c","exec":[""],"type":"text/javascript"}}],"id":"dbcfad33-d0ac-4c20-b6b0-c36d417c82c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_name\",\n    \"vessel_status\"\n]"},"url":"api.kpler.com/v1/fleet-development/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>day</strong></li>\n<li><strong>vessel_name</strong></li>\n<li><strong>vessel_status</strong></li>\n</ul>\n","urlObject":{"path":["v1","fleet-development","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[{"id":"1d035a3e-d8eb-484d-a27b-fc0b407ec592","name":"LPG - Create a new hash","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**Required [String]**: **application/json** or **text/json**","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_name\",\n    \"vessel_status\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api-lpg.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"f7fea4ebbbd0e5a0b9c65e30d3d40ccf"},{"id":"2ac873e8-a631-478d-b98a-d285f27dfc03","name":"DRY - Create a new hash","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**Required [String]**: **application/json** or **text/json**","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_name\",\n    \"vessel_status\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api-dry.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"f7fea4ebbbd0e5a0b9c65e30d3d40ccf"},{"id":"3f6c3995-d89c-4c4f-b866-9144fa109654","name":"Liquids - Create a new hash","originalRequest":{"method":"POST","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**Required [String]**: **application/json** or **text/json**","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_name\",\n    \"vessel_status\"\n]","options":{"raw":{"language":"json"}}},"url":"https://api.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"f7fea4ebbbd0e5a0b9c65e30d3d40ccf"},{"id":"6529610e-910e-45bb-b3cc-42fc7e48d5fc","name":"Liquids - Columns id, name, description and deprecation status","originalRequest":{"method":"GET","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_oil\",\n            \"shortId\": \"vto\",\n            \"columnName\": \"Vessel type OIL\",\n            \"description\": \"OIL type of vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_cpp\",\n            \"shortId\": \"vtc\",\n            \"columnName\": \"Vessel type CPP\",\n            \"description\": \"CPP type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"6d8344da-d8da-42cc-b533-c9a967f1906e","name":"LPG - Columns id, name, description and deprecation status","originalRequest":{"method":"POST","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"d1b49d08-1bc0-49dd-b221-c2fbd07c07eb","name":"DRY - Columns id, name, description and deprecation status","originalRequest":{"method":"POST","header":[],"url":"this_url_is_not_valid"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Columns by default\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"Optional Columns\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"}],"_postman_id":"dbcfad33-d0ac-4c20-b6b0-c36d417c82c3"},{"name":"/v1/fleet-development/columns","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"9e06e56f-e2f7-422f-b723-fb020b717666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-development/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint fleet-development.</p>\n","urlObject":{"path":["v1","fleet-development","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[{"id":"8fee1557-1ade-41aa-85c3-beb39bdae373","name":"Liquids - list of all columns","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"https://api.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"selected\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_oil\",\n            \"shortId\": \"vto\",\n            \"columnName\": \"Vessel type OIL\",\n            \"description\": \"OIL type of vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type_cpp\",\n            \"shortId\": \"vtc\",\n            \"columnName\": \"Vessel type CPP\",\n            \"description\": \"CPP type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"unselected\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"a2be0147-4aa1-4f7a-b80a-3e281fba070e","name":"LPG - list of all columns","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token","type":"text"}],"url":"https://api-lpg.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"selected\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"unselected\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"},{"id":"ecb6ff7a-079c-4b27-b64a-e8e2bca0610c","name":"Dry - list of all columns","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"https://api-dry.kpler.com/v1/fleet-development/columns"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"selected\": [\n        {\n            \"id\": \"day\",\n            \"shortId\": \"day\",\n            \"columnName\": \"Day\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_name\",\n            \"shortId\": \"vna\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"Vessel IMO\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mmsi\",\n            \"shortId\": \"mms\",\n            \"columnName\": \"MMSI\",\n            \"description\": \"The Maritime Mobile Service Identity of the vessel (9 digits)\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status\",\n            \"shortId\": \"sta\",\n            \"columnName\": \"Status\",\n            \"description\": \"Status of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_year\",\n            \"shortId\": \"vby\",\n            \"columnName\": \"Build year\",\n            \"description\": \"Year of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_flag_name\",\n            \"shortId\": \"vfn\",\n            \"columnName\": \"Flag name\",\n            \"description\": \"Country flag\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_engine_type\",\n            \"shortId\": \"vet\",\n            \"columnName\": \"Engine type\",\n            \"description\": \"Engine type\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_system\",\n            \"shortId\": \"vcs\",\n            \"columnName\": \"Cargo system\",\n            \"description\": \"The specified containment system of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_cargo_type\",\n            \"shortId\": \"cgo\",\n            \"columnName\": \"Cargo type\",\n            \"description\": \"The specific cargo type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_gross_tonnage\",\n            \"shortId\": \"vgt\",\n            \"columnName\": \"Gross tonnage\",\n            \"description\": \"Vessel gross tonnage\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_weight\",\n            \"shortId\": \"vdw\",\n            \"columnName\": \"Dead weight (t)\",\n            \"description\": \"Dead weight in tons\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_at\",\n            \"shortId\": \"bda\",\n            \"columnName\": \"Build at\",\n            \"description\": \"Building date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_order_at\",\n            \"shortId\": \"ora\",\n            \"columnName\": \"Order at\",\n            \"description\": \"Order date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_dead_at\",\n            \"shortId\": \"dda\",\n            \"columnName\": \"Dead at\",\n            \"description\": \"Death date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_dry_dock\",\n            \"shortId\": \"ldd\",\n            \"columnName\": \"Last dry dock\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_last_special_survey\",\n            \"shortId\": \"lss\",\n            \"columnName\": \"Last special survey\",\n            \"description\": \"Last dry dock of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_displacement\",\n            \"shortId\": \"dpt\",\n            \"columnName\": \"Displacement\",\n            \"description\": \"Displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_depth\",\n            \"shortId\": \"dph\",\n            \"columnName\": \"Depth\",\n            \"description\": \"Depth of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_laden_speed\",\n            \"shortId\": \"lsd\",\n            \"columnName\": \"Laden Speed\",\n            \"description\": \"Laden speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ballast_speed\",\n            \"shortId\": \"bsd\",\n            \"columnName\": \"Ballast Speed\",\n            \"description\": \"Ballast speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_tpcmi\",\n            \"shortId\": \"tpc\",\n            \"columnName\": \"TPCMI\",\n            \"description\": \"TPCMI of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage\",\n            \"shortId\": \"ntt\",\n            \"columnName\": \"Net tonnage\",\n            \"description\": \"Net tonnage of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_suez\",\n            \"shortId\": \"nts\",\n            \"columnName\": \"Net tonnage suez\",\n            \"description\": \"Net tonnage suez of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_net_tonnage_panama\",\n            \"shortId\": \"ntp\",\n            \"columnName\": \"Net tonnage panama\",\n            \"description\": \"Net tonnage panama of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_compliance_method\",\n            \"shortId\": \"cmd\",\n            \"columnName\": \"Compliance Method\",\n            \"description\": \"Compliance method of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_type\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Scrubber type\",\n            \"description\": \"Scrubber type of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_scrubber_date\",\n            \"shortId\": \"sde\",\n            \"columnName\": \"Scrubber date\",\n            \"description\": \"Scrubber date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_capacity\",\n            \"shortId\": \"cpy\",\n            \"columnName\": \"Capacity (m3)\",\n            \"description\": \"The maximum capacity of the vessel in cubic meters\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"current_vessel_controller_name\",\n            \"shortId\": \"vcn\",\n            \"columnName\": \"Current controller\",\n            \"description\": \"Name of the current vessel controller\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Owners_names\",\n            \"shortId\": \"Own\",\n            \"columnName\": \"Owners\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Operators_names\",\n            \"shortId\": \"Opn\",\n            \"columnName\": \"Operators\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"Builders_names\",\n            \"shortId\": \"Bun\",\n            \"columnName\": \"Builders\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"call_sign\",\n            \"shortId\": \"csi\",\n            \"columnName\": \"Call Sign\",\n            \"description\": null,\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length\",\n            \"shortId\": \"lgt\",\n            \"columnName\": \"Length\",\n            \"description\": \"Length of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_length_between_perpendiculars\",\n            \"shortId\": \"lbp\",\n            \"columnName\": \"Length between perpendiculars\",\n            \"description\": \"Length between perpendiculars of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_draught\",\n            \"shortId\": \"dra\",\n            \"columnName\": \"Draught\",\n            \"description\": \"Vessel's draught\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_status_detail\",\n            \"shortId\": \"std\",\n            \"columnName\": \"Status detail\",\n            \"description\": \"Status detail of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vty\",\n            \"columnName\": \"Vessel type\",\n            \"description\": \"Type of vessel\",\n            \"deprecated\": false\n        }\n    ],\n    \"unselected\": [\n        {\n            \"id\": \"vessel_ballast_consumption\",\n            \"shortId\": \"bcn\",\n            \"columnName\": \"Ballast Consumption\",\n            \"description\": \"Ballast Consumption of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_beam\",\n            \"shortId\": \"bam\",\n            \"columnName\": \"Beam\",\n            \"description\": \"Beam of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_country\",\n            \"shortId\": \"vbc\",\n            \"columnName\": \"Build Country\",\n            \"description\": \"Country of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_build_month\",\n            \"shortId\": \"vbm\",\n            \"columnName\": \"Build Month\",\n            \"description\": \"Month of construction of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"builder\",\n            \"shortId\": \"bld\",\n            \"columnName\": \"Builder\",\n            \"description\": \"Builder of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_empirical_max_draught_change\",\n            \"shortId\": \"emd\",\n            \"columnName\": \"Empirical max draught change\",\n            \"description\": \"Empirical max draught change of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_horse_power\",\n            \"shortId\": \"hpr\",\n            \"columnName\": \"Horse Power\",\n            \"description\": \"Horse power of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_is_ethylene_capable\",\n            \"shortId\": \"iec\",\n            \"columnName\": \"Is ethylene capable\",\n            \"description\": \"Is the vessel ethylene capable?\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_keel_laid_at\",\n            \"shortId\": \"kla\",\n            \"columnName\": \"Keel laid at\",\n            \"description\": \"Keel laid date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_launch_at\",\n            \"shortId\": \"lca\",\n            \"columnName\": \"Launch at\",\n            \"description\": \"Launching date of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_light_displacement\",\n            \"shortId\": \"ldt\",\n            \"columnName\": \"Light Displacement\",\n            \"description\": \"Light displacement of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass\",\n            \"shortId\": \"mas\",\n            \"columnName\": \"Mass\",\n            \"description\": \"The mass of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity\",\n            \"shortId\": \"mcy\",\n            \"columnName\": \"Mass capacity\",\n            \"description\": \"Mass capacity of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_bale\",\n            \"shortId\": \"mcb\",\n            \"columnName\": \"Mass capacity bale\",\n            \"description\": \"Mass capacity bale of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_grain\",\n            \"shortId\": \"mcg\",\n            \"columnName\": \"Mass capacity grain\",\n            \"description\": \"Mass capacity grain of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_mass_capacity_ore\",\n            \"shortId\": \"mco\",\n            \"columnName\": \"Mass capacity ore\",\n            \"description\": \"Mass capacity ore of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_max_speed\",\n            \"shortId\": \"mxs\",\n            \"columnName\": \"Max Speed\",\n            \"description\": \"Max speed of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_number_tanks\",\n            \"shortId\": \"ntk\",\n            \"columnName\": \"Number tanks\",\n            \"description\": \"Number of tanks of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_price\",\n            \"shortId\": \"prc\",\n            \"columnName\": \"Price\",\n            \"description\": \"Price of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_ship_class\",\n            \"shortId\": \"scs\",\n            \"columnName\": \"Ship Class\",\n            \"description\": \"Ship class of the vessel\",\n            \"deprecated\": false\n        },\n        {\n            \"id\": \"vessel_volume_gas\",\n            \"shortId\": \"vgs\",\n            \"columnName\": \"Volume Gas\",\n            \"description\": \"The volume of gas of the vessel\",\n            \"deprecated\": false\n        }\n    ]\n}"}],"_postman_id":"9e06e56f-e2f7-422f-b723-fb020b717666"}],"id":"7168fe0f-636e-412b-a417-f454dd830717","description":"<p>Access In-Service fleet, new vessel deliveries and old vessels sold for scrap as well as vessels with Scrubbers installed and planned.</p>\n","event":[{"listen":"prerequest","script":{"id":"cf07c2ee-1574-4a73-9a2a-13024b4da48f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4ef5f5c6-d355-4082-b749-4aa3b1a2f20e","type":"text/javascript","exec":[""]}}],"_postman_id":"7168fe0f-636e-412b-a417-f454dd830717"},{"name":"Fleet-utilization","item":[{"name":"/v1/fleet-utilization/series","event":[{"listen":"test","script":{"id":"25057391-2248-4956-b4d0-7537d9fbd764","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"f95abd7a-7ba3-46b8-bd69-2e2957f47a2b","exec":[""],"type":"text/javascript"}}],"id":"c17e07f4-1e08-4d84-9604-c6d58af9cfc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-utilization/series?metric=count&percent={{percent}}&split=vesselType&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&period={{period}}&unit={{unit}}&zones={{zones}}&products=&productsGranular={{productsGranular}}&vesselStates=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&distincAggregation={{distincAggregation}}&previousZones={{previousZones}}&nextZones={{nextZones}}&vesselDirections={{vesselDirections}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","fleet-utilization","series"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Use following metrics:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>Sum by number of vessels</td>\n</tr>\n<tr>\n<td>deadWeight</td>\n<td>Sum by vessels deadweight</td>\n</tr>\n<tr>\n<td>capacity</td>\n<td>Sum by vessels capacity</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p><strong>Required [String]</strong>: Boolean by default false.</p>\n","type":"text/plain"},"key":"percent","value":"{{percent}}"},{"description":{"content":"<p>Optional [String]: If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n</tr>\n<tr>\n<td>state</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>vesselTypeCpp</td>\n</tr>\n<tr>\n<td>vesselTypeOil</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n<tr>\n<td>currentContinents</td>\n</tr>\n<tr>\n<td>currentSubcontinents</td>\n</tr>\n<tr>\n<td>currentCountries</td>\n</tr>\n<tr>\n<td>currentSubregions</td>\n</tr>\n<tr>\n<td>currentSeas</td>\n</tr>\n<tr>\n<td>subState</td>\n</tr>\n<tr>\n<td>direction</td>\n</tr>\n<tr>\n<td>previousTradingRegions</td>\n</tr>\n<tr>\n<td>previousContinents</td>\n</tr>\n<tr>\n<td>previousSubContinents</td>\n</tr>\n<tr>\n<td>previousCountries</td>\n</tr>\n<tr>\n<td>previousPorts</td>\n</tr>\n<tr>\n<td>nextTradingRegions</td>\n</tr>\n<tr>\n<td>nextContinents</td>\n</tr>\n<tr>\n<td>nextSubContinents</td>\n</tr>\n<tr>\n<td>nextCountries</td>\n</tr>\n<tr>\n<td>nextPorts</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypeOil</strong> and <strong>vesselTypeCpp</strong> are only available for <strong>Liquids</strong></p>\n<p><strong>vesselType</strong> is only available for <strong>Gas</strong> and <strong>Dry</strong></p>\n","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Use following periods:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>days</td>\n</tr>\n<tr>\n<td>weeks</td>\n</tr>\n<tr>\n<td>months</td>\n</tr>\n<tr>\n<td>quarters</td>\n</tr>\n<tr>\n<td>years</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Use following units:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Unit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kt</td>\n</tr>\n<tr>\n<td>mt</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"unit","value":"{{unit}}"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent). eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Names of products, eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: Names of grades or subgrades, eg: US Light Sweet, Jet A</p>\n","type":"text/plain"},"key":"productsGranular","value":"{{productsGranular}}"},{"description":{"content":"<p>Optional [String]: For given <strong>vessel states</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel State</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ballast</td>\n</tr>\n<tr>\n<td>Loaded</td>\n</tr>\n<tr>\n<td>Maintenance</td>\n</tr>\n<tr>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselStates","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Boolean by default false. Show or hide distinct vessels</p>\n","type":"text/plain"},"key":"distincAggregation","value":"{{distincAggregation}}"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent) the vessel is coming from\n. eg: China,Gulf of Oman.</p>\n","type":"text/plain"},"key":"previousZones","value":"{{previousZones}}"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent) the vessel is going to\n. eg: China,Gulf of Oman.</p>\n","type":"text/plain"},"key":"nextZones","value":"{{nextZones}}"},{"description":{"content":"<p>Optional [String]: Names of the vessel’s course of direction on the given day \n e.g: North,East,Southeast </p>\n","type":"text/plain"},"key":"vesselDirections","value":"{{vesselDirections}}"}],"variable":[]}},"response":[{"id":"3eef247d-36b7-406c-b13c-d971253406ab","name":"LNG - World daily fleet utlization for vessels with capacity 10,000 and above","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/fleet-utilization/series?metric=count&endDate=2020-05-28&startDate=2020-04-01&period=daily&unit=mt&split=state&gte=10000&dimension=mass","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","fleet-utilization","series"],"query":[{"key":"metric","value":"count"},{"key":"endDate","value":"2020-05-28"},{"key":"startDate","value":"2020-04-01"},{"key":"period","value":"daily"},{"key":"unit","value":"mt"},{"key":"split","value":"state"},{"key":"gte","value":"10000"},{"key":"dimension","value":"mass"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Ballast;Loaded;Other\n2020-04-01T00:00:00.000Z;329;236;27\n2020-04-02T00:00:00.000Z;327;238;27\n2020-04-03T00:00:00.000Z;324;241;27\n2020-04-04T00:00:00.000Z;320;245;27\n2020-04-05T00:00:00.000Z;320;245;27\n2020-04-06T00:00:00.000Z;320;245;27\n2020-04-07T00:00:00.000Z;315;250;27\n2020-04-08T00:00:00.000Z;315;251;27\n2020-04-09T00:00:00.000Z;322;245;26\n2020-04-10T00:00:00.000Z;317;252;26\n2020-04-11T00:00:00.000Z;317;252;26\n2020-04-12T00:00:00.000Z;321;249;25\n2020-04-13T00:00:00.000Z;317;253;25\n2020-04-14T00:00:00.000Z;319;251;26\n2020-04-15T00:00:00.000Z;320;250;26\n2020-04-16T00:00:00.000Z;327;243;26\n2020-04-17T00:00:00.000Z;327;244;25\n2020-04-18T00:00:00.000Z;327;244;25\n2020-04-19T00:00:00.000Z;325;246;25\n2020-04-20T00:00:00.000Z;322;248;25\n2020-04-21T00:00:00.000Z;320;249;25\n2020-04-22T00:00:00.000Z;321;248;25\n2020-04-23T00:00:00.000Z;319;250;25\n2020-04-24T00:00:00.000Z;319;250;25\n2020-04-25T00:00:00.000Z;320;249;25\n2020-04-26T00:00:00.000Z;321;248;25\n2020-04-27T00:00:00.000Z;320;251;24\n2020-04-28T00:00:00.000Z;314;257;24\n2020-04-29T00:00:00.000Z;320;251;24\n2020-04-30T00:00:00.000Z;315;256;25\n2020-05-01T00:00:00.000Z;313;258;25\n2020-05-02T00:00:00.000Z;316;255;25\n2020-05-03T00:00:00.000Z;308;263;25\n2020-05-04T00:00:00.000Z;304;267;25\n2020-05-05T00:00:00.000Z;300;271;25\n2020-05-06T00:00:00.000Z;292;278;25\n2020-05-07T00:00:00.000Z;291;279;26\n2020-05-08T00:00:00.000Z;291;278;26\n2020-05-09T00:00:00.000Z;292;277;26\n2020-05-10T00:00:00.000Z;290;279;26\n2020-05-11T00:00:00.000Z;297;272;27\n2020-05-12T00:00:00.000Z;296;273;28\n2020-05-13T00:00:00.000Z;291;278;28\n2020-05-14T00:00:00.000Z;298;271;28\n2020-05-15T00:00:00.000Z;301;268;29\n2020-05-16T00:00:00.000Z;310;259;29\n2020-05-17T00:00:00.000Z;306;263;29\n2020-05-18T00:00:00.000Z;311;258;29\n2020-05-19T00:00:00.000Z;319;251;29\n2020-05-20T00:00:00.000Z;312;258;30\n2020-05-21T00:00:00.000Z;310;260;30\n2020-05-22T00:00:00.000Z;319;252;30\n2020-05-23T00:00:00.000Z;316;255;30\n2020-05-24T00:00:00.000Z;318;253;30\n2020-05-25T00:00:00.000Z;317;253;30\n2020-05-26T00:00:00.000Z;314;257;29\n2020-05-27T00:00:00.000Z;314;258;28\n2020-05-28T00:00:00.000Z;315;257;28\n"},{"id":"462d07f0-ee64-43ea-bb8d-40aab8bd082e","name":"Liquids - World daily fleet utlization for vessels with deadweight 10,000 and above","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/fleet-utilization/series?metric=count&endDate=2020-05-28&startDate=2020-04-01&period=daily&unit=mt&split=state&gte=10000&dimension=mass","protocol":"https","host":["api","kpler","com"],"path":["v1","fleet-utilization","series"],"query":[{"key":"metric","value":"count"},{"key":"endDate","value":"2020-05-28"},{"key":"startDate","value":"2020-04-01"},{"key":"period","value":"daily"},{"key":"unit","value":"mt"},{"key":"split","value":"state"},{"key":"gte","value":"10000"},{"key":"dimension","value":"mass"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Others;Loaded;Ballast\n2020-04-01T00:00:00.000Z;336;3964;2882\n2020-04-02T00:00:00.000Z;334;4006;2842\n2020-04-03T00:00:00.000Z;336;4013;2835\n2020-04-04T00:00:00.000Z;336;3988;2860\n2020-04-05T00:00:00.000Z;334;3983;2867\n2020-04-06T00:00:00.000Z;336;3997;2853\n2020-04-07T00:00:00.000Z;337;4011;2840\n2020-04-08T00:00:00.000Z;335;4027;2827\n2020-04-09T00:00:00.000Z;330;4031;2828\n2020-04-10T00:00:00.000Z;329;4007;2853\n2020-04-11T00:00:00.000Z;327;4030;2832\n2020-04-12T00:00:00.000Z;324;4027;2838\n2020-04-13T00:00:00.000Z;321;4027;2841\n2020-04-14T00:00:00.000Z;319;4045;2826\n2020-04-15T00:00:00.000Z;317;4055;2818\n2020-04-16T00:00:00.000Z;316;4079;2796\n2020-04-17T00:00:00.000Z;316;4081;2795\n2020-04-18T00:00:00.000Z;315;4089;2788\n2020-04-19T00:00:00.000Z;309;4128;2755\n2020-04-20T00:00:00.000Z;308;4161;2724\n2020-04-21T00:00:00.000Z;309;4171;2714\n2020-04-22T00:00:00.000Z;310;4176;2710\n2020-04-23T00:00:00.000Z;310;4179;2708\n2020-04-24T00:00:00.000Z;309;4174;2714\n2020-04-25T00:00:00.000Z;307;4205;2685\n2020-04-26T00:00:00.000Z;306;4222;2669\n2020-04-27T00:00:00.000Z;307;4203;2688\n2020-04-28T00:00:00.000Z;307;4218;2675\n2020-04-29T00:00:00.000Z;306;4235;2658\n2020-04-30T00:00:00.000Z;306;4234;2659\n2020-05-01T00:00:00.000Z;305;4235;2659\n2020-05-02T00:00:00.000Z;305;4250;2644\n2020-05-03T00:00:00.000Z;305;4239;2655\n2020-05-04T00:00:00.000Z;305;4228;2666\n2020-05-05T00:00:00.000Z;305;4197;2697\n2020-05-06T00:00:00.000Z;302;4189;2708\n2020-05-07T00:00:00.000Z;302;4212;2685\n2020-05-08T00:00:00.000Z;301;4212;2687\n2020-05-09T00:00:00.000Z;301;4205;2694\n2020-05-10T00:00:00.000Z;300;4194;2706\n2020-05-11T00:00:00.000Z;298;4183;2720\n2020-05-12T00:00:00.000Z;298;4179;2724\n2020-05-13T00:00:00.000Z;297;4175;2729\n2020-05-14T00:00:00.000Z;294;4189;2718\n2020-05-15T00:00:00.000Z;294;4161;2747\n2020-05-16T00:00:00.000Z;293;4159;2749\n2020-05-17T00:00:00.000Z;291;4152;2758\n2020-05-18T00:00:00.000Z;292;4174;2736\n2020-05-19T00:00:00.000Z;294;4155;2756\n2020-05-20T00:00:00.000Z;294;4166;2745\n2020-05-21T00:00:00.000Z;294;4159;2752\n2020-05-22T00:00:00.000Z;294;4137;2777\n2020-05-23T00:00:00.000Z;293;4128;2787\n2020-05-24T00:00:00.000Z;292;4105;2811\n2020-05-25T00:00:00.000Z;291;4108;2809\n2020-05-26T00:00:00.000Z;291;4120;2798\n2020-05-27T00:00:00.000Z;291;4087;2831\n2020-05-28T00:00:00.000Z;293;4082;2836\n"},{"id":"9e6236b1-ac3f-4a52-9b15-1636ad265891","name":"LPG - World daily fleet utlization for vessels with capacity 10,000 and above","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/fleet-utilization/series?metric=count&endDate=2020-05-28&startDate=2020-04-01&period=daily&unit=mt&split=state&gte=10000&dimension=mass","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","fleet-utilization","series"],"query":[{"key":"metric","value":"count"},{"key":"endDate","value":"2020-05-28"},{"key":"startDate","value":"2020-04-01"},{"key":"period","value":"daily"},{"key":"unit","value":"mt"},{"key":"split","value":"state"},{"key":"gte","value":"10000"},{"key":"dimension","value":"mass"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Loaded;Ballast;Other\n2020-04-01;293;322;16\n2020-04-02;291;324;16\n2020-04-03;305;310;16\n2020-04-04;302;313;16\n2020-04-05;307;308;16\n2020-04-06;315;300;16\n2020-04-07;319;296;16\n2020-04-08;323;293;16\n2020-04-09;325;291;16\n2020-04-10;335;281;16\n2020-04-11;338;277;16\n2020-04-12;341;274;16\n2020-04-13;343;272;16\n2020-04-14;334;281;16\n2020-04-15;334;281;17\n2020-04-16;337;278;17\n2020-04-17;336;279;17\n2020-04-18;345;270;17\n2020-04-19;341;274;17\n2020-04-20;338;277;17\n2020-04-21;336;279;17\n2020-04-22;334;281;17\n2020-04-23;334;282;16\n2020-04-24;337;279;16\n2020-04-25;324;292;16\n2020-04-26;329;288;15\n2020-04-27;326;291;15\n2020-04-28;322;296;15\n2020-04-29;319;299;15\n2020-04-30;320;298;15\n2020-05-01;317;301;15\n2020-05-02;326;292;15\n2020-05-03;332;286;15\n2020-05-04;337;281;15\n2020-05-05;334;285;14\n2020-05-06;338;281;14\n2020-05-07;334;285;14\n2020-05-08;347;272;14\n2020-05-09;348;270;14\n2020-05-10;342;276;14\n2020-05-11;340;278;14\n2020-05-12;341;277;14\n2020-05-13;344;274;14\n2020-05-14;338;280;14\n2020-05-15;326;292;14\n2020-05-16;321;297;14\n2020-05-17;309;309;14\n2020-05-18;323;295;14\n2020-05-19;315;303;14\n2020-05-20;314;305;14\n2020-05-21;324;295;14\n2020-05-22;324;295;14\n2020-05-23;326;293;14\n2020-05-24;331;289;13\n2020-05-25;337;283;13\n2020-05-26;345;275;13\n2020-05-27;340;280;13\n2020-05-28;340;280;15\n"},{"id":"fb7ad5be-8f66-46b8-9e3e-e817b96bb7bb","name":"Dry - World daily fleet utlization for vessels with deadweight 10,000 and above","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/fleet-utilization/series?metric=count&endDate=2020-05-28&startDate=2020-04-01&period=daily&unit=mt&split=state&gte=10000&dimension=mass","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","fleet-utilization","series"],"query":[{"key":"metric","value":"count"},{"key":"endDate","value":"2020-05-28"},{"key":"startDate","value":"2020-04-01"},{"key":"period","value":"daily"},{"key":"unit","value":"mt"},{"key":"split","value":"state"},{"key":"gte","value":"10000"},{"key":"dimension","value":"mass"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Others;Loaded;Ballast\n2020-04-01T00:00:00.000Z;341;6674;4350\n2020-04-02T00:00:00.000Z;341;6634;4392\n2020-04-03T00:00:00.000Z;341;6609;4418\n2020-04-04T00:00:00.000Z;337;6584;4447\n2020-04-05T00:00:00.000Z;337;6588;4443\n2020-04-06T00:00:00.000Z;334;6550;4484\n2020-04-07T00:00:00.000Z;334;6509;4526\n2020-04-08T00:00:00.000Z;331;6513;4526\n2020-04-09T00:00:00.000Z;328;6503;4539\n2020-04-10T00:00:00.000Z;326;6487;4558\n2020-04-11T00:00:00.000Z;321;6491;4559\n2020-04-12T00:00:00.000Z;317;6495;4559\n2020-04-13T00:00:00.000Z;315;6492;4565\n2020-04-14T00:00:00.000Z;316;6484;4574\n2020-04-15T00:00:00.000Z;317;6434;4625\n2020-04-16T00:00:00.000Z;319;6457;4604\n2020-04-17T00:00:00.000Z;319;6478;4585\n2020-04-18T00:00:00.000Z;315;6474;4593\n2020-04-19T00:00:00.000Z;311;6478;4593\n2020-04-20T00:00:00.000Z;315;6506;4568\n2020-04-21T00:00:00.000Z;313;6511;4565\n2020-04-22T00:00:00.000Z;309;6519;4562\n2020-04-23T00:00:00.000Z;309;6523;4560\n2020-04-24T00:00:00.000Z;309;6543;4542\n2020-04-25T00:00:00.000Z;304;6552;4538\n2020-04-26T00:00:00.000Z;303;6553;4538\n2020-04-27T00:00:00.000Z;302;6560;4533\n2020-04-28T00:00:00.000Z;305;6531;4564\n2020-04-29T00:00:00.000Z;305;6556;4542\n2020-04-30T00:00:00.000Z;310;6563;4539\n2020-05-01T00:00:00.000Z;309;6551;4553\n2020-05-02T00:00:00.000Z;300;6571;4542\n2020-05-03T00:00:00.000Z;300;6557;4556\n2020-05-04T00:00:00.000Z;299;6579;4535\n2020-05-05T00:00:00.000Z;298;6605;4510\n2020-05-06T00:00:00.000Z;295;6620;4500\n2020-05-07T00:00:00.000Z;294;6613;4508\n2020-05-08T00:00:00.000Z;294;6598;4523\n2020-05-09T00:00:00.000Z;293;6630;4493\n2020-05-10T00:00:00.000Z;290;6594;4532\n2020-05-11T00:00:00.000Z;289;6643;4486\n2020-05-12T00:00:00.000Z;287;6646;4485\n2020-05-13T00:00:00.000Z;286;6606;4527\n2020-05-14T00:00:00.000Z;283;6582;4557\n2020-05-15T00:00:00.000Z;285;6574;4565\n2020-05-16T00:00:00.000Z;282;6555;4587\n2020-05-17T00:00:00.000Z;282;6563;4579\n2020-05-18T00:00:00.000Z;284;6592;4553\n2020-05-19T00:00:00.000Z;285;6652;4493\n2020-05-20T00:00:00.000Z;284;6612;4534\n2020-05-21T00:00:00.000Z;281;6646;4503\n2020-05-22T00:00:00.000Z;282;6640;4510\n2020-05-23T00:00:00.000Z;280;6636;4516\n2020-05-24T00:00:00.000Z;278;6623;4531\n2020-05-25T00:00:00.000Z;278;6630;4525\n2020-05-26T00:00:00.000Z;279;6645;4511\n2020-05-27T00:00:00.000Z;280;6641;4517\n2020-05-28T00:00:00.000Z;279;6646;4513\n"}],"_postman_id":"c17e07f4-1e08-4d84-9604-c6d58af9cfc7"},{"name":"/v1/fleet-utilization/vessels","event":[{"listen":"test","script":{"id":"dfc0ea52-bfe4-4112-a241-bdb839513470","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"a9a74e70-4bfc-4e6d-a0f8-9851326385f3","exec":[""],"type":"text/javascript"}}],"id":"ec58eb14-2b3b-4116-b799-f87bb30d9b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-utilization/vessels?size={{size}}&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&zones={{zones}}&products=&productsGranular={{productsGranular}}&vesselStates=&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&columns=&hash={{hash}}&distinctAggregation={{distinctAggregation}}&period={{period}}&previousZones={{previousZones}}&nextZones={{nextZones}}&vesselDirections={{vesselDirections}}&vessels={{vessels}}&engineTypes={{engineTypes}}&buildYear=","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","fleet-utilization","vessels"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p>Optional [Integer]: The upper limit of results to return. Defaults to 200,000 for the API, and 30,000 for the Excel add-in. In both cases, if you request size 0, the size defaults to 100,000.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equal</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equal</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent). eg: China,Gulf of Oman.</p>\n<p><strong>Note</strong>: If parameter is not specified, default value is <strong>World</strong></p>\n","type":"text/plain"},"key":"zones","value":"{{zones}}"},{"description":{"content":"<p>Optional [String]: Names of products, eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: Names of grades or subgrades, eg: US Light Sweet, Jet A</p>\n","type":"text/plain"},"key":"productsGranular","value":"{{productsGranular}}"},{"description":{"content":"<p>Optional [String]: For given <strong>vessel states</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel State</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ballast</td>\n</tr>\n<tr>\n<td>Loaded</td>\n</tr>\n<tr>\n<td>Maintenance</td>\n</tr>\n<tr>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselStates","value":""},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: Generate your favourite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"},{"description":{"content":"<p>Optional [Boolean]: Boolean by default false. Show or hide distinct vessels</p>\n","type":"text/plain"},"key":"distinctAggregation","value":"{{distinctAggregation}}"},{"description":{"content":"<p>Optional [String]: Use following periods:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>days</td>\n</tr>\n<tr>\n<td>weeks</td>\n</tr>\n<tr>\n<td>months</td>\n</tr>\n<tr>\n<td>quarters</td>\n</tr>\n<tr>\n<td>years</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent) the vessel is coming from\n. eg: China,Gulf of Oman.</p>\n","type":"text/plain"},"key":"previousZones","value":"{{previousZones}}"},{"description":{"content":"<p>Optional [String]: Names of zones (port/region/country/continent) the vessel is going to\n. eg: China,Gulf of Oman.</p>\n","type":"text/plain"},"key":"nextZones","value":"{{nextZones}}"},{"description":{"content":"<p>Optional [String]: Names of the vessel’s course of direction on the given day \n e.g: North,East,Southeast </p>\n","type":"text/plain"},"key":"vesselDirections","value":"{{vesselDirections}}"},{"description":{"content":"<p>Optional [String]: Names or IMOs of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{{vessels}}"},{"description":{"content":"<p>Optional [List[String]]: Filter by the vessel's engine type</p>\n","type":"text/plain"},"key":"engineTypes","value":"{{engineTypes}}"},{"description":{"content":"<p>Optional [Integer]: Only include vessels built in a specific year</p>\n","type":"text/plain"},"key":"buildYear","value":""}],"variable":[]}},"response":[{"id":"0651eb44-c97a-4a57-a39e-eb4cc906bb75","name":"DRY - Daily Snapshot of vessels inside Singapore","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token"}],"url":{"raw":"https://api-dry.kpler.com/v1/fleet-utilization/vessels?size=1000&zones=Singapore Republic","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","fleet-utilization","vessels"],"query":[{"key":"size","value":"1000"},{"key":"zones","value":"Singapore Republic"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Vessel State;Last Product on board\n2020-02-10T00:00:00;9460277;Eleni;33717;Handysize;Ballast;Other\n2020-02-11T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-11T00:00:00;9687693;Scarlet Eagle;81656;Kamsarmax;Ballast;Other\n2020-02-11T00:00:00;9460277;Eleni;33717;Handysize;Ballast;Other\n2020-02-12T00:00:00;9544712;Lady Marite;76529;Panamax;Loaded;Other\n2020-02-12T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-12T00:00:00;9354064;Kuldhumrong;18951;Handysize;Loaded;Other\n2020-02-12T00:00:00;9687693;Scarlet Eagle;81656;Kamsarmax;Ballast;Other\n2020-02-13T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-13T00:00:00;9544712;Lady Marite;76529;Panamax;Loaded;Other\n2020-02-13T00:00:00;9376490;Anne-Sofie;12006;Handysize;;Other\n2020-02-14T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-14T00:00:00;9376490;Anne-Sofie;12006;Handysize;;Other\n2020-02-14T00:00:00;9532525;Pacific Warrior;400398;Valemax;Ballast;Other\n2020-02-15T00:00:00;9030981;Stellar Queen;305846;VLOC;Loaded;Other\n2020-02-15T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-15T00:00:00;9532525;Pacific Warrior;400398;Valemax;Ballast;Other\n2020-02-16T00:00:00;9030981;Stellar Queen;305846;VLOC;Loaded;Other\n2020-02-16T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-16T00:00:00;9157363;Tina;28426;Handysize;Loaded;Other\n2020-02-17T00:00:00;9231377;Vitaspirit;74269;Panamax;Loaded;Other\n2020-02-17T00:00:00;9711286;Nemea;61300;Ultramax;Ballast;Other\n2020-02-17T00:00:00;9030981;Stellar Queen;305846;VLOC;Loaded;Other\n2020-02-17T00:00:00;9714343;Penelope L.;28050;Handysize;Ballast;Other\n2020-02-17T00:00:00;9157363;Tina;28426;Handysize;Loaded;Other"},{"id":"3b82bd2b-6620-458a-a0dc-7b4587c2bf3e","name":"LNG - Daily Snapshot of vessels inside Europe","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/fleet-utilization/vessels?size=10&zones=France","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","fleet-utilization","vessels"],"query":[{"key":"size","value":"10"},{"key":"zones","value":"France"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Vessel State;Last Product on board\n2017-06-01T00:00:00;9323675;Grace Cosmos;85224;XL (Upper Conventional);Ballast;lng\n2017-06-01T00:00:00;9275347;Lalla Fatma N'Soumer;80920;XL (Upper Conventional);Ballast;lng\n2017-06-01T00:00:00;9337717;Al Gharrafa;107169;Q-Flex;Loaded;lng\n2017-06-02T00:00:00;9275347;Lalla Fatma N'Soumer;80920;XL (Upper Conventional);Ballast;lng\n2017-06-02T00:00:00;9323675;Grace Cosmos;85224;XL (Upper Conventional);Ballast;lng\n2017-06-02T00:00:00;9431147;Al Bahiya;121957;Q-Flex;Ballast;lng\n2017-06-02T00:00:00;9732369;Maran Gas Vergina;95194;XL (Upper Conventional);Loaded;lng\n2017-06-02T00:00:00;9443413;Rasheeda;130208;Q-Max;Loaded;lng\n2017-06-03T00:00:00;9431147;Al Bahiya;121957;Q-Flex;Ballast;lng\n2017-06-03T00:00:00;9443413;Rasheeda;130208;Q-Max;Loaded;lng\n"},{"id":"a76f8c62-db27-4dfd-9900-3bc518d49a7a","name":"Liquids - Daily Snapshot of Dirty VLCC ballast vessels inside Mideast Gulf","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/fleet-utilization/vessels?size=1000&zones=Mideast Gulf&products=crude/co,DPP&vesselTypes=VLCC&vesselStates=Ballast&startDate=2020-06-01&endDate=2020-06-07","protocol":"https","host":["api","kpler","com"],"path":["v1","fleet-utilization","vessels"],"query":[{"key":"size","value":"1000"},{"key":"zones","value":"Mideast Gulf"},{"key":"products","value":"crude/co,DPP"},{"key":"vesselTypes","value":"VLCC"},{"key":"vesselStates","value":"Ballast"},{"key":"startDate","value":"2020-06-01"},{"key":"endDate","value":"2020-06-07"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Vessel State;Last Product on board\n2020-06-01T00:00:00;9329708;Al Jabriyah Ii;317570;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9422158;C. Mighty;313874;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9513751;Phoenix Vigor;309625;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9783693;Amad;298705;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9445461;Olympic Trophy;319869;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9828950;Suzukasan;312037;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9662875;Eneos Ocean;312181;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9398058;New Prospect;297934;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9310654;Maridaki;299990;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9856086;Nissos Anafi;318744;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9256999;C. Vision;317614;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9262766;Selene Trader;300727;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9379715;New Dragon;296370;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9562673;Libra Trader;310339;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9783679;Khurais;298706;VLCC;Ballast;crude/co\n2020-06-01T00:00:00;9827695;El Segundo Voyager;318608;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9248485;Ads Stratus;299157;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9783693;Amad;298705;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9310654;Maridaki;299990;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9422158;C. Mighty;313874;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9828950;Suzukasan;312037;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9787780;Bright Horizon;312564;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9398058;New Prospect;297934;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9454498;Tsugaru;301498;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9445461;Olympic Trophy;319869;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9262766;Selene Trader;300727;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9856086;Nissos Anafi;318744;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9329708;Al Jabriyah Ii;317570;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9513751;Phoenix Vigor;309625;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9486520;New Horizon;318226;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9562673;Libra Trader;310339;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9783679;Khurais;298706;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9827695;El Segundo Voyager;318608;VLCC;Ballast;crude/co\n2020-06-02T00:00:00;9727027;Gener8 Chiotis;300973;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9783693;Amad;298705;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9422158;C. Mighty;313874;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9310654;Maridaki;299990;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9454498;Tsugaru;301498;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9262766;Selene Trader;300727;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9398058;New Prospect;297934;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9248485;Ads Stratus;299157;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9727027;Gener8 Chiotis;300973;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9376751;Nave Spherical;297188;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9787780;Bright Horizon;312564;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9288095;New Spirit;298972;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9486520;New Horizon;318226;VLCC;Ballast;crude/co\n2020-06-03T00:00:00;9386964;Dorra;317458;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9389033;Georgios;299999;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9683697;Vl Prosperity;319547;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9398058;New Prospect;297934;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9681209;Yuan Chun Hu;308013;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9312494;Nautilus;307284;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9534793;Al Salmi;319660;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9288095;New Spirit;298972;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9845702;Nissos Santorini;318744;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9848223;Toya;311374;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9386964;Dorra;317458;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9248485;Ads Stratus;299157;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9389760;Xin Run Yang;297244;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9787754;Tenma;313999;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9376751;Nave Spherical;297188;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9294252;Otowasan;302477;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9343405;Tamba;302106;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9727027;Gener8 Chiotis;300973;VLCC;Ballast;crude/co\n2020-06-04T00:00:00;9486520;New Horizon;318226;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9787754;Tenma;313999;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9845702;Nissos Santorini;318744;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9263215;Cosgreat Lake;298833;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9294252;Otowasan;302477;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9248485;Ads Stratus;299157;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9386964;Dorra;317458;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9389760;Xin Run Yang;297244;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9389033;Georgios;299999;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9486520;New Horizon;318226;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9534793;Al Salmi;319660;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9343405;Tamba;302106;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9288095;New Spirit;298972;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9848223;Toya;311374;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9534808;Al Riqqa;319705;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9312494;Nautilus;307284;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9681209;Yuan Chun Hu;308013;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9376751;Nave Spherical;297188;VLCC;Ballast;crude/co\n2020-06-05T00:00:00;9337133;Bunga Kasturi Empat;300325;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9848223;Toya;311374;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9837597;Universal Leader;299981;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9422615;Sea Leopard;314000;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9814129;Eneos Arrow;312127;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9263215;Cosgreat Lake;298833;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9770696;Takasago;313989;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9389760;Xin Run Yang;297244;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9787754;Tenma;313999;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9845702;Nissos Santorini;318744;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9534808;Al Riqqa;319705;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9567659;Omega Trader;305206;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9292486;Olympic Loyalty Ii;306997;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9339973;Taiga;311141;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9337133;Bunga Kasturi Empat;300325;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9534793;Al Salmi;319660;VLCC;Ballast;crude/co\n2020-06-06T00:00:00;9312494;Nautilus;307284;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9263215;Cosgreat Lake;298833;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9787754;Tenma;313999;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9837597;Universal Leader;299981;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9389760;Xin Run Yang;297244;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9455973;Amphitrite;320137;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9417189;Yuan Shan Hu;297316;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9212905;Happiness I;299214;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9845702;Nissos Santorini;318744;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9292486;Olympic Loyalty Ii;306997;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9515929;Nave Constellation;296988;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9337133;Bunga Kasturi Empat;300325;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9770696;Takasago;313989;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9534808;Al Riqqa;319705;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9534793;Al Salmi;319660;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9422615;Sea Leopard;314000;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9088689;Belema Sweet;302789;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9567659;Omega Trader;305206;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9848223;Toya;311374;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9247182;Abqaiq;302986;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9262754;Iwatesan;300667;VLCC;Ballast;crude/co\n2020-06-07T00:00:00;9339973;Taiga;311141;VLCC;Ballast;crude/co\n"},{"id":"d2502262-54e6-4bb3-a587-ab8b0232c30d","name":"LPG - Daily Snapshot of vessels inside Asia","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/fleet-utilization/vessels?size=20&zones=Portugal","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","fleet-utilization","vessels"],"query":[{"key":"size","value":"20"},{"key":"zones","value":"Portugal"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Vessel State;Last Product on board\n2017-06-01;9261566;Ceska;3090;SGC;Ballast;LPG\n2017-06-01;9040118;Gas Arma;6758;SGC;Loaded;olefins\n2017-06-01;9734848;Yara Nauma;18208;Handysize;Ballast;ammonia\n2017-06-01;9174361;Tanja Kosan;5996;SGC;Ballast;olefins\n2017-06-01;9734850;Yara Sela;18201;Handysize;Loaded;ammonia\n2017-06-01;9752618;Ethane Topaz;59069;VLEC;Loaded;ethane\n2017-06-01;9130468;Betagas;4663;SGC;Loaded;olefins\n2017-06-02;9261566;Ceska;3090;SGC;Ballast;LPG\n2017-06-02;9719525;Eco Nemesis;5158;SGC;Loaded;olefins\n2017-06-02;9734848;Yara Nauma;18208;Handysize;Ballast;ammonia\n2017-06-02;9661558;Navigator Atlas;16988;Handysize;Loaded;olefins\n2017-06-02;9130468;Betagas;4663;SGC;Loaded;olefins\n2017-06-02;9040118;Gas Arma;6758;SGC;Loaded;olefins\n2017-06-02;9293430;Pazifik;42937;LGC;Ballast;LPG\n2017-06-02;9174361;Tanja Kosan;5996;SGC;Loaded;olefins\n2017-06-02;9373591;Stella Kosan;9999;SGC;Ballast;olefins\n2017-06-02;9713624;Epic Sula;8989;SGC;Ballast;LPG\n2017-06-02;9040883;Jumme;6292;SGC;Ballast;olefins\n2017-06-02;9734850;Yara Sela;18201;Handysize;Loaded;ammonia\n2017-06-02;9131096;Bright Honor;7246;SGC;Ballast;olefins\n"}],"_postman_id":"ec58eb14-2b3b-4116-b799-f87bb30d9b00"},{"name":"/v1/fleet-utilization/columns","event":[{"listen":"test","script":{"id":"f97fea30-70d6-4f09-8cb3-d44ca88357d2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"909dfc16-ec09-4647-9d9f-feff0975f67c","exec":[""],"type":"text/javascript"}}],"id":"51683b1d-b691-4119-b36a-521face46ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_imo\",\n    \"vessel\"\n]"},"url":"api.kpler.com/v1/fleet-utilization/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>day</strong></li>\n<li><strong>vessel_imo</strong></li>\n<li><strong>vessel</strong></li>\n</ul>\n","urlObject":{"path":["v1","fleet-utilization","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51683b1d-b691-4119-b36a-521face46ccf"},{"name":"/v1/fleet-utilization/columns","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"d9b3f0e3-3ca8-46ee-983e-42d466384f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fleet-utilization/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint fleet-utilization.</p>\n","urlObject":{"path":["v1","fleet-utilization","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9b3f0e3-3ca8-46ee-983e-42d466384f2c"}],"id":"f129b6e2-224a-419d-9dc3-c0b01a85e375","description":"<p>Access current and historical supply &amp; demand capacity balance, total,loaded &amp; ballast capacity evolution and capacity available by products.</p>\n","event":[{"listen":"prerequest","script":{"id":"76bc7dfa-0696-4575-b03e-55b5fed8983d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b9b097d-6d43-44b7-8ba4-dab02309aceb","type":"text/javascript","exec":[""]}}],"_postman_id":"f129b6e2-224a-419d-9dc3-c0b01a85e375"},{"name":"Freight-metrics","item":[{"name":"/v1/freight-metrics/series-alt","event":[{"listen":"test","script":{"id":"c75fc746-ef15-4299-9f92-4d5ea80707a6","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"54105259-3d2b-4bc2-bb46-e74159e1ec53","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3f94da7a-d7bc-4861-ae4d-9a211f6f9714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"<p><strong>Required [String]</strong>: Token</p>\n","type":"text"}],"url":"api.kpler.com/v1/freight-metrics/series-alt?metric=count&gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&split=vesselType&fromLocations={{fromLocations}}&period={{period}}&products=&toLocations={{toLocations}}&fromInstallations={{fromInstallations}}&toInstallations={{toInstallations}}&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&withIntraCountry={{withIntraCountry}}&status={{status}}&avgSpeedMin={{avgSpeedMin}}&avgSpeedMax={{avgSpeedMax}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","freight-metrics","series-alt"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Use the following metrics:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AvgSpeed</td>\n<td>Average speed</td>\n</tr>\n<tr>\n<td>AvgDistance</td>\n<td>Average distance</td>\n</tr>\n<tr>\n<td>TonMiles</td>\n<td>Ton miles</td>\n</tr>\n<tr>\n<td>TonDays</td>\n<td>Ton days</td>\n</tr>\n<tr>\n<td>Count</td>\n<td>Count</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]:  If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>destinationCountry</td>\n</tr>\n<tr>\n<td>originCountry</td>\n</tr>\n<tr>\n<td>destinationInstallation</td>\n</tr>\n<tr>\n<td>originInstallation</td>\n</tr>\n<tr>\n<td>destinationPadd</td>\n</tr>\n<tr>\n<td>originPadd</td>\n</tr>\n<tr>\n<td>destinationSourceEta</td>\n</tr>\n<tr>\n<td>originSourceEta</td>\n</tr>\n<tr>\n<td>product</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>vesselTypeCpp</td>\n</tr>\n<tr>\n<td>vesselTypeOil</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypeOil</strong> and <strong>vesselTypeCpp</strong> are only available for <strong>Liquids</strong></p>\n<p><strong>vesselType</strong> is only available for <strong>Gas</strong> and <strong>Dry</strong></p>\n","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: From names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"fromLocations","value":"{{fromLocations}}"},{"description":{"content":"<p>Optional [String]: Use following periods:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>monthly</td>\n</tr>\n<tr>\n<td>quarterly</td>\n</tr>\n<tr>\n<td>annually</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"period","value":"{{period}}"},{"description":{"content":"<p>Optional [String]: Names of products</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: To names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"toLocations","value":"{{toLocations}}"},{"description":{"content":"<p>Optional [String]: From names of installations</p>\n","type":"text/plain"},"key":"fromInstallations","value":"{{fromInstallations}}"},{"description":{"content":"<p>Optional [String]: To names of installations</p>\n","type":"text/plain"},"key":"toInstallations","value":"{{toInstallations}}"},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>:</p>\n<p><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></p>\n","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [Boolean]: By default: <strong>withIntraCountry=true</strong>. Takes into account the trades within the selected region. Use [\"true\", \"false\"]</p>\n","type":"text/plain"},"key":"withIntraCountry","value":"{{withIntraCountry}}"},{"description":{"content":"<p>You can use as follows:</p>\n<ul>\n<li>loaded</li>\n<li>ballast</li>\n<li>all (<strong>loaded</strong> and <strong>ballast</strong>)\n<strong>IMPORTANT</strong>: This param is case sensitive.</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Optional [String]: Get vessel legs with average speed <strong>greater or equals</strong> to this value, by default no filter is applied</p>\n","type":"text/plain"},"key":"avgSpeedMin","value":"{{avgSpeedMin}}"},{"description":{"content":"<p>Optional [String]: Get vessel legs with average speed <strong>lower or equals</strong> to this value, by default no filter is applied</p>\n","type":"text/plain"},"key":"avgSpeedMax","value":"{{avgSpeedMax}}"}],"variable":[]}},"response":[{"id":"24c0b318-9f87-4834-b768-dbdd494fd4c0","name":"Liquids - World monthly average speed for VLCC fleet laden with crude/co going from Saudi Arabia","originalRequest":{"method":"GET","header":[{"description":"Required [String] : Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api.kpler.com/v1/freight-metrics/series-alt?metric=AvgSpeed&startDate=2022-01-01&vesselTypesOil=VLCC&fromLocations=Saudi arabia&split=destinationCountry&products=crude/co&withIntraCountry=false","protocol":"https","host":["api","kpler","com"],"path":["v1","freight-metrics","series-alt"],"query":[{"key":"metric","value":"AvgSpeed"},{"key":"startDate","value":"2022-01-01"},{"key":"vesselTypesOil","value":"VLCC"},{"key":"fromLocations","value":"Saudi arabia"},{"key":"split","value":"destinationCountry"},{"key":"products","value":"crude/co"},{"key":"withIntraCountry","value":"false"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Japan;United States;South Korea;China;Taiwan;Thailand;Egypt;India;Netherlands;Singapore Republic;Indonesia;Brazil;Malaysia;South Africa;Myanmar;Brunei;Saudi Arabia;France;Canada;United Arab Emirates\n2022-01;12.18;10.76;11.5;8.63;11.45;12.5;8.88;10.21;11.26;8.77;10.03;13.76;11.99;12.42;5.18;;;;;\n2022-02;11.98;10.95;10.75;9.81;10.43;12.11;9.95;11.23;11.05;10.42;11.44;13.64;12.5;12.32;11.79;12.5;13.27;10.6;;\n2022-03;12.18;10.32;10.89;10.35;10.17;12.23;12.47;9.94;11.54;10.79;10.51;13.29;11.5;14.49;11.17;12.21;9.34;11.55;12.12;2.79"},{"id":"558a5c59-816c-477c-86be-c4fedc23c968","name":"LNG - World monthly average speed","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lng.kpler.com/v1/freight-metrics/series-alt?metric=AvgSpeed","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","freight-metrics","series-alt"],"query":[{"key":"metric","value":"AvgSpeed"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2017-01;12.03\n2017-02;12.06\n2017-03;11.48\n2017-04;11.61\n2017-05;11.44\n2017-06;11.81\n2017-07;11.82\n2017-08;11.91\n2017-09;11.57\n2017-10;11.87\n2017-11;12.69\n2017-12;13.26\n2018-01;13.67\n2018-02;13.43\n2018-03;12.76\n2018-04;11.68\n2018-05;11.92\n2018-06;12.31\n2018-07;12.37\n2018-08;12.31\n2018-09;12.53\n2018-10;12.25\n2018-11;12.26\n2018-12;13.01\n2019-01;12.99\n2019-02;12.35\n2019-03;12.39\n2019-04;11.95\n2019-05;12.17\n2019-06;12.2\n2019-07;12.49\n2019-08;12.41\n2019-09;12.36\n2019-10;12.29\n2019-11;13.08\n2019-12;13.36\n2020-01;13.6\n2020-02;13.59\n2020-03;12.93\n2020-04;12.98\n2020-05;12.51\n2020-06;12.06\n2020-07;11.88\n2020-08;12.13\n2020-09;12.33\n2020-10;12.42\n2020-11;13.12\n2020-12;13.98\n2021-01;14.53\n2021-02;13.99\n2021-03;12.77\n2021-04;13.07\n2021-05;12.89\n2021-06;12.94\n2021-07;13.1\n2021-08;13.07\n2021-09;12.8\n2021-10;12.98\n2021-11;13.14\n2021-12;13.83\n2022-01;13.54\n2022-02;13\n2022-03;12.99\n2022-04;11.45\n"},{"id":"6a27eb9e-ef3d-4743-8c86-5222056e97b9","name":"DRY - World monthly average speed for Panamax vessel type going from United States","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-dry.kpler.com/v1/freight-metrics/series-alt?metric=AvgSpeed&startDate=2022-01-01&vesselTypes=Panamax&fromLocations=United States&split=destinationCountry&withIntraCountry=false","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","freight-metrics","series-alt"],"query":[{"key":"metric","value":"AvgSpeed"},{"key":"startDate","value":"2022-01-01"},{"key":"vesselTypes","value":"Panamax"},{"key":"fromLocations","value":"United States"},{"key":"split","value":"destinationCountry"},{"key":"withIntraCountry","value":"false"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;China;Japan;Philippines;Netherlands;Brazil;Canada;Turkey;Colombia;France;Italy;Spain;United Kingdom;Egypt;Honduras;Indonesia;Mexico;Germany;Jamaica;South Korea;Bahamas;Croatia;Thailand;Vietnam;Saudi Arabia;Argentina;Oman;Morocco;Poland\n2022-01;9.83;7.98;10.06;8.8;11.03;7.41;8.78;10.68;10.83;11.51;11.06;10.37;12.06;11.97;10.78;8.36;2;10.74;10.6;12.52;11.35;10.43;10.65;;;;;\n2022-02;9.47;7.98;7.69;10.45;11.47;8.05;10.55;11.26;;12.09;;11.6;;7.45;10.28;10.7;;10.84;9.38;;11.44;;;0.52;11.65;8.82;;\n2022-03;10.05;9.41;2.49;11.05;11.19;10.45;10.03;9.04;7.44;;2.04;12.05;;;9.16;10.7;;10.82;8.62;;;;;10.93;10.63;10.18;11.54;11.49\n2022-04;6.97;9.23;;;11.99;11.42;6.76;;;;12.18;;;;;3.4;;;8.68;;;;;10.37;9.58;11.31;10.15;9.47"},{"id":"c2f3197b-6d0f-4402-bff0-853b35feaf8e","name":"LPG - World monthly average speed","originalRequest":{"method":"GET","header":[{"description":"**Required [String]**: Token","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":{"raw":"https://api-lpg.kpler.com/v1/freight-metrics/series-alt?metric=AvgSpeed","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","freight-metrics","series-alt"],"query":[{"key":"metric","value":"AvgSpeed"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;Total\n2017-01;8.96\n2017-02;9.22\n2017-03;9.41\n2017-04;9.2\n2017-05;9.07\n2017-06;9.09\n2017-07;8.73\n2017-08;8.95\n2017-09;9.24\n2017-10;9.29\n2017-11;9.57\n2017-12;9.56\n2018-01;9.36\n2018-02;9.54\n2018-03;9.28\n2018-04;9\n2018-05;9.19\n2018-06;9.41\n2018-07;9.42\n2018-08;9.5\n2018-09;9.5\n2018-10;9.53\n2018-11;9.2\n2018-12;9.43\n2019-01;9.37\n2019-02;9.59\n2019-03;9.37\n2019-04;9.29\n2019-05;9.5\n2019-06;9.59\n2019-07;9.5\n2019-08;9.31\n2019-09;9.42\n2019-10;9.47\n2019-11;9.55\n2019-12;9.43\n2020-01;9.24\n2020-02;9.35\n2020-03;9.46\n2020-04;9.4\n2020-05;9.58\n2020-06;9.41\n2020-07;9.53\n2020-08;9.55\n2020-09;9.38\n2020-10;9.51\n2020-11;9.89\n2020-12;9.6\n2021-01;9.91\n2021-02;10.09\n2021-03;9.74\n2021-04;9.38\n2021-05;9.59\n2021-06;10\n2021-07;9.78\n2021-08;9.59\n2021-09;9.59\n2021-10;9.7\n2021-11;9.82\n2021-12;9.93\n2022-01;9.83\n2022-02;9.7\n2022-03;9.99\n"}],"_postman_id":"3f94da7a-d7bc-4861-ae4d-9a211f6f9714"},{"name":"/v1/freight-metrics/vessels-alt","id":"359a5926-4974-4aa5-8f46-0587e8fe5fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"<p><strong>Required [String]</strong>: Token</p>\n","type":"text"}],"url":"api.kpler.com/v1/freight-metrics/vessels-alt?gte=&lte=&startDate=2025-11-18&endDate=2025-11-20&fromLocations={{fromLocations}}&products=&toLocations={{toLocations}}&fromInstallations={{fromInstallations}}&toInstallations={{toInstallations}}&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vesselTypes=&withIntraCountry={{withIntraCountry}}&size={{size}}&from={{from}}&columns=&hash={{hash}}&vessels={{vessels}}&status={{status}}&avgSpeedMin={{avgSpeedMin}}&avgSpeedMax={{avgSpeedMax}}","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n","urlObject":{"path":["v1","freight-metrics","vessels-alt"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [String]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: From names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"fromLocations","value":"{{fromLocations}}"},{"description":{"content":"<p>Optional [String]: Names of products</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: To names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"toLocations","value":"{{toLocations}}"},{"description":{"content":"<p>Optional [String]: From names of installations</p>\n","type":"text/plain"},"key":"fromInstallations","value":"{{fromInstallations}}"},{"description":{"content":"<p>Optional [String]: To names of installations</p>\n","type":"text/plain"},"key":"toInstallations","value":"{{toInstallations}}"},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessl types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n<tr>\n<td><strong>Note</strong>:</td>\n</tr>\n<tr>\n<td><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n<tr>\n<td><strong>Note</strong>:</td>\n</tr>\n<tr>\n<td><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n<tr>\n<td><br /></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>XL (Upper Conventional)</td>\n</tr>\n<tr>\n<td>L (Lower Conventional)</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>XS (Pressure Gas)</td>\n</tr>\n<tr>\n<td>M (Med Max)</td>\n</tr>\n<tr>\n<td>S (Small Scale)</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n<tr>\n<td><br /></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [Boolean]: By default: <strong>withIntraCountry=true</strong>. Takes into account the trades within the selected region. Use [\"true\", \"false\"]</p>\n","type":"text/plain"},"key":"withIntraCountry","value":"{{withIntraCountry}}"},{"description":{"content":"<p>Optional [Integer]: The number of rows returned from the API. It cannot be larger than 1000 which is also the default value. To request more than 1000 rows combine with the <code>from</code> parameter and paginate requests.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [Integer]: The number of rows to skip when making a request. The default is 0 and can be used to paginate when making requests for more than the maximum <code>size</code>.</p>\n","type":"text/plain"},"key":"from","value":"{{from}}"},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: Generate your favourite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"},{"description":{"content":"<p>Optional [String]: Names or IMOs of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{{vessels}}"},{"description":{"content":"<p>You can use as follows:</p>\n<ul>\n<li>loaded</li>\n<li>ballast</li>\n<li>all (<strong>loaded</strong> and <strong>ballast</strong>)\n<strong>IMPORTANT</strong>: This param is case sensitive.</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Optional [String]: Get vessel legs with average speed <strong>greater or equals</strong> to this value, by default no filter is applied</p>\n","type":"text/plain"},"key":"avgSpeedMin","value":"{{avgSpeedMin}}"},{"description":{"content":"<p>Optional [String]: Get vessel legs with average speed <strong>lower or equals</strong> to this value, by default no filter is applied</p>\n","type":"text/plain"},"key":"avgSpeedMax","value":"{{avgSpeedMax}}"}],"variable":[]}},"response":[{"id":"3586551f-527d-4127-adb2-feca107dc076","name":"LPG - List of vessels with their average dist from France","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token","type":"text"}],"url":{"raw":"https://api-lpg.kpler.com/v1/freight-metrics/vessels-alt?startDate=2023-08-01&fromLocations=France","protocol":"https","host":["api-lpg","kpler","com"],"path":["v1","freight-metrics","vessels-alt"],"query":[{"key":"startDate","value":"2023-08-01"},{"key":"fromLocations","value":"France"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Capacity m3;Vessel Type;Average Speed Loaded (kn);Average Speed Ballast (kn);Average Speed Total (kn);Distance Loaded (nmi);Distance Ballast (nmi);Distance Total (nmi);Duration Loaded (days);Duration Ballast (days);Duration Total (days)\n2017-01;9053816;Al Maha;3750;SGC;;6.71;6.71;;723.08;723.08;;4.49;4.49\n2017-01;9112155;B Gas Commander;1970;SGC;;10.08;10.08;;704.11;704.11;;2.91;2.91\n2017-01;9363522;B Gas Maud;5018;SGC;;0.09;0.09;;6.02;6.02;;2.76;2.76\n2017-01;9655004;Bayamo;2700;SGC;;6.05;6.05;;729.94;729.94;;5.03;5.03\n2017-01;9341897;Belgravia;9527;SGC;9.52;;9.52;3900.87;;3900.87;17.08;;17.08\n2017-01;9130468;Betagas;5601;SGC;6.31;;6.31;609.81;;609.81;4.03;;4.03"},{"id":"781b87b5-419c-4734-a4ab-0c2c21996b9a","name":"Liquids - List of vessels and their average speed from Australia starting 2020-11-07","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token","type":"text"}],"url":{"raw":"https://api.kpler.com/v1/freight-metrics/vessels-alt?metric=AvgSpeed&startDate=2020-11-07&fromLocations=Australia","protocol":"https","host":["api","kpler","com"],"path":["v1","freight-metrics","vessels-alt"],"query":[{"key":"metric","value":"AvgSpeed"},{"key":"startDate","value":"2020-11-07"},{"key":"fromLocations","value":"Australia"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Average Speed Loaded (kn);Average Speed Ballast (kn);Average Speed Total (kn);Distance Loaded (nmi);Distance Ballast (nmi);Distance Total (nmi);Duration Loaded (days);Duration Ballast (days);Duration Total (days)\n2020-11;9865764;Alexandros;49999;MR;;6.44;6.44;;1997.35;1997.35;;12.93;12.93\n2020-11;9579585;Almi Voyager;157638;LR3;;10.8;10.8;;7774.08;7774.08;;30;30\n2020-11;9419448;Amax Arrow;115655;LR2;;2.27;2.27;;675.6;675.6;;12.4;12.4\n2020-11;9354272;Aquarius;51269;MR;;13.62;13.62;;1323.79;1323.79;;4.05;4.05\n2020-11;9708203;Ardmore Sealion;49999;MR;;8.6;8.6;;604.99;604.99;;2.93;2.93\n2020-11;9336490;Aristos;74999;LR1;;10.03;10.03;;6508.73;6508.73;;27.04;27.04"},{"id":"9ea1d58d-eb51-43ac-a609-b37b9fcc9a80","name":"Dry - List of 2 vessels average speed from China starting 2021-03-01","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token","type":"text"}],"url":{"raw":"https://api-dry.kpler.com/v1/freight-metrics/vessels-alt?metric=AvgSpeed&startDate=2020-11-07&fromLocations=China&vesselType=Panamax&size=2","protocol":"https","host":["api-dry","kpler","com"],"path":["v1","freight-metrics","vessels-alt"],"query":[{"key":"metric","value":"AvgSpeed"},{"key":"startDate","value":"2020-11-07"},{"key":"fromLocations","value":"China"},{"key":"vesselType","value":"Panamax"},{"key":"size","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Average Speed Loaded (kn);Average Speed Ballast (kn);Average Speed Total (kn);Distance Loaded (nmi);Distance Ballast (nmi);Distance Total (nmi);Duration Loaded (days);Duration Ballast (days);Duration Total (days)\n2020-11;9218088;21 Happy;28471;Handysize;;9.68;9.68;;1191.96;1191.96;;5.13;5.13\n2020-11;9086318;A Racer;26467;Handysize;;6.61;6.61;;1109.44;1109.44;;7;7\n"},{"id":"b2871590-07b2-44bf-89df-b600983ed7b8","name":"LNG - List of vessels with their average dist from France","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token","type":"text"}],"url":{"raw":"https://api-lng.kpler.com/v1/freight-metrics/vessels-alt?metric=AvgDistance&fromLocations=France","protocol":"https","host":["api-lng","kpler","com"],"path":["v1","freight-metrics","vessels-alt"],"query":[{"key":"metric","value":"AvgDistance"},{"key":"fromLocations","value":"France"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Capacity m3;Vessel Type;Average Speed Loaded (kn);Average Speed Ballast (kn);Average Speed Total (kn);Distance Loaded (nmi);Distance Ballast (nmi);Distance Total (nmi);Duration Loaded (days);Duration Ballast (days);Duration Total (days)\n2017-01;9368302;Bw Paris;162400;XL (Upper Conventional);14.91;;14.91;11094.41;;11094.41;31;;31\n2017-01;9324344;Cheikh Bouamama;75500;M (Med Max);;11.22;11.22;;494.52;494.52;;1.84;1.84\n2017-01;9324332;Cheikh El Mokrani;75500;M (Med Max);;15.4;15.4;;1574.38;1574.38;;4.26;4.26\n2017-01;9262209;LNG Akwa Ibom;141000;L (Lower Conventional);;11.84;11.84;;4336.63;4336.63;;15.26;15.26\n2017-01;9266994;LNG Enugu;145000;XL (Upper Conventional);;12.12;12.12;;3442.88;3442.88;;11.84;11.84"}],"_postman_id":"359a5926-4974-4aa5-8f46-0587e8fe5fa8"},{"name":"/v1/freight-metrics/columns-alt","event":[{"listen":"test","script":{"id":"f97fea30-70d6-4f09-8cb3-d44ca88357d2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"909dfc16-ec09-4647-9d9f-feff0975f67c","exec":[""],"type":"text/javascript"}}],"id":"b1d79439-bcc6-467c-a07f-e33b2bde83c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"day\",\n    \"vessel_imo\",\n    \"vessel\"\n]"},"url":"api.kpler.com/v1/freight-metrics/columns-alt","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>day</strong></li>\n<li><strong>vessel_imo</strong></li>\n<li><strong>vessel</strong></li>\n</ul>\n","urlObject":{"path":["v1","freight-metrics","columns-alt"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d79439-bcc6-467c-a07f-e33b2bde83c0"},{"name":"/v1/freight-metrics/columns-alt","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"d0a1a129-0501-4a6d-a38c-fdde2d4a1af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/freight-metrics/columns-alt","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint freight-metrics.</p>\n","urlObject":{"path":["v1","freight-metrics","columns-alt"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0a1a129-0501-4a6d-a38c-fdde2d4a1af9"}],"id":"b72453c0-5729-488d-909e-3c41f44667b4","description":"<p>Access shipping ton-mile demand and sources of demand volatility &amp; review average speed and distance traveled by vessel fleets.</p>\n","event":[{"listen":"prerequest","script":{"id":"91990d68-2134-4b56-9e33-b1937a5e89ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d235fb09-5686-459b-b54f-d2440ab12ae1","type":"text/javascript","exec":[""]}}],"_postman_id":"b72453c0-5729-488d-909e-3c41f44667b4"},{"name":"Fixtures","item":[{"name":"/v1/fixtures","id":"0e88c2ac-1878-44e6-a1cb-1dcbcdaf261d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"api.kpler.com/v1/fixtures?size={{size}}&reportedDateAfter={{reportedDateAfter}}&reportedDateBefore={{reportedDateBefore}}&layCanStartAfter={{layCanStartAfter}}&layCanStartBefore={{layCanStartBefore}}&fromZones={{fromZones}}&toZones={{toZones}}&products=&dwtMin={{dwtMin}}&dwtMax={{dwtMax}}&statuses={{statuses}}&vesselTypesCpp={{vesselTypesCpp}}&vesselTypesOil={{vesselTypesOil}}&vessels={{vessels}}&columns=&hash={{hash}}","urlObject":{"path":["v1","fixtures"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p>Optional [Integer]:  By default: <strong>size=1000</strong> Maximum number of results returned.</p>\n","type":"text/plain"},"key":"size","value":"{{size}}"},{"description":{"content":"<p>Optional [Date]: Get fixtures reported on or after this date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"reportedDateAfter","value":"{{reportedDateAfter}}"},{"description":{"content":"<p>Optional [Date]: Get fixtures reported on or before this date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"reportedDateBefore","value":"{{reportedDateBefore}}"},{"description":{"content":"<p>Optional [Date]:  Get fixtures with loading window start date after this date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"layCanStartAfter","value":"{{layCanStartAfter}}"},{"description":{"content":"<p>Optional [Date]:  Get fixtures with loading window start date before this date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"layCanStartBefore","value":"{{layCanStartBefore}}"},{"description":{"content":"<p>Optional [String]:  From names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"fromZones","value":"{{fromZones}}"},{"description":{"content":"<p>Optional [String]:  To names of zones (port/region/country/continent). eg: China,Gulf of Oman</p>\n","type":"text/plain"},"key":"toZones","value":"{{toZones}}"},{"description":{"content":"<p>Optional [String]:  Names of products</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight greater or equal to this value by default 0</p>\n","type":"text/plain"},"key":"dwtMin","value":"{{dwtMin}}"},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight lower or equal to this value by default 606550</p>\n","type":"text/plain"},"key":"dwtMax","value":"{{dwtMax}}"},{"description":{"content":"<p>Optional [String]: Status of the fixture (On Subs/In Progress/Fully Fixed/Finished/Failed/Cancelled)</p>\n","type":"text/plain"},"key":"statuses","value":"{{statuses}}"},{"description":{"content":"<p>Optional [String]: For given <strong>cpp</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LR2</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>LR3</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>GP</td>\n</tr>\n<tr>\n<td>LR1</td>\n</tr>\n<tr>\n<td><strong>Note</strong>:</td>\n</tr>\n<tr>\n<td><strong>vesselTypesCpp</strong> is only available for <strong>Liquids</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypesCpp","value":"{{vesselTypesCpp}}"},{"description":{"content":"<p>Optional [String]: For given <strong>oil</strong> vessel types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Aframax</td>\n</tr>\n<tr>\n<td>Product Tanker</td>\n</tr>\n<tr>\n<td>Suezmax</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>ULCC</td>\n</tr>\n<tr>\n<td><strong>Note</strong>:</td>\n</tr>\n<tr>\n<td><strong>vesselTypesOil</strong> is only available for <strong>Liquids</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypesOil","value":"{{vesselTypesOil}}"},{"description":{"content":"<p>Optional [String]: Names of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{{vessels}}"},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [String]: Generate your favourite set of columns using the hash ( Look at the next endpoint to learn more about how to generate the hash code )</p>\n<p><strong>Note:</strong> You cannot use it simultaneously with the ‘columns’ parameter</p>\n","type":"text/plain"},"key":"hash","value":"{{hash}}"}],"variable":[]}},"response":[{"id":"7081dfb6-5178-4df9-899a-7a3808bddbc0","name":"Liquids - List of fixtures","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.kpler.com/v1/fixtures?toZones=Singapore&layCanStartAfter=2000-01-01&layCanStartBefore=2021-12-08&size=100&reportedDateAfte=2020-12-01&reportedDateBefore=2020-12-31","protocol":"https","host":["api","kpler","com"],"path":["v1","fixtures"],"query":[{"key":"toZones","value":"Singapore"},{"key":"layCanStartAfter","value":"2000-01-01"},{"key":"layCanStartBefore","value":"2021-12-08"},{"key":"size","value":"100"},{"key":"reportedDateAfte","value":"2020-12-01"},{"key":"reportedDateBefore","value":"2020-12-31"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Reported date;Vessel;IMO;Quantity (t);Deadweight (t);Family;Group;Product;Charterer;Vessel owner;Laycan start;Laycan end;Origin;Destination;Rates ($ price);Status;Vessel Type Cpp;Vessel Type Oil\n2020-12-09;Nautical Janine;9794848;60000.0;75111;;;Alkylate;CSSA;Nautical Bulk Holding;2020-12-25;2020-12-25;Sikka;Europe, Singapore;;On Subs;LR1;Panamax\n2020-12-09;Aura M.;9595333;130000.0;156245;;;Fuel Oils;Mercuria;Yangzijiang Shipping;2020-12-19;2020-12-19;Augusta;Singapore;;Fully Fixed;LR3;Suezmax\n2020-12-09;Sanmar Sruthi;9181869;60000.0;73980;;;Gasoil;Lukoil;UNION MARITIME LTD;2020-12-17;2020-12-17;Sikka;Western Africa, Singapore;;On Subs;LR1;Panamax\n2020-12-09;Vinalines Galaxy;9337339;35000.0;50530;;;Gasoil;UNIPEC;VINALINES;2020-12-17;2020-12-17;Sikka;Singapore;152.5;On Subs;MR;Product Tanker\n2020-12-09;Sti Solidarity;9708576;90000.0;109999;;;Alkylate;BP;Bank of Communications;2020-12-16;2020-12-16;Daesan;Singapore;;Fully Fixed;LR2;Aframax\n2020-12-09;Cielo Di Londra;9791872;60000.0;74999;;;Gasoline;ENOC;D'AMICO TANKERS DAC;2020-12-14;2020-12-14;Shandong;Singapore;375000.0;Fully Fixed;LR1;Panamax"}],"_postman_id":"0e88c2ac-1878-44e6-a1cb-1dcbcdaf261d"},{"name":"/v1/fixtures/columns","event":[{"listen":"test","script":{"id":"f97fea30-70d6-4f09-8cb3-d44ca88357d2","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"909dfc16-ec09-4647-9d9f-feff0975f67c","exec":[""],"type":"text/javascript"}}],"id":"6f8409e6-5690-4070-ae66-c95c8e6313a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"},{"key":"Content-Type","value":"application/json","description":"<p><strong>Required [String]</strong>: <strong>application/json</strong> or <strong>text/json</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\n    \"reportedDate\",\n    \"vesselName\",\n    \"vesselImo\"\n]"},"url":"api.kpler.com/v1/fixtures/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>We have added this endpoint which allows you to get a hash code for the set of columns that you  wish to add on your query.</p>\n<p><strong>Note</strong>: The set of columns defined with the hash code will never change and will always remain the same.</p>\n<p>In this example, we have created a hash code that will always return the following columns:</p>\n<ul>\n<li><strong>reportedDate</strong></li>\n<li><strong>vesselName</strong></li>\n<li><strong>vesselImo</strong></li>\n</ul>\n","urlObject":{"path":["v1","fixtures","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f8409e6-5690-4070-ae66-c95c8e6313a1"},{"name":"/v1/fixtures/columns","event":[{"listen":"test","script":{"id":"4561b985-bb89-430b-bb08-05b522f22122","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"b775d399-bb1e-40e9-bd66-63c3d8957683","exec":[""],"type":"text/javascript"}}],"id":"d0ae0a40-25c8-42d1-9172-3859d0385faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>Required [String]</strong>: Token</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR_TOKEN"}],"url":"api.kpler.com/v1/fixtures/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a recent and updated list of all columns available for the endpoint fixtures.</p>\n","urlObject":{"path":["v1","fixtures","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ae0a40-25c8-42d1-9172-3859d0385faa"}],"id":"6e96cb1f-c651-4d72-90c7-1ca4229eed2a","_postman_id":"6e96cb1f-c651-4d72-90c7-1ca4229eed2a","description":""},{"name":"Tonnage Supply","item":[{"name":"v1/tonnage-supply/series","id":"ce29d706-c8b6-4a67-9a3a-b49943bd98e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic d2plbmtpbnNAa3BsZXIuY29tOjVEaTNHSDd2QUdadUg3IQ==","type":"text"}],"url":"api.kpler.com/v1/tonnage-supply/series?destination=Houston&eta=7&speed=11&metric=count&startDate=2025-11-18&endDate=2025-11-20&split=vesselType&products=&vesselStates=&vesselTypes=&gte=&lte=&matchNextPortCall=&buildYear=&buildYearMin=2010&buildYearMax=&isOpen=","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e","id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e","name":"Tonnage Supply","type":"folder"}},"urlObject":{"path":["v1","tonnage-supply","series"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Destination name (zone)</p>\n","type":"text/plain"},"key":"destination","value":"Houston"},{"description":{"content":"<p><strong>Required [Integer]</strong>: ETA in days</p>\n","type":"text/plain"},"key":"eta","value":"7"},{"description":{"content":"<p><strong>Required [Integer]</strong>: Speed in knots</p>\n","type":"text/plain"},"key":"speed","value":"11"},{"description":{"content":"<p><strong>Required [String]</strong>: Use following metrics:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Metric Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>count</td>\n<td>Sum by number of vessels</td>\n</tr>\n<tr>\n<td>deadWeight</td>\n<td>Sum by vessels deadweight</td>\n</tr>\n<tr>\n<td>capacity</td>\n<td>Sum by vessels capacity</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"metric","value":"count"},{"description":{"content":"<p>Optional [Date]: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p>Optional [Date]: End of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: If the parameter is not specified, by default the value is <strong>total</strong>. Use following splits:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Split</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product</td>\n</tr>\n<tr>\n<td>state</td>\n</tr>\n<tr>\n<td>vesselType</td>\n</tr>\n<tr>\n<td>total</td>\n</tr>\n<tr>\n<td>currentContinents</td>\n</tr>\n<tr>\n<td>currentSubcontinents</td>\n</tr>\n<tr>\n<td>currentCountries</td>\n</tr>\n<tr>\n<td>currentSubregions</td>\n</tr>\n<tr>\n<td>currentSeas</td>\n</tr>\n<tr>\n<td>subState</td>\n</tr>\n<tr>\n<td>direction</td>\n</tr>\n<tr>\n<td>previousTradingRegions</td>\n</tr>\n<tr>\n<td>previousContinents</td>\n</tr>\n<tr>\n<td>previousSubContinents</td>\n</tr>\n<tr>\n<td>previousCountries</td>\n</tr>\n<tr>\n<td>previousPorts</td>\n</tr>\n<tr>\n<td>nextTradingRegions</td>\n</tr>\n<tr>\n<td>nextContinents</td>\n</tr>\n<tr>\n<td>nextSubContinents</td>\n</tr>\n<tr>\n<td>nextCountries</td>\n</tr>\n<tr>\n<td>nextPorts</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"split","value":"vesselType"},{"description":{"content":"<p>Optional [String]: Names of products/grades eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: Filter by <strong>vessel states</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel State</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ballast</td>\n</tr>\n<tr>\n<td>Loaded</td>\n</tr>\n<tr>\n<td>Maintenance</td>\n</tr>\n<tr>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselStates","value":""},{"description":{"content":"<p>Optional [String]: Filter to one or multiple <strong>vessel types</strong></p>\n<br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Mini Bulker</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Liquids</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Suezmax/LR3</td>\n</tr>\n<tr>\n<td>Aframax/LR2</td>\n</tr>\n<tr>\n<td>Panamax/LR1</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>Handy/MR1</td>\n</tr>\n<tr>\n<td>Intermediate Tankers</td>\n</tr>\n<tr>\n<td>Short Sea Tankers</td>\n</tr>\n<tr>\n<td>Small Tankers</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LNG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Q-Max</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>Upper Conventional</td>\n</tr>\n<tr>\n<td>Mid Conventional</td>\n</tr>\n<tr>\n<td>Lower Conventional</td>\n</tr>\n<tr>\n<td>Mid-Scale</td>\n</tr>\n<tr>\n<td>Small-Scale</td>\n</tr>\n<tr>\n<td>Large-Scale Floater</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>LPG</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handy</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n<tr>\n<td>VLAC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [Boolean]: Filter to vessels for which the zone of the next port call matches the destination</p>\n","type":"text/plain"},"key":"matchNextPortCall","value":""},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built in a specific year (exact match). Cannot be used together with buildYearMin or buildYearMax.</p>\n","type":"text/plain"},"key":"buildYear","value":""},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built from this year onwards (inclusive). Use with buildYearMax to define a range</p>\n","type":"text/plain"},"key":"buildYearMin","value":"2010"},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built up to this year (inclusive). Use with buildYearMin to define a range.</p>\n","type":"text/plain"},"key":"buildYearMax","value":""},{"description":{"content":"<p>Optional [Boolean]: Filter to vessels marked as open</p>\n","type":"text/plain"},"key":"isOpen","value":""}],"variable":[]}},"response":[{"id":"38a31b56-25e4-4bc1-9a95-3f9fe0b69688","name":"Liquids - Tonnage Supply Series - VLCC for Houston","originalRequest":{"method":"GET","header":[],"url":{"raw":"api.kpler.com/v1/tonnage-supply/series?destination=Houston&eta=7&speed=11&metric=count&startDate=2025-11-18&endDate=2025-11-20&split=vesselType&buildYearMin=2010","host":["api.kpler.com"],"path":["v1","tonnage-supply","series"],"query":[{"key":"destination","value":"Houston","description":"**Required [String]**: Destination name (zone)"},{"key":"eta","value":"7","description":"**Required [Integer]**: ETA in days"},{"key":"speed","value":"11","description":"**Required [Integer]**: Speed in knots"},{"key":"metric","value":"count","description":"**Required [String]**: Use following metrics:\n\n| Metric Value   |      Description      |\n|----------|:-------------:|\n| count |  Sum by number of vessels |\n| deadWeight |   Sum by vessels deadweight |\n| capacity |   Sum by vessels capacity |"},{"key":"startDate","value":"2025-11-18","description":"Optional [Date]: Start of the period (YYYY-MM-DD)"},{"key":"endDate","value":"2025-11-20","description":"Optional [Date]: End of the period (YYYY-MM-DD)"},{"key":"split","value":"vesselType","description":"Optional [String]: If the parameter is not specified, by default the value is **total**. Use following splits:\n\n| Split | \n|----------|\n| product |\n| state |\n| vesselType |\n| total |\n| currentContinents |\n| currentSubcontinents |\n| currentCountries |\n| currentSubregions |\n| currentSeas |\n| subState |\n| direction |\n| previousTradingRegions |\n| previousContinents |\n| previousSubContinents |\n| previousCountries |\n| previousPorts | \n| nextTradingRegions |\n| nextContinents |\n| nextSubContinents |\n| nextCountries |\n| nextPorts |\n"},{"key":"products","value":"","description":"Optional [String]: Names of products/grades eg: crude/co, gasoil","disabled":true},{"key":"vesselStates","value":"","description":"Optional [String]: Filter by **vessel states**\n<br>\n\n| Vessel State | \n|----------|\n| Ballast |\n| Loaded |\n| Maintenance |\n| Other |\n","disabled":true},{"key":"vesselTypes","value":"","description":"Optional [String]: Filter to one or multiple **vessel types**\n\n<br>\n\n| Vessel Type (for **Dry**)|\n|----------|\n| Baby Capes |\n| Capesize |\n| Handymax |\n| Handysize |\n| Mini Bulker |\n| Newcastlemax |\n| Kamsarmax |\n| Panamax |\n| Post-Panamax |\n| Supramax |\n| Ultramax |\n| Valemax |\n| VLOC |\n\n<br>\n\n| Vessel Type (for **Liquids**)|\n|----------|\n| VLCC |\n| Suezmax/LR3 |\n| Aframax/LR2 |\n| Panamax/LR1 |\n| MR |\n| Handy/MR1 |\n| Intermediate Tankers |\n| Short Sea Tankers |\n| Small Tankers |\n\n\n| Vessel Type (for **LNG**)|\n|----------|\n| Q-Max |\n| Q-Flex |\n| Upper Conventional |\n| Mid Conventional  |\n| Lower Conventional |\n| Mid-Scale |\n| Small-Scale |\n| Large-Scale Floater |\n\n<br>\n\n| Vessel Type (for **LPG**)|\n|----------|\n| SGC |\n| VLGC |\n| Handy |\n| MGC |\n| LGC |\n| VLEC |\n| VLAC |\n\n","disabled":true},{"key":"gte","value":"","description":"Optional [Integer]: Get vessels with deadweight/capacity **greater or equals** to this value by default **0**","disabled":true},{"key":"lte","value":"","description":"Optional [Integer]: Get vessels with deadweight/capacity **lower or equals** to this value by default **606550**","disabled":true},{"key":"matchNextPortCall","value":"","description":"Optional [Boolean]: Filter to vessels for which the zone of the next port call matches the destination","disabled":true},{"key":"buildYear","value":"","description":"Optional [Integer]: Filter for vessels built in a specific year (exact match). Cannot be used together with buildYearMin or buildYearMax.","disabled":true},{"key":"buildYearMin","value":"2010","description":"Optional [Integer]: Filter for vessels built from this year onwards (inclusive). Use with buildYearMax to define a range"},{"key":"buildYearMax","value":"","description":"Optional [Integer]: Filter for vessels built up to this year (inclusive). Use with buildYearMin to define a range.","disabled":true},{"key":"isOpen","value":"","description":"Optional [Boolean]: Filter to vessels marked as open","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date;MR;Aframax/LR2;Intermediate Tankers;Short Sea Tankers;Suezmax/LR3;VLCC;Panamax/LR1;Handy/MR1;Small Tankers\n2025-11-18;175;61;34;28;22;18;13;12;1\n2025-11-19;173;58;38;27;25;17;13;13;2\n2025-11-20;168;62;35;29;25;15;12;13;2\n"}],"_postman_id":"ce29d706-c8b6-4a67-9a3a-b49943bd98e7"},{"name":"v1/tonnage-supply/vessels","id":"bea2a994-ba31-4a56-adbf-4b1e2b38bfe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"api.kpler.com/v1/tonnage-supply/vessels?destination=Houston&eta=7&speed=11&startDate=2025-11-18&endDate=2025-11-20&products=&vesselStates=&vesselTypes=&gte=&lte=&columns=&matchNextPortCall=&vessels={{vessels}}&buildYear=&buildYearMin=2010&buildYearMax=&isOpen=","description":"<p>This endpoint returns a list of individual vessels matching your parameters. A list of all available response columns is available in the <code>v1/tonnage-supply/columns</code> endpoint</p>\n","urlObject":{"path":["v1","tonnage-supply","vessels"],"host":["api.kpler.com"],"query":[{"description":{"content":"<p><strong>Required [String]</strong>: Destination name used for Vessel Matcher algorithm</p>\n","type":"text/plain"},"key":"destination","value":"Houston"},{"description":{"content":"<p><strong>Required [Integer]</strong>: ETA in days used for Vessel Matcher algorithm</p>\n","type":"text/plain"},"key":"eta","value":"7"},{"description":{"content":"<p><strong>Required [Integer]</strong>: Speed in knots used for Vessel Matcher algorithm</p>\n","type":"text/plain"},"key":"speed","value":"11"},{"description":{"content":"<p><strong>Required [Date]</strong>: Start of the period (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"startDate","value":"2025-11-18"},{"description":{"content":"<p><strong>Required [Date]</strong>: End of the period (YYYY-MM-DD). Cannot exceed startDate by more than 6 days.</p>\n","type":"text/plain"},"key":"endDate","value":"2025-11-20"},{"description":{"content":"<p>Optional [String]: Names of products. eg: crude/co, gasoil</p>\n","type":"text/plain"},"key":"products","value":""},{"description":{"content":"<p>Optional [String]: Filter by <strong>vessel states</strong>\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel State</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ballast</td>\n</tr>\n<tr>\n<td>Loaded</td>\n</tr>\n<tr>\n<td>Maintenance</td>\n</tr>\n<tr>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselStates","value":""},{"description":{"content":"<p>Optional [String]: Filter to one or multiple vessel Types\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Vessel Type (for <strong>Dry</strong>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Baby Capes</td>\n</tr>\n<tr>\n<td>Capesize</td>\n</tr>\n<tr>\n<td>Handymax</td>\n</tr>\n<tr>\n<td>Handysize</td>\n</tr>\n<tr>\n<td>Mini Bulker</td>\n</tr>\n<tr>\n<td>Newcastlemax</td>\n</tr>\n<tr>\n<td>Kamsarmax</td>\n</tr>\n<tr>\n<td>Panamax</td>\n</tr>\n<tr>\n<td>Post-Panamax</td>\n</tr>\n<tr>\n<td>Supramax</td>\n</tr>\n<tr>\n<td>Ultramax</td>\n</tr>\n<tr>\n<td>Valemax</td>\n</tr>\n<tr>\n<td>VLOC</td>\n</tr>\n<tr>\n<td><br /></td>\n</tr>\n<tr>\n<td>Vessel Type (for <strong>Liquids</strong>)</td>\n</tr>\n<tr>\n<td>----------</td>\n</tr>\n<tr>\n<td>VLCC</td>\n</tr>\n<tr>\n<td>Suezmax/LR3</td>\n</tr>\n<tr>\n<td>Aframax/LR2</td>\n</tr>\n<tr>\n<td>Panamax/LR1</td>\n</tr>\n<tr>\n<td>MR</td>\n</tr>\n<tr>\n<td>Handy/MR1</td>\n</tr>\n<tr>\n<td>Intermediate Tankers</td>\n</tr>\n<tr>\n<td>Short Sea Tankers</td>\n</tr>\n<tr>\n<td>Small Tankers</td>\n</tr>\n<tr>\n<td>Vessel Type (for <strong>LNG</strong>)</td>\n</tr>\n<tr>\n<td>----------</td>\n</tr>\n<tr>\n<td>Q-Max</td>\n</tr>\n<tr>\n<td>Q-Flex</td>\n</tr>\n<tr>\n<td>Upper Conventional</td>\n</tr>\n<tr>\n<td>Mid Conventional</td>\n</tr>\n<tr>\n<td>Lower Conventional</td>\n</tr>\n<tr>\n<td>Mid-Scale</td>\n</tr>\n<tr>\n<td>Small-Scale</td>\n</tr>\n<tr>\n<td>Large-Scale Floater</td>\n</tr>\n<tr>\n<td><br /></td>\n</tr>\n<tr>\n<td>Vessel Type (for <strong>LPG</strong>)</td>\n</tr>\n<tr>\n<td>----------</td>\n</tr>\n<tr>\n<td>SGC</td>\n</tr>\n<tr>\n<td>VLGC</td>\n</tr>\n<tr>\n<td>Handy</td>\n</tr>\n<tr>\n<td>MGC</td>\n</tr>\n<tr>\n<td>LGC</td>\n</tr>\n<tr>\n<td>VLEC</td>\n</tr>\n<tr>\n<td>VLAC</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text/plain"},"key":"vesselTypes","value":""},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight/capacity <strong>greater or equals</strong> to this value by default <strong>0</strong></p>\n","type":"text/plain"},"key":"gte","value":""},{"description":{"content":"<p>Optional [Integer]: Get vessels with deadweight/capacity <strong>lower or equals</strong> to this value by default <strong>606550</strong></p>\n","type":"text/plain"},"key":"lte","value":""},{"description":{"content":"<p>Optional [String]: Retrieve all available columns when set to \"all\"</p>\n","type":"text/plain"},"key":"columns","value":""},{"description":{"content":"<p>Optional [Boolean]: Filter to vessels for which the zone of the next port call matches the destination</p>\n","type":"text/plain"},"key":"matchNextPortCall","value":""},{"description":{"content":"<p>Optional [String]: Names or IMOs of the vessel</p>\n","type":"text/plain"},"key":"vessels","value":"{{vessels}}"},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built in a specific year (exact match). Cannot be used together with buildYearMin or buildYearMax.</p>\n","type":"text/plain"},"key":"buildYear","value":""},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built from this year onwards (inclusive). Use with buildYearMax to define a range</p>\n","type":"text/plain"},"key":"buildYearMin","value":"2010"},{"description":{"content":"<p>Optional [Integer]: Filter for vessels built up to this year (inclusive). Use with buildYearMin to define a range.</p>\n","type":"text/plain"},"key":"buildYearMax","value":""},{"description":{"content":"<p>Optional [Boolean]: Filter to vessels marked as open</p>\n","type":"text/plain"},"key":"isOpen","value":""}],"variable":[]}},"response":[{"id":"fda5da7e-54cf-479b-825e-655436575685","name":"Liquids - Tonnage Supply Vessels - VLCC for Houston","originalRequest":{"method":"GET","header":[],"url":{"raw":"api.kpler.com/v1/tonnage-supply/vessels?destination=Houston&eta=7&speed=11&startDate=2025-11-18&endDate=2025-11-20&buildYearMin=2010","host":["api.kpler.com"],"path":["v1","tonnage-supply","vessels"],"query":[{"key":"destination","value":"Houston","description":"**Required [String]**: Destination name used for Vessel Matcher algorithm"},{"key":"eta","value":"7","description":"**Required [Integer]**: ETA in days used for Vessel Matcher algorithm"},{"key":"speed","value":"11","description":"**Required [Integer]**: Speed in knots used for Vessel Matcher algorithm"},{"key":"startDate","value":"2025-11-18","description":"**Required [Date]**: Start of the period (YYYY-MM-DD)"},{"key":"endDate","value":"2025-11-20","description":"**Required [Date]**: End of the period (YYYY-MM-DD). Cannot exceed startDate by more than 6 days."},{"key":"products","value":"","description":"Optional [String]: Names of products. eg: crude/co, gasoil","disabled":true},{"key":"vesselStates","value":"","description":"Optional [String]: Filter by **vessel states**\n<br>\n\n| Vessel State | \n|----------|\n| Ballast |\n| Loaded |\n| Maintenance |\n| Other |\n","disabled":true},{"key":"vesselTypes","value":"","description":"Optional [String]: Filter to one or multiple vessel Types\n<br>\n| Vessel Type (for **Dry**)|\n|----------|\n| Baby Capes |\n| Capesize |\n| Handymax |\n| Handysize |\n| Mini Bulker |\n| Newcastlemax |\n| Kamsarmax |\n| Panamax |\n| Post-Panamax |\n| Supramax |\n| Ultramax |\n| Valemax |\n| VLOC |\n<br>\n| Vessel Type (for **Liquids**)|\n|----------|\n| VLCC |\n| Suezmax/LR3 |\n| Aframax/LR2 |\n| Panamax/LR1 |\n| MR |\n| Handy/MR1 |\n| Intermediate Tankers |\n| Short Sea Tankers |\n| Small Tankers |\n| Vessel Type (for **LNG**)|\n|----------|\n| Q-Max |\n| Q-Flex |\n| Upper Conventional |\n| Mid Conventional  |\n| Lower Conventional |\n| Mid-Scale |\n| Small-Scale |\n| Large-Scale Floater |\n<br>\n| Vessel Type (for **LPG**)|\n|----------|\n| SGC |\n| VLGC |\n| Handy |\n| MGC |\n| LGC |\n| VLEC |\n| VLAC |\n","disabled":true},{"key":"gte","value":"","description":"Optional [Integer]: Get vessels with deadweight/capacity **greater or equals** to this value by default **0**","disabled":true},{"key":"lte","value":"","description":"Optional [Integer]: Get vessels with deadweight/capacity **lower or equals** to this value by default **606550**","disabled":true},{"key":"columns","value":"","description":"Optional [String]: Retrieve all available columns when set to \"all\"","disabled":true},{"key":"matchNextPortCall","value":"","description":"Optional [Boolean]: Filter to vessels for which the zone of the next port call matches the destination","disabled":true},{"key":"vessels","value":"{{vessels}}","description":"Optional [String]: Names or IMOs of the vessel","disabled":true},{"key":"buildYear","value":"","description":"Optional [Integer]: Filter for vessels built in a specific year (exact match). Cannot be used together with buildYearMin or buildYearMax.","disabled":true},{"key":"buildYearMin","value":"2010","description":"Optional [Integer]: Filter for vessels built from this year onwards (inclusive). Use with buildYearMax to define a range"},{"key":"buildYearMax","value":"","description":"Optional [Integer]: Filter for vessels built up to this year (inclusive). Use with buildYearMin to define a range.","disabled":true},{"key":"isOpen","value":"","description":"Optional [Boolean]: Filter to vessels marked as open","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Date (timestamp);IMO;Name;Dead Weight Tonnage;Vessel Type;Vessel State;Last Product on board;Current Continent;Current Subcontinent;Current Country;Current Sea;Current Sea Entry Date;Current Sea Exit Date;Current Sea Duration;Voyage ID;Last Port Call ID;Last Port;Last Country;Next Port Call ID;Next Port;Next Port Call Source;Next Country;Vessel Direction;Floating Storage;FPSO/FSRU;Next Subcontinent;Next Continent;Next Eta;Fleet Product Id;Shipyard;Shipyard Arrival;Shipyard Departure;Shipyard Duration\n2025-11-18;9995430;Cape Avanti;49900;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 04:11;;676127.0;43138422;385338860;;Togo;385352571;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;9717761;Seaways Warwick;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:56;;151423.0;43116936;385660387;;Panama;385862122;;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 22:21;1746;;;;\n2025-11-18;9482550;Elandra Fjord;51408;MR;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-16 20:38;;184903.0;43185058;385438339;Sao Luis;Brazil;385731186;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-25 17:00;1746;;;;\n2025-11-18;9132105;Barney Turecamo;401;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2020-05-26 11:54;;1.73016309E8;43202385;385848984;New York;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;9707273;Sti Queens;50139;MR;Ballast;Clean Products;Americas;Central America;Honduras;Caribbean Sea;2025-11-12 02:37;;595354.0;43246560;385666066;Puerto Moin;Costa Rica;385833034;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 07:46;1746;;;;\n2025-11-18;1022457;Atlantic Diamond;114047;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bermuda;North West Atlantic Ocean;2025-11-15 03:18;;333668.0;;385390389;Mongstad;Norway;385562686;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 06:00;1746;;;;\n2025-11-18;9785720;Aquasurazo;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Colombia;Central East Pacific Ocean;2025-09-01 00:33;;6823565.0;43230678;385691183;;Panama;385703921;Esmeraldas;AIS;Ecuador;East;false;false;South America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9453987;Eagle Halifax;114063;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-23 18:17;;2266944.0;43261871;385645689;Beaumont/Port Arthur;United States;385858295;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-20 05:48;1746;;;;\n2025-11-18;9779965;Kyrakatingo;113500;Aframax/LR2;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 15:36;;202985.0;43079680;385762048;Freeport Bahamas;Bahamas;385802437;Dos Bocas;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-20 12:00;1746;;;;\n2025-11-18;9790361;St. Clemens;49998;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-13 09:18;;484908.0;42931802;385672472;Mindelo Port;Cape Verde;385741687;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-18;9876543;Xin Run 19;11810;Short Sea Tankers;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-11-25 03:45;;3.1004066E7;37217886;374505247;Beihai;China;;;;;North;true;false;;;;1746;;;;\n2025-11-18;9466532;Swan Biscay;6500;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 22:56;;4842180.0;43406126;385286818;Coatzacoalcos;Mexico;385803964;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9486934;Samos;104649;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-09-24 23:35;;4753463.0;;385846576;;United States;385875187;;;United States;North;false;false;Northern America;Americas;2025-11-19 00:17;1746;;;;\n2025-11-18;9422677;Mari Galaxy;19355;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-13 07:36;;490981.0;;385833907;Altamira;Mexico;385858388;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-20 15:59;1746;;;;\n2025-11-18;9674725;High Discovery;45999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-11 03:38;;678060.0;43342565;385782224;Barranquilla;Colombia;385826192;Cartagena (Colombia);Port;Colombia;Southwest;false;false;South America;Americas;2025-11-20 18:37;1746;;;;\n2025-11-18;9667942;Ardmore Endeavour;49859;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 02:18;;1114882.0;;385746205;Tuxpan;Mexico;385886801;Madero;AIS;Mexico;North;false;false;Northern America;Americas;2025-11-21 16:41;1746;;;;\n2025-11-18;9601792;Legend;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-17 15:18;;117679.0;43363791;385785091;Everglades;United States;385888615;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 23:45;1746;;;;\n2025-11-18;9661431;Pacific Trader;7048;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-04-05 02:03;;1.9691767E7;;385782322;Melones;Panama;385889043;Melones;;Panama;North;false;false;Central America;Americas;2025-11-19 19:58;1746;;;;\n2025-11-18;9697636;Seaways Castle Hill;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 12:30;;559763.0;;385501508;;Panama;385889295;Texas City;;United States;East;false;false;Northern America;Americas;2025-11-19 21:17;1746;;;;\n2025-11-18;9435909;Overseas Santorini;51662;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 13:59;;813646.0;;385820846;Corpus Christi;United States;385822401;;Forecast;Mexico;Southwest;false;false;Northern America;Americas;2025-11-26 22:50;1746;;;;\n2025-11-18;9761944;Sunray;74039;Panamax/LR1;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 17:34;;2096744.0;;385748535;Madero;Mexico;385875276;Coatzacoalcos;AIS;Mexico;East;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-18;9460409;Monarca 1;4900;Small Tankers;Loaded;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-14 04:17;;416556.0;;385686130;San Juan;Puerto Rico;;;;;North;false;false;;;;1746;;;;\n2025-11-18;9572264;Sebarok Spirit;109549;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-08-24 01:15;;7512249.0;;385770216;St Charles;United States;385881909;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-23 16:57;1746;;;;\n2025-11-18;9913626;Yellow Stars;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 12:36;;8249038.0;43270316;385650924;Coatzacoalcos;Mexico;385846716;Dos Bocas;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-19 11:58;1746;;;;\n2025-11-18;9422407;Pichincha;105093;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-04 01:58;;1288863.0;;385715261;Puerto Armuelles;Panama;385782409;Esmeraldas;AIS;Ecuador;Southwest;false;false;South America;Americas;2025-11-19 11:39;1746;;;;\n2025-11-18;9995442;Mustang;49900;MR;Ballast;Clean Products;;;;North West Atlantic Ocean;2025-11-10 05:55;;756273.0;;385621045;New York;United States;385880888;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 11:16;1746;;;;\n2025-11-18;9976886;Navig8 Excellence;49159;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 04:14;;1194330.0;;385712126;Beaumont/Port Arthur;United States;385847868;Freeport Bahamas;AIS;Bahamas;Southeast;false;false;Caribbean Islands;Americas;2025-11-24 00:01;1746;;;;\n2025-11-18;9978676;North Star;114980;Aframax/LR2;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:57;;302556.0;43129738;385146344;Sao Luis;Brazil;385584553;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-21 13:21;1746;;;;\n2025-11-18;9814179;Pm Regent;49874;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-12 19:18;;535315.0;43022152;385597415;;Panama;385658676;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-18;9697296;B. Pacific;7711;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-11-07 09:36;;1002237.0;;385627087;Melones;Panama;385649067;;AIS;;North;false;false;;;2025-11-20 18:39;1746;;;;\n2025-11-18;9642930;Calakmul;50217;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2016-02-14 21:54;;3.08023502E8;42958196;384728510;Madero;Mexico;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;9329320;Capt. Hagen;602;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2014-04-01 00:22;;3.67198679E8;;385801318;Houston;United States;385864120;Beaumont/Port Arthur;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;9997244;Precious Balboa S T;50000;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 02:17;;1114974.0;43150646;385403911;New York;United States;385847620;Freeport Texas;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9788710;Ottoman Sincerity;149999;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-10-17 20:12;;2778463.0;;385467101;Philadelphia;United States;385760009;Freeport Bahamas;AIS;Bahamas;North;false;false;Caribbean Islands;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;9669914;Green Planet;50844;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-30 23:19;;1644048.0;43231161;385629369;Tuxpan;Mexico;385790503;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-18;8809983;Hawsepiper;324;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-02-23 00:58;;5.4860515E7;41448269;385858556;New York;United States;385858434;;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 08:31;1746;;;;\n2025-11-18;9541306;Valturchese;50825;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-16 15:38;;202871.0;43098032;385629579;;Panama;385871137;Madero;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-23 09:41;1746;;;;\n2025-11-18;9877559;Nord Maverick;50185;MR;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-17 18:59;;104437.0;43322827;385698598;New Orleans;United States;385260608;Savannah;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9833591;Sti Miracle;47499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 16:17;;632536.0;43007792;385582165;;Panama;385725931;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-21 21:16;1746;;;;\n2025-11-18;9343209;Torm Cavatina;46067;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:56;;191019.0;43261576;385748593;;Panama;385762093;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9858486;Sanam;299999;VLCC;Loaded;Crude/Co;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-16 07:58;;230502.0;43365160;385716521;;United States;385759586;;Fixture;;East;false;false;;Asia;2025-12-12 22:51;1746;;;;\n2025-11-18;9557630;Lua;13554;Short Sea Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2021-10-24 23:25;;1.28392471E8;;366840693;Ceramar Shipyard;Dominican Republic;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-18;9799111;White Horse;7869;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 00:38;;84094.0;43230464;385712583;Puerto Moin;Costa Rica;385716858;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-18;9733959;Dht Tiger;299629;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-02 07:53;;1440382.0;;385445064;;United States;385864121;Puerto Armuelles;AIS;Panama;East;false;false;Central America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;7390777;M.A.R.S.War Machine;350;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2022-01-22 07:32;;1.20673634E8;37252254;367565614;Pascagoula;United States;;;;;West;true;false;;;;1746;;;;\n2025-11-18;9779094;Mariela;2020;Small Tankers;Loaded;Crude/Co;Americas;South America;Venezuela;;;;0.0;43174591;385823987;Amuay;Venezuela;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-18;9436537;Osg Vision;1584;Small Tankers;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-28 09:19;;1867225.0;43192007;385648074;Philadelphia;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9759795;Searuby;114074;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2025-11-11 21:35;;613482.0;43217279;385310651;Philadelphia;United States;385596224;Bajo Grande;AIS;Venezuela;East;false;false;South America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-18;9922093;Dee4 Ilex;49999;MR;Ballast;Clean Products;Americas;Central America;Guatemala;Caribbean Sea;2025-11-14 19:55;;360299.0;43039292;385711843;Tela;Honduras;385803413;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-29 20:36;1746;;;;\n2025-11-18;9746279;Largo Sea;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 01:26;;513227.0;43400024;385655309;Freeport Bahamas;Bahamas;385850225;Everglades;AIS;United States;South;false;false;Northern America;Americas;2025-11-20 04:00;1746;;;;\n2025-11-18;9607423;Ephesos;164732;Suezmax/LR3;Ballast;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-11-10 00:17;;776523.0;;385652830;Chiriqui Grande;Panama;385871877;Tolu;Port;Colombia;East;false;false;South America;Americas;2025-11-21 00:01;1746;;;;\n2025-11-18;9661376;Colon Trader;6987;Short Sea Tankers;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2023-08-17 03:51;;7.1266132E7;;385801687;Taboguilla;Panama;385891890;Panama Canal Light.;;Panama;Northeast;false;false;Central America;Americas;2025-11-19 18:18;1746;;;;\n2025-11-18;9828900;Aegean Star;50506;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 12:28;;387078.0;;385709168;Houston;United States;385891574;;AIS;Panama;South;false;false;Central America;Americas;2025-11-25 22:00;1746;;;;\n2025-11-18;9802580;Jin Zhou Wan;13265;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 21:16;;182621.0;;385531548;Rio Haina;Dominican Republic;385893848;Garyville;;United States;Northeast;false;false;Northern America;Americas;2025-11-20 01:38;1746;;;;\n2025-11-18;9515917;Zefyros;50057;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-07 01:14;;3710728.0;;385352559;San Juan de Ulua;Mexico;385892904;;Forecast;United States;East;false;false;Northern America;Americas;2025-11-22 09:36;1746;;;;\n2025-11-18;9724611;Catherine Grace;50100;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 06:16;;495786.0;43378209;385793271;Beaumont/Port Arthur;United States;385893847;Milford Haven;AIS;United Kingdom;South;false;false;Northern Europe;Europe;2025-12-06 15:00;1746;;;;\n2025-11-18;9956422;Bochem Shanghai;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 09:18;;398503.0;;385113500;Barranquilla;Colombia;385652718;Lake Charles;Port;United States;North;false;false;Northern America;Americas;2025-11-20 04:18;1746;;;;\n2025-11-18;9440136;Torm Philippines;46838;MR;Ballast;Clean Products;Americas;South America;Colombia;Central East Pacific Ocean;2025-11-05 13:58;2025-11-19 20:59;1159299.0;;385737891;Buenaventura;Colombia;385896556;Panama Canal Light.;;Panama;Northwest;false;false;Central America;Americas;2025-11-19 23:19;1746;;;;\n2025-11-18;9919577;Ps New Orleans;52853;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 22:35;;177863.0;;385491087;San Juan;Puerto Rico;385913588;Texas City;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-18;9785835;Monte Urbasa;156400;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-12 02:14;;596739.0;43205252;385330925;Corpus Christi;United States;385415468;;Fixture;;East;false;false;;Europe;2025-12-08 20:23;1746;;;;\n2025-11-18;9624067;Nordlotus;105543;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 11:38;;8252501.0;43364409;385818800;;United States;385890447;;Forecast;Mexico;South;false;false;Northern America;Americas;2025-11-24 05:30;1746;;;;\n2025-11-18;9644225;Happy Lady;51390;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 03:19;;765658.0;;385496251;New York;United States;385921750;;Fixture;United States;North;false;false;Northern America;Americas;2025-11-26 00:20;1746;;;;\n2025-11-18;9682394;Torm Dulce;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 16:56;;543799.0;;385662853;;Panama;385653016;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9933638;Dee4 Kastania;49999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-03 03:39;;1369238.0;43220036;385473017;Santa Marta;Colombia;385891958;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 18:00;1746;;;;\n2025-11-18;1037701;Golden Thetis;25918;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-18 12:07;;42738.0;;385897411;Houston;United States;;;;;;false;false;;;;1746;;;;\n2025-11-18;9718416;Silver Eburna;49737;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-26 04:57;;2055722.0;;385590163;Houston;United States;385878139;Tuxpan;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-18;9518892;Eagle Louisiana;103109;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-09-25 10:35;;4713853.0;;385816276;Beaumont/Port Arthur;United States;385879876;;;United States;South;false;false;Northern America;Americas;2025-11-19 07:37;1746;;;;\n2025-11-18;9718791;Yankul Silver;45923;MR;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 09:57;;482577.0;;385709045;Houston;United States;385880499;Puerto Cortes;AIS;Honduras;South;false;false;Central America;Americas;2025-11-24 12:00;1746;;;;\n2025-11-18;9995454;Dino;49996;MR;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-15 05:59;;324022.0;43372860;385840035;Esmeraldas;Ecuador;385876642;Esmeraldas;;Ecuador;South;false;false;South America;Americas;2025-11-19 07:17;1746;;;;\n2025-11-18;9749453;Ensemble;35058;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-29 09:56;;1778612.0;;385568362;Houston;United States;385887708;Lake Charles;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-18;9726463;Maersk Teesport;49796;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-17 13:38;2025-11-19 11:39;123699.0;;385457219;Quintero;Chile;385886853;Panama Canal Light.;;Panama;North;false;false;Central America;Americas;2025-11-19 13:38;1746;;;;\n2025-11-18;9580998;Rf Stella;19132;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-22 04:15;;2403885.0;43403355;385714412;New York;United States;385863846;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-25 18:36;1746;;;;\n2025-11-18;9776547;Maran Arete;319398;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 01:14;;600303.0;43231447;385401718;Corpus Christi;United States;385401719;;Fixture;;East;false;false;Eastern Asia;Asia;2025-12-23 01:00;1746;;;;\n2025-11-18;9682320;Silver Valerie;49715;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 17:58;;367271.0;43398134;385820887;Houston;United States;385851598;;Forecast;;South;false;false;Northern America;Americas;2025-11-25 11:57;1746;;;;\n2025-11-18;9917957;White Pearl;36801;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-16 17:58;2025-11-19 14:59;194480.0;;385351916;Wellington;New Zealand;385898225;;;Panama;East;false;false;Central America;Americas;2025-11-20 09:18;1746;;;;\n2025-11-18;9470258;Seaways Milos;50379;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 20:57;;356562.0;43267558;385634263;;Panama;385845290;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;8835102;Joan Rose;17144;Intermediate Tankers;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2019-01-07 15:25;;2.16635653E8;26005101;342335070;New Orleans;United States;;;;;South;false;false;;;;1746;;;;\n2025-11-18;9501150;Caribbean Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Central America;Honduras;Caribbean Sea;2025-11-03 21:19;;1305635.0;42209324;384980597;;South Africa;385090889;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-12-01 18:00;1746;;;;\n2025-11-18;9833589;Sti Maverick;47499;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-18 22:19;;6029.0;43356265;385784835;;Panama;385866743;;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 19:00;1746;;;;\n2025-11-18;9686728;Sti Regina;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-16 04:17;;243720.0;43227724;385774081;Freeport Bahamas;Bahamas;385820201;;Forecast;;South;false;false;;Americas;2025-11-25 09:37;1746;;;;\n2025-11-18;9698018;Florida Voyager;49151;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 03:19;;765639.0;43331942;385762141;Tampa;United States;385851067;Lake Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 06:00;1746;;;;\n2025-11-18;9849045;Sea Eagle;49916;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 20:36;;185006.0;43319526;385672369;Boston;United States;385704499;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 00:00;1746;;;;\n2025-11-18;9850692;Clearocean Ajax;113252;Aframax/LR2;Loaded;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-14 15:19;;376855.0;43372288;385773970;Esmeraldas;Ecuador;385847633;;AIS;Panama;Northwest;false;false;Central America;Americas;2025-11-20 20:20;1746;;;;\n2025-11-18;9856086;Nissos Anafi;318744;VLCC;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 17:56;;713034.0;42477583;385302300;;Spain;385228988;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 02:00;1746;;;;\n2025-11-18;9853228;Navig8 Gauntlet;49768;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-10-31 13:15;;1593884.0;43312019;385714431;Santa Marta;Colombia;385846194;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 22:21;1746;;;;\n2025-11-18;9717785;Seaways Cape May;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-17 16:19;;114012.0;43188499;385832542;;Panama;385855680;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-18;9716016;Indigo Ray;19989;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 06:18;;1273264.0;43267394;385796876;Coatzacoalcos;Mexico;385851698;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-26 23:57;1746;;;;\n2025-11-18;1018846;Lettie Pg;10810;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2025-11-09 17:39;;800431.0;;385728331;Pointe-a-Pitre;French Antilles;385773138;Saint Croix;AIS;United States Virgin Islands;Northwest;false;false;Caribbean Islands;Americas;2025-11-19 00:58;1746;;;;\n2025-11-18;9682318;Silver Ginny;49746;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-01 13:50;;1505358.0;;385842654;Tuxpan;Mexico;385864142;;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 16:16;1746;;;;\n2025-11-18;9804863;Nocturne;37425;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 14:56;;1587794.0;43390930;385828478;Houston;United States;385870865;;Forecast;;Southeast;false;false;;Asia;2025-12-30 13:43;1746;;;;\n2025-11-18;9985849;Degu;49999;MR;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 17:38;;195694.0;43359310;385496596;Saint Croix;United States Virgin Islands;385742538;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-18;9831696;Fpmc 31;49731;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 03:35;;159891.0;43227764;384670658;Amsterdam Port;Netherlands;385486448;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-18;9897846;Canopus Voyager;115589;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-08 18:16;;884586.0;43279327;385787912;Corpus Christi;United States;385819089;;AIS;Venezuela;Southeast;false;false;South America;Americas;2025-11-25 08:00;1746;;;;\n2025-11-18;9967249;Bantry Bay;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-17 19:58;;100877.0;43125371;385706440;New York;United States;385768698;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9654579;Ardmore Encounter;49478;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-26 22:34;;1992336.0;43248318;385828682;;United States;385774786;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9470284;Seaways Samar;73920;Panamax/LR1;Ballast;Crude/Co;Americas;Central America;Panama;Panama Canal;2025-11-18 15:59;;28825.0;43365812;385866440;Panama Canal Light.;Panama;385779719;;AIS;Panama;Northwest;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-18;9912141;Pacific;158406;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-04 02:17;;1287722.0;43105314;385283080;Saint John;Canada;385782057;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 14:00;1746;;;;\n2025-11-18;9973834;Ariadne;114905;Aframax/LR2;Ballast;Crude/Co;;;;Gulf of Mexico;2025-11-16 18:56;;191016.0;43102712;385651463;New York;United States;384971852;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-20 14:00;1746;;;;\n2025-11-18;9979436;Vasiliko;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-30 17:16;;1665823.0;43342629;385737835;Coatzacoalcos;Mexico;385860888;;Forecast;;West;false;false;Northern America;Americas;2025-11-26 19:57;1746;;;;\n2025-11-18;9710191;Independence;49180;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 21:39;;8415.0;43387509;385819038;Everglades;United States;385860953;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-18;9607174;Hafnia Egret;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-16 19:39;;188437.0;;385610749;;Panama;385868526;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-18;9628623;Valdesa;6842;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-06-08 10:02;;1.4133467E7;33852897;385868250;Coco Solo;Panama;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9773739;Unity Venture;112186;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:51;;302928.0;43303445;385574499;Houston;United States;385574498;;Fixture;;Southeast;false;false;;Europe;2025-12-14 09:14;1746;;;;\n2025-11-18;9607966;Seaways Shenandoah;112691;Aframax/LR2;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 06:15;;409459.0;43143970;385579291;Freeport Bahamas;Bahamas;385847822;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-18;9610597;Brad Sun;7413;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2024-03-29 22:47;;5.1757944E7;43105899;385839255;Nassau;Bahamas;383175866;Freeport Texas;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 20:47;1746;;;;\n2025-11-18;9608867;Magic Victoria;74902;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 14:38;;206461.0;43329160;385665356;New York;United States;385771075;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 21:00;1746;;;;\n2025-11-18;9435894;Overseas Mykonos;51711;MR;Ballast;Clean Products;Americas;South America;Venezuela;Caribbean Sea;2025-11-15 15:39;;289253.0;43205750;385611874;Port Canaveral;United States;;;;;East;false;false;;;;1746;;;;\n2025-11-18;9744908;Stolt Ebony;32786;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-15 23:53;;259613.0;42816283;384853931;Suape;Brazil;385615186;Charleston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 12:00;1746;;;;\n2025-11-18;9838797;Robert F. Kennedy;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-10 15:16;;8671387.0;;385163419;Craney Island;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9624768;Amelia;21203;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:10;;604140.0;43137342;385286268;Beaumont/Port Arthur;United States;385828675;;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 19:21;1746;;;;\n2025-11-18;9459072;Nave Aquila;49991;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 03:36;;246222.0;43218333;385544882;Rio Haina;Dominican Republic;385850487;Mobile;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-20 20:30;1746;;;;\n2025-11-18;9933652;Front Gaula;299982;VLCC;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-13 00:57;;514922.0;;384621701;Le Havre;France;385444160;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-29 06:00;1746;;;;\n2025-11-18;9829538;Sea Fantasy;11460;Short Sea Tankers;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2025-03-01 11:03;;2.2683361E7;;385818901;Willemstad;Curacao;385910511;Oranjestad;;Sint Eustatius;Northeast;false;false;Caribbean Islands;Americas;2025-11-20 19:37;1746;;;;\n2025-11-18;9732797;Carole M;37295;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 01:16;;168227.0;;385443717;;Panama;385698298;St Charles;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-19 15:58;1746;;;;\n2025-11-18;9763863;American Pride;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 14:19;;898838.0;;385828450;Tampa;United States;385907938;Garyville;;United States;West;false;false;Northern America;Americas;2025-11-20 17:18;1746;;;;\n2025-11-18;9426295;Pis Polaris;45988;MR;Ballast;Clean Products;Americas;Central America;Honduras;Caribbean Sea;2025-11-16 20:39;2025-11-19 10:56;184858.0;;385665275;;Panama;385912667;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 07:00;1746;;;;\n2025-11-18;9888352;Yasa Vega;50215;MR;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-18 16:58;2025-11-20 11:59;25286.0;;385730551;Mejillones;Chile;385912535;Panama Canal Light.;;Panama;Northeast;false;false;Central America;Americas;2025-11-20 16:18;1746;;;;\n2025-11-18;9779109;Ambrielle;2019;Small Tankers;Ballast;Other;Americas;South America;Colombia;;;;0.0;;385717529;Cartagena (Colombia);Colombia;385872811;Cartagena (Colombia);;Colombia;Northeast;false;false;South America;Americas;2025-11-19 03:56;1746;;;;\n2025-11-18;9833553;Sti Mythic;47499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-08-30 04:15;;6983085.0;;385758964;Corpus Christi;United States;385784025;;Forecast;Mexico;West;false;false;Northern America;Americas;2025-11-27 04:50;1746;;;;\n2025-11-18;9902122;Yaca;52826;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 16:19;;114017.0;;385845236;Panama Canal Light.;Panama;385660187;;AIS;Panama;Northeast;false;false;Central America;Americas;2025-11-19 06:19;1746;;;;\n2025-11-18;8966717;Andrea;1549;Small Tankers;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 15:52;;2.84717271E8;43074552;385858579;New York;United States;385881426;New York;;United States;Southwest;false;false;Northern America;Americas;2025-11-19 12:59;1746;;;;\n2025-11-18;9692325;Silver Zoe;49635;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 16:50;;25789.0;;385701119;;Panama;385916322;;Fixture;United States;Northwest;false;false;Northern America;Americas;2025-11-25 15:16;1746;;;;\n2025-11-18;9440033;Torm India;46838;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-06 15:51;;3744480.0;;385572694;Tuxpan;Mexico;385916470;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-18;7390985;Christine Mcallister;12880;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2017-10-21 02:56;;2.54955839E8;41980517;385849686;Newport News;United States;385922039;Groton;;United States;East;false;false;Northern America;Americas;2025-11-21 08:39;1746;;;;\n2025-11-18;9780017;Stolt Condor;15081;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-10 18:29;;3389405.0;43382049;385803902;Houston;United States;385887037;Houston;;United States;Southwest;false;false;Northern America;Americas;2025-11-19 18:39;1746;;;;\n2025-11-18;9353591;Overseas Anacortes;46656;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 06:39;;1185617.0;;385790532;Tampa;United States;385885918;Garyville;;United States;North;false;false;Northern America;Americas;2025-11-19 16:19;1746;;;;\n2025-11-18;9982524;Nord Vulcan;49999;MR;Ballast;Clean Products;Americas;South America;Colombia;Central East Pacific Ocean;2025-11-18 05:56;;64981.0;;385790597;Guayaquil;Ecuador;385883240;;AIS;Panama;North;false;false;Central America;Americas;2025-11-20 15:00;1746;;;;\n2025-11-18;9877561;Nord Marvel;50185;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 03:56;;158620.0;;385771849;Grand Cayman;Cayman Islands;385883504;;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 10:38;1746;;;;\n2025-11-18;9655975;Tristar Jisha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 20:32;;617220.0;;385311794;Donges;France;385883671;Baton Rouge;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-18;9737371;Marathon Ts;113651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 17:04;;716140.0;43413509;385806370;Pascagoula;United States;385897756;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-18;9494682;Glenda Melissa;47203;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 10:15;;395099.0;43344313;385693182;Pascagoula;United States;385898093;Bahia Las Minas;AIS;Panama;North;false;false;Central America;Americas;2025-11-25 17:00;1746;;;;\n2025-11-18;9920693;Sea Amethyst;157146;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-07 11:14;;3674747.0;42915950;385542103;Philadelphia;United States;;;;;West;true;false;;;;1746;;;;\n2025-11-18;9682332;Silver Orla;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-29 02:33;;1.2345978E7;43349492;385780572;Lake Charles;United States;385864371;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-18;9827463;Chemstar Iris;21144;Intermediate Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-11-16 03:19;2025-11-19 09:37;247229.0;43210570;385869256;;Panama;385877820;Point Lisas;AIS;Trinidad and Tobago;Northwest;false;false;Caribbean Islands;Americas;2025-11-24 01:00;1746;;;;\n2025-11-18;9498975;Monjasa Striker;8885;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-06-19 20:37;;1.3144931E7;;385866317;Coco Solo;Panama;385892010;Bahia Las Minas;;Panama;West;false;false;Central America;Americas;2025-11-20 00:38;1746;;;;\n2025-11-18;9441477;Osg Endurance;831;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-16 17:31;;2874486.0;;385677217;Tampa;United States;385893812;Beaumont/Port Arthur;;United States;North;false;false;Northern America;Americas;2025-11-20 01:59;1746;;;;\n2025-11-18;9648192;Sandpiper Pacific;51833;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-15 04:38;;3007306.0;43303631;385594895;Houston;United States;385742409;Isle of Grain;AIS;United Kingdom;Southeast;false;false;Northern Europe;Europe;2025-12-07 12:00;1746;;;;\n2025-11-18;9732931;Ardmore Pursuit;49709;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-10 13:56;;3405782.0;;385808909;Madero;Mexico;385893906;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-18;9697648;Seaways Stamford;50129;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 08:56;;227010.0;43360601;385780181;St Charles;United States;385889299;;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-18;7391020;Marjorie B. Mcallister;11905;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 12:56;;2.84727819E8;40590166;385864397;New York;United States;385889221;New Haven;;United States;East;false;false;Northern America;Americas;2025-11-19 20:38;1746;;;;\n2025-11-18;9586734;Rio Orinoco;158589;Suezmax/LR3;Loaded;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2024-12-02 07:29;;3.0385831E7;42883404;385610503;;Venezuela;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-18;9913511;Nafsika;112100;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 00:15;;949472.0;43334607;385742820;Philadelphia;United States;385861497;;AIS;United States;East;false;false;Northern America;Americas;2025-11-25 05:54;1746;;;;\n2025-11-18;9592965;Reinauer Twins;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-08-07 06:25;;4.0498461E7;43364917;385858433;New York;United States;385862865;New York;AIS;United States;South;false;false;Northern America;Americas;2025-11-19 01:39;1746;;;;\n2025-11-18;9447770;Cedar Express;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-18 09:37;;51731.0;43402271;385456232;;Togo;385693429;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-18;9779757;Da Hua Shan;12972;Short Sea Tankers;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2025-11-16 23:56;;173003.0;42944885;384963788;Fortaleza;Brazil;385583339;Barranquilla;Port;Colombia;West;false;false;South America;Americas;2025-11-20 15:00;1746;;;;\n2025-11-18;9624079;Nordorchid;105651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-07-07 21:47;;4.3121527E7;43331927;385589187;Beaumont/Port Arthur;United States;385707791;Dos Bocas;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-20 12:00;1746;;;;\n2025-11-18;9943358;Cl Marguerite Duras;49357;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-18 20:13;;13569.0;43279331;385531567;Nouadhibou;Mauritania;385623704;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-18;9933602;Eagle Vellore;299554;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 00:38;;1120901.0;42419250;385086625;;United States;385786775;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-18;9925710;Reliability;50218;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-13 09:57;;482537.0;43038239;385834081;Kingston;Jamaica;385665418;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 19:04;1746;;;;\n2025-11-18;9799862;Sfl Trinity;115711;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 21:56;;266635.0;43230618;385866427;;United States;385438384;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-20 00:01;1746;;;;\n2025-11-18;9543500;Yare;104579;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2020-11-29 08:52;;1.56870457E8;34904017;383285687;;Venezuela;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-18;9708772;Pyxis Lamda;50146;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 18:57;;104523.0;43141633;385695914;Kingston;Jamaica;385824146;Lake Charles;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 16:00;1746;;;;\n2025-11-18;9857860;Caribbean Voyager;115166;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 07:57;;1094567.0;43174654;385274727;Pascagoula;United States;385806501;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-18;9890939;Nord Mirai;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-17 19:37;;102159.0;43205481;385573810;San Vicente;Chile;385701271;;AIS;Panama;North;false;false;Central America;Americas;2025-11-20 06:30;1746;;;;\n2025-11-18;9568885;Venray;4200;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;43146205;385868350;Bahia Las Minas;Panama;385871511;;Forecast;;South;false;false;;Americas;2025-11-27 09:37;1746;;;;\n2025-11-18;9503574;Colon;113180;Aframax/LR2;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2021-06-01 08:31;;1.40974084E8;43354822;385800722;Cardon;Venezuela;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9823390;Lily Pg;7330;Short Sea Tankers;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-17 07:17;;146554.0;43003507;385825667;;Panama;385831285;San Juan;AIS;Puerto Rico;Northeast;false;false;Caribbean Islands;Americas;2025-11-21 17:00;1746;;;;\n2025-11-18;9944144;Nord Volante;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 09:11;;658107.0;43210300;385793633;Lake Charles;United States;385409492;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9979993;Seatrust;114438;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-16 16:57;;198134.0;42667130;385483000;;Namibia;385549046;;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-18;9979448;Maratho;50000;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:59;;126046.0;43324524;385690584;Rio Haina;Dominican Republic;385780164;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 14:00;1746;;;;\n2025-11-18;9925875;Bungo Crown;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 19:15;;1572298.0;;385750982;Tuxpan;Mexico;385767742;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 02:00;1746;;;;\n2025-11-18;9997957;Seascout;113814;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-13 02:53;;507979.0;43253729;385518515;Hamburg;Germany;385579540;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 13:00;1746;;;;\n2025-11-18;9905162;Point Lisas;49998;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 18:58;;363698.0;43098223;385154833;Rotterdam;Netherlands;385796136;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-18;9408138;Evergreen State;48633;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 23:54;;432315.0;43375252;385850941;Charleston;United States;385853906;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 07:31;1746;;;;\n2025-11-18;9527403;Challenge Procyon;45996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-23 09:12;;2.5886838E7;;383064034;Madero;Mexico;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;9552501;Tamanaco;104636;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2014-01-01 15:51;;3.74918939E8;26285246;384105849;;Venezuela;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;9697246;Marlin Ammolite;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-08-26 15:35;;7287889.0;;384191213;Havana;Cuba;385472693;;Forecast;Cuba;Southeast;false;false;Caribbean Islands;Americas;2025-11-28 15:20;1746;;;;\n2025-11-18;9699866;Largo Mariner;49992;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-07-23 10:37;;1.0243329E7;43394822;385837159;Beaumont/Port Arthur;United States;385742614;Houston;Port;United States;South;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9422237;Ionian Navigator;46625;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-17 16:56;;111820.0;43153550;384995904;Santos;Brazil;385691012;Garyville;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 01:00;1746;;;;\n2025-11-18;9902811;Eco West Coast;157632;Suezmax/LR3;Ballast;Crude/Co;;;;Gulf of Mexico;2025-11-17 08:16;;142982.0;43133844;385277252;Freeport Bahamas;Bahamas;385823706;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-18;9894727;Cururo;52832;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-16 11:18;;218474.0;43084407;385613337;Callao;Peru;385714534;;AIS;Panama;East;false;false;Central America;Americas;2025-11-20 23:20;1746;;;;\n2025-11-18;9565596;Bluefin;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 23:39;;519646.0;43396173;385842615;St Charles;United States;385871113;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 20:18;1746;;;;\n2025-11-18;9565742;Pvt Sunrise;19806;Intermediate Tankers;Loaded;Chem/Bio;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-18 15:59;;28826.0;43264337;385855589;Panama Canal Light.;Panama;385828406;;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-20 23:20;1746;;;;\n2025-11-18;9718430;Silver Etrema;49737;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 04:08;;762716.0;43202280;385506302;New York;United States;385858330;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-18;7319010;Karen C;391;Small Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2024-05-21 18:10;;4.7195381E7;42657913;383664009;Chesapeake;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-18;9219006;Lincoln Sea;749;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 10:19;;654035.0;43374314;385782852;Garyville;United States;;;;;South;false;false;;;;1746;;;;\n2025-11-18;9602643;Red Nova;319778;VLCC;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-10 20:37;;703374.0;42716329;385336526;Rotterdam;Netherlands;385252713;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-29 14:00;1746;;;;\n2025-11-18;9766217;Hafnia Shannon;74189;Panamax/LR1;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-17 19:38;;102092.0;43352456;384630885;New York;United States;385833054;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9764520;Amber Bay;12800;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 16:16;;27811.0;43348824;385715026;Guayanilla;Puerto Rico;385779320;Progreso;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-20 12:00;1746;;;;\n2025-11-18;9732929;Ardmore Persistence;49688;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-03 21:18;;1305684.0;43326283;385747832;Rio Haina;Dominican Republic;385811421;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-18;9657038;Nave Jupiter;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 05:32;;325643.0;43269381;385610712;Willemstad;Curacao;385693410;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9960306;Peregrine Pacific;49875;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 09:34;;138347.0;43142566;385650615;Bahia Las Minas;Panama;385767995;Pascagoula;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 05:30;1746;;;;\n2025-11-18;9642904;Jaguaroundi;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-08-30 11:59;;7.0113649E7;43052739;385731340;Progreso;Mexico;385736698;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-21 23:57;1746;;;;\n2025-11-18;9759757;Front Crown;157460;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Bermuda;North West Atlantic Ocean;2025-11-15 02:36;;336236.0;42793617;385202934;Cartagena;Spain;385602732;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 12:00;1746;;;;\n2025-11-18;9441245;Gulf Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-17 21:58;;93665.0;43106141;385311738;;Spain;385866595;Kingston;AIS;Jamaica;West;false;false;Caribbean Islands;Americas;2025-11-21 07:30;1746;;;;\n2025-11-18;9749348;Marie C;25161;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-11 23:14;;607520.0;43228707;385499014;Barcelona;Spain;385796722;;AIS;United States;South;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-18;9747120;Egret;49996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 15:56;;115425.0;43127143;385501414;;Togo;385631847;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-18;9459242;Feliks;45996;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 00:59;;169215.0;;385823954;;;385900424;;AIS;Panama;West;false;false;Central America;Americas;2025-11-20 12:15;1746;;;;\n2025-11-18;9763851;American Liberty;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 08:38;;55279.0;43328379;385709331;Jacksonville;United States;385909643;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-18;8987151;Marilyn George;334;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-25 04:01;;2.83463903E8;43359788;385855990;New Haven;United States;385884020;New York;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 15:38;1746;;;;\n2025-11-18;9479838;Turmoil;50358;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 02:58;;75707.0;;385519840;;Panama;385793190;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-18;9453999;Eagle Hydra;113968;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 16:14;;2447140.0;43398130;385847869;Houston;United States;385916138;;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-18;9686716;Sti Dama;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-14 20:47;;357130.0;43416894;385655252;Freeport Bahamas;Bahamas;385800111;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-27 00:31;1746;;;;\n2025-11-18;9732694;Hafnia Lotte;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-22 10:11;;2382521.0;;385660711;Houston;United States;385922053;;AIS;Panama;South;false;false;Central America;Americas;2025-11-27 06:00;1746;;;;\n2025-11-18;9910117;Tateshina;311979;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-14 03:38;2025-11-19 09:36;418908.0;;385430565;;South Africa;385919160;;;United States;Northwest;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-18;9530527;Isthmus Trader;9000;Short Sea Tankers;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-05-21 02:59;;1.5714018E7;;385422818;Panama Canal Light.;Panama;385886767;Balboa;;Panama;Northeast;false;false;Central America;Americas;2025-11-19 17:58;1746;;;;\n2025-11-18;9829497;Sti Millennia;47499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 21:13;;614814.0;;385818975;St Charles;United States;385870594;San Juan de Ulua;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-18;9707845;Ardmore Cherokee;25215;Intermediate Tankers;Ballast;Chem/Bio;Americas;Central America;Costa Rica;Central East Pacific Ocean;2025-11-09 21:54;;785105.0;;385717096;Golfito;Costa Rica;385882837;Corinto;AIS;Nicaragua;Southeast;false;false;Central America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-18;1054096;Bochem Santos;25000;Intermediate Tankers;Ballast;Chem/Bio;Americas;South America;Colombia;Caribbean Sea;2025-11-18 08:18;;56471.0;42780873;385849437;;Panama;385846159;;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 22:21;1746;;;;\n2025-11-18;9849291;Clearocean Marvel;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 19:38;;102068.0;43311490;385782330;Esmeraldas;Ecuador;385813715;;AIS;Panama;South;false;false;Central America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;1018872;Silver Moon;49986;MR;Ballast;Clean Products;Americas;Caribbean Islands;British Virgin Islands;North West Atlantic Ocean;2025-11-14 05:17;;412929.0;;385589243;Freetown;Sierra Leone;385709140;;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-18;9779587;Amazon Falcon;72202;Panamax/LR1;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-13 20:19;;445234.0;43389245;385709150;Cartagena (Colombia);Colombia;385845184;Tolu;Port;Colombia;Southeast;false;false;South America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-18;9710490;Seaways Kenosha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 11:54;;129945.0;43182521;385573230;;Panama;385751111;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 06:00;1746;;;;\n2025-11-18;9726619;Hafnia Lene;49999;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 18:59;;18017.0;;385460113;El Salvador Port;El Salvador;385801834;;AIS;Panama;North;false;false;Central America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-18;7435759;Evening Tide;125;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2014-01-01 00:07;;3.74975579E8;26001372;342230582;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;7902051;Genesis Glory;327;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-01 16:38;;6765669.0;42615748;383878185;Pascagoula;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;7814591;Buster Bouchard;17144;Intermediate Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2017-06-26 04:39;;2.65058444E8;36351636;356572582;Tampa;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9586722;Rio Caroni;158777;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 02:43;;4915008.0;36774138;372957479;Bonny Offshore Terminal;Nigeria;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-18;9902835;Nord Majestic;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 20:53;;443208.0;43275754;385521558;Puerto Moin;Costa Rica;385677195;Freeport Texas;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 12:00;1746;;;;\n2025-11-18;9585871;Montesperanza;159179;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-27 06:18;;1964476.0;42816386;385803908;Philadelphia;United States;385597385;;Fixture;United States;Northwest;false;false;Northern America;Americas;2025-11-23 12:16;1746;;;;\n2025-11-18;9589944;Nave Cetus;74581;Panamax/LR1;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:34;;127545.0;43148997;385634283;;Panama;385779481;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 21:00;1746;;;;\n2025-11-18;9589748;Rio Apure;158659;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-18 17:03;;24975.0;35950742;379460764;Lagos;Nigeria;385462836;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-12-01 23:55;1746;;;;\n2025-11-18;9749506;Speedway;158594;Suezmax/LR3;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 08:58;;54079.0;;385405732;Rotterdam;Netherlands;385574220;;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 00:16;1746;;;;\n2025-11-18;9590008;Soldier;320840;VLCC;Loaded;Other;Americas;South America;Venezuela;Caribbean Sea;2022-05-10 03:36;;1.11356586E8;43052370;385783967;;Venezuela;;;;;Northwest;true;false;;;;1746;;;;\n2025-11-18;9575541;Sonangol Rangel;157756;Suezmax/LR3;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 11:36;;649433.0;;385623811;St Charles;United States;385806481;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9576765;Rudolf Schulte;25581;Intermediate Tankers;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 22:16;;438211.0;42648067;385202908;Rotterdam;Netherlands;385742725;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-18;9880893;Blue Eagle;12800;Short Sea Tankers;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2021-12-20 08:20;;1.23521954E8;41145957;377657973;Dos Bocas;Mexico;;;;;East;false;true;;;;1746;;;;\n2025-11-18;9395290;Mercury Hope;297221;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 20:35;;1308264.0;;385755890;;United States;384986838;Corpus Christi;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9602289;SINGAPORE SPIRIT;318474;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-15 21:39;;267616.0;43381607;385802635;Puerto Armuelles;Panama;385847201;;Forecast;China;East;false;false;Eastern Asia;Asia;2025-12-24 06:41;1746;;;;\n2025-11-18;9779745;Da Ming Shan;12819;Short Sea Tankers;Ballast;DPP;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-17 02:30;;163741.0;43183582;385803689;Kingston;Jamaica;385554353;;Forecast;;East;false;false;Northern America;Americas;2025-12-04 07:57;1746;;;;\n2025-11-18;9956410;Bochem Casablanca;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;South America;Venezuela;Caribbean Sea;2025-11-17 10:34;;134725.0;43258870;385524070;Gamboa;Brazil;385610487;Port Lavaca;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 07:00;1746;;;;\n2025-11-18;9653264;Dean Reinauer;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-30 14:39;;6945639.0;42679525;385720356;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9834870;Sea Tiger;49821;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 02:33;;768361.0;43334583;385263017;San Juan;Puerto Rico;385608150;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-21 06:00;1746;;;;\n2025-11-18;9269037;Meredith Reinauer;195;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:59;;856828.0;;385839950;Tampa;United States;;;;;South;false;false;;;;1746;;;;\n2025-11-18;9402316;Libra Sun;115123;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-07 09:39;;3680444.0;43232485;385386969;Mobile;United States;385788581;Dos Bocas;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-18;9683398;Torm Doris;49746;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-16 00:19;;2936404.0;43398185;385801368;Tuxpan;Mexico;385848071;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9690626;Hafnia Violette;49126;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-18 17:14;;24334.0;43105546;385855711;;Panama;385803807;Geismar;Port;United States;North;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9567697;Eurovision;157803;Suezmax/LR3;Ballast;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-10-05 18:58;;3819672.0;43295281;385693181;Chiriqui Grande;Panama;385788185;Tolu;AIS;Colombia;Southeast;false;false;South America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-18;9803118;Da Wei Shan;7860;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-11 12:15;;5917477.0;43284171;385742598;Tuxpan;Mexico;385742605;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-24 18:36;1746;;;;\n2025-11-18;9269740;Jesse Rose;350;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2018-07-18 15:05;;2.31584073E8;26080041;344433033;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9799109;White Star;7895;Short Sea Tankers;Ballast;DPP;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-06 09:18;;1089712.0;43275395;385660352;Puerto Cortes;Honduras;385786798;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-28 16:31;1746;;;;\n2025-11-18;9795127;Eagle San Francisco;157512;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-24 22:09;;2166621.0;43346548;385709080;New York;United States;385751948;Corpus Christi;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-28 12:00;1746;;;;\n2025-11-18;9479979;Chem Stream;19999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 11:06;;392014.0;43152481;385205274;Tampa;United States;385865863;;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 16:21;1746;;;;\n2025-11-18;9642942;Kukulcan;50237;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2022-02-21 22:43;;1.18027012E8;43301100;385586728;Dos Bocas;Mexico;;;;;South;true;false;;;;1746;;;;\n2025-11-18;9417012;Eagle Kuantan;107481;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-06 22:14;;1043131.0;;385756139;Wilmington;United States;385874555;Corpus Christi;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-18;9722596;Sti Jermyn;109999;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-11 03:17;;3357721.0;43338675;385864222;;United States;385872104;;Fixture;Mexico;Northeast;false;false;Northern America;Americas;2025-11-23 04:30;1746;;;;\n2025-11-18;9923748;Stena Promise;49900;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 01:18;;340897.0;43400846;385483594;St James;United States;385855007;;AIS;United States;South;false;false;Northern America;Americas;2025-11-21 06:21;1746;;;;\n2025-11-18;9353606;Overseas Tampa;46287;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-14 14:15;;380699.0;43298740;385717102;Providence;United States;385878310;;AIS;United States;East;false;false;Northern America;Americas;2025-11-26 19:00;1746;;;;\n2025-11-18;9788564;Hakata Princess;49999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-10-31 06:59;;1616456.0;43380013;385798166;Cartagena (Colombia);Colombia;385871872;Santa Marta;Port;Colombia;South;false;false;South America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9817107;Cap Quebec;156013;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 13:39;;1074027.0;;385451585;Dos Bocas;Mexico;385891687;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 23:00;1746;;;;\n2025-11-18;9892078;Pacific Moonstone;50192;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-14 09:58;;396112.0;;385613188;Santa Marta;Colombia;385908093;Beaumont/Port Arthur;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 02:00;1746;;;;\n2025-11-18;9917658;Clearocean Milano;50485;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-24 16:13;;1.2728809E7;43156842;385562324;Tuxpan;Mexico;385907957;Dos Bocas;AIS;Mexico;Northeast;false;false;Northern America;Americas;2025-11-22 14:00;1746;;;;\n2025-11-18;9829746;Ginga Thresher;25175;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 00:17;;776555.0;;385428024;Southport;United States;385910777;Port Lavaca;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 23:00;1746;;;;\n2025-11-18;9836036;Torm Strength;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-09 07:38;;836496.0;43208503;385597572;Freeport Bahamas;Bahamas;385853080;;Fixture;;Northwest;false;false;;;2025-11-22 15:35;1746;;;;\n2025-11-18;8207599;Genesis Freedom;169;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2018-02-19 14:09;;2.44461046E8;43405158;385866708;St Charles;United States;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-18;9793375;Orient Challenge;49972;MR;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 15:53;;1584406.0;;385782854;Dos Bocas;Mexico;385823926;Coatzacoalcos;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-18;9900007;Dimitrios;159159;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 12:55;;212688.0;;385562298;New York;United States;385910626;;;United States;West;false;false;Northern America;Americas;2025-11-20 18:19;1746;;;;\n2025-11-18;9594858;Eagle San Pedro;157850;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-02-27 23:03;;2.2812962E7;;385805512;;United States;385891881;;;United States;East;false;false;Northern America;Americas;2025-11-19 21:15;1746;;;;\n2025-11-18;9941726;Penelope;114763;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 01:38;;944462.0;;385748176;New York;United States;385893397;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-27 10:00;1746;;;;\n2025-11-18;9280964;Vaals;3245;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;;385788026;Taboguilla;Panama;385897916;Taboguilla;;Panama;East;false;false;Central America;Americas;2025-11-20 07:59;1746;;;;\n2025-11-18;9849382;Clearocean Magic;49995;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-07 21:17;;960153.0;43279102;385530908;Houston;United States;385615978;Puerto Moin;AIS;Costa Rica;South;false;false;Central America;Americas;2025-11-26 13:00;1746;;;;\n2025-11-18;9467809;Hafnia Asia;74490;Panamax/LR1;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-15 15:56;;288214.0;43367780;385756647;Tolu;Colombia;385866562;Chiriqui Grande;Port;Panama;Southeast;false;false;Central America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-18;9847451;Doric Courage;49910;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 07:54;;749137.0;43313705;385824492;Tuxpan;Mexico;385826009;;Forecast;;South;false;false;Northern America;Americas;2025-11-25 16:57;1746;;;;\n2025-11-18;9926740;Vl Bright;318262;VLCC;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-15 09:19;;312045.0;;385255914;;South Africa;385901625;Yuum Kak Naab;;Mexico;Southeast;false;false;Northern America;Americas;2025-11-20 11:58;1746;;;;\n2025-11-18;9799032;Rose Pg;7420;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Sint Maarten;Caribbean Sea;2020-01-21 16:01;;1.8388793E8;;385803895;Pockwood Pond;British Virgin Islands;385889171;Saint Croix;AIS;United States Virgin Islands;Northwest;false;false;Caribbean Islands;Americas;2025-11-24 09:00;1746;;;;\n2025-11-18;7044328;Vinik No.6;10078;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-03-11 03:09;;2.184783E7;41388830;385864365;New York;United States;385902376;New York;;United States;North;false;false;Northern America;Americas;2025-11-20 12:59;1746;;;;\n2025-11-18;9513115;Aragona;319319;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 09:10;;2472565.0;43420871;384243278;Corpus Christi;United States;385916139;;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-18;9681132;Mia Grace;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;Puerto Rico;Caribbean Sea;2025-11-14 00:38;2025-11-19 22:35;429682.0;43252899;385483731;Yabucoa;Puerto Rico;385916141;;;United States;South;false;false;Northern America;Americas;2025-11-20 23:39;1746;;;;\n2025-11-18;9718856;Silver Muna;49897;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-09 05:37;;843720.0;43277535;385858401;Santa Marta;Colombia;385919066;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 22:00;1746;;;;\n2025-11-18;9596545;Jc Trader;4300;Small Tankers;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-10-18 14:39;;2712047.0;;385204976;Cartagena (Colombia);Colombia;384890854;;Port;Panama;East;false;false;Central America;Americas;2025-12-11 05:20;1746;;;;\n2025-11-18;9717113;Sti Guide;109999;Aframax/LR2;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-09-04 14:57;;6512521.0;;385842614;Garyville;United States;385921915;;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 07:19;1746;;;;\n2025-11-18;9457608;Leo Sun;114531;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-25 08:34;;2129112.0;;385021315;LOOP;United States;385759613;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-24 08:31;1746;;;;\n2025-11-18;9256846;Sea Hawk;8859;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2024-12-19 07:43;;2.8916175E7;;385842663;New York;United States;385847753;Boston;AIS;United States;North;false;false;Northern America;Americas;2025-11-19 05:59;1746;;;;\n2025-11-18;9596997;Hovden Spirit;105276;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-19 20:15;;5197488.0;;385712103;Houston;United States;385888540;Coatzacoalcos;;Mexico;South;false;false;Northern America;Americas;2025-11-19 19:14;1746;;;;\n2025-11-18;9858060;Basset;49875;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 18:36;;1574598.0;43310568;385642562;San Juan de Ulua;Mexico;385894277;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-18;9485863;Fg Rotterdam;19995;Intermediate Tankers;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 00:15;;949472.0;;385701843;Houston;United States;385883173;Houston;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 13:58;1746;;;;\n2025-11-18;9439395;Ps Amalfi;108958;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 13:39;;1074017.0;;385515296;Coatzacoalcos;Mexico;385881041;Philadelphia;AIS;United States;North;false;false;Northern America;Americas;2025-11-27 12:00;1746;;;;\n2025-11-18;9422550;Dubai Brilliance;115617;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 14:37;;465747.0;43336541;385682270;Houston;United States;385880118;Liverpool;AIS;United Kingdom;North;false;false;Northern Europe;Europe;2025-12-07 12:00;1746;;;;\n2025-11-18;9691723;Sti Battersea;38734;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-11-06 08:19;;1093223.0;;385615705;Taboguilla;Panama;385879345;;Forecast;;West;false;false;Central America;Americas;2025-11-24 11:39;1746;;;;\n2025-11-18;9902859;Lone Star Mariner;50275;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 18:58;;709312.0;;385621239;Texas City;United States;385891084;Freeport Bahamas;AIS;Bahamas;Southwest;false;false;Caribbean Islands;Americas;2025-11-24 06:00;1746;;;;\n2025-11-18;9393101;Hafnia Zambesi;76578;Panamax/LR1;Ballast;DPP;;;;North West Atlantic Ocean;2025-11-05 01:59;;1202441.0;;385338931;Sines;Portugal;385893485;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-26 22:00;1746;;;;\n2025-11-18;9502453;Maria Cristina;16906;Intermediate Tankers;Loaded;DPP;Americas;South America;Venezuela;Caribbean Sea;2025-11-09 05:19;;844855.0;;385801560;Cardon;Venezuela;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9791315;Aristea;112794;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-24 11:31;;2204888.0;43226649;385773622;Mobile;United States;385894549;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 23:00;1746;;;;\n2025-11-18;9645798;Pis Sumatera;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 17:43;;4860994.0;;385834430;Texas City;United States;385894280;;AIS;Panama;South;false;false;Central America;Americas;2025-11-26 05:00;1746;;;;\n2025-11-18;9642899;Centla;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-10-03 04:42;;6.7202272E7;;385804055;Madero;Mexico;385904304;Dos Bocas;;Mexico;North;false;false;Northern America;Americas;2025-11-20 13:58;1746;;;;\n2025-11-18;9581667;Fpmc 29;49499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:55;;399862.0;43398492;385845324;Beaumont/Port Arthur;United States;385848883;;Forecast;;Northwest;false;false;South America;Americas;2025-12-05 22:33;1746;;;;\n2025-11-18;9529487;Lipari;158237;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 22:19;;697226.0;;385840157;Yuum Kak Naab;Mexico;385435644;;Fixture;Spain;Southeast;false;false;Southern Europe;Europe;2025-12-04 17:19;1746;;;;\n2025-11-18;9702194;Torm Danica;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 07:57;;1353745.0;43184517;385858404;Houston;United States;385860036;;Forecast;;East;false;false;;Americas;2025-11-27 17:37;1746;;;;\n2025-11-18;9838773;Usns Oscar V. Peterson;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-01-07 06:28;;2.7279105E7;;379030341;Mobile;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-18;9398553;Pati R. Moran;12270;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2019-09-28 02:32;;1.93872475E8;43383878;385660202;Houston;United States;385809572;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-23 08:36;1746;;;;\n2025-11-18;9884253;Athina;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 22:55;;349497.0;43081617;385503975;Las Palmas;Spain;385855534;Pascagoula;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 04:00;1746;;;;\n2025-11-18;9540273;Gloria C;3912;Small Tankers;Ballast;DPP;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-10-22 03:37;;2406146.0;42384900;385639931;Cienfuegos;Cuba;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-18;9942304;Energy Afrodite;49813;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-18 16:38;;26473.0;43156801;385206664;Nordenham;Germany;385493736;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-20 20:30;1746;;;;\n2025-11-18;9917646;Clearocean Meribel;50485;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 11:39;;44431.0;42991559;385550459;Coronel;Chile;385640181;;AIS;Panama;West;false;false;Central America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-18;9833058;Nord Vanquish;50338;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:21;;401934.0;43119724;385868151;;United States;385864032;;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;9827566;Chios Star;50506;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 19:58;;100864.0;43142803;385579602;San Lorenzo Honduras;Honduras;385798449;;AIS;Panama;West;false;false;Central America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-18;9667485;Stena Imperial;49750;MR;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 04:18;;762067.0;;385187205;Houston;United States;385870525;;AIS;Panama;South;false;false;Central America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-18;7902049;Timothy L. Reinauer;352;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2019-06-27 18:43;;2.01849385E8;43107104;385869059;New York;United States;385874457;New York;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 04:39;1746;;;;\n2025-11-18;9893072;Pacific Pearl;113306;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-13 06:12;;496031.0;42989897;385506379;Southampton;United Kingdom;385700945;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-18;9676515;Wonder Maia;50880;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-17 09:59;;136849.0;42949553;385623203;;Panama;385834273;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 20:00;1746;;;;\n2025-11-18;9798375;Agioi Fanendes;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 10:16;;222217.0;;385408900;Manaus;Brazil;385626841;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 07:34;1746;;;;\n2025-11-18;9785732;Aquatravesia;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Colombia;Central East Pacific Ocean;2025-11-01 16:39;;1495231.0;43268373;385773878;;Panama;385805648;Esmeraldas;AIS;Ecuador;Northeast;false;false;South America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9733363;Alden;19997;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 06:18;;927704.0;43364731;385742626;Garyville;United States;385844879;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-24 18:57;1746;;;;\n2025-11-18;9737527;Starling;74033;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:35;;192280.0;43228519;385457377;La Plata;Argentina;385642846;Beaumont/Port Arthur;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-20 01:00;1746;;;;\n2025-11-18;9722625;Hellas Fighter;49997;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 00:39;;1552831.0;43152563;385195275;Houston;United States;385742618;;Fixture;Brazil;Southeast;false;false;South America;Americas;2025-12-01 19:21;1746;;;;\n2025-11-18;7523659;Caleb;492;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2023-02-15 02:01;;8.7083922E7;36492797;377498059;Tampa;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-18;9436408;Storholmen;16866;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-02 09:42;;1.4653021E7;43293994;385866426;;United States;383735600;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-18;9930624;Ardas I;115468;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-12 19:18;;535290.0;43279287;385759438;Tolu;Colombia;385866561;Corpus Christi;Port;United States;East;false;false;Northern America;Americas;2025-11-27 00:00;1746;;;;\n2025-11-18;9590319;Fairway;160250;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-12 04:38;;588108.0;43132631;385302429;Gdansk;Poland;385523919;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 20:00;1746;;;;\n2025-11-18;9585883;Montestena;159372;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 15:33;;30382.0;43067244;384998380;Wilhelmshaven;Germany;385471762;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 22:00;1746;;;;\n2025-11-18;9974979;Table Bay;49999;MR;Ballast;Chem/Bio;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-17 19:19;;103225.0;43245075;385467767;Immingham;United Kingdom;385845107;Lake Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-18;9503847;Skipjack;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2024-04-08 11:43;;5.0933787E7;43366812;385762221;Philadelphia;United States;;;;;North;false;false;;;;1746;;;;\n2025-11-18;9759800;Searanger;114055;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-14 03:19;;420053.0;43033246;385538732;Skagen;Denmark;385700568;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 04:00;1746;;;;\n2025-11-18;9514169;Green Warrior;104626;Aframax/LR2;Loaded;Crude/Co;;;;North West Atlantic Ocean;2025-11-10 03:57;;763325.0;43385803;385682852;Freeport Bahamas;Bahamas;385817361;;Forecast;United States;Northeast;false;false;Northern America;Americas;2025-11-22 06:53;1746;;;;\n2025-11-18;9518907;Eagle Texas;102926;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 12:59;;730846.0;43311479;385795921;Wilmington;United States;385812151;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 23:00;1746;;;;\n2025-11-18;9514171;Peak Spirit;104621;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 22:26;;610429.0;43284771;385652709;Corpus Christi;United States;385652711;;Forecast;Mexico;Southwest;false;false;Northern America;Americas;2025-11-24 04:50;1746;;;;\n2025-11-18;8325547;Usns John Lenthall;28115;Handy/MR1;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-07-11 08:07;;4.2825129E7;41435459;385163418;Craney Island;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-18;9219501;Cindy Rose;782;Small Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2023-10-30 17:08;;6.4824691E7;33802372;370673783;Freeport Bahamas;Bahamas;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-18;9863429;Maritime Glory;114122;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-18 19:28;;16307.0;43025267;385575183;;Spain;385582172;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 15:16;1746;;;;\n2025-11-18;9353589;Overseas Martinez;46666;MR;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 21:39;;699643.0;43321597;385719327;Philadelphia;United States;385819202;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9503586;Yoraco;113000;Aframax/LR2;Loaded;DPP;Americas;South America;Venezuela;Caribbean Sea;2023-03-26 20:35;;8.364745E7;42898360;384963226;;Venezuela;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-18;9187552;Porto;17875;Intermediate Tankers;Ballast;DPP;Americas;South America;Colombia;Central East Pacific Ocean;2025-11-17 19:17;;103373.0;42086052;385816991;Melones;Panama;385840171;Callao;AIS;Peru;South;false;false;South America;Americas;2025-11-24 05:00;1746;;;;\n2025-11-18;9845697;Nissos Despotiko;318744;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 05:17;;326526.0;42599917;385486012;Rotterdam;Netherlands;385252592;Corpus Christi;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-18;9686974;Sti Milwaukee;49990;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-14 21:19;;355226.0;;385529066;Long Beach;United States;385569221;;AIS;Panama;Northwest;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-18;9721891;Sunny Apatite;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 05:36;;498190.0;43360411;385745176;Corpus Christi;United States;385802804;;Forecast;;South;false;false;;Americas;2025-11-26 03:37;1746;;;;\n2025-11-18;9683403;Silver Houston;49746;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 15:59;;115245.0;;385649076;Mollendo;Peru;385876644;;;Panama;Southeast;false;false;Central America;Americas;2025-11-19 07:19;1746;;;;\n2025-11-18;9876385;Pelican Pacific;49853;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 06:32;;322037.0;;385720283;Garyville;United States;385751185;;Fixture;;Southeast;false;false;;Europe;2025-12-09 20:16;1746;;;;\n2025-11-18;9795048;Eagle Barcelona;113327;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-09 23:58;;3456092.0;;385794481;Pascagoula;United States;385878072;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-20 21:00;1746;;;;\n2025-11-18;9753703;Hafnia Tanzanite;49478;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 05:07;;672744.0;;385842317;Galveston Industrial Port;United States;385629424;Texas City;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 01:19;1746;;;;\n2025-11-18;9971707;Nave Cosmos;115650;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 14:29;;293409.0;43329315;385662962;New Orleans;United States;385836832;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 14:57;1746;;;;\n2025-11-18;9510462;Ps Roma;51003;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 15:10;;31799.0;;385738083;Santo Tomas;Guatemala;385910513;Pascagoula;;United States;North;false;false;Northern America;Americas;2025-11-20 19:38;1746;;;;\n2025-11-18;9669897;Bow Trident;49622;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 01:55;;1375464.0;43344457;385806264;St Charles;United States;385866784;Port Lavaca;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 15:00;1746;;;;\n2025-11-18;9433810;Uog Kyma;49996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-29 02:17;;2.5393349E7;;385762136;San Juan de Ulua;Mexico;385826189;;Forecast;Mexico;Northwest;false;false;Northern America;Americas;2025-11-23 22:30;1746;;;;\n2025-11-18;9710206;California Voyager;49181;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 09:19;;744046.0;43331008;385779898;Tampa;United States;385908102;Pascagoula;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-18;9713856;Bw Wren;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-18 23:32;;2680060.0;43406102;385806450;Dos Bocas;Mexico;385913165;Dos Bocas;;Mexico;Northeast;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-18;9521447;Nordtulip;105511;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 11:39;;1254016.0;;385503882;Beaumont/Port Arthur;United States;385879083;;Forecast;Mexico;Southeast;false;false;Northern America;Americas;2025-11-24 07:31;1746;;;;\n2025-11-18;9791872;Bright Future;74999;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 19:36;;707023.0;43229665;385427727;Houston;United States;385921799;Aratu;AIS;Brazil;Southwest;false;false;South America;Americas;2025-12-08 23:00;1746;;;;\n2025-11-18;9601821;Liberty;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 23:23;;1470995.0;43331867;385861434;Tampa;United States;385864909;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 16:21;1746;;;;\n2025-11-19;9913511;Nafsika;112100;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 00:15;;1035872.0;43334607;385861497;Wilmington;United States;385887044;;AIS;United States;South;false;false;Northern America;Americas;2025-11-26 00:56;1746;;;;\n2025-11-19;9436408;Storholmen;16866;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-02 09:42;;1.4739421E7;43293994;385866426;;United States;383735600;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-19;9669897;Bow Trident;49622;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 01:55;;1461864.0;43344457;385806264;St Charles;United States;385866784;Port Lavaca;AIS;United States;South;false;false;Northern America;Americas;2025-11-24 15:00;1746;;;;\n2025-11-19;9913626;Yellow Stars;49999;MR;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 12:36;;8335438.0;43397702;385846716;Dos Bocas;Mexico;385847547;;Forecast;Mexico;North;false;false;Northern America;Americas;2025-11-24 06:30;1746;;;;\n2025-11-19;9565584;Yellowfin;428;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 10:58;;1170070.0;43326299;385829786;Tampa;United States;385905093;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 20:22;1746;;;;\n2025-11-19;9799032;Rose Pg;7420;Short Sea Tankers;Ballast;Clean Products;;;;Caribbean Sea;2020-01-21 16:01;;1.8397433E8;;385803895;Pockwood Pond;British Virgin Islands;385889171;Saint Croix;AIS;United States Virgin Islands;West;false;false;Caribbean Islands;Americas;2025-11-24 09:00;1746;;;;\n2025-11-19;9829746;Ginga Thresher;25175;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 00:17;;862955.0;;385428024;Southport;United States;385910777;Port Lavaca;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 23:00;1746;;;;\n2025-11-19;9485863;Fg Rotterdam;19995;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 00:15;;1035872.0;43411373;385883173;Houston;United States;385908088;Houston;;United States;Northeast;false;false;Northern America;Americas;2025-11-20 17:58;1746;;;;\n2025-11-19;9610597;Brad Sun;7413;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2024-03-29 22:47;;5.1844344E7;43105899;385839255;Nassau;Bahamas;383175866;Freeport Texas;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 20:47;1746;;;;\n2025-11-19;9798375;Agioi Fanendes;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 10:16;;308617.0;;385408900;Manaus;Brazil;385626841;St James;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 07:00;1746;;;;\n2025-11-19;9766217;Hafnia Shannon;74189;Panamax/LR1;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-17 19:38;;188492.0;43352456;384630885;New York;United States;385833054;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9408138;Evergreen State;48633;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 23:54;;518715.0;43375252;385850941;Charleston;United States;385853906;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 07:31;1746;;;;\n2025-11-19;9978676;North Star;114980;Aframax/LR2;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:57;;388956.0;43129738;385146344;Sao Luis;Brazil;385584553;;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 13:21;1746;;;;\n2025-11-19;9590319;Fairway;160250;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 05:35;;66250.0;43132631;385302429;Gdansk;Poland;385523919;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 20:00;1746;;;;\n2025-11-19;9956410;Bochem Casablanca;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-17 10:34;;221125.0;43258870;385524070;Gamboa;Brazil;385610487;Port Lavaca;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 07:00;1746;;;;\n2025-11-19;9845697;Nissos Despotiko;318744;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 05:17;;412926.0;43237713;385252592;Corpus Christi;United States;385252591;Ningbo;Fixture;China;West;false;false;Eastern Asia;Asia;2026-01-03 19:26;1746;;;;\n2025-11-19;9653264;Dean Reinauer;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-30 14:39;;7032039.0;42679525;385720356;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9732929;Ardmore Persistence;49688;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 15:37;;30170.0;43326283;385747832;Rio Haina;Dominican Republic;385811421;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-19;9985849;Degu;49999;MR;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 17:38;;282094.0;43359310;385496596;Saint Croix;United States Virgin Islands;385742538;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-19;9933602;Eagle Vellore;299554;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 00:38;;1207301.0;42419250;385086625;;United States;385786775;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-19;7523659;Caleb;492;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2023-02-15 02:01;;8.7170322E7;36492797;377498059;Tampa;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9833589;Sti Maverick;47499;MR;Ballast;Clean Products;Americas;Central America;Nicaragua;Caribbean Sea;2025-11-18 22:19;;92429.0;43356265;385784835;;Panama;385866743;;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 19:00;1746;;;;\n2025-11-19;9773739;Unity Venture;112186;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:51;;389328.0;;385574499;Houston;United States;385574498;;Fixture;;South;false;false;;Europe;2025-12-14 09:14;1746;;;;\n2025-11-19;9624768;Amelia;21203;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:10;;690540.0;43137342;385286268;Beaumont/Port Arthur;United States;385828675;;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 19:21;1746;;;;\n2025-11-19;9422548;Dubai Beauty;115382;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-10-29 05:12;;1882064.0;43156380;385782363;Saint John;Canada;385800773;Cartagena (Colombia);AIS;Colombia;South;false;false;South America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-19;9219501;Cindy Rose;782;Small Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2023-10-30 17:08;;6.4911091E7;33802372;370673783;Freeport Bahamas;Bahamas;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-19;9779094;Mariela;2020;Small Tankers;Loaded;Crude/Co;Americas;South America;Venezuela;;;;0.0;43174591;385823987;Amuay;Venezuela;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9849291;Clearocean Marvel;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 19:38;;188468.0;43311490;385782330;Esmeraldas;Ecuador;385813715;;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9814179;Pm Regent;49874;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-12 19:18;;621715.0;43022152;385597415;;Panama;385658676;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-19;9669914;Green Planet;50844;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-30 23:19;;1730448.0;43231161;385629369;Tuxpan;Mexico;385790503;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-19;9395290;Mercury Hope;297221;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 20:35;;1394664.0;43315402;385755890;;United States;384986838;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9581667;Fpmc 29;49499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:55;;486262.0;43398492;385845324;Beaumont/Port Arthur;United States;385848883;;Forecast;;Northwest;false;false;South America;Americas;2025-12-05 22:33;1746;;;;\n2025-11-19;9785732;Aquatravesia;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-01 16:39;;1581631.0;43268373;385773878;;Panama;385805648;Esmeraldas;AIS;Ecuador;Southeast;false;false;South America;Americas;2025-11-20 00:18;1746;;;;\n2025-11-19;9686974;Sti Milwaukee;49990;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-14 21:19;;441626.0;43275892;385529066;Long Beach;United States;385569221;;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-19;9973834;Ariadne;114905;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:56;;277416.0;43102712;385651463;New York;United States;384971852;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9422237;Ionian Navigator;46625;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 16:56;;198220.0;43153550;384995904;Santos;Brazil;385691012;Garyville;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 01:00;1746;;;;\n2025-11-19;9823390;Lily Pg;7330;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-17 07:17;;232954.0;43003507;385825667;;Panama;385831285;San Juan;AIS;Puerto Rico;Northeast;false;false;Caribbean Islands;Americas;2025-11-21 17:00;1746;;;;\n2025-11-19;9607423;Ephesos;164732;Suezmax/LR3;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-10 00:17;;862923.0;43313588;385652830;Chiriqui Grande;Panama;385871877;Tolu;Port;Colombia;East;false;false;South America;Americas;2025-11-21 00:01;1746;;;;\n2025-11-19;9979993;Seatrust;114438;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-16 16:57;;284534.0;42667130;385483000;;Namibia;385549046;;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-19;9642930;Calakmul;50217;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2016-02-14 21:54;;3.08109902E8;42958196;384728510;Madero;Mexico;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9925875;Bungo Crown;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 19:15;;1658698.0;43255487;385750982;Tuxpan;Mexico;385767742;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-19;9737527;Starling;74033;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:35;;278680.0;43228519;385457377;La Plata;Argentina;385642846;Beaumont/Port Arthur;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-19;9863429;Maritime Glory;114122;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 19:28;;102707.0;43025267;385575183;;Spain;385582172;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 15:16;1746;;;;\n2025-11-19;9917646;Clearocean Meribel;50485;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 11:39;;130831.0;42991559;385550459;Coronel;Chile;385640181;;AIS;Panama;East;false;false;Central America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-19;9482550;Elandra Fjord;51408;MR;Ballast;Clean Products;Americas;Caribbean Islands;Haiti;Caribbean Sea;2025-11-16 20:38;;271303.0;43185058;385438339;Sao Luis;Brazil;385731186;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-19;9453987;Eagle Halifax;114063;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-23 18:17;;2353344.0;43261871;385645689;Beaumont/Port Arthur;United States;385858295;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-19;9393101;Hafnia Zambesi;76578;Panamax/LR1;Ballast;DPP;;;;North West Atlantic Ocean;2025-11-05 01:59;;1288841.0;;385338931;Sines;Portugal;385893485;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 22:00;1746;;;;\n2025-11-19;9441477;Osg Endurance;831;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-16 17:31;;2960886.0;;385677217;Tampa;United States;385893812;Beaumont/Port Arthur;;United States;Northeast;false;false;Northern America;Americas;2025-11-20 01:59;1746;;;;\n2025-11-19;9460409;Monarca 1;4900;Small Tankers;Loaded;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-14 04:17;;502956.0;;385686130;San Juan;Puerto Rico;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-19;9682394;Torm Dulce;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 16:56;;630199.0;;385662853;;Panama;385653016;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9592965;Reinauer Twins;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-08-07 06:25;;4.0584861E7;43408488;385871228;New York;United States;385875166;New York;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-20 04:58;1746;;;;\n2025-11-19;9494682;Glenda Melissa;47203;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 10:15;;481499.0;;385693182;Pascagoula;United States;385898093;Bahia Las Minas;AIS;Panama;South;false;false;Central America;Americas;2025-11-25 17:00;1746;;;;\n2025-11-19;9737371;Marathon Ts;113651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 17:04;;802540.0;43413509;385806370;Pascagoula;United States;385897756;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-19;9440033;Torm India;46838;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-06 15:51;;3830880.0;;385572694;Tuxpan;Mexico;385916470;Beaumont/Port Arthur;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-19;9459084;Nave Bellatrix;49999;MR;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-12 00:58;;687668.0;43330961;385880706;Esmeraldas;Ecuador;385881731;;Forecast;United States;North;false;false;Northern America;Americas;2025-12-08 04:31;1746;;;;\n2025-11-19;9692325;Silver Zoe;49635;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 16:50;;112189.0;;385701119;;Panama;385916322;;Fixture;United States;West;false;false;Northern America;Americas;2025-11-25 15:16;1746;;;;\n2025-11-19;9596545;Jc Trader;4300;Small Tankers;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-10-18 14:39;;2798447.0;;385204976;Cartagena (Colombia);Colombia;384890854;;Port;Panama;East;false;false;Central America;Americas;2025-12-11 05:20;1746;;;;\n2025-11-19;9624067;Nordlotus;105543;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 11:38;;8338901.0;;385818800;;United States;385890447;;Forecast;Mexico;Southeast;false;false;Northern America;Americas;2025-11-24 05:30;1746;;;;\n2025-11-19;9521447;Nordtulip;105511;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 11:39;;1340416.0;;385503882;Beaumont/Port Arthur;United States;385879083;;Forecast;Mexico;East;false;false;Northern America;Americas;2025-11-24 07:31;1746;;;;\n2025-11-19;9910117;Tateshina;311979;VLCC;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 09:36;;51835.0;42906497;385430565;;South Africa;385919160;;;United States;Northwest;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-19;9644225;Happy Lady;51390;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 03:19;;852058.0;;385496251;New York;United States;385921750;;Fixture;United States;South;false;false;Northern America;Americas;2025-11-26 00:20;1746;;;;\n2025-11-19;9642904;Jaguaroundi;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-08-30 11:59;;7.0200049E7;43052739;385731340;Progreso;Mexico;385736698;;Forecast;;East;false;false;Northern America;Americas;2025-11-21 23:57;1746;;;;\n2025-11-19;9417012;Eagle Kuantan;107481;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 16:15;;27851.0;43279674;385756139;Wilmington;United States;385874555;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9792008;Southern Puma;26071;Intermediate Tankers;Ballast;Clean Products;;;;North West Atlantic Ocean;2025-11-16 11:58;;302494.0;43275706;385524019;Foynes;Ireland;385626005;Baton Rouge;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 20:00;1746;;;;\n2025-11-19;9514169;Green Warrior;104626;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 03:57;;849725.0;43385803;385682852;Freeport Bahamas;Bahamas;385817361;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-22 06:53;1746;;;;\n2025-11-19;9717761;Seaways Warwick;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:56;;237823.0;43116936;385660387;;Panama;385862122;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 05:21;1746;;;;\n2025-11-19;9682318;Silver Ginny;49746;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-01 13:50;;1591758.0;43347548;385842654;Tuxpan;Mexico;385864142;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-21 16:16;1746;;;;\n2025-11-19;7390777;M.A.R.S.War Machine;350;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2022-01-22 07:32;;1.20760034E8;37252254;367565614;Pascagoula;United States;;;;;West;true;false;;;;1746;;;;\n2025-11-19;9995454;Dino;49996;MR;Ballast;Clean Products;Americas;South America;Ecuador;South East Pacific Ocean;2025-11-19 19:19;;16843.0;43372860;385876642;Esmeraldas;Ecuador;385874922;La Libertad;AIS;Ecuador;Southwest;false;false;South America;Americas;2025-11-21 07:00;1746;;;;\n2025-11-19;9902811;Eco West Coast;157632;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 08:16;;229382.0;43133844;385277252;Freeport Bahamas;Bahamas;385823706;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-19;9894727;Cururo;52832;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-19 14:39;;33636.0;43084407;385714534;;Panama;385878047;;AIS;Panama;North;false;false;Central America;Americas;2025-11-21 23:20;1746;;;;\n2025-11-19;9880893;Blue Eagle;12800;Short Sea Tankers;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2021-12-20 08:20;;1.23608354E8;41145957;377657973;Dos Bocas;Mexico;;;;;South;false;true;;;;1746;;;;\n2025-11-19;9997957;Seascout;113814;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 19:15;;17041.0;43253729;385518515;Hamburg;Germany;385579540;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 13:00;1746;;;;\n2025-11-19;9572264;Sebarok Spirit;109549;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-08-24 01:15;;7598649.0;43395995;385770216;St Charles;United States;385881909;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-23 13:36;1746;;;;\n2025-11-19;9905162;Point Lisas;49998;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 18:58;;450098.0;43098223;385154833;Rotterdam;Netherlands;385796136;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-19;9834870;Sea Tiger;49821;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 02:33;;854761.0;43334583;385263017;San Juan;Puerto Rico;385608150;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 06:00;1746;;;;\n2025-11-19;9707273;Sti Queens;50139;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-12 02:37;;681754.0;43246560;385666066;Puerto Moin;Costa Rica;385833034;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 07:46;1746;;;;\n2025-11-19;9902122;Yaca;52826;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-19 15:59;;28857.0;43262757;385660187;;Panama;385881513;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-26 00:00;1746;;;;\n2025-11-19;9747120;Egret;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:56;;201825.0;43127143;385501414;;Togo;385631847;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-19;9624079;Nordorchid;105651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-07-07 21:47;;4.3207927E7;43331927;385589187;Beaumont/Port Arthur;United States;385707791;Dos Bocas;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-23 12:00;1746;;;;\n2025-11-19;9602643;Red Nova;319778;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 04:59;;68453.0;42716329;385336526;Rotterdam;Netherlands;385252713;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 14:00;1746;;;;\n2025-11-19;9730373;San Jacinto;158658;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-01 06:39;;1617650.0;43203575;385798821;Saint John;Canada;385314155;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 23:00;1746;;;;\n2025-11-19;9708772;Pyxis Lamda;50146;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 18:57;;190923.0;43141633;385695914;Kingston;Jamaica;385824146;Lake Charles;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 00:18;1746;;;;\n2025-11-19;9827566;Chios Star;50506;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-19 17:58;;21675.0;43142803;385798449;;Panama;385875030;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-25 04:00;1746;;;;\n2025-11-19;9585871;Montesperanza;159179;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-27 06:18;;2050876.0;42816386;385803908;Philadelphia;United States;385597385;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-28 00:16;1746;;;;\n2025-11-19;9527403;Challenge Procyon;45996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-23 09:12;;2.5973238E7;41451057;383064034;Madero;Mexico;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9853228;Navig8 Gauntlet;49768;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 03:54;;72303.0;;385714431;Santa Marta;Colombia;385846194;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 22:21;1746;;;;\n2025-11-19;9530527;Isthmus Trader;9000;Short Sea Tankers;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-05-21 02:59;;1.5800418E7;38667955;385886767;Balboa;Panama;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-19;9902835;Nord Majestic;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 20:53;;529608.0;43275754;385521558;Puerto Moin;Costa Rica;385677195;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 12:00;1746;;;;\n2025-11-19;9971707;Nave Cosmos;115650;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 14:29;;379809.0;43329315;385662962;New Orleans;United States;385836832;;Forecast;;North;false;false;Northern America;Americas;2025-11-26 14:57;1746;;;;\n2025-11-19;9779757;Da Hua Shan;12972;Short Sea Tankers;Ballast;DPP;Americas;South America;Colombia;Caribbean Sea;2025-11-16 23:56;;259403.0;43299249;385583339;Barranquilla;Colombia;385879063;Quintero;Fixture;Chile;Southwest;false;false;South America;Americas;2025-12-05 09:35;1746;;;;\n2025-11-19;9661431;Pacific Trader;7048;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-04-05 02:03;;1.9778167E7;42177887;385889043;Melones;Panama;385612341;;Forecast;;East;false;false;;Americas;2025-11-27 23:37;1746;;;;\n2025-11-19;7814591;Buster Bouchard;17144;Intermediate Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2017-06-26 04:39;;2.65144844E8;36351636;356572582;Tampa;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9836062;Torm Strong;49954;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-11 02:58;;766894.0;43261069;385698293;El Salvador Port;El Salvador;385850662;;AIS;Panama;East;false;false;Central America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-19;9779965;Kyrakatingo;113500;Aframax/LR2;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 15:36;;289385.0;43079680;385762048;Freeport Bahamas;Bahamas;385802437;Dos Bocas;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-19;9799111;White Horse;7869;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 00:38;;170494.0;43230464;385712583;Puerto Moin;Costa Rica;385716858;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-19;9890939;Nord Mirai;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 09:39;;51633.0;43205481;385573810;San Vicente;Chile;385701271;;AIS;Panama;West;false;false;Central America;Americas;2025-11-21 02:00;1746;;;;\n2025-11-19;9594858;Eagle San Pedro;157850;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-02-27 23:03;;2.2899362E7;43388832;385891881;;United States;385849254;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9648192;Sandpiper Pacific;51833;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-15 04:38;;3093706.0;;385594895;Houston;United States;385742409;Isle of Grain;AIS;United Kingdom;Southeast;false;false;Northern Europe;Europe;2025-12-07 12:00;1746;;;;\n2025-11-19;7902049;Timothy L. Reinauer;352;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2019-06-27 18:43;;2.01935785E8;43107104;385891802;Albany NY;United States;385762442;;AIS;United States;North;false;false;Northern America;Americas;2026-02-11 17:31;1746;;;;\n2025-11-19;9498975;Monjasa Striker;8885;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-06-19 20:37;;1.3231331E7;;385866317;Coco Solo;Panama;385892010;Bahia Las Minas;;Panama;Northeast;false;false;Central America;Americas;2025-11-20 00:38;1746;;;;\n2025-11-19;9645798;Pis Sumatera;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 17:43;;4947394.0;;385834430;Texas City;United States;385894280;;AIS;Panama;South;false;false;Central America;Americas;2025-11-26 05:00;1746;;;;\n2025-11-19;9529487;Lipari;158237;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 22:19;;783626.0;;385840157;Yuum Kak Naab;Mexico;385435644;;Fixture;Spain;Southeast;false;false;Southern Europe;Europe;2025-12-04 17:19;1746;;;;\n2025-11-19;7044328;Vinik No.6;10078;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-03-11 03:09;;2.193423E7;;385864365;New York;United States;385902376;New York;;United States;Southeast;false;false;Northern America;Americas;2025-11-20 12:59;1746;;;;\n2025-11-19;8852722;Pinuccia;25307;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2015-06-06 00:25;;3.30046499E8;43320711;385890994;New York;United States;385891995;;Forecast;United States;Northeast;false;false;Northern America;Americas;2025-11-25 15:31;1746;;;;\n2025-11-19;9466532;Swan Biscay;6500;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 22:56;;4928580.0;43406126;385286818;Coatzacoalcos;Mexico;385803964;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;9970363;Kalk Bay;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-15 06:37;;408137.0;43242781;385630345;Conakry;Guinea;385695643;;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 15:16;1746;;;;\n2025-11-19;9402316;Libra Sun;115123;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-07 09:39;;3766844.0;43232485;385386969;Mobile;United States;385788581;Dos Bocas;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-19;9732797;Carole M;37295;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 01:16;;254627.0;43391042;385698298;St Charles;United States;385908415;;AIS;Panama;West;false;false;Central America;Americas;2025-11-27 13:00;1746;;;;\n2025-11-19;9568196;Jag Laxmi;105525;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-20 09:56;;2642622.0;43286061;385470089;Houston;United States;385876434;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-27 07:57;1746;;;;\n2025-11-19;9515917;Zefyros;50057;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-07 01:14;;3797128.0;42910216;385352559;San Juan de Ulua;Mexico;385892904;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 09:36;1746;;;;\n2025-11-19;9888352;Yasa Vega;50215;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-18 16:58;2025-11-20 11:59;111686.0;;385730551;Mejillones;Chile;385912535;Panama Canal Light.;;Panama;North;false;false;Central America;Americas;2025-11-20 16:18;1746;;;;\n2025-11-19;9661376;Colon Trader;6987;Short Sea Tankers;Ballast;Chem/Bio;Americas;Central America;Panama;Panama Canal;2023-08-17 03:51;;7.1352532E7;38532874;385896557;Panama Canal Light.;Panama;385912536;Panama Canal Light.;;Panama;West;false;false;Central America;Americas;2025-11-20 16:18;1746;;;;\n2025-11-19;9724609;Sea Fractus;45999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-01 20:56;;9515032.0;43388545;385221486;Tuxpan;Mexico;385910688;Beaumont/Port Arthur;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 22:00;1746;;;;\n2025-11-19;9417024;Eagle Kangar;107481;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:38;;944503.0;43384208;385875189;;United States;385910623;;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 14:18;1746;;;;\n2025-11-19;9453999;Eagle Hydra;113968;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 16:14;;2533540.0;;385847869;Houston;United States;385916138;;;United States;South;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-19;9479838;Turmoil;50358;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 02:58;;162107.0;;385519840;;Panama;385793190;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-19;9513115;Aragona;319319;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 09:10;;2558965.0;;384243278;Corpus Christi;United States;385916139;;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-19;9857860;Caribbean Voyager;115166;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 07:57;;1180967.0;43383068;385806501;Houston;United States;385916340;Gdansk;AIS;Poland;South;false;false;Central Europe;Europe;2025-12-10 05:42;1746;;;;\n2025-11-19;9440136;Torm Philippines;46838;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 20:59;;10832.0;43255446;385896556;Panama Canal Light.;Panama;385858280;Balboa;Port;Panama;West;false;false;Central America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;8987151;Marilyn George;334;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-25 04:01;;2.83550303E8;43359788;385884020;New York;United States;385898229;Albany NY;;United States;Northeast;false;false;Northern America;Americas;2025-11-20 09:18;1746;;;;\n2025-11-19;9280964;Vaals;3245;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;;385788026;Taboguilla;Panama;385897916;Taboguilla;;Panama;Northeast;false;false;Central America;Americas;2025-11-20 07:59;1746;;;;\n2025-11-19;1037701;Golden Thetis;25918;Intermediate Tankers;Loaded;Chem/Bio;;;;North West Atlantic Ocean;2025-11-18 12:07;;129138.0;43280181;385897411;Houston;United States;;;;;;false;false;;;;1746;;;;\n2025-11-19;9486934;Samos;104649;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-24 23:35;;4839863.0;43329204;385875187;;United States;385895604;;Forecast;Mexico;South;false;false;Northern America;Americas;2025-11-24 23:30;1746;;;;\n2025-11-19;9833591;Sti Miracle;47499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 16:17;;718936.0;43007792;385582165;;Panama;385725931;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-21 21:16;1746;;;;\n2025-11-19;9877559;Nord Maverick;50185;MR;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-17 18:59;;190837.0;43322827;385698598;New Orleans;United States;385260608;Savannah;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9353589;Overseas Martinez;46666;MR;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 02:34;;77150.0;43321597;385719327;Philadelphia;United States;385819202;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;9749453;Ensemble;35058;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-29 09:56;;1865012.0;43312140;385568362;Houston;United States;385887708;Lake Charles;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-19;9943358;Cl Marguerite Duras;49357;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 20:13;;99969.0;43279331;385531567;Nouadhibou;Mauritania;385623704;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-19;9717785;Seaways Cape May;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-17 16:19;;200412.0;43188499;385832542;;Panama;385855680;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9697296;B. Pacific;7711;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-11-07 09:36;;1088637.0;;385627087;Melones;Panama;385649067;;AIS;;North;false;false;;;2025-11-23 18:39;1746;;;;\n2025-11-19;9501150;Caribbean Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Central America;Honduras;Caribbean Sea;2025-11-03 21:19;;1392035.0;42209324;384980597;;South Africa;385090889;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-12-01 18:00;1746;;;;\n2025-11-19;8835102;Joan Rose;17144;Intermediate Tankers;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2019-01-07 15:25;;2.16722053E8;26005101;342335070;New Orleans;United States;;;;;South;false;false;;;;1746;;;;\n2025-11-19;9686728;Sti Regina;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-16 04:17;;330120.0;43227724;385774081;Freeport Bahamas;Bahamas;385820201;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-27 14:31;1746;;;;\n2025-11-19;9353606;Overseas Tampa;46287;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-14 14:15;;467099.0;43298740;385717102;Providence;United States;385878310;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 19:00;1746;;;;\n2025-11-19;9933652;Front Gaula;299982;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 04:57;;68553.0;43262284;384621701;Le Havre;France;385444160;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 06:00;1746;;;;\n2025-11-19;9586722;Rio Caroni;158777;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 02:43;;5001408.0;36774138;372957479;Bonny Offshore Terminal;Nigeria;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9459072;Nave Aquila;49991;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 03:36;;332622.0;43218333;385544882;Rio Haina;Dominican Republic;385850487;Mobile;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-19;9607966;Seaways Shenandoah;112691;Aframax/LR2;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 06:15;;495859.0;43143970;385579291;Freeport Bahamas;Bahamas;385847822;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-19;9838797;Robert F. Kennedy;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-10 15:16;;8757787.0;;385163419;Craney Island;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9785720;Aquasurazo;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Colombia;Central East Pacific Ocean;2025-09-01 00:33;;6909965.0;43230678;385691183;;Panama;385703921;Esmeraldas;AIS;Ecuador;East;false;false;South America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9933638;Dee4 Kastania;49999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-03 03:39;;1455638.0;;385473017;Santa Marta;Colombia;385891958;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-26 18:00;1746;;;;\n2025-11-19;9565596;Bluefin;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 23:39;;606046.0;43396173;385842615;St Charles;United States;385871113;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 23:11;1746;;;;\n2025-11-19;9876543;Xin Run 19;11810;Short Sea Tankers;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-11-25 03:45;;3.1090466E7;37217886;374505247;Beihai;China;;;;;North;true;false;;;;1746;;;;\n2025-11-19;9436537;Osg Vision;1584;Small Tankers;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-28 09:19;;1953625.0;43192007;385648074;Philadelphia;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9503586;Yoraco;113000;Aframax/LR2;Loaded;DPP;Americas;South America;Venezuela;Caribbean Sea;2023-03-26 20:35;;8.373385E7;42898360;384963226;;Venezuela;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-19;9552501;Tamanaco;104636;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2014-01-01 15:51;;3.75005339E8;26285246;384105849;;Venezuela;;;;;North;false;false;;;;1746;;;;\n2025-11-19;9601821;Liberty;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 23:23;;1557395.0;;385861434;Tampa;United States;385864909;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 11:21;1746;;;;\n2025-11-19;1018846;Lettie Pg;10810;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2025-11-09 17:39;;886831.0;43354008;385773138;Saint Croix;United States Virgin Islands;385891789;Bridgetown;AIS;Barbados;Northwest;false;false;Caribbean Islands;Americas;2025-11-22 20:00;1746;;;;\n2025-11-19;9733363;Alden;19997;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 06:18;;1014104.0;43364731;385742626;Garyville;United States;385844879;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 07:57;1746;;;;\n2025-11-19;9567697;Eurovision;157803;Suezmax/LR3;Ballast;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-10-05 18:58;;3906072.0;43295281;385693181;Chiriqui Grande;Panama;385788185;Tolu;AIS;Colombia;West;false;false;South America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-19;9501174;Taqah;316373;VLCC;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-16 10:32;;307658.0;43279191;385485997;Wilhelmshaven;Germany;385486261;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-28 12:00;1746;;;;\n2025-11-19;9779587;Amazon Falcon;72202;Panamax/LR1;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-13 20:19;;531634.0;43389245;385709150;Cartagena (Colombia);Colombia;385845184;Tolu;Port;Colombia;West;false;false;South America;Americas;2025-11-22 19:00;1746;;;;\n2025-11-19;9964376;Tevel;2047;Small Tankers;Ballast;Other;Americas;South America;Venezuela;Caribbean Sea;2023-04-10 03:27;;8.2499553E7;;385782611;Cabello;Venezuela;385693985;Cardon;AIS;Venezuela;Southeast;false;false;South America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-19;9803118;Da Wei Shan;7860;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-11 12:15;;6003877.0;;385742598;Tuxpan;Mexico;385742605;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-24 18:36;1746;;;;\n2025-11-19;9479979;Chem Stream;19999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 11:06;;478414.0;43152481;385205274;Tampa;United States;385865863;;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 16:21;1746;;;;\n2025-11-19;9683398;Torm Doris;49746;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-16 00:19;;3022804.0;43398185;385801368;Tuxpan;Mexico;385848071;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;1022457;Atlantic Diamond;114047;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-15 03:18;;420068.0;43052971;385390389;Mongstad;Norway;385562686;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 06:00;1746;;;;\n2025-11-19;9590008;Soldier;320840;VLCC;Loaded;Other;Americas;South America;Venezuela;Caribbean Sea;2022-05-10 03:36;;1.11442986E8;43052370;385783967;;Venezuela;;;;;Northwest;true;false;;;;1746;;;;\n2025-11-19;9795127;Eagle San Francisco;157512;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;;North West Atlantic Ocean;2025-10-24 22:09;;2253021.0;43346548;385709080;New York;United States;385751948;Corpus Christi;AIS;United States;South;false;false;Northern America;Americas;2025-11-28 12:00;1746;;;;\n2025-11-19;9608867;Magic Victoria;74902;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 14:38;;292861.0;43370009;385771075;Houston;United States;385851499;;Forecast;;West;false;false;;;2025-11-29 20:44;1746;;;;\n2025-11-19;9849045;Sea Eagle;49916;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 20:36;;271406.0;43319526;385672369;Boston;United States;385704499;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-19;9543500;Yare;104579;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2020-11-29 08:52;;1.56956857E8;34904017;383285687;;Venezuela;;;;;South;false;false;;;;1746;;;;\n2025-11-19;9974979;Table Bay;49999;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 19:19;;189625.0;43245075;385467767;Immingham;United Kingdom;385845107;Lake Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-19;9541306;Valturchese;50825;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 13:57;;36170.0;43098032;385629579;;Panama;385871137;Madero;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-23 08:41;1746;;;;\n2025-11-19;9995442;Mustang;49900;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-10 05:55;;842673.0;43336182;385621045;New York;United States;385880888;;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 11:16;1746;;;;\n2025-11-19;9698018;Florida Voyager;49151;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 03:19;;852039.0;;385762141;Tampa;United States;385851067;Lake Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 03:00;1746;;;;\n2025-11-19;9710490;Seaways Kenosha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 11:54;;216345.0;43182521;385573230;;Panama;385751111;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:14;1746;;;;\n2025-11-19;8809983;Hawsepiper;324;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-02-23 00:58;;5.4946915E7;41448269;385858556;New York;United States;385858434;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 08:31;1746;;;;\n2025-11-19;9941726;Penelope;114763;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 01:38;;1030862.0;;385748176;New York;United States;385893397;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-27 10:00;1746;;;;\n2025-11-19;9744908;Stolt Ebony;32786;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-15 23:53;;346013.0;42816283;384853931;Suape;Brazil;385615186;Charleston;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 01:39;1746;;;;\n2025-11-19;9858060;Basset;49875;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 18:36;;1660998.0;;385642562;San Juan de Ulua;Mexico;385894277;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9353591;Overseas Anacortes;46656;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 06:39;;1272017.0;43412369;385885918;Garyville;United States;385901861;Jacksonville;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 03:00;1746;;;;\n2025-11-19;9657038;Nave Jupiter;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 05:32;;412043.0;43367807;385693410;Houston;United States;385910843;Houston;;United States;South;false;false;Northern America;Americas;2025-11-20 21:19;1746;;;;\n2025-11-19;8207599;Genesis Freedom;169;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2018-02-19 14:09;;2.44547446E8;;385866708;St Charles;United States;;;;;North;false;false;;;;1746;;;;\n2025-11-19;9422677;Mari Galaxy;19355;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 07:36;;577381.0;43402150;385833907;Altamira;Mexico;385858388;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 15:59;1746;;;;\n2025-11-19;9426295;Pis Polaris;45988;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 10:56;;46984.0;;385665275;;Panama;385912667;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 07:00;1746;;;;\n2025-11-19;9713856;Bw Wren;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-18 23:32;;2766460.0;;385806450;Dos Bocas;Mexico;385913165;Dos Bocas;;Mexico;Southeast;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-19;9851725;Cb Pacific;37787;Handy/MR1;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-08 22:16;;8905408.0;43424011;385887035;Quincy;United States;385869170;Boston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-20 16:19;1746;;;;\n2025-11-19;9681132;Mia Grace;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;Puerto Rico;Gulf of Mexico;2025-11-19 22:35;;5051.0;;385483731;Yabucoa;Puerto Rico;385916141;;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 23:39;1746;;;;\n2025-11-19;9718856;Silver Muna;49897;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-09 05:37;;930120.0;;385858401;Santa Marta;Colombia;385919066;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 22:00;1746;;;;\n2025-11-19;9739305;Stolt Cobalt;27500;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 10:16;;827034.0;43403351;385883630;Houston;United States;385885270;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 23:57;1746;;;;\n2025-11-19;9686716;Sti Dama;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-14 20:47;;443530.0;;385655252;Freeport Bahamas;Bahamas;385800111;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-27 00:31;1746;;;;\n2025-11-19;7390985;Christine Mcallister;12880;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2017-10-21 02:56;;2.55042239E8;;385849686;Newport News;United States;385922039;Groton;;United States;Northeast;false;false;Northern America;Americas;2025-11-21 08:39;1746;;;;\n2025-11-19;9457608;Leo Sun;114531;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-25 08:34;;2215512.0;43403220;385021315;LOOP;United States;385759613;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-24 08:31;1746;;;;\n2025-11-19;9925710;Reliability;50218;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 14:17;;34969.0;43038239;385834081;Kingston;Jamaica;385665418;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 18:35;1746;;;;\n2025-11-19;9831696;Fpmc 31;49731;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-17 03:35;;246291.0;43227764;384670658;Amsterdam Port;Netherlands;385486448;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-19;9749506;Speedway;158594;Suezmax/LR3;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 08:58;;140479.0;43357682;385405732;Rotterdam;Netherlands;385574220;;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 00:16;1746;;;;\n2025-11-19;9884253;Athina;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 22:55;;435897.0;43081617;385503975;Las Palmas;Spain;385855534;Pascagoula;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-19;9415777;Lois Ann L. Moran;600;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2021-09-24 02:45;;1.31145287E8;;385817021;St Charles;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9683403;Silver Houston;49746;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-19 16:59;;25237.0;43260142;385876644;;Panama;385883805;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-19;9441245;Gulf Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Haiti;Caribbean Sea;2025-11-17 21:58;;180065.0;43106141;385311738;;Spain;385866595;Kingston;AIS;Jamaica;West;false;false;Caribbean Islands;Americas;2025-11-21 07:30;1746;;;;\n2025-11-19;1054096;Bochem Santos;25000;Intermediate Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-18 08:18;;142871.0;42780873;385849437;;Panama;385846159;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 22:21;1746;;;;\n2025-11-19;9655975;Tristar Jisha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 20:32;;703620.0;43210235;385311794;Donges;France;385883671;Baton Rouge;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-19;9691723;Sti Battersea;38734;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-11-06 08:19;;1179623.0;43238665;385615705;Taboguilla;Panama;385879345;;Forecast;;West;false;false;Central America;Americas;2025-11-24 11:39;1746;;;;\n2025-11-19;9219006;Lincoln Sea;749;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 10:19;;740435.0;43374314;385782852;Garyville;United States;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-19;9589748;Rio Apure;158659;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-18 17:03;;111375.0;35950742;379460764;Lagos;Nigeria;385462836;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-12-01 23:55;1746;;;;\n2025-11-19;9601792;Legend;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-17 15:18;;204079.0;43363791;385785091;Everglades;United States;385888615;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 23:45;1746;;;;\n2025-11-19;9568885;Venray;4200;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;43146205;385868350;Bahia Las Minas;Panama;385871511;;Forecast;Panama;South;false;false;Central America;Americas;2025-11-22 18:20;1746;;;;\n2025-11-19;9676515;Wonder Maia;50880;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-17 09:59;;223249.0;42949553;385623203;;Panama;385834273;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 20:00;1746;;;;\n2025-11-19;9132105;Barney Turecamo;401;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2020-05-26 11:54;;1.73102709E8;43202385;385848984;New York;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9733959;Dht Tiger;299629;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-02 07:53;;1526782.0;42935530;385445064;;United States;385864121;Puerto Armuelles;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-19;9823572;Marlin Lome;114841;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-15 00:39;;429644.0;43126945;385409675;Huelva;Spain;385626920;;AIS;United States;West;false;false;Northern America;Americas;2025-11-27 09:16;1746;;;;\n2025-11-19;9838773;Usns Oscar V. Peterson;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-01-07 06:28;;2.7365505E7;;379030341;Mobile;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9912141;Pacific;158406;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-04 02:17;;1374122.0;43105314;385283080;Saint John;Canada;385782057;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 16:00;1746;;;;\n2025-11-19;9269037;Meredith Reinauer;195;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:59;;943228.0;43360506;385839950;Tampa;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9856086;Nissos Anafi;318744;VLCC;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 17:56;;799434.0;42477583;385302300;;Spain;385228988;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 02:00;1746;;;;\n2025-11-19;9833058;Nord Vanquish;50338;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:21;;488334.0;43119724;385868151;;United States;385864032;;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-19;9557630;Lua;13554;Short Sea Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2021-10-24 23:25;;1.28478871E8;;366840693;Ceramar Shipyard;Dominican Republic;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-19;9827463;Chemstar Iris;21144;Intermediate Tankers;Ballast;Other;Americas;Central America;Panama;Caribbean Sea;2025-11-19 09:37;;51751.0;43210570;385869256;;Panama;385877820;Point Lisas;AIS;Trinidad and Tobago;Northeast;false;false;Caribbean Islands;Americas;2025-11-24 01:00;1746;;;;\n2025-11-19;9721891;Sunny Apatite;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 05:36;;584590.0;43360411;385745176;Corpus Christi;United States;385802804;;Forecast;;South;false;false;;Americas;2025-11-27 22:37;1746;;;;\n2025-11-19;9269740;Jesse Rose;350;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2018-07-18 15:05;;2.31670473E8;26080041;344433033;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9746279;Largo Sea;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 01:26;;599627.0;43400024;385655309;Freeport Bahamas;Bahamas;385850225;Everglades;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-19;9503574;Colon;113180;Aframax/LR2;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2021-06-01 08:31;;1.41060484E8;43354822;385800722;Cardon;Venezuela;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-19;9435894;Overseas Mykonos;51711;MR;Ballast;Clean Products;Americas;South America;Venezuela;Caribbean Sea;2025-11-15 15:39;;375653.0;43205750;385611874;Port Canaveral;United States;;;;;East;false;false;;;;1746;;;;\n2025-11-19;9576765;Rudolf Schulte;25581;Intermediate Tankers;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 22:16;;524611.0;42648067;385202908;Rotterdam;Netherlands;385742725;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-19;9893072;Pacific Pearl;113306;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-13 06:12;;582431.0;42989897;385506379;Southampton;United Kingdom;385700945;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-19;1018872;Silver Moon;49986;MR;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-14 05:17;;499329.0;;385589243;Freetown;Sierra Leone;385709140;;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-19;9718430;Silver Etrema;49737;MR;Ballast;Clean Products;Americas;Northern America;;North West Atlantic Ocean;2025-11-10 04:08;;849116.0;43202280;385506302;New York;United States;385858330;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-19;9628623;Valdesa;6842;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-06-08 10:02;;1.4219867E7;33852897;385868250;Coco Solo;Panama;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9876385;Pelican Pacific;49853;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 06:32;;408437.0;43350900;385720283;Garyville;United States;385751185;;Fixture;;West;false;false;;Europe;2025-12-09 20:16;1746;;;;\n2025-11-19;9759757;Front Crown;157460;Suezmax/LR3;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-15 02:36;;422636.0;42793617;385202934;Cartagena;Spain;385602732;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 12:00;1746;;;;\n2025-11-19;9764520;Amber Bay;12800;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 16:16;;114211.0;43348824;385779320;Progreso;Mexico;385779321;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-26 00:57;1746;;;;\n2025-11-19;9749348;Marie C;25161;Intermediate Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 04:37;;69760.0;43228707;385499014;Barcelona;Spain;385796722;;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-19;9726619;Hafnia Lene;49999;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 18:59;;104417.0;43056764;385801834;;Panama;385803587;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-12-02 05:36;1746;;;;\n2025-11-19;9790361;St. Clemens;49998;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 23:37;;1375.0;42931802;385672472;Mindelo Port;Cape Verde;385741687;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9575541;Sonangol Rangel;157756;Suezmax/LR3;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 11:36;;735833.0;43370849;385623811;St Charles;United States;385806481;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 00:14;1746;;;;\n2025-11-19;9699866;Largo Mariner;49992;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-07-23 10:37;;1.0329729E7;43297687;385837159;Beaumont/Port Arthur;United States;385742614;Houston;Port;United States;South;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;9596997;Hovden Spirit;105276;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-19 20:15;;5283888.0;43413630;385888540;Coatzacoalcos;Mexico;385890390;;Forecast;Mexico;South;false;false;Northern America;Americas;2025-11-22 13:30;1746;;;;\n2025-11-19;9398553;Pati R. Moran;12270;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2019-09-28 02:32;;1.93958875E8;43383878;385660202;Houston;United States;385809572;;Forecast;United States;South;false;false;Northern America;Americas;2025-11-23 08:36;1746;;;;\n2025-11-19;9920693;Sea Amethyst;157146;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-07 11:14;;3761147.0;42915950;385542103;Philadelphia;United States;;;;;Southwest;true;false;;;;1746;;;;\n2025-11-19;9799109;White Star;7895;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 02:54;;75909.0;43275395;385660352;Puerto Cortes;Honduras;385786798;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-27 11:57;1746;;;;\n2025-11-19;9690626;Hafnia Violette;49126;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-18 17:14;;110734.0;43105546;385855711;;Panama;385803807;Geismar;Port;United States;North;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;9785835;Monte Urbasa;156400;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-12 02:14;;683139.0;;385330925;Corpus Christi;United States;385415468;;Fixture;;East;false;false;;Europe;2025-12-09 20:16;1746;;;;\n2025-11-19;9982524;Nord Vulcan;49999;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 18:39;;19238.0;43315452;385790597;Guayaquil;Ecuador;385883240;;AIS;Panama;North;false;false;Central America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9654579;Ardmore Encounter;49478;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-26 22:34;;2078736.0;43248318;385828682;;United States;385774786;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9917658;Clearocean Milano;50485;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-24 16:13;;1.2815209E7;;385562324;Tuxpan;Mexico;385907957;Dos Bocas;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 14:00;1746;;;;\n2025-11-19;9674725;High Discovery;45999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-11 03:38;;764460.0;;385782224;Barranquilla;Colombia;385826192;Cartagena (Colombia);Port;Colombia;Northwest;false;false;South America;Americas;2025-11-20 18:37;1746;;;;\n2025-11-19;9763851;American Liberty;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 08:38;;141679.0;;385709331;Jacksonville;United States;385909643;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-19;9433810;Uog Kyma;49996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-29 02:17;;2.5479749E7;;385762136;San Juan de Ulua;Mexico;385826189;;Forecast;Mexico;East;false;false;Northern America;Americas;2025-11-23 22:30;1746;;;;\n2025-11-19;9710206;California Voyager;49181;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 09:19;;830446.0;;385779898;Tampa;United States;385908102;Pascagoula;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-19;9857822;Cosima Pg;7392;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2020-02-17 18:00;;1.81634356E8;43414580;385855917;Saint Croix;United States Virgin Islands;385892664;Kingstown;AIS;Saint Vincent and the Grenadines;South;false;false;Caribbean Islands;Americas;2025-11-22 10:30;1746;;;;\n2025-11-19;9919577;Ps New Orleans;52853;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 22:35;;264263.0;;385491087;San Juan;Puerto Rico;385913588;Texas City;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-19;9829538;Sea Fantasy;11460;Short Sea Tankers;Ballast;DPP;Americas;Caribbean Islands;Sint Eustatius;Caribbean Sea;2025-03-01 11:03;;2.2769761E7;;385818901;Willemstad;Curacao;385910511;Oranjestad;;Sint Eustatius;West;false;false;Caribbean Islands;Americas;2025-11-20 19:37;1746;;;;\n2025-11-19;9510462;Ps Roma;51003;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 15:10;;118199.0;;385738083;Santo Tomas;Guatemala;385910513;Pascagoula;;United States;North;false;false;Northern America;Americas;2025-11-20 19:38;1746;;;;\n2025-11-19;9732931;Ardmore Pursuit;49709;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-10 13:56;;3492182.0;;385808909;Madero;Mexico;385893906;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-19;9995430;Cape Avanti;49900;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 04:11;;762527.0;43138422;385338860;;Togo;385352571;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 03:39;1746;;;;\n2025-11-19;9502453;Maria Cristina;16906;Intermediate Tankers;Loaded;DPP;Americas;South America;Venezuela;Caribbean Sea;2025-11-09 05:19;;931255.0;;385801560;Cardon;Venezuela;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9917957;White Pearl;36801;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-11-19 14:59;;32426.0;;385351916;Wellington;New Zealand;385898225;;;Panama;East;false;false;Central America;Americas;2025-11-20 09:18;1746;;;;\n2025-11-19;9791315;Aristea;112794;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-24 11:31;;2291288.0;43226649;385773622;Mobile;United States;385894549;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-24 19:00;1746;;;;\n2025-11-19;9467809;Hafnia Asia;74490;Panamax/LR1;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-15 15:56;;374614.0;43367780;385756647;Tolu;Colombia;385866562;Chiriqui Grande;Port;Panama;Southwest;false;false;Central America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-19;7391020;Marjorie B. Mcallister;11905;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 12:56;;2.84814219E8;40590166;385889221;New Haven;United States;385901469;New York;;United States;North;false;false;Northern America;Americas;2025-11-20 11:18;1746;;;;\n2025-11-19;9459242;Feliks;45996;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 00:59;;255615.0;42595052;385823954;;;385900424;;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-20 12:15;1746;;;;\n2025-11-19;9902873;Evergreen Mariner;50275;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:19;;92430.0;43419675;385871135;Rainbow City;Panama;385905204;Cristobal Light.;AIS;Panama;West;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-19;9343209;Torm Cavatina;46067;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:56;;277419.0;43366732;385762093;Houston;United States;385919935;Houston;;United States;Southwest;false;false;Northern America;Americas;2025-11-21 06:58;1746;;;;\n2025-11-19;9791872;Bright Future;74999;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 19:36;;793423.0;;385427727;Houston;United States;385921799;Aratu;AIS;Brazil;Southwest;false;false;South America;Americas;2025-12-08 23:00;1746;;;;\n2025-11-19;9845166;Fpmc 34;48000;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-07 04:16;;6378225.0;43376204;385785545;Madero;Mexico;385346914;Manaus;Market;Brazil;Northwest;false;false;South America;Americas;2025-12-03 17:11;1746;;;;\n2025-11-19;9682320;Silver Valerie;49715;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 17:58;;453671.0;;385820887;Houston;United States;385851598;;Forecast;;South;false;false;Northern America;Americas;2025-11-25 11:57;1746;;;;\n2025-11-19;9908504;Ps Imabari;52838;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 02:18;;78064.0;43335345;385875222;Balboa;Panama;385849989;Esmeraldas;AIS;Ecuador;Northwest;false;false;South America;Americas;2025-11-22 22:00;1746;;;;\n2025-11-19;9849382;Clearocean Magic;49995;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-07 21:17;;1046553.0;;385530908;Houston;United States;385615978;Puerto Moin;AIS;Costa Rica;South;false;false;Central America;Americas;2025-11-26 13:00;1746;;;;\n2025-11-19;9926740;Vl Bright;318262;VLCC;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-15 09:19;;398445.0;;385255914;;South Africa;385901625;Yuum Kak Naab;;Mexico;South;false;false;Northern America;Americas;2025-11-20 11:58;1746;;;;\n2025-11-19;9922093;Dee4 Ilex;49999;MR;Ballast;Clean Products;Americas;Central America;Guatemala;Caribbean Sea;2025-11-14 19:55;;446699.0;43039292;385711843;Tela;Honduras;385803413;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-29 20:36;1746;;;;\n2025-11-19;9897846;Canopus Voyager;115589;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-19 14:17;;34965.0;43279327;385787912;Corpus Christi;United States;385819089;;AIS;Venezuela;Southeast;false;false;South America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-19;9722596;Sti Jermyn;109999;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-11 03:17;;3444121.0;43338675;385864222;;United States;385872104;Yuum Kak Naab;AIS;Mexico;North;false;false;Northern America;Americas;2025-11-22 23:59;1746;;;;\n2025-11-19;9697246;Marlin Ammolite;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-08-26 15:35;;7374289.0;;384191213;Havana;Cuba;385472693;;Forecast;Cuba;Southeast;false;false;Caribbean Islands;Americas;2025-11-28 15:20;1746;;;;\n2025-11-19;9716016;Indigo Ray;19989;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 06:18;;1359664.0;;385796876;Coatzacoalcos;Mexico;385851698;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-26 23:57;1746;;;;\n2025-11-19;9602289;SINGAPORE SPIRIT;318474;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-15 21:39;;354016.0;43381607;385802635;Puerto Armuelles;Panama;385847201;;Forecast;China;East;false;false;Eastern Asia;Asia;2025-12-24 06:41;1746;;;;\n2025-11-19;9759800;Searanger;114055;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-14 03:19;;506453.0;43033246;385538732;Skagen;Denmark;385700568;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 04:00;1746;;;;\n2025-11-19;9642942;Kukulcan;50237;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2022-02-21 22:43;;1.18113412E8;43301100;385586728;Dos Bocas;Mexico;;;;;North;true;false;;;;1746;;;;\n2025-11-19;7902051;Genesis Glory;327;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-01 16:38;;6852069.0;42615748;383878185;Pascagoula;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9422407;Pichincha;105093;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-04 01:58;;1375263.0;43374142;385782409;Esmeraldas;Ecuador;385881627;;Forecast;;Northwest;false;false;South America;Americas;2025-11-23 14:33;1746;;;;\n2025-11-19;9799862;Sfl Trinity;115711;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 21:56;;353035.0;43230618;385866427;;United States;385438384;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-19;9779109;Ambrielle;2019;Small Tankers;Ballast;Crude/Co;Americas;South America;Colombia;;;;0.0;43407604;385872811;Cartagena (Colombia);Colombia;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-19;9979436;Vasiliko;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-30 17:16;;1752223.0;43342629;385737835;Coatzacoalcos;Mexico;385860888;;Forecast;;West;false;false;Northern America;Americas;2025-11-26 19:57;1746;;;;\n2025-11-19;9997244;Precious Balboa S T;50000;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 02:17;;1201374.0;43150646;385403911;New York;United States;385847620;Freeport Texas;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:14;1746;;;;\n2025-11-19;9942304;Energy Afrodite;49813;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-18 16:38;;112873.0;;385206664;Nordenham;Germany;385493736;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-19;9470258;Seaways Milos;50379;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 20:57;;442962.0;43267558;385634263;;Panama;385845290;Beaumont/Port Arthur;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-24 00:14;1746;;;;\n2025-11-19;8325547;Usns John Lenthall;28115;Handy/MR1;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-07-11 08:07;;4.2911529E7;41435459;385163418;Craney Island;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9667942;Ardmore Endeavour;49859;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 02:18;;1201282.0;43287928;385746205;Tuxpan;Mexico;385886801;Madero;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-21 16:41;1746;;;;\n2025-11-19;9850692;Clearocean Ajax;113252;Aframax/LR2;Loaded;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-14 15:19;;463255.0;43372288;385773970;Esmeraldas;Ecuador;385847633;;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-21 20:20;1746;;;;\n2025-11-19;9979448;Maratho;50000;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:59;;212446.0;43324524;385690584;Rio Haina;Dominican Republic;385780164;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-19;9503847;Skipjack;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2024-04-08 11:43;;5.1020187E7;43366812;385762221;Philadelphia;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9589944;Nave Cetus;74581;Panamax/LR1;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:34;;213945.0;43373031;385779481;Corpus Christi;United States;385779483;;Forecast;Peru;West;false;false;South America;Americas;2025-12-07 21:29;1746;;;;\n2025-11-19;9759795;Searuby;114074;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2025-11-11 21:35;;699882.0;43217279;385596224;Bajo Grande;Venezuela;385677437;;AIS;Aruba;Northwest;false;false;Caribbean Islands;Americas;2025-11-23 23:00;1746;;;;\n2025-11-19;7435759;Evening Tide;125;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2014-01-01 00:07;;3.75061979E8;26001372;342230582;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-19;9710191;Independence;49180;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 21:39;;94815.0;43387509;385819038;Everglades;United States;385860953;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-19;9682332;Silver Orla;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-29 02:33;;1.2432378E7;;385780572;Lake Charles;United States;385864371;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-19;9967249;Bantry Bay;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 19:58;;187277.0;43125371;385706440;New York;United States;385768698;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9722625;Hellas Fighter;49997;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 00:39;;1639231.0;43152563;385195275;Houston;United States;385742618;;Fixture;Brazil;West;false;false;South America;Americas;2025-12-01 19:21;1746;;;;\n2025-11-19;9788710;Ottoman Sincerity;149999;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-10-17 20:12;;2864863.0;;385467101;Philadelphia;United States;385760009;Freeport Bahamas;AIS;Bahamas;South;false;false;Caribbean Islands;Americas;2025-11-22 21:00;1746;;;;\n2025-11-19;9585883;Montestena;159372;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 15:33;;116782.0;43067244;384998380;Wilhelmshaven;Germany;385471762;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 22:00;1746;;;;\n2025-11-19;9795048;Eagle Barcelona;113327;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-09 23:58;;3542492.0;43391380;385794481;Pascagoula;United States;385878072;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 00:19;1746;;;;\n2025-11-19;9470284;Seaways Samar;73920;Panamax/LR1;Ballast;Crude/Co;Americas;Central America;Panama;Panama Canal;2025-11-18 15:59;;115225.0;43365812;385866440;Panama Canal Light.;Panama;385779719;;AIS;Panama;East;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-19;9836036;Torm Strength;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-09 07:38;;922896.0;43208503;385597572;Freeport Bahamas;Bahamas;385853080;;Fixture;;Northwest;false;false;;;2025-11-22 15:35;1746;;;;\n2025-11-19;9847451;Doric Courage;49910;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 07:54;;835537.0;43313705;385824492;Tuxpan;Mexico;385826009;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-25 16:57;1746;;;;\n2025-11-19;9514171;Peak Spirit;104621;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 22:26;;696829.0;43284771;385652709;Corpus Christi;United States;385652711;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-22 12:57;1746;;;;\n2025-11-19;9580998;Rf Stella;19132;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-22 04:15;;2490285.0;;385714412;New York;United States;385863846;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-25 21:36;1746;;;;\n2025-11-19;9540273;Gloria C;3912;Small Tankers;Ballast;DPP;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-10-22 03:37;;2492546.0;42384900;385639931;Cienfuegos;Cuba;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-19;9944144;Nord Volante;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 09:11;;744507.0;43210300;385793633;Lake Charles;United States;385409492;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-19;7319010;Karen C;391;Small Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2024-05-21 18:10;;4.7281781E7;42657913;383664009;Chesapeake;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-19;9586734;Rio Orinoco;158589;Suezmax/LR3;Loaded;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2024-12-02 07:29;;3.0472231E7;42883404;385610503;;Venezuela;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-19;9804863;Nocturne;37425;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 14:56;;1674194.0;43390930;385828478;Houston;United States;385870865;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-26 08:57;1746;;;;\n2025-11-19;9877561;Nord Marvel;50185;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 03:56;;245020.0;43274793;385883504;;United States;385812186;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9447770;Cedar Express;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-18 09:37;;138131.0;43402271;385456232;;Togo;385693429;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-19;9607174;Hafnia Egret;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 15:35;;30245.0;43227695;385610749;;Panama;385868526;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-19;9518907;Eagle Texas;102926;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 22:38;;4903.0;43311479;385795921;Wilmington;United States;385812151;;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 23:00;1746;;;;\n2025-11-19;9697636;Seaways Castle Hill;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 12:30;;646163.0;43411004;385889295;Texas City;United States;385893221;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-27 08:57;1746;;;;\n2025-11-19;9329320;Capt. Hagen;602;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2014-04-01 00:22;;3.67285079E8;43404229;385864120;Beaumont/Port Arthur;United States;385864120;Beaumont/Port Arthur;AIS;United States;West;false;false;Northern America;Americas;2025-11-19 09:19;1746;;;;\n2025-11-19;8966717;Andrea;1549;Small Tankers;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 15:52;;2.84803671E8;43074552;385881426;New York;United States;385897597;New York;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 06:19;1746;;;;\n2025-11-19;9956422;Bochem Shanghai;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 09:18;;484903.0;43347518;385113500;Barranquilla;Colombia;385652718;Lake Charles;Port;United States;North;false;false;Northern America;Americas;2025-11-20 04:18;1746;;;;\n2025-11-19;9802580;Jin Zhou Wan;13265;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 21:16;;269021.0;;385531548;Rio Haina;Dominican Republic;385893848;Garyville;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 01:38;1746;;;;\n2025-11-19;9776547;Maran Arete;319398;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 01:14;;686703.0;;385401718;Corpus Christi;United States;385401719;;Fixture;;East;false;false;Eastern Asia;Asia;2025-12-23 01:00;1746;;;;\n2025-11-19;9642899;Centla;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-10-03 04:42;;6.7288672E7;;385804055;Madero;Mexico;385904304;Dos Bocas;;Mexico;Northeast;false;false;Northern America;Americas;2025-11-20 13:58;1746;;;;\n2025-11-19;9900007;Dimitrios;159159;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 12:55;;299088.0;;385562298;New York;United States;385910626;;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 18:19;1746;;;;\n2025-11-19;9793375;Orient Challenge;49972;MR;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 15:53;;1670806.0;;385782854;Dos Bocas;Mexico;385823926;Coatzacoalcos;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-19;9892078;Pacific Moonstone;50192;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-14 09:58;;482512.0;;385613188;Santa Marta;Colombia;385908093;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 02:00;1746;;;;\n2025-11-19;9763863;American Pride;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 14:19;;985238.0;;385828450;Tampa;United States;385907938;Garyville;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 17:18;1746;;;;\n2025-11-19;9581447;Maersk Maru;48020;MR;Loaded;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-18 20:35;;98655.0;43191377;385791643;San Juan;Puerto Rico;385887991;;Forecast;United States;West;false;false;Northern America;Americas;2025-12-02 00:36;1746;;;;\n2025-11-19;9732694;Hafnia Lotte;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-22 10:11;;2468921.0;;385660711;Houston;United States;385922053;;AIS;Panama;South;false;false;Central America;Americas;2025-11-27 06:00;1746;;;;\n2025-11-19;9726463;Maersk Teesport;49796;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 11:39;;44431.0;43251731;385886853;Panama Canal Light.;Panama;385921761;;;Panama;North;false;false;Central America;Americas;2025-11-21 07:39;1746;;;;\n2025-11-19;9960306;Peregrine Pacific;49875;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 09:34;;224747.0;43368976;385767995;Pascagoula;United States;385922211;Bahia Las Minas;AIS;Panama;Northeast;false;false;Central America;Americas;2025-11-27 15:00;1746;;;;\n2025-11-20;9498975;Monjasa Striker;8885;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-06-19 20:37;;1.3317731E7;;385892010;Bahia Las Minas;Panama;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9669897;Bow Trident;49622;MR;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-03 01:55;;1548264.0;43344457;385806264;St Charles;United States;385912054;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-24 15:31;1746;;;;\n2025-11-20;9933638;Dee4 Kastania;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-03 03:39;;1542038.0;43220036;385473017;Santa Marta;Colombia;385891958;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 18:00;1746;;;;\n2025-11-20;7319010;Karen C;391;Small Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2024-05-21 18:10;;4.7368181E7;42657913;383664009;Chesapeake;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9856086;Nissos Anafi;318744;VLCC;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 17:56;;885834.0;42477583;385302300;;Spain;385228988;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 02:00;1746;;;;\n2025-11-20;9708772;Pyxis Lamda;50146;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 18:57;;277323.0;43389379;385824146;Lake Charles;United States;385825980;;Forecast;;North;false;false;Northern America;Americas;2025-11-27 11:57;1746;;;;\n2025-11-20;9838797;Robert F. Kennedy;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-10 15:16;;8844187.0;;385163419;Craney Island;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9459084;Nave Bellatrix;49999;MR;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-12 00:58;;774068.0;;385880706;Esmeraldas;Ecuador;385881731;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-12-07 04:31;1746;;;;\n2025-11-20;9725316;Mari Jone;49999;MR;Ballast;Chem/Bio;;;;North West Atlantic Ocean;2025-11-16 07:15;;405884.0;43072195;385567010;Antwerp;Belgium;385610653;;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 18:21;1746;;;;\n2025-11-20;9749491;Nordic Hawk;158594;Suezmax/LR3;Ballast;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-11-15 20:56;;442989.0;43357412;385782983;Chiriqui Grande;Panama;385895098;;Fixture;Bahamas;West;false;false;Caribbean Islands;Americas;2025-11-24 07:48;1746;;;;\n2025-11-20;9722625;Hellas Fighter;49997;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 00:39;;1725631.0;43152563;385195275;Houston;United States;385742618;;Fixture;Brazil;Southwest;false;false;South America;Americas;2025-12-01 19:21;1746;;;;\n2025-11-20;1054096;Bochem Santos;25000;Intermediate Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-18 08:18;;229271.0;42780873;385849437;;Panama;385846159;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 22:21;1746;;;;\n2025-11-20;9441245;Gulf Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-17 21:58;;266465.0;43106141;385311738;;Spain;385866595;Kingston;AIS;Jamaica;Southwest;false;false;Caribbean Islands;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9942304;Energy Afrodite;49813;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-18 16:38;;199273.0;43156801;385206664;Nordenham;Germany;385493736;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-20;9733959;Dht Tiger;299629;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-02 07:53;;1613182.0;42935530;385445064;;United States;385864121;Puerto Armuelles;AIS;Panama;North;false;false;Central America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-20;9683398;Torm Doris;49746;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-16 00:19;;3109204.0;43398185;385801368;Tuxpan;Mexico;385848071;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9466532;Swan Biscay;6500;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 22:56;;5014980.0;43406126;385286818;Coatzacoalcos;Mexico;385803964;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-20;8207599;Genesis Freedom;169;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2018-02-19 14:09;;2.44633846E8;43405158;385866708;St Charles;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9831309;Navig8 Prestige Jkb;109995;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Bermuda;North West Atlantic Ocean;2025-11-15 21:33;;440797.0;42611952;385664633;Antifer;France;385904473;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-27 19:00;1746;;;;\n2025-11-20;9682394;Torm Dulce;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 16:56;;716599.0;43224562;385662853;;Panama;385653016;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9608867;Magic Victoria;74902;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 14:38;;379261.0;43370009;385771075;Houston;United States;385851499;;Forecast;;East;false;false;South America;Americas;2025-12-07 20:33;1746;;;;\n2025-11-20;9974979;Table Bay;49999;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 19:19;;276025.0;43245075;385467767;Immingham;United Kingdom;385845107;Lake Charles;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9575541;Sonangol Rangel;157756;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 11:36;;822233.0;43383063;385806481;Houston;United States;385895838;;Forecast;;South;false;false;Northern America;Americas;2025-11-27 22:57;1746;;;;\n2025-11-20;9422548;Dubai Beauty;115382;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-10-29 05:12;;1968464.0;43156380;385782363;Saint John;Canada;385800773;Cartagena (Colombia);AIS;Colombia;South;false;false;South America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-20;9973834;Ariadne;114905;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:56;;363816.0;43303820;384971852;Corpus Christi;United States;385595171;;Fixture;Brazil;North;false;false;South America;Americas;2025-12-08 19:21;1746;;;;\n2025-11-20;9436408;Storholmen;16866;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-02 09:42;;1.4825821E7;43293994;385916140;;United States;383735600;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9440033;Torm India;46838;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-06 15:51;;3917280.0;;385572694;Tuxpan;Mexico;385916470;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-20;9457608;Leo Sun;114531;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-25 08:34;;2301912.0;43403220;385021315;LOOP;United States;385759613;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-24 08:31;1746;;;;\n2025-11-20;9853254;Sea Elephant;49929;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-02 04:35;;1625092.0;43381081;385701268;Progreso;Mexico;385755789;;Forecast;Mexico;Southwest;false;false;Northern America;Americas;2025-11-23 00:50;1746;;;;\n2025-11-20;9902835;Nord Majestic;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 20:53;;616008.0;43275754;385521558;Puerto Moin;Costa Rica;385677195;Freeport Texas;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 12:00;1746;;;;\n2025-11-20;9479979;Chem Stream;19999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 11:06;;564814.0;43152481;385205274;Tampa;United States;385865863;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 09:51;1746;;;;\n2025-11-20;9956410;Bochem Casablanca;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-17 10:34;;307525.0;43258870;385524070;Gamboa;Brazil;385610487;Port Lavaca;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 11:00;1746;;;;\n2025-11-20;7044328;Vinik No.6;10078;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-03-11 03:09;;2.202063E7;41388830;385902376;New York;United States;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9398553;Pati R. Moran;12270;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2019-09-28 02:32;;1.94045275E8;43383878;385660202;Houston;United States;385809572;;Forecast;United States;East;false;false;Northern America;Americas;2025-11-23 08:36;1746;;;;\n2025-11-20;9858060;Basset;49875;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 18:36;;1747398.0;43310568;385642562;San Juan de Ulua;Mexico;385894277;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-20;9877561;Nord Marvel;50185;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 03:56;;331420.0;43274793;385883504;;United States;385812186;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;9722596;Sti Jermyn;109999;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-11 03:17;;3530521.0;43338675;385864222;;United States;385872104;Yuum Kak Naab;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-22 23:59;1746;;;;\n2025-11-20;9435894;Overseas Mykonos;51711;MR;Ballast;Clean Products;Americas;South America;Venezuela;Caribbean Sea;2025-11-15 15:39;;462053.0;43205750;385611874;Port Canaveral;United States;;;;;East;false;false;;;;1746;;;;\n2025-11-20;9540273;Gloria C;3912;Small Tankers;Ballast;DPP;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-10-22 03:37;;2578946.0;42384900;385639931;Cienfuegos;Cuba;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;7435759;Evening Tide;125;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2014-01-01 00:07;;3.75148379E8;26001372;342230582;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9730373;San Jacinto;158658;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-01 06:39;;1704050.0;43203575;385798821;Saint John;Canada;385314155;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 23:00;1746;;;;\n2025-11-20;9795048;Eagle Barcelona;113327;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-09 23:58;;3628892.0;43409559;385878072;Houston;United States;385878078;;Forecast;;West;false;false;;Europe;2025-12-12 02:36;1746;;;;\n2025-11-20;9415777;Lois Ann L. Moran;600;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2021-09-24 02:45;;1.31231687E8;43358606;385817021;St Charles;United States;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-20;9884253;Athina;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 22:55;;522297.0;43081617;385503975;Las Palmas;Spain;385855534;Pascagoula;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-20;9827566;Chios Star;50506;MR;Ballast;Clean Products;Americas;Central America;Nicaragua;Caribbean Sea;2025-11-19 17:58;;108075.0;43142803;385798449;;Panama;385875030;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-25 04:00;1746;;;;\n2025-11-20;9514169;Green Warrior;104626;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 03:57;;936125.0;43385803;385682852;Freeport Bahamas;Bahamas;385817361;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 06:53;1746;;;;\n2025-11-20;9732929;Ardmore Persistence;49688;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 15:37;;116570.0;43326283;385747832;Rio Haina;Dominican Republic;385811421;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-20;9917658;Clearocean Milano;50485;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-24 16:13;;1.2901609E7;43156842;385562324;Tuxpan;Mexico;385907957;Dos Bocas;AIS;Mexico;Northeast;false;false;Northern America;Americas;2025-11-25 14:00;1746;;;;\n2025-11-20;9759800;Searanger;114055;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-14 03:19;;592853.0;43033246;385538732;Skagen;Denmark;385700568;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9759757;Front Crown;157460;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-15 02:36;;509036.0;42793617;385202934;Cartagena;Spain;385602732;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 12:00;1746;;;;\n2025-11-20;9402316;Libra Sun;115123;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-07 09:39;;3853244.0;43232485;385386969;Mobile;United States;385788581;Dos Bocas;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-20;8809983;Hawsepiper;324;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-02-23 00:58;;5.5033315E7;41448269;385858556;New York;United States;385858434;;AIS;United States;East;false;false;Northern America;Americas;2025-11-23 08:31;1746;;;;\n2025-11-20;9219006;Lincoln Sea;749;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 10:19;;826835.0;43374314;385782852;Garyville;United States;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9696694;Sti Alexis;109999;Aframax/LR2;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:59;;324050.0;43231684;385871068;St Charles;United States;385909537;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-28 00:36;1746;;;;\n2025-11-20;9922093;Dee4 Ilex;49999;MR;Ballast;Clean Products;Americas;Central America;Guatemala;Caribbean Sea;2025-11-14 19:55;;533099.0;43039292;385711843;Tela;Honduras;385803413;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-29 20:36;1746;;;;\n2025-11-20;9933652;Front Gaula;299982;VLCC;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 04:57;;154953.0;43262284;384621701;Le Havre;France;385444160;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 06:00;1746;;;;\n2025-11-20;9792008;Southern Puma;26071;Intermediate Tankers;Ballast;Clean Products;;;;North West Atlantic Ocean;2025-11-16 11:58;;388894.0;43275706;385524019;Foynes;Ireland;385626005;Baton Rouge;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 20:00;1746;;;;\n2025-11-20;9698018;Florida Voyager;49151;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 03:19;;938439.0;43331942;385762141;Tampa;United States;385851067;Lake Charles;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 09:00;1746;;;;\n2025-11-20;9436537;Osg Vision;1584;Small Tankers;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-28 09:19;;2040025.0;43192007;385648074;Philadelphia;United States;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9691723;Sti Battersea;38734;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-11-06 08:19;;1266023.0;43238665;385615705;Taboguilla;Panama;385879345;;Forecast;;East;false;false;Central America;Americas;2025-11-24 11:39;1746;;;;\n2025-11-20;9624067;Nordlotus;105543;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 11:38;;8425301.0;;385818800;;United States;385890447;;Forecast;Mexico;South;false;false;Northern America;Americas;2025-11-24 05:30;1746;;;;\n2025-11-20;9718856;Silver Muna;49897;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-09 05:37;;1016520.0;;385858401;Santa Marta;Colombia;385919066;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 22:00;1746;;;;\n2025-11-20;9847140;Chemical Contender;15945;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:13;;776816.0;43408524;385875284;Houston;United States;385875285;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-27 14:57;1746;;;;\n2025-11-20;9857860;Caribbean Voyager;115166;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 07:57;;1267367.0;;385806501;Houston;United States;385916340;Gdansk;AIS;Poland;South;false;false;Central Europe;Europe;2025-12-10 05:42;1746;;;;\n2025-11-20;9644225;Happy Lady;51390;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 03:19;;938458.0;;385496251;New York;United States;385921750;;Fixture;United States;West;false;false;Northern America;Americas;2025-11-26 00:20;1746;;;;\n2025-11-20;9343209;Torm Cavatina;46067;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:56;;363819.0;;385762093;Houston;United States;385919935;Houston;;United States;South;false;false;Northern America;Americas;2025-11-21 06:58;1746;;;;\n2025-11-20;9944144;Nord Volante;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 09:11;;830907.0;43210300;385793633;Lake Charles;United States;385409492;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9803118;Da Wei Shan;7860;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-09-11 12:15;;6090277.0;43284171;385742598;Tuxpan;Mexico;385742605;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-24 18:36;1746;;;;\n2025-11-20;1037701;Golden Thetis;25918;Intermediate Tankers;Loaded;Chem/Bio;;;;North West Atlantic Ocean;2025-11-18 12:07;;215538.0;43280181;385897411;Houston;United States;;;;;;false;false;;;;1746;;;;\n2025-11-20;9853228;Navig8 Gauntlet;49768;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 03:54;;158703.0;;385714431;Santa Marta;Colombia;385846194;;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-25 04:22;1746;;;;\n2025-11-20;9905162;Point Lisas;49998;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 18:58;;536498.0;43098223;385154833;Rotterdam;Netherlands;385796136;Corpus Christi;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 03:00;1746;;;;\n2025-11-20;9997218;Mh Daisen;49948;MR;Ballast;Clean Products;Americas;South America;Colombia;Central East Pacific Ocean;2025-11-20 02:18;;78098.0;;385754006;Arica;Chile;385756368;;Forecast;United States;North;false;false;Northern America;Americas;2025-12-07 01:31;1746;;;;\n2025-11-20;9997244;Precious Balboa S T;50000;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 02:17;;1287774.0;43150646;385403911;New York;United States;385847620;Freeport Texas;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9510462;Ps Roma;51003;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 15:10;;204599.0;43391383;385910513;Pascagoula;United States;385831348;;Forecast;;Northeast;false;false;;Americas;2025-11-28 08:14;1746;;;;\n2025-11-20;9422677;Mari Galaxy;19355;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 07:36;;663781.0;43402555;385858388;Houston;United States;385859486;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-28 01:57;1746;;;;\n2025-11-20;9908504;Ps Imabari;52838;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-20 10:59;;46857.0;43335345;385875222;Balboa;Panama;385849989;Esmeraldas;AIS;Ecuador;South;false;false;South America;Americas;2025-11-22 22:00;1746;;;;\n2025-11-20;9721891;Sunny Apatite;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 05:36;;670990.0;43360411;385745176;Corpus Christi;United States;385802804;;Forecast;;South;false;false;;Americas;2025-11-27 22:37;1746;;;;\n2025-11-20;9912141;Pacific;158406;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-20 13:56;;36181.0;43105314;385283080;Saint John;Canada;385782057;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 16:00;1746;;;;\n2025-11-20;9788710;Ottoman Sincerity;149999;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-10-17 20:12;;2951263.0;;385467101;Philadelphia;United States;385760009;Freeport Bahamas;AIS;Bahamas;South;false;false;Caribbean Islands;Americas;2025-11-22 21:00;1746;;;;\n2025-11-20;9395290;Mercury Hope;297221;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 20:35;;1481064.0;43315402;385755890;;United States;384986838;Corpus Christi;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9470284;Seaways Samar;73920;Panamax/LR1;Ballast;Crude/Co;Americas;Central America;Panama;Panama Canal;2025-11-18 15:59;;201625.0;43365812;385866440;Panama Canal Light.;Panama;385779719;;AIS;Panama;Northwest;false;false;Central America;Americas;2025-11-24 17:15;1746;;;;\n2025-11-20;9823572;Marlin Lome;114841;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-15 00:39;;516044.0;43126945;385409675;Huelva;Spain;385626920;;AIS;United States;West;false;false;Northern America;Americas;2025-11-27 09:16;1746;;;;\n2025-11-20;9676515;Wonder Maia;50880;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-20 09:52;;50854.0;42949553;385623203;;Panama;385834273;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 20:00;1746;;;;\n2025-11-20;9919577;Ps New Orleans;52853;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 22:35;;350663.0;;385491087;San Juan;Puerto Rico;385913588;Texas City;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9132105;Barney Turecamo;401;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2020-05-26 11:54;;1.73189109E8;43202385;385848984;New York;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9602289;SINGAPORE SPIRIT;318474;VLCC;Ballast;Crude/Co;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-15 21:39;;440416.0;43381607;385802635;Puerto Armuelles;Panama;385847201;;Forecast;China;East;false;false;Eastern Asia;Asia;2025-12-24 06:41;1746;;;;\n2025-11-20;9572264;Sebarok Spirit;109549;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-08-24 01:15;;7685049.0;43395995;385770216;St Charles;United States;385881909;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-23 13:36;1746;;;;\n2025-11-20;8835102;Joan Rose;17144;Intermediate Tankers;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2019-01-07 15:25;;2.16808453E8;26005101;342335070;New Orleans;United States;;;;;South;false;false;;;;1746;;;;\n2025-11-20;1018872;Silver Moon;49986;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-14 05:17;;585729.0;;385589243;Freetown;Sierra Leone;385709140;;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-20;9814179;Pm Regent;49874;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-12 19:18;;708115.0;43022152;385597415;;Panama;385658676;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9686974;Sti Milwaukee;49990;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-14 21:19;;528026.0;43275892;385529066;Long Beach;United States;385569221;;AIS;Panama;Northwest;false;false;Central America;Americas;2025-11-24 09:00;1746;;;;\n2025-11-20;9502453;Maria Cristina;16906;Intermediate Tankers;Loaded;DPP;Americas;South America;Colombia;Caribbean Sea;2025-11-09 05:19;;1017655.0;43415629;385801560;Cardon;Venezuela;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9661431;Pacific Trader;7048;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-04-05 02:03;;1.9864567E7;42177887;385889043;Melones;Panama;385612341;;Forecast;;West;false;false;;Americas;2025-11-27 23:37;1746;;;;\n2025-11-20;9829746;Ginga Thresher;25175;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 00:17;;949355.0;;385428024;Southport;United States;385910777;Port Lavaca;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 23:00;1746;;;;\n2025-11-20;9564578;American Phoenix;49035;MR;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-20 05:14;;67517.0;43362823;385666898;Corpus Christi;United States;385752347;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-23 11:53;1746;;;;\n2025-11-20;9737371;Marathon Ts;113651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 17:04;;888940.0;43413509;385806370;Pascagoula;United States;385897756;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-20;9590008;Soldier;320840;VLCC;Loaded;Other;Americas;South America;Venezuela;Caribbean Sea;2022-05-10 03:36;;1.11529386E8;43052370;385783967;;Venezuela;;;;;Northwest;true;false;;;;1746;;;;\n2025-11-20;9964376;Tevel;2047;Small Tankers;Ballast;Other;Americas;South America;Venezuela;Caribbean Sea;2023-04-10 03:27;;8.2585953E7;;385782611;Cabello;Venezuela;385693985;Cardon;AIS;Venezuela;Northeast;false;false;South America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-20;9568196;Jag Laxmi;105525;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-20 09:56;;2729022.0;;385470089;Houston;United States;385876434;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-27 07:57;1746;;;;\n2025-11-20;9785706;Sti Leblon;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2025-11-17 23:46;;260005.0;43190293;385582158;Saint Croix;United States Virgin Islands;385850398;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-27 03:30;1746;;;;\n2025-11-20;9733363;Alden;19997;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 06:18;;1100504.0;43364731;385742626;Garyville;United States;385844879;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-26 07:57;1746;;;;\n2025-11-20;9831696;Fpmc 31;49731;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-17 03:35;;332691.0;43227764;384670658;Amsterdam Port;Netherlands;385486448;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9833589;Sti Maverick;47499;MR;Ballast;Clean Products;Americas;Central America;Honduras;Caribbean Sea;2025-11-18 22:19;;178829.0;43356265;385784835;;Panama;385866743;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 19:00;1746;;;;\n2025-11-20;9718430;Silver Etrema;49737;MR;Ballast;Clean Products;;;;North West Atlantic Ocean;2025-11-10 04:08;;935516.0;43202280;385506302;New York;United States;385858330;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-25 12:00;1746;;;;\n2025-11-20;9655975;Tristar Jisha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 20:32;;790020.0;;385311794;Donges;France;385883671;Baton Rouge;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 21:00;1746;;;;\n2025-11-20;9894727;Cururo;52832;MR;Ballast;Clean Products;Americas;Central America;Nicaragua;Caribbean Sea;2025-11-19 14:39;;120036.0;43084407;385714534;;Panama;385878047;;AIS;Panama;North;false;false;Central America;Americas;2025-11-22 23:20;1746;;;;\n2025-11-20;9515917;Zefyros;50057;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-07 01:14;;3883528.0;42910216;385352559;San Juan de Ulua;Mexico;385892904;;Forecast;United States;East;false;false;Northern America;Americas;2025-11-22 09:36;1746;;;;\n2025-11-20;9979436;Vasiliko;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-30 17:16;;1838623.0;43342629;385737835;Coatzacoalcos;Mexico;385860888;;Forecast;;West;false;false;Northern America;Americas;2025-11-26 19:57;1746;;;;\n2025-11-20;9746279;Largo Sea;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 01:26;;686027.0;43400024;385655309;Freeport Bahamas;Bahamas;385850225;Everglades;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-20;9690626;Hafnia Violette;49126;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-18 17:14;;197134.0;43105546;385855711;;Panama;385803807;Geismar;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-20;9686728;Sti Regina;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-16 04:17;;416520.0;43227724;385774081;Freeport Bahamas;Bahamas;385820201;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-27 14:31;1746;;;;\n2025-11-20;9607423;Ephesos;164732;Suezmax/LR3;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-10 00:17;;949323.0;43407206;385871877;Tolu;Colombia;385871878;;Forecast;Panama;East;false;false;Central America;Americas;2025-11-25 17:20;1746;;;;\n2025-11-20;9995442;Mustang;49900;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-20 19:34;;15958.0;43336182;385621045;New York;United States;385880888;;AIS;United States;South;false;false;Northern America;Americas;2025-11-24 11:16;1746;;;;\n2025-11-20;9624079;Nordorchid;105651;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-07-07 21:47;;4.3294327E7;43331927;385589187;Beaumont/Port Arthur;United States;385707791;Dos Bocas;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-23 12:00;1746;;;;\n2025-11-20;9799109;White Star;7895;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 02:54;;162309.0;43275395;385660352;Puerto Cortes;Honduras;385786798;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-27 11:57;1746;;;;\n2025-11-20;9592965;Reinauer Twins;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-08-07 06:25;;4.0671261E7;43408488;385904306;Bridgeport;United States;385912626;Providence;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9329320;Capt. Hagen;602;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2014-04-01 00:22;;3.67371479E8;43404229;385864120;Beaumont/Port Arthur;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9802580;Jin Zhou Wan;13265;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 21:16;;355421.0;43377029;385893848;Garyville;United States;385896756;;Forecast;;North;false;false;;Americas;2025-11-28 23:37;1746;;;;\n2025-11-20;9967249;Bantry Bay;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 19:58;;273677.0;43125371;385706440;New York;United States;385768698;Freeport Texas;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9857858;Mediterranean Voyager;115590;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:16;;290626.0;43292160;385735530;Houston;United States;385907025;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-27 20:36;1746;;;;\n2025-11-20;9393101;Hafnia Zambesi;76578;Panamax/LR1;Ballast;DPP;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-05 01:59;;1375241.0;43212573;385338931;Sines;Portugal;385893485;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 22:00;1746;;;;\n2025-11-20;9696254;High Trust;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-19 23:31;;88129.0;43312603;385826156;Freeport Bahamas;Bahamas;385826158;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-30 23:36;1746;;;;\n2025-11-20;9726619;Hafnia Lene;49999;MR;Ballast;Clean Products;Americas;Central America;Nicaragua;Caribbean Sea;2025-11-20 00:18;;85267.0;43056764;385801834;;Panama;385803587;;Forecast;United States;North;false;false;Northern America;Americas;2025-12-02 05:36;1746;;;;\n2025-11-20;9565596;Bluefin;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 23:39;;692446.0;43396173;385842615;St Charles;United States;385871113;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 13:21;1746;;;;\n2025-11-20;9642942;Kukulcan;50237;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2022-02-21 22:43;;1.18199812E8;43301100;385586728;Dos Bocas;Mexico;;;;;Northeast;true;false;;;;1746;;;;\n2025-11-20;9552501;Tamanaco;104636;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2014-01-01 15:51;;3.75091739E8;26285246;384105849;;Venezuela;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9737527;Starling;74033;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 18:35;;365080.0;43228519;385457377;La Plata;Argentina;385642846;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-20;9479838;Turmoil;50358;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 02:58;;248507.0;;385519840;;Panama;385793190;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-20;9995430;Cape Avanti;49900;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 04:11;;848927.0;43212556;385352571;Houston;United States;385918315;Houston;;United States;North;false;false;Northern America;Americas;2025-11-21 04:19;1746;;;;\n2025-11-20;9596545;Jc Trader;4300;Small Tankers;Loaded;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-10-18 14:39;;2884847.0;43156236;385204976;Cartagena (Colombia);Colombia;384890854;;Port;Panama;Southwest;false;false;Central America;Americas;2025-12-11 05:20;1746;;;;\n2025-11-20;9732694;Hafnia Lotte;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-22 10:11;;2555321.0;;385660711;Houston;United States;385922053;;AIS;Panama;South;false;false;Central America;Americas;2025-11-27 06:00;1746;;;;\n2025-11-20;9791872;Bright Future;74999;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 19:36;;879823.0;;385427727;Houston;United States;385921799;Aratu;AIS;Brazil;Southwest;false;false;South America;Americas;2025-12-08 23:00;1746;;;;\n2025-11-20;9594858;Eagle San Pedro;157850;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-02-27 23:03;;2.2985762E7;43388832;385891881;;United States;385849254;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9941295;Nord Master;49999;MR;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-20 19:36;;15788.0;43220810;385819141;La pampilla;Peru;385847958;Balboa;AIS;Panama;North;false;false;Central America;Americas;2025-11-23 19:00;1746;;;;\n2025-11-20;9823390;Lily Pg;7330;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-17 07:17;;319354.0;43003507;385825667;;Panama;385831285;San Juan;AIS;Puerto Rico;Northeast;false;false;Caribbean Islands;Americas;2025-11-22 11:00;1746;;;;\n2025-11-20;9902873;Evergreen Mariner;50275;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:19;;178830.0;43419675;385871135;Rainbow City;Panama;385905204;Cristobal Light.;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-20;9836036;Torm Strength;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-09 07:38;;1009296.0;43208503;385597572;Freeport Bahamas;Bahamas;385853080;;Fixture;;Northwest;false;false;;;2025-11-22 15:35;1746;;;;\n2025-11-20;9978676;North Star;114980;Aframax/LR2;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:57;;475356.0;43299727;385584553;Garyville;United States;385584553;Garyville;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-20 21:18;1746;;;;\n2025-11-20;9518907;Eagle Texas;102926;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 22:38;;91303.0;43311479;385795921;Wilmington;United States;385812151;;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 23:00;1746;;;;\n2025-11-20;9779757;Da Hua Shan;12972;Short Sea Tankers;Ballast;DPP;Americas;South America;Colombia;Caribbean Sea;2025-11-16 23:56;;345803.0;43299249;385583339;Barranquilla;Colombia;385879063;;Fixture;Chile;South;false;false;South America;Americas;2025-12-01 22:57;1746;;;;\n2025-11-20;9979993;Seatrust;114438;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-16 16:57;;370934.0;42667130;385483000;;Namibia;385549046;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-26 04:16;1746;;;;\n2025-11-20;9557630;Lua;13554;Short Sea Tankers;Ballast;Chem/Bio;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2021-10-24 23:25;;1.28565271E8;33441146;366840693;Ceramar Shipyard;Dominican Republic;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-20;9880893;Blue Eagle;12800;Short Sea Tankers;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2021-12-20 08:20;;1.23694754E8;41145957;377657973;Dos Bocas;Mexico;;;;;Northwest;false;true;;;;1746;;;;\n2025-11-20;9902811;Eco West Coast;157632;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 08:16;;315782.0;43133844;385277252;Freeport Bahamas;Bahamas;385823706;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9838773;Usns Oscar V. Peterson;70000;Panamax/LR1;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-01-07 06:28;;2.7451905E7;;379030341;Mobile;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9764520;Amber Bay;12800;Short Sea Tankers;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 16:16;;200611.0;43348824;385779320;Progreso;Mexico;385779321;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-26 00:57;1746;;;;\n2025-11-20;9744908;Stolt Ebony;32786;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-15 23:53;;432413.0;42816283;385615186;Charleston;United States;385733697;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-27 19:31;1746;;;;\n2025-11-20;9527403;Challenge Procyon;45996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-23 09:12;;2.6059638E7;;383064034;Madero;Mexico;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9763863;American Pride;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 14:19;;1071638.0;43420844;385907938;Garyville;United States;385909647;;Forecast;United States;West;false;false;Northern America;Americas;2025-11-27 16:05;1746;;;;\n2025-11-20;9503586;Yoraco;113000;Aframax/LR2;Loaded;DPP;Americas;South America;Venezuela;Caribbean Sea;2023-03-26 20:35;;8.382025E7;42898360;384963226;;Venezuela;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-20;9586722;Rio Caroni;158777;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 02:43;;5087808.0;36774138;372957479;Bonny Offshore Terminal;Nigeria;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9269740;Jesse Rose;350;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2018-07-18 15:05;;2.31756873E8;26080041;344433033;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9779965;Kyrakatingo;113500;Aframax/LR2;Ballast;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 15:36;;375785.0;43079680;385762048;Freeport Bahamas;Bahamas;385802437;Dos Bocas;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-20;9717761;Seaways Warwick;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:56;;324223.0;43116936;385660387;;Panama;385862122;;AIS;United States;South;false;false;Northern America;Americas;2025-11-25 04:22;1746;;;;\n2025-11-20;9724609;Sea Fractus;45999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-01 20:56;;9601432.0;;385221486;Tuxpan;Mexico;385910688;Beaumont/Port Arthur;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 23:00;1746;;;;\n2025-11-20;9956434;Ilhan Bayrak;8116;Short Sea Tankers;Ballast;Other;Americas;Caribbean Islands;Sint Eustatius;Caribbean Sea;2025-11-19 09:58;;136889.0;43385736;385842649;Georgetown (Guyana);Guyana;385910369;;Forecast;;Southeast;false;false;Caribbean Islands;Americas;2025-11-23 04:16;1746;;;;\n2025-11-20;9900007;Dimitrios;159159;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 12:55;;385488.0;43291347;385910626;;United States;385803548;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9426295;Pis Polaris;45988;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 10:56;;133384.0;;385665275;;Panama;385912667;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 07:00;1746;;;;\n2025-11-20;9982524;Nord Vulcan;49999;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 18:39;;105638.0;43315452;385790597;Guayaquil;Ecuador;385883240;;AIS;Panama;West;false;false;Central America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;7523659;Caleb;492;Small Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2023-02-15 02:01;;8.7256722E7;36492797;377498059;Tampa;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9565584;Yellowfin;428;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 10:58;;1256470.0;43326299;385829786;Tampa;United States;385905093;;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 20:22;1746;;;;\n2025-11-20;9849045;Sea Eagle;49916;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 20:36;;357806.0;43319526;385672369;Boston;United States;385704499;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 15:00;1746;;;;\n2025-11-20;9836062;Torm Strong;49954;MR;Ballast;Clean Products;Americas;Central America;Panama;Central East Pacific Ocean;2025-11-11 02:58;;853294.0;;385698293;El Salvador Port;El Salvador;385850662;;AIS;Panama;Northeast;false;false;Central America;Americas;2025-11-21 22:00;1746;;;;\n2025-11-20;9702194;Torm Danica;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 07:57;;1526545.0;43184517;385858404;Houston;United States;385860036;;Forecast;;East;false;false;;Americas;2025-11-27 17:37;1746;;;;\n2025-11-20;9601792;Legend;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-20 04:58;;68474.0;43363791;385785091;Everglades;United States;385888615;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 23:45;1746;;;;\n2025-11-20;9501150;Caribbean Loyalty;316373;VLCC;Ballast;Crude/Co;Americas;Central America;Honduras;Caribbean Sea;2025-11-03 21:19;;1478435.0;42209324;384980597;;South Africa;385090889;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-12-01 18:00;1746;;;;\n2025-11-20;9943358;Cl Marguerite Duras;49357;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 20:13;;186369.0;43279331;385531567;Nouadhibou;Mauritania;385623704;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-20;9799032;Rose Pg;7420;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2020-01-21 16:01;;1.8406073E8;43382033;385889171;Saint Croix;United States Virgin Islands;385903988;;Forecast;United States Virgin Islands;West;false;false;Caribbean Islands;Americas;2025-11-26 17:00;1746;;;;\n2025-11-20;9667930;Virgen De La Aurora;49997;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:39;;177613.0;43409006;385748658;;Panama;385907290;;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-23 05:20;1746;;;;\n2025-11-20;9877559;Nord Maverick;50185;MR;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-17 18:59;;277237.0;;385698598;New Orleans;United States;385260608;Savannah;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9732931;Ardmore Pursuit;49709;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-10 13:56;;3578582.0;43389069;385808909;Madero;Mexico;385893906;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-20;9417012;Eagle Kuantan;107481;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 16:15;;114251.0;43279674;385756139;Wilmington;United States;385874555;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;7390777;M.A.R.S.War Machine;350;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2022-01-22 07:32;;1.20846434E8;37252254;367565614;Pascagoula;United States;;;;;West;true;false;;;;1746;;;;\n2025-11-20;9422237;Ionian Navigator;46625;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 16:56;;284620.0;43153550;384995904;Santos;Brazil;385691012;Garyville;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 07:00;1746;;;;\n2025-11-20;9505936;Stolt Ilex;19734;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-24 09:35;;7655070.0;43328290;385897429;Altamira;Mexico;385911693;Houston;Port;United States;Southwest;false;false;Northern America;Americas;2025-11-28 00:00;1746;;;;\n2025-11-20;9219501;Cindy Rose;782;Small Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2023-10-30 17:08;;6.4997491E7;33802372;370673783;Freeport Bahamas;Bahamas;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9576765;Rudolf Schulte;25581;Intermediate Tankers;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 22:16;;611011.0;42648067;385202908;Rotterdam;Netherlands;385742725;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-20;9773739;Unity Venture;112186;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 11:51;;475728.0;43303445;385574499;Houston;United States;385574498;;Fixture;;Southeast;false;false;;Europe;2025-12-14 09:14;1746;;;;\n2025-11-20;9917646;Clearocean Meribel;50485;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-20 16:39;;26428.0;42991559;385640181;;Panama;385896654;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-26 03:00;1746;;;;\n2025-11-20;9461697;Hafnia Crux;52550;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-03-06 18:16;;2.2398202E7;43406891;385871034;Coatzacoalcos;Mexico;385871605;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-28 01:57;1746;;;;\n2025-11-20;9997957;Seascout;113814;Aframax/LR2;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 19:15;;103441.0;43253729;385518515;Hamburg;Germany;385579540;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 13:00;1746;;;;\n2025-11-20;9353589;Overseas Martinez;46666;MR;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 02:34;;163550.0;43321597;385719327;Philadelphia;United States;385819202;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-20;9628623;Valdesa;6842;Short Sea Tankers;Ballast;DPP;Americas;Central America;Panama;Panama Canal;2025-06-08 10:02;;1.4306267E7;33852897;385868250;Coco Solo;Panama;;;;;Southeast;false;false;;;;1746;;;;\n2025-11-20;9913511;Nafsika;112100;Aframax/LR2;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 00:15;;1122272.0;43334607;385861497;Wilmington;United States;385887044;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-12-02 01:00;1746;;;;\n2025-11-20;9925875;Bungo Crown;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 19:15;;1745098.0;43255487;385750982;Tuxpan;Mexico;385767742;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-20;9453987;Eagle Halifax;114063;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-23 18:17;;2439744.0;43402088;385858295;Corpus Christi;United States;385858307;;Forecast;France;Southwest;false;false;Western Europe;Europe;2025-12-12 18:00;1746;;;;\n2025-11-20;9834870;Sea Tiger;49821;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 02:33;;941161.0;43335207;385608150;Houston;United States;385608150;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-20;9749453;Ensemble;35058;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-29 09:56;;1951412.0;43413002;385887708;Lake Charles;United States;385887708;Lake Charles;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-20;9692325;Silver Zoe;49635;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-18 16:50;;198589.0;;385701119;;Panama;385916322;;Fixture;United States;Northwest;false;false;Northern America;Americas;2025-11-25 15:16;1746;;;;\n2025-11-20;9793375;Orient Challenge;49972;MR;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-31 15:53;;1757206.0;42780913;385782854;Dos Bocas;Mexico;385823926;Coatzacoalcos;AIS;Mexico;East;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9589748;Rio Apure;158659;Suezmax/LR3;Ballast;Crude/Co;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-18 17:03;;197775.0;35950742;379460764;Lagos;Nigeria;385462836;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-12-01 23:55;1746;;;;\n2025-11-20;9739305;Stolt Cobalt;27500;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 10:16;;913434.0;;385883630;Houston;United States;385885270;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 23:57;1746;;;;\n2025-11-20;9686716;Sti Dama;49990;MR;Ballast;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-14 20:47;;529930.0;;385655252;Freeport Bahamas;Bahamas;385800111;;Forecast;United States;East;false;false;Northern America;Americas;2025-11-27 00:31;1746;;;;\n2025-11-20;9845166;Fpmc 34;48000;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-07 04:16;;6464625.0;;385785545;Madero;Mexico;385346914;Manaus;Market;Brazil;Northwest;false;false;South America;Americas;2025-12-03 17:11;1746;;;;\n2025-11-20;9137325;William F Fallon Jr;635;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-04-30 18:43;;4.9180583E7;43339935;385908170;New York;United States;385908170;New York;;United States;Southeast;false;false;Northern America;Americas;2025-11-20 18:16;1746;;;;\n2025-11-20;9960306;Peregrine Pacific;49875;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 09:34;;311147.0;;385767995;Pascagoula;United States;385922211;Bahia Las Minas;AIS;Panama;Northeast;false;false;Central America;Americas;2025-11-27 15:00;1746;;;;\n2025-11-20;9505974;Bonita Aki;14701;Short Sea Tankers;Ballast;Chem/Bio;Americas;South America;Colombia;Caribbean Sea;2025-11-16 01:42;;425874.0;43415499;385486031;Cartagena (Colombia);Colombia;385894427;Rio Haina;Port;Dominican Republic;North;false;false;Caribbean Islands;Americas;2025-11-27 00:00;1746;;;;\n2025-11-20;9580998;Rf Stella;19132;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-22 04:15;;2576685.0;43403355;385714412;New York;United States;385863846;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-25 18:36;1746;;;;\n2025-11-20;9893072;Pacific Pearl;113306;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-20 21:39;;8432.0;42989897;385506379;Southampton;United Kingdom;385700945;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-25 17:00;1746;;;;\n2025-11-20;9845697;Nissos Despotiko;318744;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 05:17;;499326.0;43237713;385252592;Corpus Christi;United States;385252591;Ningbo;Fixture;China;West;false;false;Eastern Asia;Asia;2026-01-03 19:26;1746;;;;\n2025-11-20;1022457;Atlantic Diamond;114047;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-15 03:18;;506468.0;43052971;385390389;Mongstad;Norway;385562686;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-26 06:00;1746;;;;\n2025-11-20;9763851;American Liberty;49828;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 08:38;;228079.0;43328379;385709331;Jacksonville;United States;385909643;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-20;9876543;Xin Run 19;11810;Short Sea Tankers;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-11-25 03:45;;3.1176866E7;37217886;374505247;Beihai;China;;;;;North;true;false;;;;1746;;;;\n2025-11-20;9833058;Nord Vanquish;50338;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:21;;574734.0;43119724;385868151;;United States;385864032;;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-20;9607174;Hafnia Egret;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 15:35;;116645.0;43227695;385610749;;Panama;385868526;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-20;9785732;Aquatravesia;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-01 16:39;;1668031.0;43382704;385805648;Esmeraldas;Ecuador;385807753;;Forecast;;West;false;false;South America;Americas;2025-11-24 03:33;1746;;;;\n2025-11-20;9849291;Clearocean Marvel;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-20 15:59;;28851.0;43311490;385813715;;Panama;385813716;;Forecast;United States;North;false;false;Northern America;Americas;2025-11-27 20:36;1746;;;;\n2025-11-20;9590319;Fairway;160250;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 05:35;;152650.0;43132631;385302429;Gdansk;Poland;385523919;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 20:00;1746;;;;\n2025-11-20;9804863;Nocturne;37425;Handy/MR1;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 14:56;;1760594.0;43390930;385828478;Houston;United States;385870865;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 08:57;1746;;;;\n2025-11-20;9863429;Maritime Glory;114122;Aframax/LR2;Ballast;Crude/Co;;;;Gulf of Mexico;2025-11-18 19:28;;189107.0;43025267;385575183;;Spain;385582172;;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:16;1746;;;;\n2025-11-20;9785835;Monte Urbasa;156400;Suezmax/LR3;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-12 02:14;;769539.0;43205252;385330925;Corpus Christi;United States;385415468;;Fixture;;East;false;false;;Europe;2025-12-08 20:23;1746;;;;\n2025-11-20;9674725;High Discovery;45999;MR;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-11 03:38;;850860.0;43390120;385826192;Cartagena (Colombia);Colombia;385850428;Barranquilla;Port;Colombia;South;false;false;South America;Americas;2025-11-23 02:00;1746;;;;\n2025-11-20;9567697;Eurovision;157803;Suezmax/LR3;Ballast;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-10-05 18:58;;3992472.0;43295281;385693181;Chiriqui Grande;Panama;385788185;Tolu;AIS;Colombia;North;false;false;South America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-20;9607966;Seaways Shenandoah;112691;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 06:15;;582259.0;43295696;385847822;Corpus Christi;United States;385574230;;Fixture;;North;false;false;;Europe;2025-12-06 23:50;1746;;;;\n2025-11-20;9941726;Penelope;114763;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 01:38;;1117262.0;43361553;385748176;New York;United States;385893397;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-27 10:00;1746;;;;\n2025-11-20;9897846;Canopus Voyager;115589;Aframax/LR2;Ballast;Crude/Co;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-19 14:17;;121365.0;43279327;385787912;Corpus Christi;United States;385819089;;AIS;Venezuela;Southeast;false;false;South America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9486934;Samos;104649;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-24 23:35;;4926263.0;43329204;385875187;;United States;385895604;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-24 07:57;1746;;;;\n2025-11-20;9530527;Isthmus Trader;9000;Short Sea Tankers;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-05-21 02:59;;1.5886818E7;38667955;385886767;Balboa;Panama;;;;;Northeast;false;false;;;;1746;;;;\n2025-11-20;9482550;Elandra Fjord;51408;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-16 20:38;;357703.0;43185058;385438339;Sao Luis;Brazil;385731186;Houston;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-20;9759795;Searuby;114074;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2025-11-11 21:35;;786282.0;43217279;385596224;Bajo Grande;Venezuela;385677437;;AIS;Aruba;Northwest;false;false;Caribbean Islands;Americas;2025-11-23 23:00;1746;;;;\n2025-11-20;9391995;Stolt Flamenco;12254;Short Sea Tankers;Ballast;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-15 11:51;;475731.0;43282301;385897225;Cartagena (Colombia);Colombia;385871863;Beaumont/Port Arthur;Port;United States;South;false;false;Northern America;Americas;2025-11-30 00:00;1746;;;;\n2025-11-20;9269037;Meredith Reinauer;195;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:59;;1029628.0;43360506;385839950;Tampa;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9697636;Seaways Castle Hill;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 12:30;;732563.0;43411004;385889295;Texas City;United States;385893221;;Forecast;Mexico;South;false;false;Northern America;Americas;2025-11-29 00:50;1746;;;;\n2025-11-20;9514171;Peak Spirit;104621;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 22:26;;783229.0;43284771;385652709;Corpus Christi;United States;385652711;;Forecast;Mexico;Northeast;false;false;Northern America;Americas;2025-11-24 04:50;1746;;;;\n2025-11-20;9642899;Centla;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-10-03 04:42;;6.7375072E7;43383413;385904304;Dos Bocas;Mexico;385906608;;Forecast;Mexico;Northeast;false;false;Northern America;Americas;2025-11-26 00:30;1746;;;;\n2025-11-20;9973913;Navig8 Exceed;49166;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 15:58;;720101.0;43009059;385311799;Beaumont/Port Arthur;United States;385855274;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-27 11:36;1746;;;;\n2025-11-20;9717785;Seaways Cape May;49990;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-17 16:19;;286812.0;43188499;385832542;;Panama;385855680;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 23:00;1746;;;;\n2025-11-20;9470258;Seaways Milos;50379;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 20:57;;529362.0;43397185;385845290;Beaumont/Port Arthur;United States;385895590;;Forecast;;South;false;false;South America;Americas;2025-12-08 07:33;1746;;;;\n2025-11-20;9917957;White Pearl;36801;Handy/MR1;Ballast;DPP;Americas;Central America;Panama;Caribbean Sea;2025-11-20 19:59;;14430.0;43025136;385898225;;Panama;385761664;;Forecast;;Northwest;false;false;South America;Americas;2025-12-01 16:33;1746;;;;\n2025-11-20;9624768;Amelia;21203;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:10;;776940.0;43391012;385828675;St Charles;United States;385851527;;Forecast;;East;false;false;;Europe;2025-12-13 07:31;1746;;;;\n2025-11-20;9589944;Nave Cetus;74581;Panamax/LR1;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:34;;300345.0;43373031;385779481;Corpus Christi;United States;385779483;;Forecast;Peru;Southwest;false;false;South America;Americas;2025-12-06 18:59;1746;;;;\n2025-11-20;9884813;Aliai;50315;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 21:55;;612248.0;43244393;385804848;Providence;United States;385888734;;Forecast;;West;false;false;Northern America;Americas;2025-11-27 11:57;1746;;;;\n2025-11-20;9408138;Evergreen State;48633;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 23:54;;605115.0;43375252;385850941;Charleston;United States;385853906;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-11-26 00:31;1746;;;;\n2025-11-20;9892078;Pacific Moonstone;50192;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 09:58;;568912.0;;385613188;Santa Marta;Colombia;385908093;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 02:00;1746;;;;\n2025-11-20;9697296;B. Pacific;7711;Short Sea Tankers;Ballast;Other;Americas;Central America;Panama;Panama Canal;2025-11-07 09:36;;1175037.0;;385627087;Melones;Panama;385649067;;AIS;;North;false;false;;;2025-11-23 18:39;1746;;;;\n2025-11-20;9642904;Jaguaroundi;50125;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2023-08-30 11:59;;7.0286449E7;43052739;385731340;Progreso;Mexico;385736698;;Forecast;;Northeast;false;false;Northern America;Americas;2025-11-21 23:57;1746;;;;\n2025-11-20;8852722;Pinuccia;25307;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2015-06-06 00:25;;3.30132899E8;43320711;385890994;New York;United States;385891995;;Forecast;United States;South;false;false;Northern America;Americas;2025-11-25 15:31;1746;;;;\n2025-11-20;9779587;Amazon Falcon;72202;Panamax/LR1;Ballast;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-13 20:19;;618034.0;43389245;385709150;Cartagena (Colombia);Colombia;385845184;Tolu;Port;Colombia;West;false;false;South America;Americas;2025-11-22 19:00;1746;;;;\n2025-11-20;9847451;Doric Courage;49910;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-10 07:54;;921937.0;43313705;385824492;Tuxpan;Mexico;385826009;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-25 16:57;1746;;;;\n2025-11-20;9749348;Marie C;25161;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 04:37;;156160.0;43228707;385499014;Barcelona;Spain;385796722;;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-20;9685463;Stena Imagination;49689;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 11:39;;303616.0;43309610;385730358;Bahia Las Minas;Panama;385841469;;Forecast;;Southwest;false;false;;Americas;2025-12-01 21:37;1746;;;;\n2025-11-20;9501174;Taqah;316373;VLCC;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-16 10:32;;394058.0;43279191;385485997;Wilhelmshaven;Germany;385486261;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-28 12:00;1746;;;;\n2025-11-20;9795127;Eagle San Francisco;157512;Suezmax/LR3;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-10-24 22:09;;2339421.0;43346548;385709080;New York;United States;385751948;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-28 12:00;1746;;;;\n2025-11-20;9779109;Ambrielle;2019;Small Tankers;Ballast;Crude/Co;Americas;South America;Colombia;;;;0.0;43407604;385872811;Cartagena (Colombia);Colombia;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;1018846;Lettie Pg;10810;Short Sea Tankers;Ballast;Clean Products;Americas;South America;Venezuela;Caribbean Sea;2025-11-09 17:39;;973231.0;43354008;385773138;Saint Croix;United States Virgin Islands;385891789;Bridgetown;AIS;Barbados;Southeast;false;false;Caribbean Islands;Americas;2025-11-23 02:00;1746;;;;\n2025-11-20;9979448;Maratho;50000;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 12:59;;298846.0;43375140;385780164;Houston;United States;385894032;;Forecast;Mexico;North;false;false;Northern America;Americas;2025-11-29 14:50;1746;;;;\n2025-11-20;9933602;Eagle Vellore;299554;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 00:38;;1293701.0;42419250;385086625;;United States;385786775;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-20;9956422;Bochem Shanghai;24999;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 09:18;;571303.0;43390883;385652718;Lake Charles;United States;385896869;;Forecast;;South;false;false;Northern America;Americas;2025-11-27 14:57;1746;;;;\n2025-11-20;9716016;Indigo Ray;19989;Intermediate Tankers;Ballast;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 06:18;;1446064.0;;385796876;Coatzacoalcos;Mexico;385851698;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-26 23:57;1746;;;;\n2025-11-20;9833591;Sti Miracle;47499;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 16:17;;805336.0;43417816;385725931;Houston;United States;385897952;;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 13:16;1746;;;;\n2025-11-20;7902051;Genesis Glory;327;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-01 16:38;;6938469.0;42615748;383878185;Pascagoula;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9699866;Largo Mariner;49992;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-07-23 10:37;;1.0416129E7;43297687;385837159;Beaumont/Port Arthur;United States;385742614;Houston;Port;United States;Northeast;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-20;9586734;Rio Orinoco;158589;Suezmax/LR3;Loaded;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2024-12-02 07:29;;3.0558631E7;42883404;385610503;;Venezuela;;;;;South;true;false;;;;1746;;;;\n2025-11-20;9433810;Uog Kyma;49996;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-01-29 02:17;;2.5566149E7;43366663;385762136;San Juan de Ulua;Mexico;385826189;;Forecast;Mexico;East;false;false;Northern America;Americas;2025-11-23 22:30;1746;;;;\n2025-11-20;9888352;Yasa Vega;50215;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-20 11:59;;43215.0;43333599;385912535;Panama Canal Light.;Panama;385759623;;AIS;Panama;North;false;false;Central America;Americas;2025-11-24 09:00;1746;;;;\n2025-11-20;7391020;Marjorie B. Mcallister;11905;Short Sea Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 12:56;;2.84900619E8;40590166;385913674;;United States;385914837;New York;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 01:19;1746;;;;\n2025-11-20;9681132;Mia Grace;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 22:35;;91451.0;43252899;385916141;;United States;385891632;Freeport Texas;AIS;United States;East;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;8115825;Donny F. Mcallister;1000;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-03-25 22:15;;5.227829E7;41742319;385913675;;United States;385918961;New York;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-20;9581447;Maersk Maru;48020;MR;Loaded;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-18 20:35;;185055.0;;385791643;San Juan;Puerto Rico;385887991;;Forecast;United States;Northwest;false;false;Northern America;Americas;2025-12-02 00:36;1746;;;;\n2025-11-20;9698006;Garden State;49151;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-19 00:58;;169307.0;43378575;385821758;Everglades;United States;385821760;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-27 00:36;1746;;;;\n2025-11-20;9670937;Maria Del Carmen Ix;39826;Handy/MR1;Ballast;Clean Products;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-20 20:55;;11056.0;;385867019;La Libertad;Ecuador;385897923;Esmeraldas;AIS;Ecuador;Northeast;false;false;South America;Americas;2025-11-21 04:59;1746;;;;\n2025-11-20;9910117;Tateshina;311979;VLCC;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 09:36;;138235.0;;385430565;;South Africa;385919160;;;United States;North;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-20;9942689;Mockingbird;19999;Intermediate Tankers;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-23 13:57;;2455373.0;43382692;385897432;Madero;Mexico;385900956;;Forecast;;Northwest;false;false;Northern America;Americas;2025-11-29 21:57;1746;;;;\n2025-11-20;7390985;Christine Mcallister;12880;Short Sea Tankers;Ballast;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2017-10-21 02:56;;2.55128639E8;;385849686;Newport News;United States;385922039;Groton;;United States;Northeast;false;false;Northern America;Americas;2025-11-21 08:39;1746;;;;\n2025-11-20;9280964;Vaals;3245;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;;385913741;Panama Canal Light.;Panama;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9503847;Skipjack;428;Small Tankers;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2024-04-08 11:43;;5.1106587E7;43366812;385762221;Philadelphia;United States;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9503574;Colon;113180;Aframax/LR2;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2021-06-01 08:31;;1.41146884E8;43354822;385800722;Cardon;Venezuela;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9785720;Aquasurazo;113032;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Colombia;Central East Pacific Ocean;2025-09-01 00:33;;6996365.0;43230678;385691183;;Panama;385703921;Esmeraldas;AIS;Ecuador;Northeast;false;false;South America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9645798;Pis Sumatera;49990;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-09-23 17:43;;5033794.0;;385834430;Texas City;United States;385894280;;AIS;Panama;South;false;false;Central America;Americas;2025-11-26 05:00;1746;;;;\n2025-11-20;9971707;Nave Cosmos;115650;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 14:29;;466209.0;43329315;385662962;New Orleans;United States;385836832;;Forecast;;South;false;false;Northern America;Americas;2025-11-26 14:57;1746;;;;\n2025-11-20;9925710;Reliability;50218;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 14:17;;121369.0;43038239;385834081;Kingston;Jamaica;385665418;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 18:35;1746;;;;\n2025-11-20;9447770;Cedar Express;49999;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-20 13:30;;37741.0;43402271;385456232;;Togo;385693429;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-20;9876385;Pelican Pacific;49853;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-15 06:32;;494837.0;43350900;385720283;Garyville;United States;385751185;;Fixture;;Southeast;false;false;;Europe;2025-12-09 20:16;1746;;;;\n2025-11-20;9610597;Brad Sun;7413;Short Sea Tankers;Ballast;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2024-03-29 22:47;;5.1930744E7;43105899;385839255;Nassau;Bahamas;383175866;Freeport Texas;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 20:47;1746;;;;\n2025-11-20;9642930;Calakmul;50217;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2016-02-14 21:54;;3.08196302E8;42958196;384728510;Madero;Mexico;;;;;Northwest;false;false;;;;1746;;;;\n2025-11-20;9890939;Nord Mirai;49995;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 09:39;;138033.0;43205481;385701271;;Panama;385915865;;Fixture;United States;Southwest;false;false;Northern America;Americas;2025-11-25 12:16;1746;;;;\n2025-11-20;9710206;California Voyager;49181;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 09:19;;916846.0;43331008;385779898;Tampa;United States;385908102;Pascagoula;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-20;9697246;Marlin Ammolite;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-08-26 15:35;;7460689.0;41588895;384191213;Havana;Cuba;385472693;;Forecast;Cuba;Southeast;false;false;Caribbean Islands;Americas;2025-12-01 10:20;1746;;;;\n2025-11-20;9585883;Montestena;159372;Suezmax/LR3;Ballast;Crude/Co;;;;Gulf of Mexico;2025-11-18 15:33;;203182.0;43067244;384998380;Wilhelmshaven;Germany;385471762;Corpus Christi;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 22:00;1746;;;;\n2025-11-20;9791315;Aristea;112794;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-24 11:31;;2377688.0;43226649;385773622;Mobile;United States;385894549;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 23:00;1746;;;;\n2025-11-20;9827463;Chemstar Iris;21144;Intermediate Tankers;Ballast;Other;Americas;Central America;Panama;Caribbean Sea;2025-11-19 09:37;;138151.0;43210570;385869256;;Panama;385877820;Point Lisas;AIS;Trinidad and Tobago;Northeast;false;false;Caribbean Islands;Americas;2025-11-24 01:00;1746;;;;\n2025-11-20;9353606;Overseas Tampa;46287;MR;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-14 14:15;;553499.0;43298740;385717102;Providence;United States;385878310;;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-26 19:00;1746;;;;\n2025-11-20;9459242;Feliks;45996;MR;Ballast;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-20 21:32;;8828.0;42595052;385900424;;Panama;385910991;Port Said;AIS;Egypt;Northwest;false;false;Northern Africa;Africa;2025-12-13 11:00;1746;;;;\n2025-11-20;9596997;Hovden Spirit;105276;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-19 20:15;;5370288.0;43413630;385888540;Coatzacoalcos;Mexico;385890390;;Forecast;United States;Southwest;false;false;Northern America;Americas;2025-11-28 16:36;1746;;;;\n2025-11-20;9653264;Dean Reinauer;569;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-08-30 14:39;;7118439.0;42679525;385720356;New York;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9747120;Egret;49996;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:56;;288225.0;43127143;385501414;;Togo;385631847;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-20;9682318;Silver Ginny;49746;MR;Ballast;Clean Products;;;;Gulf of Mexico;2025-11-01 13:50;;1678158.0;43347548;385842654;Tuxpan;Mexico;385864142;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 21:16;1746;;;;\n2025-11-20;9985849;Degu;49999;MR;Ballast;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 17:38;;368494.0;43359310;385496596;Saint Croix;United States Virgin Islands;385742538;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-20;9482627;Sea Jaguar;114024;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-16 02:38;;422506.0;43069026;385544015;Skagen;Denmark;385558390;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-28 17:00;1746;;;;\n2025-11-20;7814591;Buster Bouchard;17144;Intermediate Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2017-06-26 04:39;;2.65231244E8;36351636;356572582;Tampa;United States;;;;;West;false;false;;;;1746;;;;\n2025-11-20;9541306;Valturchese;50825;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 13:57;;122570.0;43098032;385629579;;Panama;385871137;Madero;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-23 08:41;1746;;;;\n2025-11-20;9710490;Seaways Kenosha;49999;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 11:54;;302745.0;43182521;385573230;;Panama;385751111;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9602643;Red Nova;319778;VLCC;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 04:59;;154853.0;42716329;385336526;Rotterdam;Netherlands;385252713;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-29 14:00;1746;;;;\n2025-11-20;9543500;Yare;104579;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Venezuela;Caribbean Sea;2020-11-29 08:52;;1.57043257E8;34904017;383285687;;Venezuela;;;;;East;false;false;;;;1746;;;;\n2025-11-20;9749506;Speedway;158594;Suezmax/LR3;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 08:58;;226879.0;43357682;385405732;Rotterdam;Netherlands;385574220;Beaumont/Port Arthur;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 16:00;1746;;;;\n2025-11-20;9667942;Ardmore Endeavour;49859;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 02:18;;1287682.0;43412724;385886801;Madero;Mexico;385886802;;Forecast;Mexico;Southwest;false;false;Northern America;Americas;2025-11-28 10:30;1746;;;;\n2025-11-20;8325547;Usns John Lenthall;28115;Handy/MR1;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2024-07-11 08:07;;4.2997929E7;41435459;385163418;Craney Island;United States;;;;;Southwest;false;false;;;;1746;;;;\n2025-11-20;9799111;White Horse;7869;Short Sea Tankers;Ballast;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 00:38;;256894.0;43230464;385712583;Puerto Moin;Costa Rica;385716858;;Forecast;United States;Northeast;false;false;Northern America;Americas;2025-11-23 06:36;1746;;;;\n2025-11-20;9683403;Silver Houston;49746;MR;Ballast;Clean Products;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-19 16:59;;111637.0;43260142;385876644;;Panama;385883805;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-25 16:00;1746;;;;\n2025-11-20;9829538;Sea Fantasy;11460;Short Sea Tankers;Ballast;DPP;Americas;Caribbean Islands;Sint Eustatius;Caribbean Sea;2025-03-01 11:03;;2.2856161E7;43374760;385910511;Oranjestad;Sint Eustatius;385766648;;Forecast;;North;false;false;Caribbean Islands;Americas;2025-11-23 11:16;1746;;;;\n2025-11-20;9779094;Mariela;2020;Small Tankers;Loaded;Crude/Co;Americas;South America;Venezuela;;;;0.0;43174591;385823987;Amuay;Venezuela;;;;;North;false;false;;;;1746;;;;\n2025-11-20;9798375;Agioi Fanendes;49996;MR;Ballast;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 10:16;;395017.0;43315665;385626841;St James;United States;385906912;;Forecast;;North;false;false;South America;Americas;2025-12-08 14:33;1746;;;;\n2025-11-20;9710191;Independence;49180;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-18 21:39;;181215.0;43387509;385819038;Everglades;United States;385860953;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 06:00;1746;;;;\n2025-11-20;9790361;St. Clemens;49998;MR;Ballast;Clean Products;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 23:37;;87775.0;42931802;385672472;Mindelo Port;Cape Verde;385741687;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;9817470;Alpes;112504;Aframax/LR2;Ballast;Crude/Co;;;;North West Atlantic Ocean;2025-11-16 18:18;;366107.0;43338748;385597707;Rotterdam;Netherlands;385730620;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-27 11:00;1746;;;;\n2025-11-20;9529346;Ionic Astrapi;107497;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-02 14:57;;1587763.0;43181497;385907995;Wilmington;United States;385909246;;Forecast;;Northwest;false;false;;Americas;2025-11-29 02:37;1746;;;;\n2025-11-20;9422407;Pichincha;105093;Aframax/LR2;Ballast;Crude/Co;Americas;South America;Ecuador;Central East Pacific Ocean;2025-11-04 01:58;;1461663.0;43374142;385782409;Esmeraldas;Ecuador;385881627;;Forecast;;Southeast;false;false;South America;Americas;2025-11-23 14:33;1746;;;;\n2025-11-20;9864344;Ion M.;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-19 17:32;;109646.0;43390127;385826254;Rio Haina;Dominican Republic;385890833;;Forecast;United States;South;false;false;Northern America;Americas;2025-12-02 03:36;1746;;;;\n2025-11-20;9661376;Colon Trader;6987;Short Sea Tankers;Ballast;Chem/Bio;Americas;Central America;Panama;Panama Canal;2023-08-17 03:51;;7.1438932E7;38532874;385912536;Panama Canal Light.;Panama;385907328;;Forecast;;Southwest;false;false;;Americas;2025-11-28 21:37;1746;;;;\n2025-11-20;9441477;Osg Endurance;831;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-16 17:31;;3047286.0;43415286;385893812;Beaumont/Port Arthur;United States;385782988;;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-20;9766217;Hafnia Shannon;74189;Panamax/LR1;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-17 19:38;;274892.0;43352456;384630885;New York;United States;385833054;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9799862;Sfl Trinity;115711;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 21:56;;439435.0;43230618;385866427;;United States;385438384;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-20;9682332;Silver Orla;49746;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-06-29 02:33;;1.2518778E7;43349492;385780572;Lake Charles;United States;385864371;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-20;9970363;Kalk Bay;49999;MR;Ballast;Clean Products;Americas;Caribbean Islands;Dominican Republic;North West Atlantic Ocean;2025-11-15 06:37;;494537.0;43242781;385630345;Conakry;Guinea;385695643;;AIS;United States;West;false;false;Northern America;Americas;2025-11-25 15:16;1746;;;;\n2025-11-20;9902122;Yaca;52826;MR;Ballast;Clean Products;Americas;Central America;Nicaragua;Caribbean Sea;2025-11-19 15:59;;115257.0;43262757;385660187;;Panama;385881513;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-26 00:00;1746;;;;\n2025-11-20;9568885;Venray;4200;Small Tankers;Ballast;Other;Americas;Central America;;;;;0.0;43146205;385868350;Bahia Las Minas;Panama;385871511;;Forecast;Panama;Southwest;false;false;Central America;Americas;2025-11-23 18:20;1746;;;;\n2025-11-20;9986831;Asphalt Sonata;36704;Handy/MR1;Ballast;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-13 03:15;;679467.0;43411199;385882850;New York;United States;385883394;;Forecast;United States;South;false;false;Northern America;Americas;2025-11-27 15:31;1746;;;;\n2025-11-20;9601821;Liberty;2366;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-01 23:23;;1643795.0;43331867;385861434;Tampa;United States;385864909;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 11:21;1746;;;;\n2025-11-20;9459072;Nave Aquila;49991;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-16 03:36;;419022.0;43218333;385544882;Rio Haina;Dominican Republic;385850487;Mobile;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 21:00;1746;;;;\n2025-11-20;9669914;Green Planet;50844;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-30 23:19;;1816848.0;43231161;385629369;Tuxpan;Mexico;385790503;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 00:00;1746;;;;\n2025-11-20;9891672;Pegasus Star;116120;Aframax/LR2;Ballast;DPP;Americas;South America;Venezuela;Caribbean Sea;2025-11-19 23:58;;86468.0;43246833;385554840;Immingham;United Kingdom;385609180;Tolu;Port;Colombia;West;false;false;South America;Americas;2025-11-23 22:30;1746;;;;\n2025-11-20;7517686;Albert;478;Small Tankers;Ballast;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2014-04-01 00:02;;3.67372679E8;43298768;385634405;Green Bay;United States;385796254;Toledo OH;AIS;United States;South;false;false;Northern America;Americas;2025-11-24 21:00;1746;;;;\n2025-11-20;9654579;Ardmore Encounter;49478;MR;Ballast;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-26 22:34;;2165136.0;43248318;385828682;;United States;385774786;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9707273;Sti Queens;50139;MR;Ballast;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-20 06:19;;63649.0;43246560;385666066;Puerto Moin;Costa Rica;385833034;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 07:46;1746;;;;\n2025-11-20;9585871;Montesperanza;159179;Suezmax/LR3;Ballast;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-27 06:18;;2137276.0;42816386;385803908;Philadelphia;United States;385597385;;AIS;United States;South;false;false;Northern America;Americas;2025-11-28 00:16;1746;;;;\n2025-11-20;9440136;Torm Philippines;46838;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 20:59;;97232.0;43255446;385896556;Panama Canal Light.;Panama;385858280;Balboa;Port;Panama;West;false;false;Central America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-20;9920693;Sea Amethyst;157146;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;United States;North West Atlantic Ocean;2025-10-07 11:14;;3847547.0;42915950;385542103;Philadelphia;United States;;;;;Southeast;true;false;;;;1746;;;;\n2025-11-20;9713856;Bw Wren;49999;MR;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-18 23:32;;2852860.0;43406744;385913165;Dos Bocas;Mexico;385913165;Dos Bocas;;Mexico;North;false;false;Northern America;Americas;2025-11-21 00:19;1746;;;;\n2025-11-20;8966717;Andrea;1549;Small Tankers;Ballast;Other;Americas;Northern America;United States;North West Atlantic Ocean;2016-11-10 15:52;;2.84890071E8;43074552;385897597;New York;United States;385919265;New York;;United States;Southwest;false;false;Northern America;Americas;2025-11-21 06:19;1746;;;;\n2025-11-20;9521447;Nordtulip;105511;Aframax/LR2;Ballast;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 11:39;;1426816.0;;385503882;Beaumont/Port Arthur;United States;385879083;;Forecast;Mexico;Southeast;false;false;Northern America;Americas;2025-11-24 07:31;1746;;;;\n2025-11-20;9460409;Monarca 1;4900;Small Tankers;Loaded;Clean Products;Americas;Caribbean Islands;Puerto Rico;North West Atlantic Ocean;2025-11-14 04:17;;589356.0;;385686130;San Juan;Puerto Rico;;;;;North;false;false;;;;1746;;;;\n2025-11-20;9726463;Maersk Teesport;49796;MR;Ballast;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-19 11:39;;130831.0;;385886853;Panama Canal Light.;Panama;385921761;;;Panama;North;false;false;Central America;Americas;2025-11-21 07:39;1746;;;;\n2025-11-18;9788497;St. Petri;50105;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:19;;6023.0;;385730612;Garyville;United States;385886569;;;Panama;East;false;false;Central America;Americas;2025-11-19 16:59;1746;;;;\n2025-11-18;9867798;Pacific Blue;49995;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 11:39;;130816.0;;385660249;Baton Rouge;United States;385719994;;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-19 07:59;1746;;;;\n2025-11-18;9902873;Evergreen Mariner;50275;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:19;;6030.0;43341685;385625532;Houston;United States;385871135;Rainbow City;;Panama;South;false;false;Central America;Americas;2025-11-19 01:39;1746;;;;\n2025-11-18;9939058;Golden Voyager;49999;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 04:39;;69651.0;43267998;385500376;Houston;United States;385880611;;;Panama;East;false;false;Central America;Americas;2025-11-19 11:19;1746;;;;\n2025-11-18;9505974;Bonita Aki;14701;Short Sea Tankers;Loaded;Chem/Bio;Americas;South America;Colombia;Caribbean Sea;2025-11-16 01:42;;253074.0;;385728457;Freeport Texas;United States;385875917;Barranquilla;;Colombia;Southeast;false;false;South America;Americas;2025-11-19 06:59;1746;;;;\n2025-11-19;9866782;Bow Persistent;36225;Handy/MR1;Loaded;Chem/Bio;Americas;Central America;Panama;Panama Canal;2025-11-18 14:59;;118851.0;;385654752;Guayaquil;Ecuador;385816322;;AIS;Panama;North;false;false;Central America;Americas;2025-11-20 12:38;1746;;;;\n2025-11-19;9858852;Wisco Adventure;49500;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 20:59;;97259.0;43423625;385747988;;United States;385913175;;;Panama;Northeast;false;false;Central America;Americas;2025-11-20 22:38;1746;;;;\n2025-11-19;9919151;Sakura Voyager;49998;MR;Loaded;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-17 04:34;2025-11-20 01:39;242745.0;;385752663;Houston;United States;385771268;;AIS;Panama;South;false;false;Central America;Americas;2025-11-20 17:39;1746;;;;\n2025-11-19;9667930;Virgen De La Aurora;49997;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 22:39;;91213.0;;385565199;St Charles;United States;385748658;;AIS;Panama;West;false;false;Central America;Americas;2025-11-20 12:18;1746;;;;\n2025-11-19;9524774;Torvanger;45318;MR;Loaded;Chem/Bio;Americas;Central America;Panama;Panama Canal;2025-11-19 18:59;;18033.0;;385728559;Geismar;United States;385771150;;AIS;Panama;South;false;false;Central America;Americas;2025-11-20 22:00;1746;;;;\n2025-11-19;9800673;Pacific Tamerlane;49999;MR;Loaded;Clean Products;Americas;Central America;Panama;Caribbean Sea;2025-11-17 04:19;;243642.0;43375725;385758868;St Charles;United States;385786625;;AIS;Panama;South;false;false;Central America;Americas;2025-11-20 19:00;1746;;;;\n2025-11-19;9814193;Boxer;49852;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-17 07:39;;231612.0;;385633790;Houston;United States;385711796;;AIS;Panama;Southeast;false;false;Central America;Americas;2025-11-20 13:58;1746;;;;\n2025-11-19;9749491;Nordic Hawk;158594;Suezmax/LR3;Loaded;Crude/Co;Americas;Central America;Panama;Caribbean Sea;2025-11-15 20:56;;356589.0;43357412;385737328;Yellowtail;Guyana;385782983;Chiriqui Grande;AIS;Panama;Southwest;false;false;Central America;Americas;2025-11-21 00:00;1746;;;;\n2025-11-19;9391995;Stolt Flamenco;12254;Short Sea Tankers;Loaded;Clean Products;Americas;South America;Colombia;Caribbean Sea;2025-11-15 11:51;;389331.0;;385744635;Cartagena (Colombia);Colombia;385897225;Cartagena (Colombia);;Colombia;Southwest;false;false;South America;Americas;2025-11-20 04:39;1746;;;;\n2025-11-18;9521435;Nordrose;104583;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-05-29 08:01;;1.5004681E7;43332833;385597312;Coatzacoalcos;Mexico;385813876;Corpus Christi;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9845166;Fpmc 34;48000;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-09-07 04:16;;6291825.0;43376204;385740520;Coatzacoalcos;Mexico;385785545;Madero;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-21 19:42;1746;;;;\n2025-11-18;9809394;Ginga Angel;25245;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 14:19;;553222.0;43322642;385829520;Houston;United States;385831938;;Forecast;;South;false;false;Northern America;Americas;2025-11-22 16:57;1746;;;;\n2025-11-18;9942689;Mockingbird;19999;Intermediate Tankers;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-23 13:57;;2282573.0;43382692;385717419;Madero;Mexico;385897432;Madero;;Mexico;Northwest;false;false;Northern America;Americas;2025-11-20 05:38;1746;;;;\n2025-11-18;9637088;Ardmore Seavanguard;49884;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-22 00:32;;2417257.0;43374826;385784322;Corpus Christi;United States;385878730;Corpus Christi;;United States;East;false;false;Northern America;Americas;2025-11-19 09:59;1746;;;;\n2025-11-18;9595618;C. Innovator;313999;VLCC;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 04:19;;1107655.0;43207464;385338981;Corpus Christi;United States;385875190;;;United States;East;false;false;Northern America;Americas;2025-11-19 01:38;1746;;;;\n2025-11-18;9635846;Hafnia Tiger;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 16:55;;371054.0;43384872;385748088;St Charles;United States;385863453;Tuxpan;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-22 10:00;1746;;;;\n2025-11-18;9729245;Sti Selatar;109999;Aframax/LR2;Loaded;Clean Products;;;;South East Atlantic Ocean;2025-11-14 05:18;;412874.0;43238727;385602317;Salinetas Port;Spain;385592351;Kingston;AIS;Jamaica;Southeast;false;false;Caribbean Islands;Americas;2025-11-19 21:46;1746;;;;\n2025-11-18;9573701;Bastille Street;47906;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-18 04:58;;68501.0;;385688277;Willemstad;Curacao;385886821;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-18;9724609;Sea Fractus;45999;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-01 20:56;;9428632.0;43388545;385796830;Coatzacoalcos;Mexico;385221486;Tuxpan;Port;Mexico;Southeast;false;false;Northern America;Americas;2025-11-19 05:18;1746;;;;\n2025-11-18;9505936;Stolt Ilex;19734;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-24 09:35;;7482270.0;43328290;385821617;Altamira;Mexico;385897429;Altamira;;Mexico;West;false;false;Northern America;Americas;2025-11-20 05:37;1746;;;;\n2025-11-18;9785706;Sti Leblon;49990;MR;Loaded;Clean Products;Americas;Caribbean Islands;United States Virgin Islands;Caribbean Sea;2025-11-17 23:46;;87205.0;43190293;385582158;Saint Croix;United States Virgin Islands;385850398;;Fixture;;West;false;false;Northern America;Americas;2025-11-22 18:57;1746;;;;\n2025-11-18;9417024;Eagle Kangar;107481;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:38;;858103.0;;385782027;Corpus Christi;United States;385875189;;;United States;Southeast;false;false;Northern America;Americas;2025-11-19 01:38;1746;;;;\n2025-11-18;9539585;Spring Street;49992;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-24 14:55;;2192695.0;;385782248;Beaumont/Port Arthur;United States;385784843;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-19 13:18;1746;;;;\n2025-11-18;9919632;Jupiter Star;50434;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-09 19:02;;2.4382672E7;;385780561;Dos Bocas;Mexico;385840319;Tuxpan;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-21 00:57;1746;;;;\n2025-11-18;9702209;Torm Dagmar;49999;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-29 01:39;;1808430.0;43333675;385703098;Houston;United States;385615941;Tuxpan;Port;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-18;9916317;Prosperity 12;6880;Short Sea Tankers;Loaded;Clean Products;;;;Central East Pacific Ocean;2025-10-31 04:37;;1624926.0;43351687;385404479;Honolulu;United States;385722353;;Forecast;;South;false;false;Northern America;Americas;2025-11-21 12:57;1746;;;;\n2025-11-18;9564578;American Phoenix;49035;MR;Loaded;Crude/Co;;;;Gulf of Mexico;2025-11-13 00:58;;514879.0;43362823;385666898;Corpus Christi;United States;385752347;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 23:31;1746;;;;\n2025-11-19;9986049;Pheasant;20799;Intermediate Tankers;Loaded;Chem/Bio;Americas;Central America;Honduras;Caribbean Sea;2025-11-06 07:59;;1180845.0;;385726704;Cartagena (Colombia);Colombia;385777014;Puerto Castilla;Port;Honduras;Northwest;false;false;Central America;Americas;2025-11-20 09:39;1746;;;;\n2025-11-19;9505936;Stolt Ilex;19734;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-24 09:35;;7568670.0;;385821617;Altamira;Mexico;385897429;Altamira;;Mexico;West;false;false;Northern America;Americas;2025-11-20 05:37;1746;;;;\n2025-11-19;9942689;Mockingbird;19999;Intermediate Tankers;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-23 13:57;;2368973.0;;385717419;Madero;Mexico;385897432;Madero;;Mexico;North;false;false;Northern America;Americas;2025-11-20 05:38;1746;;;;\n2025-11-19;9809394;Ginga Angel;25245;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 14:19;;639622.0;43322642;385829520;Houston;United States;385831938;;Forecast;;Southeast;false;false;Northern America;Americas;2025-11-22 16:57;1746;;;;\n2025-11-19;9718416;Silver Eburna;49737;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-26 04:57;;2142122.0;43301848;385590163;Houston;United States;385878139;Tuxpan;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-22 18:00;1746;;;;\n2025-11-19;9564578;American Phoenix;49035;MR;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-13 00:58;;601279.0;43362823;385666898;Corpus Christi;United States;385752347;;Forecast;United States;Southeast;false;false;Northern America;Americas;2025-11-22 23:31;1746;;;;\n2025-11-19;9739264;Chem Spica;25269;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-07 23:57;;1036962.0;;385790538;Texas City;United States;385820909;Corpus Christi;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 21:00;1746;;;;\n2025-11-19;9573701;Bastille Street;47906;MR;Loaded;Clean Products;;;;Gulf of Mexico;2025-11-18 04:58;;154901.0;43424598;385688277;Willemstad;Curacao;385886821;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-19;9442249;Algoterra;16512;Intermediate Tankers;Loaded;DPP;Americas;Northern America;Canada;North West Atlantic Ocean;2024-10-27 14:39;;3.3556824E7;;385784977;Sarnia;Canada;385784979;;Forecast;;East;false;false;Northern America;Americas;2025-11-24 09:57;1746;;;;\n2025-11-19;9635846;Hafnia Tiger;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 16:55;;457454.0;43384872;385748088;St Charles;United States;385863453;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 10:00;1746;;;;\n2025-11-19;9702209;Torm Dagmar;49999;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-29 01:39;;1894830.0;43333675;385703098;Houston;United States;385615941;Tuxpan;Port;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-19;9685475;Stena Immortal;49647;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Caribbean Sea;2025-11-19 19:35;;15889.0;43317700;385632186;Pascagoula;United States;385850518;Puerto Cortes;AIS;Honduras;South;false;false;Central America;Americas;2025-11-22 02:00;1746;;;;\n2025-11-19;9919632;Jupiter Star;50434;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-09 19:02;;2.4469072E7;;385780561;Dos Bocas;Mexico;385840319;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-21 00:57;1746;;;;\n2025-11-19;9521435;Nordrose;104583;Aframax/LR2;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-05-29 08:01;;1.5091081E7;43415067;385597312;Coatzacoalcos;Mexico;385813876;Corpus Christi;AIS;United States;West;false;false;Northern America;Americas;2025-11-20 01:19;1746;;;;\n2025-11-20;9682320;Silver Valerie;49715;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 17:58;;540071.0;43398134;385820887;Houston;United States;385851598;;Forecast;;North;false;false;Northern America;Americas;2025-11-25 20:57;1746;;;;\n2025-11-20;9635846;Hafnia Tiger;49999;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-14 16:55;;543854.0;43384872;385748088;St Charles;United States;385863453;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 10:00;1746;;;;\n2025-11-20;9919632;Jupiter Star;50434;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-09 19:02;;2.4555472E7;43373416;385780561;Dos Bocas;Mexico;385840319;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-21 00:57;1746;;;;\n2025-11-20;9702209;Torm Dagmar;49999;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-29 01:39;;1981230.0;43333675;385703098;Houston;United States;385615941;Tuxpan;Port;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9916317;Prosperity 12;6880;Short Sea Tankers;Loaded;Clean Products;;;;Central East Pacific Ocean;2025-10-31 04:37;;1797726.0;43351687;385404479;Honolulu;United States;385722353;;Forecast;;West;false;false;Northern America;Americas;2025-11-23 09:57;1746;;;;\n2025-11-20;9811127;Stolt Tucan;15081;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-08-21 04:22;;7933045.0;43374825;385906075;Houston;United States;385911666;Altamira;Port;Mexico;West;false;false;Northern America;Americas;2025-11-25 00:00;1746;;;;\n2025-11-20;9783679;Khurais;298706;VLCC;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 04:13;;762403.0;43156736;385910624;;United States;385827829;;Forecast;;South;false;false;Northern America;Americas;2025-11-24 21:57;1746;;;;\n2025-11-20;9573701;Bastille Street;47906;MR;Loaded;Clean Products;;;;Gulf of Mexico;2025-11-18 04:58;;241301.0;43424598;385688277;Willemstad;Curacao;385886821;Corpus Christi;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 03:00;1746;;;;\n2025-11-20;9718416;Silver Eburna;49737;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-26 04:57;;2228522.0;43301848;385590163;Houston;United States;385878139;Tuxpan;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-22 17:00;1746;;;;\n2025-11-20;9513115;Aragona;319319;VLCC;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 09:10;;2645365.0;;384243278;Corpus Christi;United States;385916139;;;United States;Southwest;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-20;9435909;Overseas Santorini;51662;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-09 13:59;;986446.0;43388363;385820846;Corpus Christi;United States;385822401;;Forecast;;East;false;false;Northern America;Americas;2025-11-25 06:57;1746;;;;\n2025-11-20;9442249;Algoterra;16512;Intermediate Tankers;Loaded;DPP;Americas;Northern America;United States;North West Atlantic Ocean;2024-10-27 14:39;;3.3643224E7;43416904;385784977;Sarnia;Canada;385784979;;Forecast;;South;false;false;Northern America;Americas;2025-11-24 09:57;1746;;;;\n2025-11-20;9801081;Sc Taurus;40963;Handy/MR1;Loaded;Chem/Bio;Europe;Southern Europe;Portugal;North East Atlantic Ocean;2025-11-17 23:19;;261641.0;;385771143;Antwerp;Belgium;385457292;;Market;United States;South;false;false;Northern America;Americas;2025-11-25 12:23;1746;;;;\n2025-11-20;9739264;Chem Spica;25269;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-07 23:57;;1123362.0;;385790538;Texas City;United States;385820909;Corpus Christi;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 21:00;1746;;;;\n2025-11-20;9809394;Ginga Angel;25245;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 14:19;;726022.0;;385829520;Houston;United States;385831938;;Forecast;;Southwest;false;false;Northern America;Americas;2025-11-22 16:57;1746;;;;\n2025-11-20;9685475;Stena Immortal;49647;MR;Loaded;Clean Products;Americas;Central America;Belize;Caribbean Sea;2025-11-19 19:35;;102289.0;43317700;385632186;Pascagoula;United States;385850518;Puerto Cortes;AIS;Honduras;South;false;false;Central America;Americas;2025-11-22 02:00;1746;;;;\n2025-11-20;9453999;Eagle Hydra;113968;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-21 16:14;;2619940.0;;385847869;Houston;United States;385916138;;;United States;East;false;false;Northern America;Americas;2025-11-21 00:38;1746;;;;\n2025-11-20;9705744;Chem Altamira;19996;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 14:53;;1328782.0;43424416;385907795;Houston;United States;385873584;;Forecast;;South;false;false;Northern America;Americas;2025-11-25 20:57;1746;;;;\n2025-11-18;9953468;Njord Df;114545;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-11 23:57;;604923.0;43050683;385498240;;United Kingdom;385504290;Pascagoula;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 17:00;1746;;;;\n2025-11-18;9812743;High Transporter;51504;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 04:59;;1364433.0;43371598;385382495;Willemstad;Curacao;385446003;Houston;AIS;United States;South;true;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-18;9857858;Mediterranean Voyager;115590;Aframax/LR2;Loaded;Crude/Co;;;;Gulf of Mexico;2025-11-17 15:16;;117826.0;43292160;385667972;Port of Jose;Venezuela;385735530;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 00:01;1746;;;;\n2025-11-18;9724087;Thomas Zafiras;113691;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 16:15;;373454.0;42819893;385276582;;South Africa;384831654;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-18;9415777;Lois Ann L. Moran;600;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2021-09-24 02:45;;1.31058887E8;43358606;385817021;St Charles;United States;385817021;St Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-18 23:59;1746;;;;\n2025-11-18;9473066;Sealeo;107505;Aframax/LR2;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-07 06:38;2025-11-19 01:12;1012863.0;;385714375;Bajo Grande;Venezuela;385891950;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 23:00;1746;;;;\n2025-11-18;9783679;Khurais;298706;VLCC;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 04:13;;589603.0;43156736;385805519;;United States;385879877;;;United States;Southeast;false;false;Northern America;Americas;2025-11-19 07:37;1746;;;;\n2025-11-18;9719769;Hafnia Amazonite;38506;Handy/MR1;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:54;;399908.0;43232483;385420309;Port Lavaca;United States;385918903;Galveston Industrial Port;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-18;9732242;Asp Treasures;115063;Aframax/LR2;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-10 07:16;;751385.0;43340551;385692993;Point Lisas;Trinidad and Tobago;385756090;Freeport Texas;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-18;9590723;Jag Prachi;51486;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 08:16;;229414.0;43330204;385665362;;Panama;385693175;Houston;Port;United States;South;false;false;Northern America;Americas;2025-11-21 00:00;1746;;;;\n2025-11-18;9795062;Eagle Brasilia;113089;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-12 23:37;;3198144.0;;385757014;Yuum Kak Naab;Mexico;385448147;Lake Charles;AIS;United States;East;false;false;Northern America;Americas;2025-11-23 06:00;1746;;;;\n2025-11-18;9731731;Chem Star 1;25193;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-28 00:59;;1897237.0;;385796383;Houston;United States;385873723;Houston;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 04:18;1746;;;;\n2025-11-18;9117260;Genesis Eagle;574;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2024-06-09 16:25;;4.5560045E7;;385788201;Texas City;United States;385916128;Garyville;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-22 09:30;1746;;;;\n2025-11-18;9732773;Mandal;37596;Handy/MR1;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 10:57;;133364.0;;385742893;Charleston;United States;385898014;Galveston Industrial Port;;United States;West;false;false;Northern America;Americas;2025-11-20 08:19;1746;;;;\n2025-11-18;9683348;Silver Gertrude;49746;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 12:56;;2113398.0;;385286284;Houston;United States;385742616;Houston;Port;United States;South;false;false;Northern America;Americas;2025-11-21 00:00;1746;;;;\n2025-11-18;9847140;Chemical Contender;15945;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:13;;604016.0;43407258;385849839;Galveston Industrial Port;United States;385875284;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 01:45;1746;;;;\n2025-11-18;9448712;Petite Soeur;50420;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 21:58;;1303292.0;43397997;385806044;Corpus Christi;United States;385483993;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-18;9938494;Sonangol Njinga Mbande;157222;Suezmax/LR3;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-13 13:58;;468114.0;43252802;385460074;Peregrino;Brazil;385537831;Pascagoula;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 09:00;1746;;;;\n2025-11-18;9467811;Hafnia Africa;74540;Panamax/LR1;Loaded;Crude/Co;Americas;South America;Colombia;Caribbean Sea;2025-11-13 01:56;;511388.0;43319342;385636630;Tolu;Colombia;385823786;Texas City;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-18;9985992;Eva Pearl;19910;Intermediate Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Jamaica;Caribbean Sea;2025-11-15 17:19;;283228.0;43270633;385504303;Montevideo;Uruguay;385274551;St Charles;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-18;9900825;Clearocean Maverick;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-01 09:03;;4200976.0;;385631858;Beaumont/Port Arthur;United States;385796388;Houston;AIS;United States;East;false;false;Northern America;Americas;2025-11-20 19:17;1746;;;;\n2025-11-18;9705744;Chem Altamira;19996;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 14:53;;1155982.0;;385744597;Houston;United States;385871898;Houston;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 02:32;1746;;;;\n2025-11-18;9788435;High Adventurer;49997;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 04:38;;328916.0;;385482571;Banjul;Gambia;385910181;Baton Rouge;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 00:58;1746;;;;\n2025-11-18;9790646;Bow Precision;35155;Handy/MR1;Loaded;Chem/Bio;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-07 03:19;2025-11-19 15:34;1024830.0;;385764142;Chesapeake;United States;385823781;;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 22:21;1746;;;;\n2025-11-18;9973913;Navig8 Exceed;49166;MR;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 15:58;;547301.0;;384985046;;Panama;385311799;Beaumont/Port Arthur;AIS;United States;South;false;false;Northern America;Americas;2025-11-20 06:19;1746;;;;\n2025-11-18;9739305;Stolt Cobalt;27500;Handy/MR1;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 10:16;;740634.0;;385843016;Texas City;United States;385883630;Houston;;United States;Northwest;false;false;Northern America;Americas;2025-11-19 14:37;1746;;;;\n2025-11-18;9680102;Stolt Tenacity;38907;Handy/MR1;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-28 20:53;;1825593.0;43324116;385844172;Houston;United States;385889134;Houston;;United States;Southeast;false;false;Northern America;Americas;2025-11-19 20:18;1746;;;;\n2025-11-18;9422196;Eagle Kinabalu;107481;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 16:15;;1151067.0;;385708979;;United States;385754016;Lake Charles;AIS;United States;South;false;false;Northern America;Americas;2025-11-20 18:00;1746;;;;\n2025-11-18;9568196;Jag Laxmi;105525;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-20 09:56;;2556222.0;43286061;385800804;Yuum Kak Naab;Mexico;385470089;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 00:00;1746;;;;\n2025-11-18;9696694;Sti Alexis;109999;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:59;;151250.0;;385498361;Quebec City;Canada;385871068;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-20 12:21;1746;;;;\n2025-11-18;9553397;Furuholmen;17091;Intermediate Tankers;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-06-16 09:48;;1.3443075E7;43308716;385821757;Galveston Industrial Port;United States;385875188;;;United States;Northeast;true;false;Northern America;Americas;2025-11-19 00:17;1746;;;;\n2025-11-18;9955428;Bochem Houston;25999;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-31 17:16;;1579384.0;43411833;385834335;Houston;United States;385878161;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-19 15:58;1746;;;;\n2025-11-18;9853254;Sea Elephant;49929;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-02 04:35;;1452292.0;;385563953;Pascagoula;United States;385701268;Progreso;AIS;Mexico;East;false;false;Northern America;Americas;2025-11-20 22:18;1746;;;;\n2025-11-18;9503160;ATB Galveston;1485;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 03:59;;590429.0;;385801379;Corpus Christi;United States;385916416;Houston;;United States;South;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-18;9596272;Meridian Express;46589;MR;Loaded;Clean Products;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-16 22:19;;178812.0;43380661;385730351;;Panama;385826107;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 17:00;1746;;;;\n2025-11-18;9718076;Maersk Tokyo;49687;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 12:57;;903769.0;43366486;385761484;Beaumont/Port Arthur;United States;385584482;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-18;9539913;Ardmore Seavaliant;49998;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-26 14:22;;2.2930671E7;43384799;385801369;Tuxpan;Mexico;385811336;Progreso;AIS;Mexico;Northeast;false;false;Northern America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-18;9808314;Gemma;40019;Handy/MR1;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 00:39;;688814.0;43421537;385837094;Houston;United States;385866820;Plaquemine;AIS;United States;East;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-18;9811127;Stolt Tucan;15081;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-08-21 04:22;;7760245.0;43374825;385866314;Houston;United States;385906075;Houston;;United States;Southeast;false;false;Northern America;Americas;2025-11-20 15:59;1746;;;;\n2025-11-19;9811127;Stolt Tucan;15081;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-08-21 04:22;;7846645.0;;385866314;Houston;United States;385906075;Houston;;United States;North;false;false;Northern America;Americas;2025-11-20 15:59;1746;;;;\n2025-11-19;9596272;Meridian Express;46589;MR;Loaded;Clean Products;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-16 22:19;;265212.0;43380661;385730351;;Panama;385826107;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 17:00;1746;;;;\n2025-11-19;9683348;Silver Gertrude;49746;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 12:56;;2199798.0;43407869;385286284;Houston;United States;385742616;Houston;Port;United States;Southwest;true;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-19;9724087;Thomas Zafiras;113691;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 16:15;;459854.0;42819893;385276582;;South Africa;384831654;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 18:00;1746;;;;\n2025-11-19;9712606;Mtm Santos;22396;Intermediate Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Dominican Republic;Caribbean Sea;2025-11-18 00:31;;170911.0;43299405;385453004;Rio Grande;Brazil;385629576;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-25 19:00;1746;;;;\n2025-11-19;9719769;Hafnia Amazonite;38506;Handy/MR1;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:54;;486308.0;;385420309;Port Lavaca;United States;385918903;Galveston Industrial Port;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-19;9590723;Jag Prachi;51486;MR;Loaded;Clean Products;;;;Gulf of Mexico;2025-11-16 08:16;;315814.0;43330204;385665362;;Panama;385693175;Houston;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-21 00:00;1746;;;;\n2025-11-19;9473066;Sealeo;107505;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 01:12;;82033.0;;385714375;Bajo Grande;Venezuela;385891950;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 23:00;1746;;;;\n2025-11-19;9795062;Eagle Brasilia;113089;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-12 23:37;;3284544.0;43372599;385757014;Yuum Kak Naab;Mexico;385448147;Lake Charles;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-19;9731731;Chem Star 1;25193;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-28 00:59;;1983637.0;43389923;385873723;Houston;United States;385901828;Texas City;;United States;Southeast;false;false;Northern America;Americas;2025-11-20 12:37;1746;;;;\n2025-11-19;9973913;Navig8 Exceed;49166;MR;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 15:58;;633701.0;;384985046;;Panama;385311799;Beaumont/Port Arthur;AIS;United States;South;false;false;Northern America;Americas;2025-11-20 06:19;1746;;;;\n2025-11-19;9970600;Bonita Ana;14943;Short Sea Tankers;Loaded;Chem/Bio;Americas;Central America;Honduras;Caribbean Sea;2025-11-09 13:34;;901552.0;43382026;385754278;Barranquilla;Colombia;385803819;New Orleans;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-19;9788435;High Adventurer;49997;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 04:38;;415316.0;43421967;385482571;Banjul;Gambia;385910181;Baton Rouge;AIS;United States;West;false;false;Northern America;Americas;2025-11-21 00:58;1746;;;;\n2025-11-19;9516222;Arendal;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 12:34;;473101.0;43406600;385823898;Texas City;United States;385866857;Garyville;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 04:00;1746;;;;\n2025-11-19;9696694;Sti Alexis;109999;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 05:59;;237650.0;43231684;385498361;Quebec City;Canada;385871068;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-23 13:21;1746;;;;\n2025-11-19;9857858;Mediterranean Voyager;115590;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:16;;204226.0;43292160;385667972;Port of Jose;Venezuela;385735530;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 00:01;1746;;;;\n2025-11-19;9448712;Petite Soeur;50420;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 21:58;;1389692.0;43397997;385806044;Corpus Christi;United States;385483993;Houston;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-19;9718076;Maersk Tokyo;49687;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 12:57;;990169.0;43366486;385761484;Beaumont/Port Arthur;United States;385584482;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-19;9812743;High Transporter;51504;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 04:59;;1450833.0;43371598;385382495;Willemstad;Curacao;385446003;Houston;AIS;United States;Southwest;true;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-19;9847140;Chemical Contender;15945;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 00:13;;690416.0;;385849839;Galveston Industrial Port;United States;385875284;Houston;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-24 01:45;1746;;;;\n2025-11-19;9808314;Gemma;40019;Handy/MR1;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 00:39;;775214.0;43421537;385837094;Houston;United States;385866820;Plaquemine;AIS;United States;East;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-19;9705744;Chem Altamira;19996;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 14:53;;1242382.0;43424416;385871898;Houston;United States;385907795;Houston;;United States;South;false;false;Northern America;Americas;2025-11-20 15:56;1746;;;;\n2025-11-19;9783679;Khurais;298706;VLCC;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 04:13;;676003.0;43156736;385879877;;United States;385910624;;;United States;South;false;false;Northern America;Americas;2025-11-20 14:18;1746;;;;\n2025-11-19;9117260;Genesis Eagle;574;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2024-06-09 16:25;;4.5646445E7;;385788201;Texas City;United States;385916128;Garyville;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-22 09:30;1746;;;;\n2025-11-19;9503160;ATB Galveston;1485;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 03:59;;676829.0;;385801379;Corpus Christi;United States;385916416;Houston;;United States;East;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-19;9732773;Mandal;37596;Handy/MR1;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 10:57;;219764.0;;385742893;Charleston;United States;385898014;Galveston Industrial Port;;United States;Northwest;false;false;Northern America;Americas;2025-11-20 08:19;1746;;;;\n2025-11-19;9539913;Ardmore Seavaliant;49998;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-26 14:22;;2.3017071E7;;385801369;Tuxpan;Mexico;385811336;Progreso;AIS;Mexico;Northeast;false;false;Northern America;Americas;2025-11-24 09:00;1746;;;;\n2025-11-19;9422196;Eagle Kinabalu;107481;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 16:15;;1237467.0;43346539;385708979;;United States;385754016;Lake Charles;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-19;9985992;Eva Pearl;19910;Intermediate Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-15 17:19;;369628.0;;385504303;Montevideo;Uruguay;385274551;St Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9938494;Sonangol Njinga Mbande;157222;Suezmax/LR3;Loaded;Crude/Co;;;;Gulf of Mexico;2025-11-19 03:14;;74727.0;43252802;385460074;Peregrino;Brazil;385537831;Pascagoula;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 09:00;1746;;;;\n2025-11-19;9953468;Njord Df;114545;Aframax/LR2;Loaded;Crude/Co;Americas;Caribbean Islands;Bahamas;Gulf of Mexico;2025-11-19 22:30;;5353.0;43050683;385498240;;United Kingdom;385504290;Pascagoula;AIS;United States;South;false;false;Northern America;Americas;2025-11-23 17:00;1746;;;;\n2025-11-19;9753703;Hafnia Tanzanite;49478;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 05:07;;759144.0;;385842317;Galveston Industrial Port;United States;385629424;Texas City;AIS;United States;South;false;false;Northern America;Americas;2025-11-21 01:19;1746;;;;\n2025-11-19;9817107;Cap Quebec;156013;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 13:39;;1160427.0;43249595;385451585;Dos Bocas;Mexico;385891687;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 23:00;1746;;;;\n2025-11-19;9790646;Bow Precision;35155;Handy/MR1;Loaded;Chem/Bio;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 15:34;;30357.0;;385764142;Chesapeake;United States;385823781;;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 22:21;1746;;;;\n2025-11-19;9553397;Furuholmen;17091;Intermediate Tankers;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-06-16 09:48;;1.3529475E7;43308716;385891880;;United States;385919159;;;United States;South;true;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-19;9467811;Hafnia Africa;74540;Panamax/LR1;Loaded;Crude/Co;Americas;Caribbean Islands;Cayman Islands;Caribbean Sea;2025-11-13 01:56;;597788.0;43319342;385636630;Tolu;Colombia;385823786;Texas City;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-19;9732242;Asp Treasures;115063;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-19 03:34;;73554.0;43340551;385692993;Point Lisas;Trinidad and Tobago;385756090;Freeport Texas;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-19;9924728;Oriental Ixia;16279;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-02 04:15;;1539898.0;43406074;385768398;Coatzacoalcos;Mexico;385864973;Freeport Texas;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 05:00;1746;;;;\n2025-11-19;9900825;Clearocean Maverick;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-10-01 09:03;;4287376.0;;385631858;Beaumont/Port Arthur;United States;385796388;Houston;AIS;United States;South;false;false;Northern America;Americas;2025-11-20 19:17;1746;;;;\n2025-11-19;9853254;Sea Elephant;49929;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-02 04:35;;1538692.0;;385563953;Pascagoula;United States;385701268;Progreso;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-20 22:18;1746;;;;\n2025-11-19;9923748;Stena Promise;49900;MR;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 01:18;;427297.0;43409315;385483594;St James;United States;385855007;Geismar;AIS;United States;North;false;false;Northern America;Americas;2025-11-20 00:19;1746;;;;\n2025-11-19;9579547;Almi Explorer;157787;Suezmax/LR3;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 03:58;;504116.0;;385847889;;United States;385892094;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 05:18;1746;;;;\n2025-11-19;9717113;Sti Guide;109999;Aframax/LR2;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-09-04 14:57;;6598921.0;;385842614;Garyville;United States;385921915;;;United States;Southeast;false;false;Northern America;Americas;2025-11-21 07:19;1746;;;;\n2025-11-20;9817107;Cap Quebec;156013;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-06 13:39;;1246827.0;43249595;385451585;Dos Bocas;Mexico;385891687;Beaumont/Port Arthur;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 23:00;1746;;;;\n2025-11-20;9539913;Ardmore Seavaliant;49998;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-02-26 14:22;;2.3103471E7;43384799;385801369;Tuxpan;Mexico;385811336;Progreso;AIS;Mexico;Northeast;false;false;Northern America;Americas;2025-11-24 09:00;1746;;;;\n2025-11-20;9718076;Maersk Tokyo;49687;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-08 12:57;;1076569.0;43366486;385761484;Beaumont/Port Arthur;United States;385584482;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 15:00;1746;;;;\n2025-11-20;9732242;Asp Treasures;115063;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 03:34;;159954.0;43340551;385692993;Point Lisas;Trinidad and Tobago;385756090;Freeport Texas;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 09:00;1746;;;;\n2025-11-20;9117260;Genesis Eagle;574;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2024-06-09 16:25;;4.5732845E7;;385788201;Texas City;United States;385916128;Garyville;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 09:30;1746;;;;\n2025-11-20;9795062;Eagle Brasilia;113089;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-10-12 23:37;;3370944.0;43372599;385757014;Yuum Kak Naab;Mexico;385448147;Lake Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-20;9953468;Njord Df;114545;Aframax/LR2;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 22:30;;91753.0;43050683;385498240;;United Kingdom;385504290;Pascagoula;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 17:00;1746;;;;\n2025-11-20;9719769;Hafnia Amazonite;38506;Handy/MR1;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 08:54;;572708.0;;385420309;Port Lavaca;United States;385918903;Galveston Industrial Port;;United States;Northeast;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-20;9985992;Eva Pearl;19910;Intermediate Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-20 18:33;;19604.0;43270633;385504303;Montevideo;Uruguay;385274551;St Charles;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;9420643;Drepanos;107467;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 20:56;;702202.0;43400660;385409369;St Charles;United States;385852935;;AIS;United States;West;false;false;Northern America;Americas;2025-11-24 16:34;1746;;;;\n2025-11-20;9753703;Hafnia Tanzanite;49478;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 05:07;;845544.0;;385842317;Galveston Industrial Port;United States;385629424;Texas City;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 01:19;1746;;;;\n2025-11-20;9938494;Sonangol Njinga Mbande;157222;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 03:14;;161127.0;43252802;385460074;Peregrino;Brazil;385537831;Pascagoula;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 15:00;1746;;;;\n2025-11-20;9683348;Silver Gertrude;49746;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 12:56;;2286198.0;43407869;385286284;Houston;United States;385742616;Houston;Port;United States;South;true;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-20;9467811;Hafnia Africa;74540;Panamax/LR1;Loaded;Crude/Co;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-13 01:56;;684188.0;43319342;385636630;Tolu;Colombia;385823786;Texas City;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-20;9712606;Mtm Santos;22396;Intermediate Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Haiti;Caribbean Sea;2025-11-18 00:31;;257311.0;43299405;385453004;Rio Grande;Brazil;385629576;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-26 05:00;1746;;;;\n2025-11-20;9516222;Arendal;49999;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 12:34;;559501.0;43406600;385823898;Texas City;United States;385866857;Garyville;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9808314;Gemma;40019;Handy/MR1;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 00:39;;861614.0;43421537;385837094;Houston;United States;385866820;Plaquemine;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-24 06:00;1746;;;;\n2025-11-20;9970600;Bonita Ana;14943;Short Sea Tankers;Loaded;Chem/Bio;Americas;Caribbean Islands;Cuba;Caribbean Sea;2025-11-09 13:34;;987952.0;43382026;385754278;Barranquilla;Colombia;385803819;New Orleans;Port;United States;Northwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-20;9503160;ATB Galveston;1485;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 03:59;;763229.0;;385801379;Corpus Christi;United States;385916416;Houston;;United States;Northwest;false;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-20;9417024;Eagle Kangar;107481;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-09 01:38;;1030903.0;43421937;385910623;;United States;385918970;Beaumont/Port Arthur;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9553397;Furuholmen;17091;Intermediate Tankers;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-06-16 09:48;;1.3615875E7;;385891880;;United States;385919159;;;United States;North;true;false;Northern America;Americas;2025-11-21 03:19;1746;;;;\n2025-11-20;9422196;Eagle Kinabalu;107481;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-05 16:15;;1323867.0;43346539;385708979;;United States;385754016;Lake Charles;AIS;United States;South;true;false;Northern America;Americas;2025-11-23 18:00;1746;;;;\n2025-11-20;9579547;Almi Explorer;157787;Suezmax/LR3;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 03:58;;590516.0;42650877;385847889;;United States;385892094;;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-24 07:21;1746;;;;\n2025-11-20;9590723;Jag Prachi;51486;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-16 08:16;;402214.0;43330204;385665362;;Panama;385693175;Houston;Port;United States;Southwest;false;false;Northern America;Americas;2025-11-24 00:00;1746;;;;\n2025-11-20;9788435;High Adventurer;49997;MR;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-11-15 04:38;;501716.0;;385482571;Banjul;Gambia;385910181;Baton Rouge;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 01:00;1746;;;;\n2025-11-20;9596272;Meridian Express;46589;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-20 09:37;;51769.0;43380661;385730351;;Panama;385826107;Houston;AIS;United States;West;false;false;Northern America;Americas;2025-11-23 17:00;1746;;;;\n2025-11-20;9448712;Petite Soeur;50420;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 21:58;;1476092.0;43397997;385806044;Corpus Christi;United States;385483993;Houston;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9724087;Thomas Zafiras;113691;Aframax/LR2;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2025-11-14 16:15;;546254.0;42819893;385276582;;South Africa;384831654;Houston;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9812743;High Transporter;51504;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-03 04:59;;1537233.0;43371598;385382495;Willemstad;Curacao;385446003;Houston;AIS;United States;North;true;false;Northern America;Americas;2025-11-22 21:00;1746;;;;\n2025-11-20;9594731;Seaways Brazos;158537;Suezmax/LR3;Loaded;Crude/Co;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-14 00:57;;601367.0;43313613;385603141;;Spain;385154710;LOOP;AIS;United States;Northeast;false;false;Northern America;Americas;2025-11-25 11:00;1746;;;;\n2025-11-20;9473066;Sealeo;107505;Aframax/LR2;Loaded;Crude/Co;Americas;Northern America;United States;Gulf of Mexico;2025-11-19 01:12;;168433.0;43282207;385714375;Bajo Grande;Venezuela;385891950;Beaumont/Port Arthur;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-21 23:00;1746;;;;\n2025-11-20;9924728;Oriental Ixia;16279;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-02 04:15;;1626298.0;43406074;385768398;Coatzacoalcos;Mexico;385864973;Freeport Texas;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 05:00;1746;;;;\n2025-11-20;9790646;Bow Precision;35155;Handy/MR1;Loaded;Chem/Bio;Americas;Caribbean Islands;Cuba;Gulf of Mexico;2025-11-19 15:34;;116757.0;;385764142;Chesapeake;United States;385823781;;AIS;United States;Northwest;false;false;Northern America;Americas;2025-11-22 22:21;1746;;;;\n2025-11-20;9717113;Sti Guide;109999;Aframax/LR2;Loaded;Other;Americas;Northern America;United States;Gulf of Mexico;2025-09-04 14:57;;6685321.0;;385842614;Garyville;United States;385921915;;;United States;Northwest;false;false;Northern America;Americas;2025-11-21 07:19;1746;;;;\n2025-11-18;9973676;Aqua Ray;21000;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:36;;116627.0;43383666;385737810;Savannah;United States;385808196;Tampa;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-20 03:00;1746;;;;\n2025-11-18;9486958;Pennsylvania;46665;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-12 07:32;;577637.0;43377228;385790636;Garyville;United States;385823730;Everglades;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-20 14:00;1746;;;;\n2025-11-18;9555292;T Matterhorn;47981;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-01-02 07:22;;5.9330275E7;;385803296;Coatzacoalcos;Mexico;385889347;San Juan de Ulua;AIS;Mexico;Southwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-18;9817509;Chem Selenium;19999;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-05 11:37;;1167731.0;43389456;385821826;Chesapeake;United States;385834467;Savannah;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-19 17:37;1746;;;;\n2025-11-18;9425526;Mp Mr Tanker 2;49997;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 12:27;;1251151.0;;385748544;Dos Bocas;Mexico;385752096;;Forecast;Mexico;North;false;false;Northern America;Americas;2025-11-21 21:30;1746;;;;\n2025-11-18;9697997;Magnolia State;49151;MR;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-18 02:18;;78079.0;43411604;385796404;Everglades;United States;385883808;Tampa;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-18;9565584;Yellowfin;428;Small Tankers;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-06 10:58;;1083670.0;43326299;385811311;Port Manatee;United States;385829786;Tampa;;United States;Southwest;false;false;Northern America;Americas;2025-11-19 23:17;1746;;;;\n2025-11-18;9698006;Garden State;49151;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-10 01:19;2025-11-19 00:58;772833.0;43378575;385794176;Garyville;United States;385821758;Everglades;AIS;United States;East;false;false;Northern America;Americas;2025-11-21 05:00;1746;;;;\n2025-11-18;9378761;Brandywine;241;Small Tankers;Loaded;DPP;Americas;Northern America;United States;Gulf of Mexico;2021-11-06 12:14;;1.27309527E8;43158854;385834320;Tampa;United States;385880609;Tampa;;United States;North;true;false;Northern America;Americas;2025-11-19 11:19;1746;;;;\n2025-11-18;9478614;Alpine Link;50208;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-29 00:17;;1.2354149E7;;385377522;Houston;United States;385488432;Coatzacoalcos;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-18;9797383;Stena Imperator;49740;MR;Loaded;Chem/Bio;Americas;Northern America;United States;North East Pacific Ocean;2025-10-13 04:18;;3181314.0;;384402388;Singapore;Singapore Republic;384409398;Key West;AIS;United States;Northwest;true;false;Northern America;Americas;2025-11-22 02:16;1746;;;;\n2025-11-18;9952610;Marina M;49842;MR;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-10 00:16;;776580.0;43419691;385350987;St Petersburg;Russian Federation;385401256;Wilmington NC;AIS;United States;South;false;false;Northern America;Americas;2025-11-19 23:58;1746;;;;\n2025-11-19;9555292;T Matterhorn;47981;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-01-02 07:22;;5.9416675E7;;385803296;Coatzacoalcos;Mexico;385889347;San Juan de Ulua;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-21 12:00;1746;;;;\n2025-11-19;9461697;Hafnia Crux;52550;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-03-06 18:16;;2.2311802E7;43406891;385737883;Dos Bocas;Mexico;385871034;Coatzacoalcos;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-20 00:55;1746;;;;\n2025-11-19;9780017;Stolt Condor;15081;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-10 18:29;;3475805.0;43382049;385887037;Houston;United States;385897293;Coatzacoalcos;AIS;Mexico;East;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-19;9478614;Alpine Link;50208;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-29 00:17;;1.2440549E7;43221776;385377522;Houston;United States;385488432;Coatzacoalcos;AIS;Mexico;West;false;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-19;9385740;ATB Corpus Christi;1445;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-19 18:38;;19283.0;;385814034;New Orleans;United States;385883908;Savannah;AIS;United States;East;false;false;Northern America;Americas;2025-11-22 01:00;1746;;;;\n2025-11-19;9528380;Valleblu;50895;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-05-07 03:10;;1.7009381E7;;385847918;Houston;United States;385869382;Coatzacoalcos;AIS;Mexico;North;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-19;9817509;Chem Selenium;19999;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-05 11:37;;1254131.0;43389456;385834467;Savannah;United States;385895775;Tampa;AIS;United States;West;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-19;9785689;Sti Galata;49990;MR;Loaded;Clean Products;;;;North West Atlantic Ocean;2025-11-14 18:58;;450118.0;43361363;385623044;;Spain;385731155;Freeport Bahamas;AIS;Bahamas;West;false;false;Caribbean Islands;Americas;2025-11-21 23:00;1746;;;;\n2025-11-19;9425526;Mp Mr Tanker 2;49997;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-04 12:27;;1337551.0;43363027;385748544;Dos Bocas;Mexico;385752096;;Forecast;Mexico;East;false;false;Northern America;Americas;2025-11-21 21:30;1746;;;;\n2025-11-19;9829497;Sti Millennia;47499;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-11 21:13;;701214.0;43387507;385818975;St Charles;United States;385870594;San Juan de Ulua;AIS;Mexico;Southeast;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-19;9698006;Garden State;49151;MR;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-19 00:58;;82907.0;43378575;385794176;Garyville;United States;385821758;Everglades;AIS;United States;North;false;false;Northern America;Americas;2025-11-21 05:00;1746;;;;\n2025-11-19;9696254;High Trust;49990;MR;Loaded;Clean Products;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-19 23:31;;1729.0;43312603;385618664;Beaumont/Port Arthur;United States;385826156;Freeport Bahamas;AIS;Bahamas;East;false;false;Caribbean Islands;Americas;2025-11-21 14:00;1746;;;;\n2025-11-19;9973676;Aqua Ray;21000;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:36;;203027.0;43383666;385737810;Savannah;United States;385808196;Tampa;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-19;9697997;Magnolia State;49151;MR;Loaded;Clean Products;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-18 02:18;;164479.0;43411604;385796404;Everglades;United States;385883808;Tampa;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-19;9761944;Sunray;74039;Panamax/LR1;Loaded;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 17:34;;2183144.0;43394410;385748535;Madero;Mexico;385875276;Coatzacoalcos;AIS;Mexico;East;false;false;Northern America;Americas;2025-11-21 16:00;1746;;;;\n2025-11-19;9797383;Stena Imperator;49740;MR;Loaded;Chem/Bio;Americas;Northern America;United States;North East Pacific Ocean;2025-10-13 04:18;;3267714.0;;384402388;Singapore;Singapore Republic;384409398;Key West;AIS;United States;West;true;false;Northern America;Americas;2025-11-22 02:16;1746;;;;\n2025-11-20;9829497;Sti Millennia;47499;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-11 21:13;;787614.0;43387507;385818975;St Charles;United States;385870594;San Juan de Ulua;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-23 09:00;1746;;;;\n2025-11-20;9459060;Nave Atria;49992;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-11-03 00:57;;1551752.0;43357409;385826126;Beaumont/Port Arthur;United States;385764986;;Fixture;Mexico;East;false;false;Northern America;Americas;2025-11-23 22:31;1746;;;;\n2025-11-20;9470260;Seaways Athens;50342;MR;Loaded;Clean Products;Americas;Central America;Panama;Panama Canal;2025-11-18 01:59;;252012.0;43406584;385725847;;Panama;385470186;;Fixture;Mexico;Northwest;false;false;Northern America;Americas;2025-11-24 01:50;1746;;;;\n2025-11-20;9973676;Aqua Ray;21000;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-11-17 15:36;;289427.0;;385737810;Savannah;United States;385808196;Tampa;AIS;United States;Southeast;false;false;Northern America;Americas;2025-11-21 05:19;1746;;;;\n2025-11-20;9785689;Sti Galata;49990;MR;Loaded;Clean Products;Americas;Caribbean Islands;Bahamas;North West Atlantic Ocean;2025-11-14 18:58;;536518.0;43361363;385623044;;Spain;385731155;Freeport Bahamas;AIS;Bahamas;West;false;false;Caribbean Islands;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9555292;T Matterhorn;47981;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2024-01-02 07:22;;5.9503075E7;43413632;385803296;Coatzacoalcos;Mexico;385889347;San Juan de Ulua;AIS;Mexico;Northwest;false;false;Northern America;Americas;2025-11-22 08:00;1746;;;;\n2025-11-20;9447249;ATB Freeport;1388;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-08 03:19;;1111223.0;43405001;385845331;New York;United States;385866330;Port Canaveral;AIS;United States;Southwest;false;false;Northern America;Americas;2025-11-22 12:00;1746;;;;\n2025-11-20;9761944;Sunray;74039;Panamax/LR1;Loaded;DPP;Americas;Northern America;Mexico;Gulf of Mexico;2025-10-25 17:34;;2269544.0;43394410;385748535;Madero;Mexico;385875276;Coatzacoalcos;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-24 18:00;1746;;;;\n2025-11-20;9528380;Valleblu;50895;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-05-07 03:10;;1.7095781E7;43362312;385847918;Houston;United States;385869382;Coatzacoalcos;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-23 04:00;1746;;;;\n2025-11-20;9478614;Alpine Link;50208;MR;Loaded;Clean Products;Americas;Northern America;Mexico;Gulf of Mexico;2025-06-29 00:17;;1.2526949E7;43221776;385377522;Houston;United States;385488432;Coatzacoalcos;AIS;Mexico;West;true;false;Northern America;Americas;2025-11-22 15:00;1746;;;;\n2025-11-20;9697997;Magnolia State;49151;MR;Loaded;Clean Products;Americas;Northern America;United States;Gulf of Mexico;2025-11-20 01:39;;80447.0;43411604;385796404;Everglades;United States;385883808;Tampa;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n2025-11-20;9913626;Yellow Stars;49999;MR;Loaded;Crude/Co;Americas;Northern America;Mexico;Gulf of Mexico;2025-08-15 12:36;;8421838.0;43397702;385846716;Dos Bocas;Mexico;385847547;;Forecast;Mexico;East;false;false;Northern America;Americas;2025-11-24 18:50;1746;;;;\n2025-11-20;9385740;ATB Corpus Christi;1445;Small Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-19 18:38;;105683.0;43346625;385814034;New Orleans;United States;385883908;Savannah;AIS;United States;North;false;false;Northern America;Americas;2025-11-22 01:00;1746;;;;\n2025-11-20;9780017;Stolt Condor;15081;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;Gulf of Mexico;2025-10-10 18:29;;3562205.0;43382049;385887037;Houston;United States;385897293;Coatzacoalcos;AIS;Mexico;South;false;false;Northern America;Americas;2025-11-23 15:00;1746;;;;\n2025-11-20;9597147;Stolt Orca;33559;Handy/MR1;Loaded;Chem/Bio;Americas;Northern America;Bahamas;North West Atlantic Ocean;2025-11-20 12:35;;41076.0;43389067;385682658;New Orleans;United States;385853042;Charleston;AIS;United States;North;false;false;Northern America;Americas;2025-11-23 02:00;1746;;;;\n2025-11-20;9817509;Chem Selenium;19999;Intermediate Tankers;Loaded;Chem/Bio;Americas;Northern America;United States;North West Atlantic Ocean;2025-11-05 11:37;;1340531.0;43389456;385834467;Savannah;United States;385895775;Tampa;AIS;United States;South;false;false;Northern America;Americas;2025-11-22 04:00;1746;;;;\n"}],"_postman_id":"bea2a994-ba31-4a56-adbf-4b1e2b38bfe1"},{"name":"/v1/tonnage-supply/columns","id":"d998845f-5970-45f2-acc1-48f6583273e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"<p><strong>Required [String]</strong>: Token</p>\n"}],"url":"api.kpler.com/v1/tonnage-supply/columns","description":"<p><a href=\"https://freight.dev.kpler.com/?version=latest#intro\">What is api.kpler.com and where do we find it?</a></p>\n<p>This endpoint returns a list of all columns available in the <code>v1/tonnage-supply/vessels</code> endpoint.</p>\n","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e","id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e","name":"Tonnage Supply","type":"folder"}},"urlObject":{"path":["v1","tonnage-supply","columns"],"host":["api.kpler.com"],"query":[],"variable":[]}},"response":[{"id":"8588c1b4-5422-4787-ae55-735321ac8147","name":"Liquids - Tonnage Supply Columns","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_TOKEN","description":"**Required [String]**: Token"}],"url":"api.kpler.com/v1/tonnage-supply/columns"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"selected\": [\n        {\n            \"id\": \"date\",\n            \"shortId\": \"dt\",\n            \"columnName\": \"Date (timestamp)\",\n            \"description\": null,\n            \"deprecated\": false,\n            \"type\": \"date yyyy-MM-dd\"\n        },\n        {\n            \"id\": \"vessel_imo\",\n            \"shortId\": \"imo\",\n            \"columnName\": \"IMO\",\n            \"description\": \"IMO of the vessel\",\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"vessel\",\n            \"shortId\": \"vsl\",\n            \"columnName\": \"Name\",\n            \"description\": \"Name of the vessel\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"vessel_dwt_tons\",\n            \"shortId\": \"dwt\",\n            \"columnName\": \"Dead Weight Tonnage\",\n            \"description\": \"Dead Weight Tonnage\",\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"vessel_type\",\n            \"shortId\": \"vst\",\n            \"columnName\": \"Vessel Type\",\n            \"description\": \"Type of the vessel\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"vessel_state\",\n            \"shortId\": \"ste\",\n            \"columnName\": \"Vessel State\",\n            \"description\": \"Vessel current state\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"last_product_on_board\",\n            \"shortId\": \"lpo\",\n            \"columnName\": \"Last Product on board\",\n            \"description\": \"Vessel's last product on board\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"current_continent\",\n            \"shortId\": \"cct\",\n            \"columnName\": \"Current Continent\",\n            \"description\": \"Vessel's current continent\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"current_sub_continent\",\n            \"shortId\": \"csc\",\n            \"columnName\": \"Current Subcontinent\",\n            \"description\": \"Vessel's current subcontinent\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"current_country\",\n            \"shortId\": \"cco\",\n            \"columnName\": \"Current Country\",\n            \"description\": \"Vessel's current country\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"current_sea\",\n            \"shortId\": \"cse\",\n            \"columnName\": \"Current Sea\",\n            \"description\": \"Vessel's current sea\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"current_sea_entry_date\",\n            \"shortId\": \"csetd\",\n            \"columnName\": \"Current Sea Entry Date\",\n            \"description\": \"Vessel's current sea entry date\",\n            \"deprecated\": false,\n            \"type\": \"datetime yyyy-MM-dd HH:mm\"\n        },\n        {\n            \"id\": \"current_sea_exit_date\",\n            \"shortId\": \"csexd\",\n            \"columnName\": \"Current Sea Exit Date\",\n            \"description\": \"Vessel's current sea exit date\",\n            \"deprecated\": false,\n            \"type\": \"datetime yyyy-MM-dd HH:mm\"\n        },\n        {\n            \"id\": \"current_sea_duration\",\n            \"shortId\": \"csedu\",\n            \"columnName\": \"Current Sea Duration\",\n            \"description\": \"Vessel's current sea duration\",\n            \"deprecated\": false,\n            \"type\": \"double\"\n        },\n        {\n            \"id\": \"voyage_id\",\n            \"shortId\": \"void\",\n            \"columnName\": \"Voyage ID\",\n            \"description\": \"Vessel's current voyage id\",\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"last_port_call_id\",\n            \"shortId\": \"lpci\",\n            \"columnName\": \"Last Port Call ID\",\n            \"description\": \"Vessel's last port call id\",\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"last_port\",\n            \"shortId\": \"lpt\",\n            \"columnName\": \"Last Port\",\n            \"description\": \"Vessel's last port\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"last_country\",\n            \"shortId\": \"lco\",\n            \"columnName\": \"Last Country\",\n            \"description\": \"Vessel's last country\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"next_port_call_id\",\n            \"shortId\": \"npci\",\n            \"columnName\": \"Next Port Call ID\",\n            \"description\": \"Vessel's next port call id\",\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"next_port\",\n            \"shortId\": \"npt\",\n            \"columnName\": \"Next Port\",\n            \"description\": \"Vessel's next port\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"next_country\",\n            \"shortId\": \"nco\",\n            \"columnName\": \"Next Country\",\n            \"description\": \"Vessel's next country\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"vessel_direction\",\n            \"shortId\": \"vsd\",\n            \"columnName\": \"Vessel Direction\",\n            \"description\": \"Vessel's current direction\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"is_floating_storage\",\n            \"shortId\": \"fls\",\n            \"columnName\": \"Floating Storage\",\n            \"description\": \"Is floating storage true/false\",\n            \"deprecated\": false,\n            \"type\": \"boolean\"\n        },\n        {\n            \"id\": \"vessel_fpso\",\n            \"shortId\": \"vslfpso\",\n            \"columnName\": \"FPSO/FSRU\",\n            \"description\": \"Is vessel type FPSO or carrier type FSRU or FSU\",\n            \"deprecated\": false,\n            \"type\": \"boolean\"\n        },\n        {\n            \"id\": \"next_subcontinent\",\n            \"shortId\": \"nsc\",\n            \"columnName\": \"Next Subcontinent\",\n            \"description\": \"Vessel's next subcontinent\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"next_continent\",\n            \"shortId\": \"ncn\",\n            \"columnName\": \"Next Continent\",\n            \"description\": \"Vessel's next continent\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"next_eta\",\n            \"shortId\": \"net\",\n            \"columnName\": \"Next Eta\",\n            \"description\": \"Vessel's next eta\",\n            \"deprecated\": false,\n            \"type\": \"datetime yyyy-MM-dd HH:mm\"\n        },\n        {\n            \"id\": \"fleet_product_id\",\n            \"shortId\": \"fpi\",\n            \"columnName\": \"Fleet Product Id\",\n            \"description\": null,\n            \"deprecated\": false,\n            \"type\": \"long\"\n        },\n        {\n            \"id\": \"shipyard\",\n            \"shortId\": \"si\",\n            \"columnName\": \"Shipyard\",\n            \"description\": \"Shipyard name\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        },\n        {\n            \"id\": \"shipyard_arrival\",\n            \"shortId\": \"sarr\",\n            \"columnName\": \"Shipyard Arrival\",\n            \"description\": \"Shipyard Arrival Date\",\n            \"deprecated\": false,\n            \"type\": \"datetime yyyy-MM-dd HH:mm\"\n        },\n        {\n            \"id\": \"shipyard_departure\",\n            \"shortId\": \"sdep\",\n            \"columnName\": \"Shipyard Departure\",\n            \"description\": \"Shipyard Departure Date\",\n            \"deprecated\": false,\n            \"type\": \"datetime yyyy-MM-dd HH:mm\"\n        },\n        {\n            \"id\": \"shipyard_duration\",\n            \"shortId\": \"sdur\",\n            \"columnName\": \"Shipyard Duration\",\n            \"description\": \"Shipyard Duration\",\n            \"deprecated\": false,\n            \"type\": \"double\"\n        }\n    ],\n    \"unselected\": [\n        {\n            \"id\": \"next_port_call_source\",\n            \"shortId\": \"npcs\",\n            \"columnName\": \"Next Port Call Source\",\n            \"description\": \"Source for vessel's next port call (AIS, Fixture, Analyst, Market, Port, Forecast)\",\n            \"deprecated\": false,\n            \"type\": \"string\"\n        }\n    ]\n}"}],"_postman_id":"d998845f-5970-45f2-acc1-48f6583273e0"}],"id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e","description":"<p>Access lists of vessels which can arrive at a queried destination zone within a specified timeframe assuming a specified speed.</p>\n","auth":{"type":"bearer","bearer":{},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"00968c74-e3d0-406f-8530-3afa66cf3b62","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"be9163db-20b5-421b-ba78-c04cbcf85f0c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"b8daa510-8498-4195-8e03-dcd47f2a2b3e"}],"event":[{"listen":"prerequest","script":{"id":"94c940c9-8cbd-46e2-8d8b-6f70ec3ff564","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"3497cf3e-018b-4e40-be24-575922f92f01","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"id":"b73060f6-fe9a-49e4-aff5-c3afc5f455d6","key":"HOST_URL","value":"api.kpler.com"},{"id":"ae17061f-581a-47b4-852d-c2a86226799d","key":"destination","value":"Houston"},{"id":"aa3140ca-84ca-471d-a2ea-495fcc08e0e6","key":"eta","value":"7"},{"id":"526b76eb-52f6-4cdf-8e22-150956970a57","key":"speed","value":"11"},{"id":"d8d4fd15-8b4a-425b-8542-6263289d908b","key":"metric","value":"count"},{"id":"087e35ff-312d-4310-90dd-c55fd8dc2c48","key":"startDate","value":"2025-11-18"},{"id":"6db6009e-47e3-4d7e-98ad-7f977038930a","key":"endDate","value":"2025-11-20"},{"id":"25abe799-b2ff-4dac-8c24-775f92f7805a","key":"split","value":"vesselType"},{"id":"0b19db80-13f6-4723-b2e0-c1d8eb8d3cb5","key":"products","value":""},{"id":"73a3c619-c23e-4ddd-8334-f7bbd9b72450","key":"vesselTypes","value":""},{"id":"7e8df720-05b9-4fa8-854d-93256cf5d2da","key":"buildYearMin","value":"2010"},{"id":"52c5c50d-49bc-4bb1-98ca-ddfd35943174","key":"vesselStates","value":""},{"id":"64ab0e94-7f62-445e-b772-e3441a072a43","key":"gte","value":""},{"id":"c1ffce0f-9aba-4823-88ae-9cd890f06669","key":"lte","value":""},{"id":"d9965958-0319-4e30-9a97-cfa6724caa8d","key":"matchNextPortCall","value":""},{"id":"401f9d32-765d-4b25-9904-23034fda8eff","key":"buildYear","value":""},{"id":"05cec913-7783-4ea0-b822-9dc8489cd4a2","key":"buildYearMax","value":""},{"id":"5e04b5d5-f07e-47e1-8f43-df2c865bdadb","key":"isOpen","value":""},{"id":"49a9d731-1536-4e27-bf9a-f3a04bb5627a","key":"columns","value":""}]}