Mexico โ SIGED Certificate
Check an electronic school certificate against SIGED, the SEP system for academic documents. Lookup is by folio only. It does not search by name.
SEP marks this result as informative. The official document is the certificate issued by the school.
API referenceโ
GET https://api.verifik.co/v2/mx/siged/certificado
Queryโ
| Name | Required | Description |
|---|---|---|
folio | Yes | Folio printed on the certificate. |
fullName | No | Expected name. A mismatch returns 409 name_mismatch. |
curp | No | Loads the official CURP name and compares it with the certificate. |
An unknown folio returns 404.
Exampleโ
curl "https://api.verifik.co/v2/mx/siged/certificado?folio=SIGED10000001&fullName=Ana%20Lopez%20Ruiz" \
-H "Authorization: Bearer <token>"
{
"data": {
"average": "9.1",
"career": "BACHILLERATO TECNOLOGICO",
"certificateType": "CERTIFICADO DE TERMINACION DE ESTUDIOS",
"firstName": "ANA",
"folio": "SIGED10000001",
"fullName": "ANA LOPEZ RUIZ",
"institution": "DIRECCION GENERAL DE EDUCACION TECNOLOGICA INDUSTRIAL",
"lastName": "LOPEZ RUIZ",
"registrationDate": "2021-07-15",
"status": "Vigente",
"studyType": "EDUCACION MEDIA SUPERIOR"
}
}
Use only *.sep.gob.mx. Do not send folios to lookalike validation sites.