🇲🇽

Mexican Finder API

Overview

Find key data Mexican from the government by personal data.

🕑 Average Latency ~700 ms 🕑 Worst Latency ~1000 ms 🧑‍⚖️ Success Rate 80%

Getting started

  1. Log in, and copy API Key. If you use email, we need to verify it. Check your inbox.
  1. You either can test directly in your browser or use Postman. Remember substitute API Key.

Request

GET https://api.sanchezcarlosjr.com/mexican

Parameters

NameDescription
fatherNamestring
motherNamestring
namestring
genderstring

Valid values for this property are:
0 = Not known; 1 = Male; 2 = Female; 9 = Not applicable.

ISO/IEC 5218
birthdaystring

Date and time in UTC: YYYY-MM-DDT00:00:00Z

ISO 8601
birthStatestring

ISO 3166 — Codes for the representation of names of countries and their subdivisions
apiKeystring

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 TypeError detailDescription
forbidden (400)forbiddenapi key not found
notFound (404)Mexican not foundMexican not found
badRequest (401)Bad mexican data by finderRemember 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!