<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anna</title>
    <description>The latest articles on DEV Community by Anna (@mont).</description>
    <link>https://dev.to/mont</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3844764%2F43b261da-19fa-459e-a4f6-06a578929c1a.png</url>
      <title>DEV Community: Anna</title>
      <link>https://dev.to/mont</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mont"/>
    <language>en</language>
    <item>
      <title>Tracking CMA CGM Containers by Prefix Using JsonCargo API</title>
      <dc:creator>Anna</dc:creator>
      <pubDate>Thu, 26 Mar 2026 13:20:04 +0000</pubDate>
      <link>https://dev.to/mont/tracking-cma-cgm-containers-by-prefix-using-jsoncargo-api-5h6p</link>
      <guid>https://dev.to/mont/tracking-cma-cgm-containers-by-prefix-using-jsoncargo-api-5h6p</guid>
      <description>&lt;p&gt;One example we recently worked on was tracking containers with a specific prefix:&lt;/p&gt;

&lt;p&gt;Prefix: TIIU&lt;br&gt;
Shipping line: CMA CGM&lt;/p&gt;

&lt;p&gt;This article shows how we built a simple workflow using the JsonCargo API to monitor these containers and extract their latest tracking data.&lt;/p&gt;

&lt;p&gt;JsonCargo Container Tracking API&lt;/p&gt;

&lt;p&gt;The container tracking API provided by &lt;a href="//www.jsoncargo.com"&gt;JsonCargo&lt;/a&gt; is a useful tool for logistics companies, freight forwarders, importers, exporters, and supply chain platforms. It allows users to retrieve tracking information for containers and monitor their latest movements through a unified API.&lt;/p&gt;

&lt;p&gt;This API can be especially useful when tracking a specific group of containers that follow a defined pattern. For example, users may want to monitor containers with the prefix TIIU that belong to the shipping line CMA CGM. This makes it easier to organize internal workflows, automate tracking checks, and focus only on relevant equipment.&lt;/p&gt;

&lt;p&gt;Clients using this kind of API may include freight and logistics companies, container visibility platforms, and businesses that need to track shipments across multiple carriers without building separate integrations. By using a single API, they can standardize tracking data and simplify operational processes.&lt;/p&gt;

&lt;p&gt;The main purpose of the JsonCargo container tracking API is to provide the latest tracking data for a container, including recent status updates, movement events, and shipment progress. This helps users stay informed about the current state of a container and build systems for monitoring active cargo.&lt;/p&gt;

&lt;p&gt;Specs:&lt;br&gt;
Format: JSON&lt;br&gt;
Method: GET&lt;br&gt;
Endpoint: /container/tracking&lt;/p&gt;

&lt;p&gt;Filters:&lt;br&gt;
container number&lt;/p&gt;

&lt;p&gt;Example container:&lt;br&gt;
TIIU1234567&lt;/p&gt;

&lt;p&gt;Shipping line:&lt;br&gt;
CMA CGM&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jsoncargo.com/documentation-api/#get-container-details" rel="noopener noreferrer"&gt;Get Containers Details API Documentation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;API Request: &lt;a href="http://api.jsoncargo.com/api/v1/containers/TIIU4345788?shipping_line=CMA_CGM" rel="noopener noreferrer"&gt;http://api.jsoncargo.com/api/v1/containers/TIIU4345788?shipping_line=CMA_CGM&lt;/a&gt;&lt;/p&gt;

</description>
      <category>containertracking</category>
      <category>maritime</category>
      <category>api</category>
      <category>json</category>
    </item>
  </channel>
</rss>
