Doanh nghiệp kinh doanh lữ hành
Free7.390 doanh nghiệp được cấp giấy phép kinh doanh dịch vụ lữ hành quốc tế/nội địa: số giấy phép, ngày cấp, cơ quan cấp, phạm vi, mức ký quỹ, liên hệ.
Endpoint
| Endpoint | Mô tả |
|---|---|
| GET /v1/tour-operators | Tìm kiếm, lọc, phân trang |
| GET /v1/tour-operators/{id} | Chi tiết một bản ghi (toàn bộ trường) |
bash
curl "https://api.dulieuphapluat.vn/v1/tour-operators?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: license_number, name, name_en |
| license_number | string |
| type | string |
| scope | string |
| issuing_agency | string |
| license_year | int |
| province_slug | string |
| former_province_code | string |
| region | string |
| issued_from (>=) | date |
| issued_to (<=) | date |
| page, per_page | Phân trang |
Cần ít nhất một trong: q, license_number, type, scope, issuing_agency, license_year, province_slug, former_province_code
Trường dữ liệu
| Trường | Kiểu | Gói |
|---|---|---|
| id | id | Free |
| license_number | string | Free |
| license_province_code* | string | Free |
| license_year* | int | Free |
| issuing_agency* | string | Free |
| name | string | Free |
| name_en* | string | Free |
| type | string | Free |
| scope | string | Free |
| issued_date | date | Free |
| address* | string | Free |
| address_label* | string | Free |
| province_slug* | string | Free |
| province_name | string | Free |
| former_province* | string | Free |
| former_province_code* | string | Free |
| region* | string | Free |
| deposit_amount* | int | Starter+ |
| phone* | string | Starter+ |
| email* | string | Starter+ |
| website* | string | Starter+ |
* chỉ trả ở endpoint chi tiết.