> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dojah.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Government ID Verification

> Verify identity against government databases. Voters ID, passport, driver's license, and more via API or SDK.

Verify user identities directly from authoritative government databases, without friction.
This module allows you to pull and confirm identity details such as name, date of birth, gender, etc from official sources
like Voters ID, Driver’s License, International Passport, and other records.
It's the fastest way to validate that someone is who they claim to be, using the data governments already trust.

### How to Run a Check

<Columns cols={2}>
  <Card title="API Lookup" icon="plug" href="/docs/nigeria/lookup-bvn" arrow="true">
    Query government databases by sending ID information directly to our APIs.
    This option does not confirm that the person submitting the ID owns it. It only confirms the ID is valid and matches government records. You can further validate with the liveness API
  </Card>

  <Card title="SDK/Libraries" icon="cubes" href="/sdks/overviews" arrow="true">
    In addition to identifying the ID, you can validate that the user owns it. This is done either by matching a selfie against the government image or by confirming access to a registered phone number via OTP.
  </Card>
</Columns>

<Card title=" Manual Lookup via Dashboard" icon="desktop" href="/dashboard-guide/verify/individual/government-data-lookup" arrow="true">
  Need something quick? The dashboard lets you run one-off identity checks without writing a single line of code. Just log in, enter an ID, and get verified results directly from government databases.
</Card>

### Supported IDs

<Accordion title="Nigeria 🇳🇬">
  * [Lookup BVN](../../docs/nigeria/validate-bvn)
  * [Lookup Phone Number](../../docs/nigeria/lookup-phone-number)
  * [Lookup NUBAN KYC Status](../../docs/nigeria/lookup-nuban-kycstatus)
  * [Lookup NIN](../../docs/nigeria/lookup-virtual-nin)
  * [Lookup Driver’s License](../../docs/nigeria/lookup-drivers-license)
  * [Lookup Voter’s ID](../../docs/nigeria/lookup-voters-id)
</Accordion>

<Accordion title="Ghana 🇬🇭">
  * [Lookup Ghana Passport](../../docs/ghana/lookup-passport)
  * [Lookup Ghana Driver's License](../../docs/ghana/lookup-drivers-license)
  * [Lookup Ghana Voter ID](../../docs/ghana/lookup-voters-id)
  * [Lookup Ghana TIN](../../docs/ghana/lookup-tin)
  * [Lookup Ghana SSNIT ID](../../docs/ghana/lookup-ssnit)
  * [Validate Ghana Digital Addresses](../../docs/ghana/validate-digital-addresses)
</Accordion>

<Accordion title="Kenya 🇰🇪">
  * [Lookup Kenya National ID](../../docs/kenya/lookup-national-id)
  * [Lookup Kenya Passport](../../docs/kenya/lookup-passport)
  * [Lookup Kenya KRA PIN](../../docs/kenya/lookup-kra-pin)
</Accordion>

<Accordion title="Uganda 🇺🇬">
  * [Lookup NIN](../../docs/uganda/lookup-nin)
</Accordion>

<Accordion title="South Africa 🇿🇦">
  * [SA National ID](../../docs/southafrica/lookup-national-id)
</Accordion>

<Accordion title="Angola 🇦🇴">
  * [Angola National ID](../../docs/angola/lookup-national-id)
</Accordion>

<Accordion title="Zimbabwe 🇿🇼">
  * [Zimbabwe National ID](../../docs/zimbabwe/lookup-national-id)
  * [Zimbabwe Credit Check](../../docs/zimbabwe/lookup-credit-check)
</Accordion>

<Accordion title="Zambia 🇿🇲">
  * [Zambia National Registration Card](../../docs/zambia/lookup-national-id)
</Accordion>
