Lương tối thiểu vùng
FreeVùng lương tối thiểu (I–IV) của từng xã/phường theo nghị định hiện hành, kèm trích dẫn phụ lục.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/minimum-wages | Tìm kiếm, lọc, phân trang |
| GET /v1/minimum-wages/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/minimum-wages?q=từ khoá&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: ward_name |
| document_code | string |
| province_slug | string |
| ward_slug | string |
| region | int |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, province_slug, ward_slug
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| document_code | string | Free |
| effective_date* | date | Free |
| province_slug* | string | Free |
| province_name | string | Free |
| ward_slug* | string | Free |
| ward_name | string | Free |
| ward_type | string | Free |
| region | int | Free |
| annex_quote* | string | Starter+ xem trước |
| legal_document_id* | id | Starter+ |
* chỉ trả ở endpoint chi tiết.