Điểm chuẩn đại học
Starter+23.483 dòng điểm trúng tuyển năm 2026 theo trường, chương trình, tổ hợp, phương thức xét tuyển, đối chiếu mã ngành chính thức.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/university-cutoff-scores | Tìm kiếm, lọc, phân trang |
| GET /v1/university-cutoff-scores/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/university-cutoff-scores?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: program_name, program_name_normalized |
| school_id | id |
| major_id | id |
| year | int |
| admission_method | string |
| match_type | string |
| score_min (>=) | float |
| score_max (<=) | float |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, school_id, major_id
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| school_id | id | Free |
| year | int | Free |
| admission_method* | string | Free |
| admission_method_name | string | Free |
| program_name | string | Free |
| program_name_normalized* | string | Free |
| subject_combinations | string | Free |
| score | float | Free |
| score_text* | string | Free |
| note* | string | Starter+ |
| major_id* | id | Starter+ |
| match_type* | string | Starter+ |
* chỉ trả ở endpoint chi tiết.