> For the complete documentation index, see [llms.txt](https://docs.biggee.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biggee.vn/open-api/api-gia-nha-dat-3.md).

# API tìm thông tin theo hình ảnh

<mark style="color:green;">`GET`</mark> `/https://biggee.vn/api/img_search`

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Body**

| Name         | Type   | Description                                    |
| ------------ | ------ | ---------------------------------------------- |
| partner\_key | string | Mã truy cập API do Biggee cung cấp cho đối tác |
| img          | string | Đường dẫn đến file hình ảnh                    |

**Response**

{% tabs %}
{% tab title="200" %}
{% code overflow="wrap" %}

```json
{
  "status": 200,
  "status_message": "OK",
  "data": [
    {
      "PHONE": "0906690886",
      "URL": "https://batdongsan.com.vn/ban-nha-rieng-duong-phan-van-tri-phuong-11-7/chdv-hot-t-binh-thanh-dt-4-2x20-m-5-lau-chi-12-ty-tl-cho-thue-70-treu-pr23608237",
      "DISTRICT": "Bình Thạnh",
      "ID": 4651194,
      "REAL_TYPE": "NHA HEM",
      "SQUARE": 84,
      "IMG": "https://file4.batdongsan.com.vn/resize/745x510/2019/11/25/20191125172533-53fe_wm.jpg,https://file4.batdongsan.com.vn/resize/200x200/2019/11/25/20191125172533-53fe_wm.jpg,https://file4.batdongsan.com.vn/resize/200x200/2019/11/25/20191125172535-5f91_wm.jpg,https://file4.batdongsan.com.vn/resize/200x200/2019/11/25/20191125172538-6d0d_wm.jpg,https://file4.batdongsan.com.vn/images/thumb-back1.png,https://file4.batdongsan.com.vn/images/thumb-next1.png",
      "PRICE": 12000000000,
      "SALE_TYPE": "BAN",
      "STREET": "Phan Văn Trị",
      "NAME": "Xuân Thành",
      "INDATE": "25/11/2019 00:00:00",
      "CITY": "Hồ Chí Minh",
      "WARDS": "Phường 11"
    }
  ]
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
