CPF Query and Enrichment
Allows you to query the registration data of a CPF in one or more specified databases.
Endpoint https://sms.witi.me/izdata/consulta_cpf.aspx?cpf=cpf&chave=API_KEY&tipo=izdata
Method GET
Input cpf CPF number to be searched
tipo type of query
Query Types basica, media, avancada, izdata, datastone, zapto, zapbusca, procob
Each query type has its own characteristics and specific costs. Please check before using.
Example Call:
https://sms.witi.me/izdata/consulta_cpf.aspx?chave=API_KEY&cpf=39165023870&tipo=basica
Output
The response will be a JSON with the following characteristics.
Class Root
| Property | Content |
|---|---|
| Cpf | Person's CPF |
| Nome | Full name |
Class Telefone
| Property | Content |
|---|---|
| Prioridade | Indicates the priority of this phone number, the lower the better |
| Numero | Phone number |
| Operadora | Phone carrier name |
| Indicates if WhatsApp usage was registered for this line | |
| WhatsAppDataStatus | Date when this phone was registered using WhatsApp |
Example response:
{
"Resultado": {
"CodigoResultado": 0,
"Mensagem": "Query successfully completed",
"Chave": "847e82b8-953e-4ac1-a7d8-a1e491de470f",
"Cobrado": true,
"ValorCobrado": 0.0
},
"Retorno": {
"Telefones": [
{
"Prioridade": 0,
"Numero": "11940435084",
"Operadora": "claro - celular",
"WhatsApp": true,
"WhatsAppDataStatus": "2020-02-21T15:04:00"
},
],
"Enderecos": [
{
"Logradouro": "ALDINO PINOTTI",
"LogradouroNumero": "650",
"Complemento": null,
"Bairro": "CENTRO",
"Cep": "09750220",
"Cidade": "SAO BERNARDO DO CAMPO",
"Estado": "SP"
},
{
"Logradouro": "JOSE VERSOLATO",
"LogradouroNumero": "111",
"Complemento": null,
"Bairro": "CENTRO",
"Cep": "09750730",
"Cidade": "SAO BERNARDO DO CAMPO",
"Estado": "SP"
}
],
"Parentes": [
{
"Nome": "MARLENE ALVES TEIXEIRA",
"CPF": "000.000.000-00",
"Descricao": "mother"
}
],
"Contatos": [],
"Cpf": "391.650.238-70",
"Nome": "CAIO TEIXEIRA DE FARIA",
"Data_nascimento": "1990-03-15T00:00:00",
"Email": "",
"Sexo": "",
"Idade": 30,
"Estado_civil": "",
"RG": "",
"Ctps_numero": "",
"Ctps_serie": "",
"Ctps_ano_emissao": "",
"Escolaridade": "",
"PIS": ""
}