Mã cảng (eport)
Free1.649 mã cảng dùng khi khai báo container trên eport, kèm quốc gia, mã UN/LOCODE đối chiếu được và bến cảng Việt Nam tương ứng.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/port-codes | Tìm kiếm, lọc, phân trang |
| GET /v1/port-codes/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/port-codes?per_page=10" \
-H "Authorization: Bearer dlpl_live_xxxxxxxxxxxxxxxxxxxxxxxx"
Tham số và trường dữ liệu
Tham số lọc
| Tham số | Kiểu |
|---|---|
| q | Từ khoá tìm trong: code, name, unlocode |
| country_code | string |
| code | string |
| unlocode | string |
| is_unlocode | bool |
| is_vietnam | bool |
| terminal_id | id |
| page, per_page | Phân trang |
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| country_code | string | Free |
| country_name* | string | Free |
| country_name_vi* | string | Free |
| code | string | Free |
| name | string | Free |
| unlocode | string | Free |
| is_unlocode | bool | Free |
| is_vietnam* | bool | Free |
| terminal_id* | id | Free |
* chỉ trả ở endpoint chi tiết.