Global ID Recognition API
The Global ID Recognition API processes and verifies identification documents by analyzing both the front and back images of the ID, along with the issuing country and ID type. This API ensures the authenticity and validity of the provided ID through detailed OCR (Optical Character Recognition) and provides comprehensive results.
Header Parameters
API key essential for authentication and access control purposes, required for authorization.
Body Parameters
Image of the front side of the ID document in base64 format.
- Base64 encoded characters in the payload must not include the MIME type. For example, if the encoded base64 characters are "image/png;base64,/9j/2wBDABQODxIP...", then remove "image/png;base64," and send only the encoded data "/9j/2wBDABQODxIP...".
Image of the back side of the ID document in base64 format.
The ISO 3 Alpha Country Code of the issuing country for the ID document.
The type of the ID document (e.g., Passport, Driver's License).
government_id
passport
drivers_license
residence_permit
vehicle_registration_certificate
visa
aadhaar
pancard
The URL where the recognition results will be sent upon completion. If a callbackUrl is provided, the process works asynchronously, and you can refer to the Callback Response Example page for details. If no callbackUrl is provided, the process operates synchronously.
Response
Response Attributes
API Type
Object containing the processing result
Show child attributes
Unique identifier for each request
Response Attributes
Unique identifier for the transaction associated with the recognition request.
Information message returned as part of the recognition response.
Response Attributes
Status Code for the API request result
API Type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1011
1003
Briefly describes the error. Please refer to the error code for details.
Response Attributes
Unique identifier for the transaction associated with the recognition request.
Identifies the specific error for troubleshooting.
1001
1005
1006
1010
1012
1013
1014
1015
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
Base URL
Production:
https://idverify-api.argosidentity.com/modules
Response
{
"apiType": "id_recognition",
"result": {
"data": {
"raw": {
"address": {
"value": "{{value}}",
"score": 34,
"coordinates": {
"first": {
"x": 410,
"y": 1237
},
"fourth": {
"x": 415,
"y": 1362
},
"second": {
"x": 560,
"y": 1237
},
"third": {
"x": 564,
"y": 1362
}
}
},
"authority": {
"value": "{{value}}",
"score": 4,
"coordinates": {
"first": {
"x": 796,
"y": 1460
},
"fourth": {
"x": 799,
"y": 1637
},
"second": {
"x": 1931,
"y": 1461
},
"third": {
"x": 1925,
"y": 1641
}
}
},
"name": {
"value": "{{value}}",
"score": 61,
"coordinates": {
"first": {
"x": 367,
"y": 462
},
"fourth": {
"x": 375,
"y": 669
},
"second": {
"x": 1379,
"y": 454
},
"third": {
"x": 1378,
"y": 663
}
}
},
"name_chn": {
"value": "{{value}}",
"score": 61,
"coordinates": {
"first": {
"x": 367,
"y": 462
},
"fourth": {
"x": 375,
"y": 669
},
"second": {
"x": 1379,
"y": 454
},
"third": {
"x": 1378,
"y": 663
}
}
},
"number": {
"value": "{{value}}",
"score": 95,
"accepted": true,
"coordinates": {
"first": {
"x": 248,
"y": 698
},
"fourth": {
"x": 256,
"y": 867
},
"second": {
"x": 1423,
"y": 691
},
"third": {
"x": 1421,
"y": 861
}
}
},
"rotate": {
"value": "0"
}
},
"ocr": {
"ocr_fullName": "{{ocr_fullName}}",
"ocr_firstName": "{{ocr_firstName}}",
"ocr_middleName": "{{ocr_middleName}}",
"ocr_lastName": "{{ocr_lastName}}",
"ocr_gender": "{{ocr_gender}}",
"ocr_nationality": "{{ocr_nationality}}",
"ocr_birthDate": "{{ocr_birthDate}}",
"ocr_identityNumber": "{{ocr_identityNumber}}",
"ocr_issueDate": "{{ocr_issueDate}}",
"ocr_expireDate": "{{ocr_expireDate}}",
"ocr_version": "{{ocr_version}}",
"ocr_number": "{{ocr_number}}",
"full_mrz": "{{full_mrz}",
"mrz_line1": "{{mrz_line1}}",
"mrz_line2": "{{mrz_line2}}"
}
},
"review_front": true,
"review_back": false,
"document_type": "{{document_type}}"
},
"transactionId": "e0nvom3caiis7"
}
What made this section unhelpful for you?
Callback Response Example
The Callback Response Example section offers users a glimpse into the anticipated responses they will receive from API interactions, aiding in the understanding of response structure and format. By leveraging these examples, developers can enhance their integration process and streamline development efforts, ensuring seamless communication between their application and the API. This section serves as a valuable resource for testing and refining integrations effectively.
The Callback Response Example section showcases sample responses that users can anticipate from API interactions, providing clarity on response structure and format. By utilizing these
Success
Status Code for the API request result
API Type
Object containing the processing result
Show child attributes
Unique identifier for each request
Error
Status Code for the API request result
API Type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1011
1003
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
What made this section unhelpful for you?
Best Practices for Image
What made this section unhelpful for you?
ID Liveness API
The ID Liveness API section allows users to verify the authenticity of an ID document by analyzing the provided image for signs of tampering or forgery. Users can leverage different pipelines to detect screen captures, printed copies, and portrait replacements, ensuring the integrity of the ID document. Upon completion, users will receive recognition results and transaction information, facilitating secure identity verification processes.
Header Parameters
API key essential for authentication and access control purposes, required for authorization.
Body Parameters
Image of the ID document in base64 format.
- Base64 encoded characters in the payload must not include the MIME type. For example, if the encoded base64 characters are "image/png;base64,/9j/2wBDABQODxIP...", then remove "image/png;base64," and send only the encoded data "/9j/2wBDABQODxIP...".
Forgery detection options object
Show child attributes
The URL where the ID Liveness results will be sent upon completion. If a callbackUrl is provided, the process works asynchronously, and you can refer to the Callback Response Example page for details. If no callbackUrl is provided, the process operates synchronously.
Response
Response Attributes
API type
Unique identifier for each request
Object containing the processing result
Show child attributes
Response Attributes
Unique identifier for the transaction associated with the recognition request.
Information message returned as part of the recognition response.
Response Attributes
Status Code for the API request result
API Type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1003
1009
Briefly describes the error. Please refer to the error code for details.
Response Attributes
Unique identifier for the transaction associated with the recognition request.
Identifies the specific error for troubleshooting.
1001
1005
1007
1008
1010
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
Base URL
Production:
https://idverify-api.argosidentity.com/modules
Response
{
"apiType": "id_live_doc",
"transactionId": "{{transactionId}}",
"result": {
"screenReplay": {
"liveness_score": 99
},
"paperPrinted": {
"liveness_score": 82
},
"replacePortraits": {
"liveness_score": 100
}
}
}
What made this section unhelpful for you?
Callback Response Exmaple
The Callback Response Example section showcases sample responses that users can anticipate from API interactions, providing clarity on response structure and format. By utilizing these examples, users can effectively develop and test their integrations, ensuring smooth communication between their application and the API. This section serves as a valuable resource for enhancing the integration process and streamlining development efforts.
Success
Status Code for the API request result
API type
Unique identifier for each request
Object containing the processing result
Show child attributes
Error
Status Code for the API request result
API Type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1003
1009
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
What made this section unhelpful for you?
Best Practice for Image
What made this section unhelpful for you?
Face Compare API
The Face Compare API section allows users to compare two faces to determine their similarity. With this functionality, users can easily measure the resemblance between two facial images, enabling them to identify and analyze similarities or differences.
Header Parameters
API key essential for authentication and access control purposes, required for authorization.
Body Parameters
The base64 encoded image of the face to be compared with the targetFace image.
- Base64 encoded characters in the payload must not include the MIME type. For example, if the encoded base64 characters are "image/png;base64,/9j/2wBDABQODxIP...", then remove "image/png;base64," and send only the encoded data "/9j/2wBDABQODxIP...".
The base64 encoded image of the face to be compared with the originFace image.
The URL where the face compare results will be sent upon completion. If a callbackUrl is provided, the process works asynchronously, and you can refer to the Callback Response Example page for details. If no callbackUrl is provided, the process operates synchronously.
Response
Response Attributes
API type
Unique identifier for each request
Object containing the processing result
Show child attributes
Response Attributes
Unique identifier for the transaction associated with the face compare request.
Information message returned as part of the face compare response.
Response Attributes
Status Code for the API request result
API type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1002
1003
Briefly describes the error. Please refer to the error code for details.
Response Attributes
Unique identifier for the transaction associated with the face compare request.
Identifies the specific error for troubleshooting.
1000
1001
1010
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
Base URL
Production:
https://idverify-api.argosidentity.com/modules
Response
{
"apiType": "compare_face",
"transactionId": "{{transactionId}}",
"result": {
"face": {
"isAvailable": true,
"boundingBox": {
"Width": 0.42534321546554565,
"Height": 0.4251294434070587,
"Left": 0.3117927610874176,
"Top": 0.18467792868614197
}
},
"faceMatch": {
"isAvailable": true,
"boundingBox": {
"Width": 0.42534321546554565,
"Height": 0.4251294434070587,
"Left": 0.3117927610874176,
"Top": 0.18467792868614197
},
"similarity": 100,
"confidence": 99.99979400634766,
"landmarks": [
{
"Type": "eyeLeft",
"X": 0.42285242676734924,
"Y": 0.34076276421546936
},
{
"Type": "eyeRight",
"X": 0.6124773621559143,
"Y": 0.3419968783855438
},
{
"Type": "mouthLeft",
"X": 0.4371446669101715,
"Y": 0.5010698437690735
},
{
"Type": "mouthRight",
"X": 0.5957129001617432,
"Y": 0.5021556615829468
},
{
"Type": "nose",
"X": 0.5141193270683289,
"Y": 0.43568408489227295
}
],
"pose": {
"Roll": 0.38933834433555603,
"Yaw": -0.04575156792998314,
"Pitch": 0.6552109718322754
},
"quality": {
"Brightness": 85.768798828125,
"Sharpness": 95.51618957519531
}
}
}
}
What made this section unhelpful for you?
Callback Response Exmaple
The Callback Response Example section showcases sample responses that users can anticipate from API interactions, providing clarity on response structure and format. By utilizing these examples, users can effectively develop and test their integrations, ensuring smooth communication between their application and the API. This section serves as a valuable resource for enhancing the integration process and streamlining development efforts.
Success
Status Code for the API request result
API type
Unique identifier for each request
Object containing the processing result
Show child attributes
Error
Status Code for the API request result
API type
Unique identifier for each request
Identifies the specific error for troubleshooting.
1002
1003
Briefly describes the error. Please refer to the error code for details.
What made this section unhelpful for you?
What made this section unhelpful for you?
Face Liveness API
The Face Liveness API provides users with a method to verify the authenticity of a face during identity verification by analyzing the image for signs of liveliness. This API helps detect whether the image is from a real person or a static photo, preventing spoofing attempts and ensuring secure identity verification. By utilizing advanced algorithms, the API assesses various factors in the face image to determine if it was captured from a live subject, offering an additional layer of security in identity verification processes.
Header Parameters
API key essential for authentication and access control purposes, required for authorization.
Body Parameters
Face image in base64 format.
- Base64 encoded characters in the payload must not include the MIME type. For example, if the encoded base64 characters are "image/png;base64,/9j/2wBDABQODxIP...", then remove "image/png;base64," and send only the encoded data "/9j/2wBDABQODxIP...".
Response
Response Attributes
API type
Show child attributes
Unique identifier for each request
Response Attributes
Unique identifier for the transaction associated with the recognition request.
Information message returned as part of the recognition response.
Identifies the specific error for troubleshooting.
1016
1017
What made this section unhelpful for you?
Response
{
"apiType": "id_live_face",
"result": {
"liveness_score": 95
},
"transactionId": "e0nvom3caiis7"
}
What made this section unhelpful for you?
Best Practices for Image
What made this section unhelpful for you?
Photo Guidelines

What made this section unhelpful for you?
Supported ID types
Our service supports a wide range of global identification documents. These include various ID types such as driver's licenses, passports, national ID cards, and more, ensuring secure identity verification across different regions.
abw.drvlic | Aruba | driver's license |
abw.id | Aruba | government_id |
abw.passport | Aruba | passport |
afg.drvlic | Afghanistan | driver's license |
afg.id | Afghanistan | government_id |
afg.passport | Afghanistan | passport |
ago.drvlic | Angola | driver's license |
ago.id | Angola | government_id |
ago.passport | Angola | passport |
ago.rp | Angola | residence permit |
aia.drvlic | Anguilla | driver's license |
aia.id | Anguilla | government_id |
aia.passport | Anguilla | passport |
alb.drvlic | Albania | driver's license |
alb.id | Albania | government_id |
alb.passport | Albania | passport |
and.drvlic | Andorra | driver's license |
and.passport | Andorra | passport |
and.rp | Andorra | residence permit |
are.drvlic | United Arab Emirates | driver's license |
are.id | United Arab Emirates | government_id |
are.passport | United Arab Emirates | passport |
are.rp | United Arab Emirates | residence permit |
are.vrc | United Arab Emirates | vehicle_registration_certificate |
arg.drvlic | Argentina | driver's license |
arg.id | Argentina | government_id |
arg.passport | Argentina | passport |
arg.vrc | Argentina | vehicle_registration_certificate |
arm.drvlic | Armenia | driver's license |
arm.id | Armenia | government_id |
arm.passport | Armenia | passport |
arm.visa | Armenia | visa |
arm.vrc | Armenia | vehicle_registration_certificate |
asm.drvlic | American Samoa | driver's license |
asm.id | American Samoa | government_id |
asm.passport | American Samoa | passport |
ata.drvlic | Antarctica | driver's license |
ata.id | Antarctica | government_id |
ata.passport | Antarctica | passport |
atg.drvlic | Antigua and Barbuda | driver's license |
atg.id | Antigua and Barbuda | government_id |
atg.passport | Antigua and Barbuda | passport |
aus.drvlic | Australia | driver's license |
aus.id | Australia | government_id |
aus.passport | Australia | passport |
aus.rp | Australia | residence permit |
aut.drvlic | Austria | driver's license |
aut.id | Austria | government_id |
aut.passport | Austria | passport |
aut.rp | Austria | residence permit |
aut.visa | Austria | visa |
aut.vrc | Austria | vehicle_registration_certificate |
aze.drvlic | Azerbaijan | driver's license |
aze.id | Azerbaijan | government_id |
aze.passport | Azerbaijan | passport |
aze.rp | Azerbaijan | residence permit |
aze.vrc | Azerbaijan | vehicle_registration_certificate |
bdi.drvlic | Burundi | driver's license |
bdi.id | Burundi | government_id |
bdi.passport | Burundi | passport |
bel.drvlic | Belgium | driver's license |
bel.id | Belgium | government_id |
bel.passport | Belgium | passport |
bel.rp | Belgium | residence permit |
bel.visa | Belgium | visa |
ben.drvlic | Benin | driver's license |
ben.id | Benin | government_id |
ben.passport | Benin | passport |
bfa.drvlic | Burkina Faso | driver's license |
bfa.id | Burkina Faso | government_id |
bfa.passport | Burkina Faso | passport |
bgd.drvlic | Bangladesh | driver's license |
bgd.id | Bangladesh | government_id |
bgd.passport | Bangladesh | passport |
bgr.drvlic | Bulgaria | driver's license |
bgr.id | Bulgaria | government_id |
bgr.passport | Bulgaria | passport |
bgr.rp | Bulgaria | residence permit |
bgr.visa | Bulgaria | visa |
bgr.vrc | Bulgaria | vehicle_registration_certificate |
bhr.drvlic | Bahrain | driver's license |
bhr.id | Bahrain | government_id |
bhr.passport | Bahrain | passport |
bhs.drvlic | Bahamas | driver's license |
bhs.id | Bahamas | government_id |
bhs.passport | Bahamas | passport |
bih.drvlic | Bosnia and Herzegovina | driver's license |
bih.id | Bosnia and Herzegovina | government_id |
bih.passport | Bosnia and Herzegovina | passport |
blm.drvlic | Saint Barthelemy | driver's license |
blm.id | Saint Barthelemy | government_id |
blm.passport | Saint Barthelemy | passport |
blr.drvlic | Belarus | driver's license |
blr.id | Belarus | government_id |
blr.passport | Belarus | passport |
blr.rp | Belarus | residence permit |
blr.visa | Belarus | visa |
blr.vrc | Belarus | vehicle_registration_certificate |
blz.drvlic | Belize | driver's license |
blz.id | Belize | government_id |
blz.passport | Belize | passport |
bmu.drvlic | Bermuda | driver's license |
bmu.id | Bermuda | government_id |
bmu.passport | Bermuda | passport |
bol.drvlic | Bolivia | driver's license |
bol.id | Bolivia | government_id |
bol.passport | Bolivia | passport |
bra.drvlic | Brazil | driver's license |
bra.id | Brazil | government_id |
bra.passport | Brazil | passport |
bra.rp | Brazil | residence permit |
bra.vrc | Brazil | vehicle_registration_certificate |
brb.drvlic | Barbados | driver's license |
brb.id | Barbados | government_id |
brb.passport | Barbados | passport |
brn.drvlic | Brunei | driver's license |
brn.id | Brunei | government_id |
brn.passport | Brunei | passport |
btn.drvlic | Bhutan | driver's license |
btn.id | Bhutan | government_id |
btn.passport | Bhutan | passport |
bvt.drvlic | Bouvet Island | driver's license |
bvt.id | Bouvet Island | government_id |
bvt.passport | Bouvet Island | passport |
bwa.drvlic | Botswana | driver's license |
bwa.id | Botswana | government_id |
bwa.passport | Botswana | passport |
caf.drvlic | Central African Republic | driver's license |
caf.id | Central African Republic | government_id |
caf.passport | Central African Republic | passport |
can.drvlic | Canada | driver's license |
can.id | Canada | government_id |
can.passport | Canada | passport |
can.rp | Canada | residence permit |
can.visa | Canada | visa |
cck.drvlic | Cocos Islands | driver's license |
cck.id | Cocos Islands | government_id |
cck.passport | Cocos Islands | passport |
che.drvlic | Switzerland | driver's license |
che.id | Switzerland | government_id |
che.passport | Switzerland | passport |
che.rp | Switzerland | residence permit |
che.visa | Switzerland | visa |
chl.drvlic | Chile | driver's license |
chl.id | Chile | government_id |
chl.passport | Chile | passport |
chn.drvlic | China | driver's license |
chn.id | China | government_id |
chn.passport | China | passport |
civ.drvlic | Ivory Coast | driver's license |
civ.id | Ivory Coast | government_id |
civ.passport | Ivory Coast | passport |
cmr.drvlic | Cameroon | driver's license |
cmr.id | Cameroon | government_id |
cmr.passport | Cameroon | passport |
cod.drvlic | Democratic Republic of the Congo | driver's license |
cod.id | Democratic Republic of the Congo | government_id |
cod.passport | Democratic Republic of the Congo | passport |
cog.drvlic | Republic of the Congo | driver's license |
cog.id | Republic of the Congo | government_id |
cog.passport | Republic of the Congo | passport |
cok.drvlic | Cook Islands | driver's license |
cok.id | Cook Islands | government_id |
cok.passport | Cook Islands | passport |
col.drvlic | Colombia | driver's license |
col.id | Colombia | government_id |
col.passport | Colombia | passport |
com.drvlic | Comoros | driver's license |
com.id | Comoros | government_id |
com.passport | Comoros | passport |
cpv.drvlic | Cape Verde | driver's license |
cpv.id | Cape Verde | government_id |
cpv.passport | Cape Verde | passport |
cri.drvlic | Costa Rica | driver's license |
cri.id | Costa Rica | government_id |
cri.passport | Costa Rica | passport |
cub.drvlic | Cuba | driver's license |
cub.id | Cuba | government_id |
cub.passport | Cuba | passport |
cuw.drvlic | Curacao | driver's license |
cuw.id | Curacao | government_id |
cuw.passport | Curacao | passport |
cxr.drvlic | Christmas Island | driver's license |
cxr.id | Christmas Island | government_id |
cxr.passport | Christmas Island | passport |
cym.drvlic | Cayman Islands | driver's license |
cym.id | Cayman Islands | government_id |
cym.passport | Cayman Islands | passport |
cyp.drvlic | Cyprus | driver's license |
cyp.id | Cyprus | government_id |
cyp.passport | Cyprus | passport |
cyp.rp | Cyprus | residence permit |
cze.drvlic | Czech Republic | driver's license |
cze.id | Czech Republic | government_id |
cze.passport | Czech Republic | passport |
cze.rp | Czech Republic | residence permit |
cze.visa | Czech Republic | visa |
cze.vrc | Czech Republic | vehicle_registration_certificate |
deu.drvlic | Germany | driver's license |
deu.id | Germany | government_id |
deu.passport | Germany | passport |
deu.rp | Germany | residence permit |
deu.visa | Germany | visa |
deu.vrc | Germany | vehicle_registration_certificate |
dji.drvlic | Djibouti | driver's license |
dji.id | Djibouti | government_id |
dji.passport | Djibouti | passport |
dma.drvlic | Dominica | driver's license |
dma.id | Dominica | government_id |
dma.passport | Dominica | passport |
dnk.drvlic | Denmark | driver's license |
dnk.id | Denmark | government_id |
dnk.passport | Denmark | passport |
dnk.rp | Denmark | residence permit |
dnk.visa | Denmark | visa |
dom.drvlic | Dominican Republic | driver's license |
dom.id | Dominican Republic | government_id |
dom.passport | Dominican Republic | passport |
dom.rp | Dominican Republic | residence permit |
dza.drvlic | Algeria | driver's license |
dza.id | Algeria | government_id |
dza.passport | Algeria | passport |
ecu.drvlic | Ecuador | driver's license |
ecu.id | Ecuador | government_id |
ecu.passport | Ecuador | passport |
egy.drvlic | Egypt | driver's license |
egy.id | Egypt | government_id |
egy.passport | Egypt | passport |
egy.vrc | Egypt | vehicle_registration_certificate |
eri.drvlic | Eritrea | driver's license |
eri.id | Eritrea | government_id |
eri.passport | Eritrea | passport |
esh.drvlic | Western Sahara | driver's license |
esh.id | Western Sahara | government_id |
esh.passport | Western Sahara | passport |
esp.drvlic | Spain | driver's license |
esp.id | Spain | government_id |
esp.passport | Spain | passport |
esp.rp | Spain | residence permit |
esp.visa | Spain | visa |
est.drvlic | Estonia | driver's license |
est.id | Estonia | government_id |
est.passport | Estonia | passport |
est.rp | Estonia | residence permit |
est.visa | Estonia | visa |
eth.drvlic | Ethiopia | driver's license |
eth.id | Ethiopia | government_id |
eth.passport | Ethiopia | passport |
fin.drvlic | Finland | driver's license |
fin.id | Finland | government_id |
fin.passport | Finland | passport |
fin.rp | Finland | residence permit |
fin.visa | Finland | visa |
fji.drvlic | Fiji | driver's license |
fji.id | Fiji | government_id |
fji.passport | Fiji | passport |
flk.drvlic | Falkland Islands | driver's license |
flk.id | Falkland Islands | government_id |
flk.passport | Falkland Islands | passport |
fra.drvlic | France | driver's license |
fra.id | France | government_id |
fra.passport | France | passport |
fra.rp | France | residence permit |
fra.visa | France | visa |
fro.drvlic | Faroe Islands | driver's license |
fro.id | Faroe Islands | government_id |
fro.passport | Faroe Islands | passport |
fsm.drvlic | Micronesia | driver's license |
fsm.id | Micronesia | government_id |
fsm.passport | Micronesia | passport |
gab.drvlic | Gabon | driver's license |
gab.id | Gabon | government_id |
gab.passport | Gabon | passport |
gbr.drvlic | United Kingdom | driver's license |
gbr.passport | United Kingdom | passport |
gbr.rp | United Kingdom | residence permit |
gbr.visa | United Kingdom | visa |
geo.drvlic | Georgia | driver's license |
geo.id | Georgia | government_id |
geo.passport | Georgia | passport |
geo.rp | Georgia | residence permit |
geo.vrc | Georgia | vehicle_registration_certificate |
ggy.drvlic | Guernsey | driver's license |
ggy.id | Guernsey | government_id |
ggy.passport | Guernsey | passport |
gha.drvlic | Ghana | driver's license |
gha.id | Ghana | government_id |
gha.passport | Ghana | passport |
gib.drvlic | Gibraltar | driver's license |
gib.id | Gibraltar | government_id |
gib.passport | Gibraltar | passport |
gin.drvlic | Guinea | driver's license |
gin.id | Guinea | government_id |
gin.passport | Guinea | passport |
glp.drvlic | Guadeloupe | driver's license |
glp.id | Guadeloupe | government_id |
glp.passport | Guadeloupe | passport |
gmb.drvlic | Gambia | driver's license |
gmb.id | Gambia | government_id |
gmb.passport | Gambia | passport |
gnb.drvlic | Guinea-Bissau | driver's license |
gnb.id | Guinea-Bissau | government_id |
gnb.passport | Guinea-Bissau | passport |
gnq.drvlic | Equatorial Guinea | driver's license |
gnq.id | Equatorial Guinea | government_id |
gnq.passport | Equatorial Guinea | passport |
grc.drvlic | Greece | driver's license |
grc.id | Greece | government_id |
grc.passport | Greece | passport |
grc.rp | Greece | residence permit |
grc.visa | Greece | visa |
grd.drvlic | Grenada | driver's license |
grd.id | Grenada | government_id |
grd.passport | Grenada | passport |
grl.drvlic | Greenland | driver's license |
grl.id | Greenland | government_id |
grl.passport | Greenland | passport |
gtm.drvlic | Guatemala | driver's license |
gtm.id | Guatemala | government_id |
gtm.passport | Guatemala | passport |
guf.drvlic | French Guiana | driver's license |
guf.id | French Guiana | government_id |
guf.passport | French Guiana | passport |
gum.drvlic | Guam | driver's license |
gum.id | Guam | government_id |
gum.passport | Guam | passport |
guy.drvlic | Guyana | driver's license |
guy.id | Guyana | government_id |
guy.passport | Guyana | passport |
hkg.drvlic | Hong Kong | driver's license |
hkg.id | Hong Kong | government_id |
hkg.passport | Hong Kong | passport |
hmd.drvlic | Heard Island and McDonald Islands | driver's license |
hmd.id | Heard Island and McDonald Islands | government_id |
hmd.passport | Heard Island and McDonald Islands | passport |
hnd.drvlic | Honduras | driver's license |
hnd.id | Honduras | government_id |
hnd.passport | Honduras | passport |
hrv.drvlic | Croatia | driver's license |
hrv.id | Croatia | government_id |
hrv.passport | Croatia | passport |
hrv.rp | Croatia | residence permit |
hrv.visa | Croatia | visa |
hti.drvlic | Haiti | driver's license |
hti.id | Haiti | government_id |
hti.passport | Haiti | passport |
hun.drvlic | Hungary | driver's license |
hun.id | Hungary | government_id |
hun.passport | Hungary | passport |
hun.rp | Hungary | residence permit |
hun.visa | Hungary | visa |
idn.drvlic | Indonesia | driver's license |
idn.id | Indonesia | government_id |
idn.passport | Indonesia | passport |
imn.drvlic | Isle of Man | driver's license |
imn.id | Isle of Man | government_id |
imn.passport | Isle of Man | passport |
ind.aadhaar | India | aadhaar |
ind.drvlic | India | driver's license |
ind.id | India | government_id |
ind.pancard | India | pancard |
ind.passport | India | passport |
iot.drvlic | British Indian Ocean Territory | driver's license |
iot.id | British Indian Ocean Territory | government_id |
iot.passport | British Indian Ocean Territory | passport |
irl.drvlic | Ireland | driver's license |
irl.id | Ireland | government_id |
irl.passport | Ireland | passport |
irl.rp | Ireland | residence permit |
irn.drvlic | Iran | driver's license |
irn.id | Iran | government_id |
irn.passport | Iran | passport |
irq.drvlic | Iraq | driver's license |
irq.id | Iraq | government_id |
irq.passport | Iraq | passport |
irq.rp | Iraq | residence permit |
isl.drvlic | Iceland | driver's license |
isl.passport | Iceland | passport |
isl.rp | Iceland | residence permit |
isl.visa | Iceland | visa |
isr.drvlic | Israel | driver's license |
isr.id | Israel | government_id |
isr.passport | Israel | passport |
ita.drvlic | Italy | driver's license |
ita.id | Italy | government_id |
ita.passport | Italy | passport |
ita.rp | Italy | residence permit |
ita.visa | Italy | visa |
jam.drvlic | Jamaica | driver's license |
jam.id | Jamaica | government_id |
jam.passport | Jamaica | passport |
jey.drvlic | Jersey | driver's license |
jey.id | Jersey | government_id |
jey.passport | Jersey | passport |
jor.drvlic | Jordan | driver's license |
jor.id | Jordan | government_id |
jor.passport | Jordan | passport |
jpn.drvlic | Japan | driver's license |
jpn.id | Japan | government_id |
jpn.passport | Japan | passport |
jpn.rp | Japan | residence permit |
kaz.drvlic | Kazakhstan | driver's license |
kaz.id | Kazakhstan | government_id |
kaz.passport | Kazakhstan | passport |
kaz.visa | Kazakhstan | visa |
kaz.vrc | Kazakhstan | vehicle_registration_certificate |
ken.drvlic | Kenya | driver's license |
ken.id | Kenya | government_id |
ken.passport | Kenya | passport |
kgz.drvlic | Kyrgyzstan | driver's license |
kgz.id | Kyrgyzstan | government_id |
kgz.passport | Kyrgyzstan | passport |
kgz.vrc | Kyrgyzstan | vehicle_registration_certificate |
khm.drvlic | Cambodia | driver's license |
khm.id | Cambodia | government_id |
khm.passport | Cambodia | passport |
kir.drvlic | Kiribati | driver's license |
kir.id | Kiribati | government_id |
kir.passport | Kiribati | passport |
kna.drvlic | Saint Kitts and Nevis | driver's license |
kna.id | Saint Kitts and Nevis | government_id |
kna.passport | Saint Kitts and Nevis | passport |
kor.drvlic | South Korea | driver's license |
kor.id | South Korea | government_id |
kor.passport | South Korea | passport |
kor.rp | South Korea | residence permit |
kwt.drvlic | Kuwait | driver's license |
kwt.id | Kuwait | government_id |
kwt.passport | Kuwait | passport |
lao.drvlic | Laos | driver's license |
lao.id | Laos | government_id |
lao.passport | Laos | passport |
lbn.drvlic | Lebanon | driver's license |
lbn.id | Lebanon | government_id |
lbn.passport | Lebanon | passport |
lbr.id | Liberia | government_id |
lbr.passport | Liberia | passport |
lby.passport | Libya | passport |
lca.drvlic | Saint Lucia | driver's license |
lca.id | Saint Lucia | government_id |
lca.passport | Saint Lucia | passport |
lie.drvlic | Liechtenstein | driver's license |
lie.id | Liechtenstein | government_id |
lie.passport | Liechtenstein | passport |
lka.drvlic | Sri Lanka | driver's license |
lka.id | Sri Lanka | government_id |
lka.passport | Sri Lanka | passport |
lso.drvlic | Lesotho | driver's license |
lso.id | Lesotho | government_id |
lso.passport | Lesotho | passport |
ltu.drvlic | Lithuania | driver's license |
ltu.id | Lithuania | government_id |
ltu.passport | Lithuania | passport |
ltu.rp | Lithuania | residence permit |
ltu.visa | Lithuania | visa |
lux.drvlic | Luxembourg | driver's license |
lux.id | Luxembourg | government_id |
lux.passport | Luxembourg | passport |
lux.rp | Luxembourg | residence permit |
lux.visa | Luxembourg | visa |
lva.drvlic | Latvia | driver's license |
lva.id | Latvia | government_id |
lva.passport | Latvia | passport |
lva.rp | Latvia | residence permit |
mac.drvlic | Macau | driver's license |
mac.id | Macau | government_id |
mac.passport | Macau | passport |
maf.drvlic | Saint Martin | driver's license |
maf.id | Saint Martin | government_id |
maf.passport | Saint Martin | passport |
mar.drvlic | Morocco | driver's license |
mar.id | Morocco | government_id |
mar.passport | Morocco | passport |
mco.id | Monaco | government_id |
mco.passport | Monaco | passport |
mco.rp | Monaco | residence permit |
mda.drvlic | Moldova | driver's license |
mda.id | Moldova | government_id |
mda.passport | Moldova | passport |
mda.rp | Moldova | residence permit |
mda.vrc | Moldova | vehicle_registration_certificate |
mdg.drvlic | Madagascar | driver's license |
mdg.id | Madagascar | government_id |
mdg.passport | Madagascar | passport |
mdv.drvlic | Maldives | driver's license |
mdv.id | Maldives | government_id |
mdv.passport | Maldives | passport |
mex.drvlic | Mexico | driver's license |
mex.id | Mexico | government_id |
mex.passport | Mexico | passport |
mex.rp | Mexico | residence permit |
mex.visa | Mexico | visa |
mhl.drvlic | Marshall Islands | driver's license |
mhl.id | Marshall Islands | government_id |
mhl.passport | Marshall Islands | passport |
mkd.drvlic | North Macedonia | driver's license |
mkd.id | North Macedonia | government_id |
mkd.passport | North Macedonia | passport |
mli.drvlic | Mali | driver's license |
mli.id | Mali | government_id |
mli.passport | Mali | passport |
mlt.drvlic | Malta | driver's license |
mlt.id | Malta | government_id |
mlt.passport | Malta | passport |
mlt.rp | Malta | residence permit |
mlt.visa | Malta | visa |
mmr.drvlic | Myanmar | driver's license |
mmr.id | Myanmar | government_id |
mmr.passport | Myanmar | passport |
mne.drvlic | Montenegro | driver's license |
mne.id | Montenegro | government_id |
mne.passport | Montenegro | passport |
mne.rp | Montenegro | residence permit |
mng.drvlic | Mongolia | driver's license |
mng.id | Mongolia | government_id |
mng.passport | Mongolia | passport |
mnp.drvlic | Northern Mariana Islands | driver's license |
mnp.id | Northern Mariana Islands | government_id |
mnp.passport | Northern Mariana Islands | passport |
moz.drvlic | Mozambique | driver's license |
moz.id | Mozambique | government_id |
moz.passport | Mozambique | passport |
moz.rp | Mozambique | residence permit |
mrt.drvlic | Mauritania | driver's license |
mrt.id | Mauritania | government_id |
mrt.passport | Mauritania | passport |
msr.drvlic | Montserrat | driver's license |
msr.id | Montserrat | government_id |
msr.passport | Montserrat | passport |
mtq.drvlic | Martinique | driver's license |
mtq.id | Martinique | government_id |
mtq.passport | Martinique | passport |
mus.drvlic | Mauritius | driver's license |
mus.id | Mauritius | government_id |
mus.passport | Mauritius | passport |
mwi.drvlic | Malawi | driver's license |
mwi.id | Malawi | government_id |
mwi.passport | Malawi | passport |
mys.drvlic | Malaysia | driver's license |
mys.id | Malaysia | government_id |
mys.passport | Malaysia | passport |
myt.drvlic | Mayotte | driver's license |
myt.id | Mayotte | government_id |
myt.passport | Mayotte | passport |
nam.drvlic | Namibia | driver's license |
nam.id | Namibia | government_id |
nam.passport | Namibia | passport |
ncl.drvlic | New Caledonia | driver's license |
ncl.id | New Caledonia | government_id |
ncl.passport | New Caledonia | passport |
ner.drvlic | Niger | driver's license |
ner.id | Niger | government_id |
ner.passport | Niger | passport |
nfk.drvlic | Norfolk Island | driver's license |
nfk.id | Norfolk Island | government_id |
nfk.passport | Norfolk Island | passport |
nga.drvlic | Nigeria | driver's license |
nga.id | Nigeria | government_id |
nga.passport | Nigeria | passport |
nic.drvlic | Nicaragua | driver's license |
nic.id | Nicaragua | government_id |
nic.passport | Nicaragua | passport |
nic.rp | Nicaragua | residence permit |
niu.drvlic | Niue | driver's license |
niu.id | Niue | government_id |
niu.passport | Niue | passport |
nld.drvlic | Netherlands | driver's license |
nld.id | Netherlands | government_id |
nld.passport | Netherlands | passport |
nld.rp | Netherlands | residence permit |
nld.visa | Netherlands | visa |
nor.drvlic | Norway | driver's license |
nor.id | Norway | government_id |
nor.passport | Norway | passport |
nor.rp | Norway | residence permit |
nor.visa | Norway | visa |
npl.id | Nepal | government_id |
npl.passport | Nepal | passport |
nru.drvlic | Nauru | driver's license |
nru.id | Nauru | government_id |
nru.passport | Nauru | passport |
nzl.drvlic | New Zealand | driver's license |
nzl.id | New Zealand | government_id |
nzl.passport | New Zealand | passport |
omn.drvlic | Oman | driver's license |
omn.id | Oman | government_id |
omn.passport | Oman | passport |
pak.drvlic | Pakistan | driver's license |
pak.id | Pakistan | government_id |
pak.passport | Pakistan | passport |
pan.drvlic | Panama | driver's license |
pan.id | Panama | government_id |
pan.passport | Panama | passport |
pan.rp | Panama | residence permit |
pcn.drvlic | Pitcairn | driver's license |
pcn.id | Pitcairn | government_id |
pcn.passport | Pitcairn | passport |
per.drvlic | Peru | driver's license |
per.id | Peru | government_id |
per.passport | Peru | passport |
phl.drvlic | Philippines | driver's license |
phl.id | Philippines | government_id |
phl.passport | Philippines | passport |
plw.drvlic | Palau | driver's license |
plw.id | Palau | government_id |
plw.passport | Palau | passport |
png.drvlic | Papua New Guinea | driver's license |
png.id | Papua New Guinea | government_id |
png.passport | Papua New Guinea | passport |
pol.drvlic | Poland | driver's license |
pol.id | Poland | government_id |
pol.passport | Poland | passport |
pol.rp | Poland | residence permit |
pol.visa | Poland | visa |
pri.drvlic | Puerto Rico | driver's license |
pri.id | Puerto Rico | government_id |
pri.passport | Puerto Rico | passport |
prk.drvlic | North Korea | driver's license |
prk.id | North Korea | government_id |
prk.passport | North Korea | passport |
prt.drvlic | Portugal | driver's license |
prt.id | Portugal | government_id |
prt.passport | Portugal | passport |
prt.rp | Portugal | residence permit |
prt.visa | Portugal | visa |
pry.drvlic | Paraguay | driver's license |
pry.id | Paraguay | government_id |
pry.passport | Paraguay | passport |
pse.drvlic | Palestine | driver's license |
pse.id | Palestine | government_id |
pse.passport | Palestine | passport |
pyf.drvlic | French Polynesia | driver's license |
pyf.id | French Polynesia | government_id |
pyf.passport | French Polynesia | passport |
qat.drvlic | Qatar | driver's license |
qat.id | Qatar | government_id |
qat.passport | Qatar | passport |
reu.drvlic | Reunion | driver's license |
reu.id | Reunion | government_id |
reu.passport | Reunion | passport |
rou.drvlic | Romania | driver's license |
rou.id | Romania | government_id |
rou.passport | Romania | passport |
rou.rp | Romania | residence permit |
rou.visa | Romania | visa |
rus.drvlic | Russia | driver's license |
rus.id | Russia | government_id |
rus.passport | Russia | passport |
rus.visa | Russia | visa |
rwa.drvlic | Rwanda | driver's license |
rwa.id | Rwanda | government_id |
rwa.passport | Rwanda | passport |
sau.drvlic | Saudi Arabia | driver's license |
sau.id | Saudi Arabia | government_id |
sau.passport | Saudi Arabia | passport |
sau.rp | Saudi Arabia | residence permit |
sau.vrc | Saudi Arabia | vehicle_registration_certificate |
sdn.drvlic | Sudan | driver's license |
sdn.id | Sudan | government_id |
sdn.passport | Sudan | passport |
sen.drvlic | Senegal | driver's license |
sen.id | Senegal | government_id |
sen.passport | Senegal | passport |
sgp.drvlic | Singapore | driver's license |
sgp.id | Singapore | government_id |
sgp.passport | Singapore | passport |
sgs.drvlic | South Georgia and the South Sandwich Islands | driver's license |
sgs.id | South Georgia and the South Sandwich Islands | government_id |
sgs.passport | South Georgia and the South Sandwich Islands | passport |
shn.drvlic | Saint Helena | driver's license |
shn.id | Saint Helena | government_id |
shn.passport | Saint Helena | passport |
sjm.drvlic | Svalbard and Jan Mayen | driver's license |
sjm.id | Svalbard and Jan Mayen | government_id |
sjm.passport | Svalbard and Jan Mayen | passport |
slb.drvlic | Solomon Islands | driver's license |
slb.id | Solomon Islands | government_id |
slb.passport | Solomon Islands | passport |
sle.passport | Sierra Leone | passport |
slv.drvlic | El Salvador | driver's license |
slv.id | El Salvador | government_id |
slv.passport | El Salvador | passport |
slv.vrc | El Salvador | vehicle_registration_certificate |
smr.drvlic | San Marino | driver's license |
smr.id | San Marino | government_id |
smr.passport | San Marino | passport |
som.drvlic | Somalia | driver's license |
som.id | Somalia | government_id |
som.passport | Somalia | passport |
spm.drvlic | Saint Pierre and Miquelon | driver's license |
spm.id | Saint Pierre and Miquelon | government_id |
spm.passport | Saint Pierre and Miquelon | passport |
srb.drvlic | Serbia | driver's license |
srb.id | Serbia | government_id |
srb.passport | Serbia | passport |
ssd.drvlic | South Sudan | driver's license |
ssd.id | South Sudan | government_id |
ssd.passport | South Sudan | passport |
stp.drvlic | Sao Tome and Principe | driver's license |
stp.id | Sao Tome and Principe | government_id |
stp.passport | Sao Tome and Principe | passport |
sur.drvlic | Suriname | driver's license |
sur.id | Suriname | government_id |
sur.passport | Suriname | passport |
svk.drvlic | Slovakia | driver's license |
svk.id | Slovakia | government_id |
svk.passport | Slovakia | passport |
svk.rp | Slovakia | residence permit |
svk.visa | Slovakia | visa |
svk.vrc | Slovakia | vehicle_registration_certificate |
svn.drvlic | Slovenia | driver's license |
svn.id | Slovenia | government_id |
svn.passport | Slovenia | passport |
svn.rp | Slovenia | residence permit |
svn.visa | Slovenia | visa |
swe.drvlic | Sweden | driver's license |
swe.id | Sweden | government_id |
swe.passport | Sweden | passport |
swe.rp | Sweden | residence permit |
swe.visa | Sweden | visa |
swz.drvlic | Eswatini | driver's license |
swz.id | Eswatini | government_id |
swz.passport | Eswatini | passport |
sxm.drvlic | Sint Maarten | driver's license |
sxm.id | Sint Maarten | government_id |
sxm.passport | Sint Maarten | passport |
syc.drvlic | Seychelles | driver's license |
syc.id | Seychelles | government_id |
syc.passport | Seychelles | passport |
syr.drvlic | Syria | driver's license |
syr.id | Syria | government_id |
syr.passport | Syria | passport |
tca.drvlic | Turks and Caicos Islands | driver's license |
tca.id | Turks and Caicos Islands | government_id |
tca.passport | Turks and Caicos Islands | passport |
tcd.passport | Chad | passport |
tgo.drvlic | Togo | driver's license |
tgo.id | Togo | government_id |
tgo.passport | Togo | passport |
tha.drvlic | Thailand | driver's license |
tha.id | Thailand | government_id |
tha.passport | Thailand | passport |
tjk.drvlic | Tajikistan | driver's license |
tjk.id | Tajikistan | government_id |
tjk.passport | Tajikistan | passport |
tjk.vrc | Tajikistan | vehicle_registration_certificate |
tkl.drvlic | Tokelau | driver's license |
tkl.id | Tokelau | government_id |
tkl.passport | Tokelau | passport |
tkm.drvlic | Turkmenistan | driver's license |
tkm.passport | Turkmenistan | passport |
tkm.visa | Turkmenistan | visa |
tkm.vrc | Turkmenistan | vehicle_registration_certificate |
tls.drvlic | Timor-Leste | driver's license |
tls.id | Timor-Leste | government_id |
tls.passport | Timor-Leste | passport |
ton.drvlic | Tonga | driver's license |
ton.id | Tonga | government_id |
ton.passport | Tonga | passport |
tto.drvlic | Trinidad and Tobago | driver's license |
tto.id | Trinidad and Tobago | government_id |
tto.passport | Trinidad and Tobago | passport |
tun.drvlic | Tunisia | driver's license |
tun.id | Tunisia | government_id |
tun.passport | Tunisia | passport |
tur.drvlic | Turkey | driver's license |
tur.id | Turkey | government_id |
tur.passport | Turkey | passport |
tur.rp | Turkey | residence permit |
tuv.drvlic | Tuvalu | driver's license |
tuv.id | Tuvalu | government_id |
tuv.passport | Tuvalu | passport |
twn.drvlic | Taiwan | driver's license |
twn.id | Taiwan | government_id |
twn.passport | Taiwan | passport |
tza.drvlic | Tanzania | driver's license |
tza.id | Tanzania | government_id |
tza.passport | Tanzania | passport |
uga.drvlic | Uganda | driver's license |
uga.id | Uganda | government_id |
uga.passport | Uganda | passport |
ukr.drvlic | Ukraine | driver's license |
ukr.id | Ukraine | government_id |
ukr.passport | Ukraine | passport |
ukr.rp | Ukraine | residence permit |
ukr.visa | Ukraine | visa |
ukr.vrc | Ukraine | vehicle_registration_certificate |
ury.drvlic | Uruguay | driver's license |
ury.id | Uruguay | government_id |
ury.passport | Uruguay | passport |
usa.drvlic | United States | driver's license |
usa.id | United States | government_id |
usa.passport | United States | passport |
usa.visa | United States | visa |
usa.vrc | United States | vehicle_registration_certificate |
usa.idc | United States | identity card |
uzb.drvlic | Uzbekistan | driver's license |
uzb.id | Uzbekistan | government_id |
uzb.passport | Uzbekistan | passport |
uzb.rp | Uzbekistan | residence permit |
uzb.visa | Uzbekistan | visa |
uzb.vrc | Uzbekistan | vehicle_registration_certificate |
vat.drvlic | Vatican | driver's license |
vat.id | Vatican | government_id |
vat.passport | Vatican | passport |
vct.drvlic | Saint Vincent and the Grenadines | driver's license |
vct.id | Saint Vincent and the Grenadines | government_id |
vct.passport | Saint Vincent and the Grenadines | passport |
ven.drvlic | Venezuela | driver's license |
ven.id | Venezuela | government_id |
ven.passport | Venezuela | passport |
vgb.drvlic | British Virgin Islands | driver's license |
vgb.id | British Virgin Islands | government_id |
vgb.passport | British Virgin Islands | passport |
vir.drvlic | U.S. Virgin Islands | driver's license |
vir.id | U.S. Virgin Islands | government_id |
vir.passport | U.S. Virgin Islands | passport |
vnm.drvlic | Vietnam | driver's license |
vnm.id | Vietnam | government_id |
vnm.passport | Vietnam | passport |
vut.drvlic | Vanuatu | driver's license |
vut.id | Vanuatu | government_id |
vut.passport | Vanuatu | passport |
wlf.drvlic | Wallis and Futuna | driver's license |
wlf.id | Wallis and Futuna | government_id |
wlf.passport | Wallis and Futuna | passport |
wsm.drvlic | Samoa | driver's license |
wsm.id | Samoa | government_id |
wsm.passport | Samoa | passport |
xkx.drvlic | Kosovo | driver's license |
xkx.id | Kosovo | government_id |
xkx.passport | Kosovo | passport |
yem.drvlic | Yemen | driver's license |
yem.id | Yemen | government_id |
yem.passport | Yemen | passport |
zaf.drvlic | South Africa | driver's license |
zaf.id | South Africa | government_id |
zaf.passport | South Africa | passport |
zmb.drvlic | Zambia | driver's license |
zmb.id | Zambia | government_id |
zmb.passport | Zambia | passport |
zwe.drvlic | Zimbabwe | driver's license |
zwe.id | Zimbabwe | government_id |
zwe.passport | Zimbabwe | passport |
What made this section unhelpful for you?
ID Types
Our service supports a wide range of global identification documents. These include various types such as government-issued IDs, passports, driver’s licenses, residence permits, and more
government_id | An official identification document issued by a government, typically used for verifying the identity of an individual. |
passport | An official travel document issued by a government, certifying the holder's identity and nationality, primarily used for international travel. |
drivers_license | An official document permitting a specific individual to operate motorized vehicles such as motorcycles, cars, trucks, or buses. |
residence_permit | An official document that allows a foreign individual to reside in a country for a certain period, typically issued by the immigration authority. |
vehicle_registration_certificate | An official document providing proof of registration of a vehicle, including details about the vehicle and the owner. |
visa | An official endorsement placed in a passport indicating that the holder is allowed to enter, leave, or stay for a specified period in a country. |
aadhaar | A unique 12-digit identification number issued by the Indian government to residents of India, based on their biometric and demographic data |
pancard | A permanent account number (PAN) card issued by the Indian government to individuals and entities, used primarily for tax purposes |
What made this section unhelpful for you?
ISO Alpha 3 Country Codes
Afghanistan | AFG |
Aland Islands | ALA |
Albania | ALB |
Algeria | DZA |
American Samoa | ASM |
Andorra | AND |
Angola | AGO |
Anguilla | AIA |
Antarctica | ATA |
Antigua and Barbuda | ATG |
Argentina | ARG |
Armenia | ARM |
Aruba | ABW |
Australia | AUS |
Austria | AUT |
Azerbaijan | AZE |
Bahamas | BHS |
Bahrain | BHR |
Bangladesh | BGD |
Barbados | BRB |
Belarus | BLR |
Belgium | BEL |
Belize | BLZ |
Benin | BEN |
Bermuda | BMU |
Bhutan | BTN |
Bolivia, Plurinational State of | BOL |
Bonaire Sint Eustatius and Saba | BES |
Bosnia and Herzegovina | BIH |
Botswana | BWA |
Bouvet Island | BVT |
Brazil | BRA |
British Indian Ocean Territory | IOT |
Brunei Darussalam | BRN |
Bulgaria | BGR |
Burkina Faso | BFA |
Burundi | BDI |
Cambodia | KHM |
Cameroon | CMR |
Canada | CAN |
Cape Verde | CPV |
Cayman Islands | CYM |
Central African Republic | CAF |
Chad | TCD |
Chile | CHL |
China | CHN |
Christmas Island | CXR |
Cocos (Keeling) Islands | CCK |
Colombia | COL |
Comoros | COM |
Congo | COG |
Congo, Democratic Republic of | ZAR |
Cook Islands | COK |
Costa Rica | CRI |
Côte d’Ivoire | CIV |
Croatia | HRV |
Cuba | CUB |
Curacao | CUW |
Cyprus | CYP |
Czech Republic | CZE |
Denmark | DNK |
Djibouti | DJI |
Dominica | DMA |
Dominican Republic | DOM |
Ecuador | ECU |
Egypt | EGY |
El Salvador | SLV |
Equatorial Guinea | GNQ |
Eritrea | ERI |
Estonia | EST |
Ethiopia | ETH |
Falkland Islands (Malvinas) | FLK |
Faroe Islands | FRO |
Fiji | FJI |
Finland | FIN |
France | FRA |
France Guiana | GUF |
French Polynesia | PYF |
French Southern Territories | ATF |
Gabon | GAB |
Gambia | GMB |
Georgia | GEO |
Germany | DEU |
Ghana | GHA |
Gibraltar | GIB |
Greece | GRC |
Greenland | GRL |
Grenada | GRD |
Guadeloupe | GLP |
Guam | GUM |
Guatemala | GTM |
Guernsey | GGY |
Guinea | GIN |
Guinea – Bissau | GNB |
Guyana | GUY |
Haiti | HTI |
Heard and McDonald Islands | HMD |
Holy See (Vatican City State) | VAT |
Honduras | HND |
Hong Kong | HKG |
Hungary | HUN |
Iceland | ISL |
India | IND |
Indonesia | IDN |
Iran, Islamic Republic Of | IRN |
Iraq | IRQ |
Ireland | IRL |
Isle of Man | IMN |
Israel | ISR |
Italy | ITA |
Jamaica | JAM |
Japan | JPN |
Jersey | JEY |
Jordan | JOR |
Kazakhstan | KAZ |
Kenya | KEN |
Kiribati | KIR |
Korea, Demo Peoples Repub of | PRK |
Korea, Republic of | KOR |
Kosovo | QZZ |
Kuwait | KWT |
Kyrgyzstan | KGZ |
Lao Peoples Democratic Repub | LAO |
Latvia | LVA |
Lebanon | LBN |
Lesotho | LSO |
Liberia | LBR |
Libyan Arab Jamahiriya | LBY |
Liechtenstein | LIE |
Lithuania | LTU |
Luxembourg | LUX |
Macao | MAC |
Macedonia | MKD |
Madagascar | MDG |
Malawi | MWI |
Malaysia | MYS |
Maldives | MDV |
Mali | MLI |
Malta | MLT |
Marshall Islands | MHL |
Martinique | MTQ |
Mauritania | MRT |
Mauritius | MUS |
Mayotte | MYT |
Mexico | MEX |
Micronesia, Federated States of | FSM |
Moldova, Republic of | MDA |
Monaco | MCO |
Mongolia | MNG |
Montenegro | MNE |
Montserrat | MSR |
Morocco | MAR |
Mozambique | MOZ |
Myanmar | MMR |
Namibia | NAM |
Nauru | NRU |
Nepal | NPL |
Netherlands | NLD |
Netherlands Antilles | ANT |
New Caledonia | NCL |
New Zealand | NZL |
Nicaragua | NIC |
Niger | NER |
Nigeria | NGA |
Niue | NIU |
Norfolk Island | NFK |
Northern Mariana Islands | MNP |
Norway | NOR |
Oman | OMN |
Pakistan | PAK |
Palau | PLW |
Palestinian Territory Occupied | PSE |
Panama | PAN |
Papua New Guinea | PNG |
Paraguay | PRY |
Peru | PER |
Philippines | PHL |
Pitcairn | PCN |
Poland | POL |
Portugal | PRT |
Puerto Rico | PRI |
Qatar | QAT |
Republic of South Sudan | SSD |
Reunion | REU |
Romania | ROU |
Russian Federation | RUS |
Rwanda | RWA |
S Georgia S Sandwich Islands | SGS |
Saint Barthelemy | BLM |
Saint Helena | SHN |
Saint Kitts and Nevis | KNA |
Saint Lucia | LCA |
Saint Martin French Part | MAF |
Saint Pierre and Miquelon | SPM |
Samoa | WSM |
San Marino | SMR |
Sao Tome and Principe | STP |
Saudi Arabia | SAU |
Senegal | SEN |
Serbia | SRB |
Seychelles | SYC |
Sierra Leone | SLE |
Singapore | SGP |
Sint Maarten (Dutch Part) | SXM |
Slovakia | SVK |
Slovenia | SVN |
Solomon Islands | SLB |
Somalia | SOM |
South Africa | ZAF |
Spain | ESP |
Sri Lanka | LKA |
St. Vincent and the Grenadines | VCT |
Sudan | SDN |
Sudan-2 | YYY |
Suriname | SUR |
Svalbard and Jan Mayen | SJM |
Swaziland | SWZ |
Sweden | SWE |
Switzerland | CHE |
Syrian Arab Republic | SYR |
Taiwan | TWN |
Tajikistan | TJK |
Tanzania, United Republic of | TZA |
Thailand | THA |
Timor-Leste | TMP |
Togo | TGO |
Tokelau | TKL |
Tonga | TON |
Trinidad and Tobago | TTO |
Tunisia | TUN |
Turkmenistan | TKM |
Turks and Caicos Is | TCA |
Turkey | TUR |
Tuvalu | TUV |
U.S. Minor Outlying Islands | UMI |
Uganda | UGA |
Ukraine | UKR |
United Arab Emirates | ARE |
United Kingdom | GBR |
United States | USA |
Uruguay | URY |
Uzbekistan | UZB |
Vanuatu | VUT |
Venezuela, Bolivarian Republic | VEN |
Viet Nam | VNM |
Virgin Islands, British | VGB |
Virgin Islands, U.S. | VIR |
Wallis and Futuna | WLF |
Western Sahara | ESH |
Yemen | YE |
Yemen | YEM |
Zambia | ZMB |
Zimbabwe | ZWE |