Dự án đầu tư sử dụng vốn nhà nước
Starter+Khoảng 1,2 triệu dự án đầu tư có mã dự án 7 số: quyết định phê duyệt, chủ đầu tư, ban quản lý, nhóm dự án (A/B/C), chương trình mục tiêu, hình thức đầu tư và quản lý. Tra theo mã dự án. Nguồn: Danh mục dùng chung Bộ Tài chính (DM_DADT).
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/dmdc-investment-projects | Tìm kiếm, lọc, phân trang |
| GET /v1/dmdc-investment-projects/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/dmdc-investment-projects?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: code |
| code | string |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, code
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| code | string | Free |
| name | string | Free |
| decision_number | string | Free |
| decision_date | date_utc | Free |
| approving_authority* | string | Free |
| managing_unit_code* | string | Free |
| managing_unit_name* | string | Free |
| finance_agency_code* | string | Free |
| investor_code* | string | Free |
| investor_name | string | Free |
| management_board_code* | string | Free |
| management_board_name* | string | Free |
| project_type_code* | string | Free |
| project_type* | string | Free |
| project_group_code* | string | Free |
| project_group | string | Free |
| target_program_code* | string | Free |
| target_program* | string | Free |
| investment_form_code* | string | Free |
| investment_form* | string | Free |
| management_form_code* | string | Free |
| management_form* | string | Free |
| status_code* | string | Free |
| record_status_code* | string | Free |
* chỉ trả ở endpoint chi tiết.