Mexican Finder API
Tags |
---|
Overview
Find key data Mexican from the government by personal data.
🕑 Average Latency ~700 ms 🕑 Worst Latency ~1000 ms 🧑⚖️ Success Rate 80%
Getting started
- Log in, and copy API Key. If you use email, we need to verify it. Check your inbox.
- You either can test directly in your browser or use Postman. Remember substitute API Key.
Request
GET https://api.sanchezcarlosjr.com/mexican
Parameters
Name | Description |
---|---|
fatherName | string |
motherName | string |
name | string |
gender | string Valid values for this property are: 0 = Not known; 1 = Male; 2 = Female; 9 = Not applicable. ISO/IEC 5218 |
birthday | string Date and time in UTC: YYYY-MM-DDT00:00:00Z ISO 8601 |
birthState | string ISO 3166 — Codes for the representation of names of countries and their subdivisions |
apiKey | string You need to sign up on https://sanchezcarlosjr.com for you to get it. |
Untitled |
Response
If successful, this method returns a response body with the following structure:
{
"curp": "string",
"isLRFC": "boolean",
"isRegisteredInIMSS": "boolean"
"nss": "string",
"rfc":"string",
"rfcBlockList": "string"
}
Example Request
https://api.sanchezcarlosjr.com/mexican?apiKey=pT32raieZC3&birthday=1962-08-18T08:00:00.000Z&birthState=MX-MIC&fatherName=CALDERON&gender=1&motherName=HINOJOSA&name=FELIPE DE JESUS
Example Success Response
{
"curp":"CAHF620818HMNLNL09",
"isLRFC":true,
"isRegisteredInIMSS":true
"nss":"53796212867",
"rfc":"CAHF620818TN9",
"rfcBlockStatus":null
}
Errors
The error messages that the API could return in response to a call to this method.
Error Type | Error detail | Description |
---|---|---|
forbidden (400) | forbidden | api key not found |
notFound (404) | Mexican not found | Mexican not found |
badRequest (401) | Bad mexican data by finder | Remember to follow instructions by call |
internalError (500) | internalError |
Contact
Reviews in Video YouTube Comments
Web on https://sanchezcarlosjr.com/
Do you have any questions, suggestions, or issues? Contract the support service. Select the Senior L5 - Manager L1 membership level on Patreon
Roadmap
FAQ
Does the API Key have a expire time?
No. It doesn't. You're free to use unlimited it. But, We don't responsible by bad use.
How can you help yourself, and me too? No money. Yes learning.
Do you want to learn about high computer science? Then subscribe to my Arsus Channel. Thank you so much.
But, if you want extra service or you want to help me with money. Select the Senior L5 - Manager L1 membership level on Patreon
Is this an open-source project?
Yes, this a open-source project on GitHub. Happy code!