Loading LMNx9 API...

Khatiyan Info

Get any land full khatiyan information from BD Govt. database, Monthly.

Finance v1.0 May 25, 2026 May 25, 2026
GET https://api.lmnx9.shop/khatiyan.php?api_key=&division=&district=&upazila=&khotian_type=&mouza=&khotian_no=

Code Examples

curl -X GET "https://api.lmnx9.shop/khatiyan.php?api_key=&division=&district=&upazila=&khotian_type=&mouza=&khotian_no=" -H "Content-Type: application/json"
fetch("https://api.lmnx9.shop/khatiyan.php?api_key=&division=&district=&upazila=&khotian_type=&mouza=&khotian_no=")
  .then(function(r) { return r.json(); })
  .then(function(data) { console.log(data); });
import requests
r = requests.get("https://api.lmnx9.shop/khatiyan.php?api_key=&division=&district=&upazila=&khotian_type=&mouza=&khotian_no=")
print(r.json())
<?php
$data = file_get_contents("https://api.lmnx9.shop/khatiyan.php?api_key=&division=&district=&upazila=&khotian_type=&mouza=&khotian_no=");
print_r(json_decode($data, true));

Example Response

{
    "status": "success",
    "message": "data bypassed and extracted successfully",
    "data": {
        "khotian_info": {
            "khotian_no": "২৫৪৮",
            "total_page": "৪",
            "current_page": "৩",
            "division": "রাজশাহী",
            "district": "নাটোর",
            "upazila": "সিংড়া",
            "mouza": "ছাতনী",
            "jl_no": "৮৯৩",
            "cs_khotian_no": "৮৯৩",
            "sa_khotian_no": "১২০৫",
            "rs_khotian_no": "৭৬৪",
            "bs_khotian_no": "২৫৪৮"
        },
        "land_info": {
            "total_land": "০.৫৭৮ একর",
            "total_land_sqft": "২৫১৭৫ বর্গফুট",
            "land_type": "পতিত জমি ও আবাদি",
            "dag_numbers": "২০৫, ২০৭, ২১০, ২১৫, ২২৫, ২৩০",
            "soil_type": "বেলে দো-আঁশ",
            "irrigation_source": "ক্যানেল ও নলকূপ",
            "crop_pattern": "আলু, ভুট্টা, গম, সূর্যমুখী"
        },
        "owners_list": [
            {
                "serial": "১",
                "name": "মো: ইব্রাহিম হোসেন সরকার",
                "father_name": "মৃত নাসির উদ্দিন সরকার",
                "mother_name": "মোসা: ফুলজান বেগম",
                "husband_name": "",
                "ownership_type": "পৈত্রিক",
                "share_fraction": "১/৪ অংশ",
                "share_decimal": "০.১৪৪৫ একর",
                "occupation": "সপ্তাহিক হাটের দোকানদার",
                "present_address": "ছাতনী দক্ষিণপাড়া, সিংড়া, নাটোর"
            },
            {
                "serial": "২",
                "name": "মোছা: আসমা খাতুন",
                "father_name": "মৃত মফিজ উদ্দিন মন্ডল",
                "mother_name": "মোসা: সুরাইয়া বেগম",
                "husband_name": "মো: আবু তাহের মন্ডল",
                "ownership_type": "উত্তরাধিকার ও দখল",
                "share_fraction": "১/৪ অংশ",
                "share_decimal": "০.১৪৪৫ একর",
                "occupation": "গার্মেন্টস কর্মী",
                "present_address": "ছাতনী উত্তরপাড়া, সিংড়া, নাটোর"
            },
            {
                "serial": "৩",
                "name": "মো: জামাল হোসেন শেখ",
                "father_name": "মৃত বাচ্চু মিয়া শেখ",
                "mother_name": "মোসা: কুলসুম বেগম",
                "husband_name": "",
                "ownership_type": "ক্রয় সূত্রে",
                "share_fraction": "১/৪ অংশ",
                "share_decimal": "০.১৪৪৫ একর",
                "occupation": "প্রবাসী (সৌদি আরব)",
                "present_address": "ছাতনী মাঝপাড়া, সিংড়া, নাটোর"
            },
            {
                "serial": "৪",
                "name": "মোসা: রহিমা বেগম",
                "father_name": "মৃত জাকির হোসেন মোল্লা",
                "mother_name": "মোসা: আছিয়া বেগম",
                "husband_name": "মো: শহিদুল ইসলাম",
                "ownership_type": "দলিল সূত্রে",
                "share_fraction": "১/৪ অংশ",
                "share_decimal": "০.১৪৪৫ একর",
                "occupation": "স্বাস্থ্য সহকারী",
                "present_address": "ছাতনী পশ্চিমপাড়া, সিংড়া, নাটোর"
            }
        ],
        "land_boundary": {
            "north": "হাশেম আলীর জমি ও আব্দুল্লাহপুর সরকারি প্রাথমিক বিদ্যালয়",
            "south": "ছাতনী বিল ও মাছের ঘের",
            "east": "রেজাউল করিমের জমি ও জামির আলীর পুকুর",
            "west": "সিংড়া-নাটোর সড়ক ও মোশারফ হোসেনের বসতভিটা"
        },
        "transfer_history": [
            {
                "transfer_id": "TR-২০২২-০৮৯",
                "transfer_type": "ক্রয়-বিক্রয়",
                "date": "২০২২-০৯-২০",
                "deed_no": "৭৪৩২",
                "seller_name": "মৃত মমিন উদ্দিন মন্ডল",
                "buyer_name": "মো: জামাল হোসেন শেখ",
                "land_quantity": "০.১৪৪৫ একর",
                "amount": "৬,২০,০০০ টাকা",
                "registrar_office": "সিংড়া সাব-রেজিস্ট্রি অফিস"
            },
            {
                "transfer_id": "TR-২০২৩-১২৭",
                "transfer_type": "বিনিময় সূত্রে",
                "date": "২০২৩-০৫-১২",
                "deed_no": "৮৫৬১",
                "seller_name": "মৃত লাল মিয়া মন্ডল",
                "buyer_name": "মোসা: আসমা খাতুন",
                "land_quantity": "০.১৪৪৫ একর",
                "amount": "বিনিময় চুক্তি",
                "registrar_office": "সিংড়া সাব-রেজিস্ট্রি অফিস"
            }
        ],
        "khotian_remarks": {
            "remarks": "জমিতে দীর্ঘদিন ধরে বিবাদ চলছে। সীমানা নিয়ে স্থানীয় সালিশি চলমান। জমির কিছু অংশ অবৈধ দখলে রয়েছে।",
            "dispute_status": "বিবাদমান",
            "encumbrance_status": "ব্যাংকে বন্ধক রয়েছে",
            "last_mutation_date": "২০২৪-১১-০৫",
            "mutation_no": "এম-২৫৪৮/২০২৪"
        },
        "tax_info": {
            "khotian_type": "গ্রামীণ খতিয়ান",
            "tax_zone": "সিংড়া ট্যাক্স জোন-৪",
            "annual_land_tax": "২,৮৫০ টাকা",
            "last_tax_paid_date": "২০২৪-০৮-১৫",
            "tax_paid_upto": "২০২৫-০৮-১৪",
            "tax_due_amount": "২,৮৫০ টাকা"
        },
        "cadastral_info": {
            "cs_prepared_year": "১৯১৫-২০",
            "sa_prepared_year": "১৯৫৫-৬০",
            "rs_prepared_year": "১৯৮০-৮৫",
            "bs_prepared_year": "২০০৮-১০",
            "last_revision_year": "২০১৮",
            "map_no": "ম্যাপ নং বিআরএস/সিংড়া/৮৯৩/০৩",
            "scale": "১:৩৯৬০"
        }
    },
    "metadata": {
        "developer": "DARK LMNx9",
        "telegram": "@x_LMNx9",
        "version": "v1.0"
    }
}

Authorization Required

This is a premium API. Contact admin for access.