Skip to content

You can verify a ID of BUBT student or faculty and get their information.

Notifications You must be signed in to change notification settings

itsrafsanjani/bubt-id-verification-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BUBT ID VERIFICATION API

This is a basic php project. Which can verify BUBT student or Factulty information by their ID! This project is using BUBT user verification API.

Student Verify Url:

"https://bubt.edu.bd/global_file/getData.php?id=$studentid&type=stdVerify"

Response:

{
  "sis_std_id": "",
  "sis_std_name": "",
  "sis_std_prgrm_sn": "",
  "sis_std_intk": "",
  "sis_std_email": "",
  "sis_std_father": "",
  "sis_std_gender": "",
  "sis_std_LocGuardian": "",
  "sis_std_Bplace": "",
  "sis_std_Status": "",
  "sis_std_blood": "",
  "gazo": ""
}

Faculty Verify Url:

"https://bubt.edu.bd/global_file/getData.php?id=$faculty_id&type=empVerify"

Response:

[
  {
    "EmpId": "",
    "DemoId": "",
    "EmpName": "",
    "DOB": "",
    "PermanentAddress": "",
    "FatherName": "",
    "ECName": "",
    "ECNo": "",
    "ECRelation": "",
    "Gender": "",
    "DeptName": "",
    "PosName": "",
    "BloodGroup": "",
    "StatusId": "",
    "EmpImage": ""
  }
]

Last Checked At 02-Jul-2021

About

You can verify a ID of BUBT student or faculty and get their information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published