Port of Guangzhou Tracking API
Explore the Port of Guangzhou (CNGZG) in depth using the Location Traffic Tracking API. Access up-to-date port data, view terminal details, and follow real-time vessel arrivals and departures.
Explore Maritime Port Tracking API:
Key Data of Port of Guangzhou
Fetch key information like port name, UN/LOCODE, coordinates, and terminal details in one API call.
Real-Time Vessel Movements at the Port
Use our Location Traffic Tracking API to find all vessels in or around the port with a single API request.
Global Port Search
Access ports worldwide and get precise, real-time port and terminal information through one unified API.
Ships Traffic Data in Port of Guangzhou
View All Vessels in and Around the Port of Guangzhou
Rather than following a single vessel, the Location Traffic Tracking endpoint lets you monitor the entire port area at once.
By selecting the Port of Guangzhou as your target zone, the API will deliver a complete list of vessels in that area along with detailed data points below.
| Data Point | Description | Example Value |
|---|---|---|
| IMO number | Unique vessel identifier | 9300221 |
| MMSI number | Maritime Mobile Service Identity | 564220000 |
| Vessel name | Name of the ship | THOR MERCURY |
| Ship type/subtype | General and specific vessel classification | Cargo / Bulk Carrier |
| Position | Latitude and longitude | 23.088833, 113.4774 |
| Speed / Course / Heading | Movement direction and velocity | 0 / 122 / NULL |
| Destination | Planned port or location | CN GZG |
| timestamp | Time of the last position | 2025-09-27T06:11:00Z |
Ship Traffic Data in Guangzhou Port – API Response Example
{
"data": {
"point": {
"port_unlocode": "CNGZG",
"radius": 5
},
"total": 3,
"vessels": [
{
"uuid": "580ceef6-01f3-ae96-a140-961c3a6f24ea",
"name": "THOR MERCURY",
"mmsi": "564220000",
"imo": "9300221",
"eni": null,
"country_iso": "SG",
"type": "Cargo",
"type_specific": "Bulk Carrier",
"lat": 23.088833,
"lon": 113.4774,
"speed": 0,
"course": 122,
"heading": null,
"destination": "CN GZG",
"last_position_epoch": 1758953460,
"last_position_UTC": "2025-09-27T06:11:00Z",
"eta_epoch": 1757664960,
"eta_UTC": "2025-09-12T08:16:00Z",
"distance": 2.90108503601381
}Port Of Guangzhou Details API Data
Get details such as port coordinates (latitude and longitude), code, country, type, area, name, and more.
| Data Point | Description | Example Value |
|---|---|---|
| uuid | Unique port identifier | 3d882659-4137-e441-01e0-46b51fa69738 |
| port_name | Name of the port | GUANGZHOU |
| country_iso | ISO 3166-1 alpha-2 country code | CN |
| country_name | Full country name | China |
| unlocode | UN/LOCODE for the port | CNGZG |
| port_type | Type of port | Port |
| lat | Latitude coordinate | 23.0855 |
| lon | Longitude coordinate | 113.425 |
| area_lvl1 | First-level geographical area | South China |
| area_lvl2 | Second-level geographical area | South China |
Port Of Guangzhou Details – API Response Example
{
"data": [
{
"uuid": "3d882659-4137-e441-01e0-46b51fa69738",
"port_name": "GUANGZHOU",
"country_iso": "CN",
"country_name": "China",
"unlocode": "CNGZG",
"port_type": "Port",
"lat": 23.0855,
"lon": 113.425,
"area_lvl1": "South China",
"area_lvl2": "South China"
}
]Guangzhou Port Terminals API Data
Retrieve Terminal Data for the Port of Guangzhou (CNGZG)
Use our API to get detailed terminal information for the Port of Guangzhou, including terminal names, categories (container, bulk, RoRo, etc.), operator info, and available facilities.
| Data Point | Description | Example Value |
|---|---|---|
| terminal_code | Unique terminal identifier code | BCT |
| terminal_name | Full name of the terminal | BUSAN CONTAINER TERMINAL (BCT) |
| company_name | Operating company name | BUSAN CONTAINER TERMINAL CO., LTD. |
| lat | Latitude coordinate of terminal | 35.065556 |
| lon | Longitude coordinate of terminal | 128.799722 |
| url | Official terminal website | https://www.bct2-4.com/ |
| address | Full terminal address | 588-1 Sinhangnam-ro, Gangseo-Gu, Busan, South Korea |
Port of Guangzhou Port Terminals – API Response Example
{
"terminal_code": "BCT",
"terminal_name": "BUSAN CONTAINER TERMINAL (BCT)",
"company_name": "BUSAN CONTAINER TERMINAL CO., LTD.",
"lat": 35.065556,
"lon": 128.799722,
"url": "https://www.bct2-4.com/",
"address": "588-1 Sinhangnam-ro, Gangseo-Gu, Busan, South Korea"
}