Last updated 1 month ago
Government database lookup API
OK
ISO-8601 format yyyy-MM-dd
const response = await fetch('https://id.uqudo.io/api/v2/id/lookup/ken/id', { method: 'POST', headers: { "Authorization": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "identityNumber": "text" }), }); const data = await response.json();
{ "placeOfBirth": "text", "firstName": "text", "serialNumber": "text", "citizenship": "text", "issueDate": "text", "issueDateFormatted": "text", "middleName": "text", "lastName": "text", "address": "text", "gender": "text" }