Loading API DOCS...

Birth Reg. Info

Get any Bangladeshi birth certificate registration number to information, Monthly.

Endpoint

GET https://api.lmnx9.shop/born.php?brn=&key=

Code Examples

cURL
curl -X GET "https://api.lmnx9.shop/born.php?brn=&key=" -H "Content-Type: application/json"
JavaScript
fetch("https://api.lmnx9.shop/born.php?brn=&key=")
  .then(function(r){return r.json()})
  .then(function(d){console.log(d)});
Python
import requests
r = requests.get("https://api.lmnx9.shop/born.php?brn=&key=")
print(r.json())
PHP
<?php
$d = file_get_contents("https://api.lmnx9.shop/born.php?brn=&key=");
print_r(json_decode($d, true));

Example Response

{
    "success": true,
    "message": "Data parsed successfully",
    "developer": "DARK LMNx9",
    "telegram": "@x_LMNx9",
    "data": {
        "brn": "200397426885",
        "name_bn": "রশিদ আহমেদ খন্দকার",
        "name_en": "Rashid Ahmed Khandaker",
        "dob": "2003-12-07",
        "birth_year": 2003,
        "gender": "Male",
        "district": "Rangpur",
        "nationality": "Bangladeshi"
    }
}

Premium API

Contact admin for authorization key: Telegram | WhatsApp