Skip to content

Verify an identity number using the webservice from the Population and Citizenship Administration of the Republic of Turkey.

License

Notifications You must be signed in to change notification settings

olcay/tridentity

Repository files navigation

TRIdentity API

En: Validate an identity number or verify it using the webservice of the Population and Citizenship Administration of the Republic of Turkey.

Tr: T.C. Kimlik No geçerliliğini kontrol edebilir veya T.C. İçişleri Bakanlığı Nüfus ve Vatandaşlık İşleri Genel Müdürlüğü'nün web servisi ile doğruluğunu kontrol edebilirsiniz.

Rapid API Hub

https://rapidapi.com/olcay-fqpXAqccU/api/tridentity

Endpoints

Validate

Check if it is a valid identity number

GET /idendity/{identityNumber}/validate

Response:

{
"isValid":true,
"message":null
}

Verify

Verify using the webservice

GET /idendity/{identityNumber}/verify?firstName={firstName}&lastName={lastName}&birthYear={year}

Response:

{
"isValid":false,
"message":"The firstName is required."
}

Tech Stack

Contribution

Open to any contribution.

License

This software is distributed under MIT license, so feel free to use it.

About

Verify an identity number using the webservice from the Population and Citizenship Administration of the Republic of Turkey.

Topics

Resources

License

Stars

Watchers

Forks

Languages