Câu hỏi lý thuyết sát hạch lái xe
FreeBộ 600 câu hỏi sát hạch lý thuyết lái xe áp dụng từ 01/6/2025 (Công văn 2262/CSGT-P5): đáp án, 60 câu điểm liệt, căn cứ pháp lý.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/driving-theory-questions | Tìm kiếm, lọc, phân trang |
| GET /v1/driving-theory-questions/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/driving-theory-questions?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: question |
| question_number | int |
| chapter | int |
| topic | string |
| is_critical | bool |
| in_250_set | bool |
| in_300_set | bool |
| page, per_page | Phân trang |
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| question_number | int | Free |
| chapter | int | Free |
| topic | string | Free |
| question | string | Free |
| answers* | json | Free |
| correct_answer* | int | Free |
| is_critical | bool | Free |
| in_250_set* | bool | Free |
| in_300_set* | bool | Free |
| image* | string | Free |
| image_count* | int | Free |
| legal_citations* | json | Starter+ |
* chỉ trả ở endpoint chi tiết.