Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.41 KB

SL-NIC-API

Sri Lankan NIC Number Validation API

Also You can Use this as an API. Go to the Documentation Page https://slnic.iceiy.com/

Description

This api was made using php language. You can Use this API in your Projects Using AJAX Calls.

  • Note But You may can't use GET or REQUEST Methods for that api link (https://slnic.iceiy.com/api/?nic=) as an ajax call because of i was hosted this API on a free hosting server. however You can download that API php source code on my github profile and you can upload it to your web server. then you can use GET/REQUEST Methods. SORRY ABOUT THAT :)

Usage

First of all i need to tell, This API does not store any data .(Like NIC number) This API will only do calculate birthday, find gender, validation(using NIC number's length,etc), vote eligibility(using old NIC number's last character) according to given NIC number and Modify old Nic number to New NIC Number.

  • You can Use this API in Your Application form or Something NIC Required forms. This API will be very usefull for you. :-)

Headers

  • Content-Type : application/json
  • Access-Control-Allow-Origin: *(All)

Sample JSON Response

{
"status":true,
"status_description":"Valid",
"type":"Old",
"nic_details":{
"gender":"Male",
"birthday":{
"format1":"1995-06-06",
"format2":"95-June-6"
}
},
"vote_eligible":"Yes"
"modified_nic":"199515802548"
}