Skip to content

Reference / MINEM

REINFO

MINEM's mining formalisation registry. Returns the mining rights tied to a tax ID and their status.

GET /api/reinfo/{ruc}

What it's for: Check whether a mining supplier is registered and where their formalisation stands.

Authentication

X-API-Key string header required
X-API-Key: tu_token
Authorization string header
Authorization: Bearer tu_token

Either one works. The token is generated from the client dashboard.

Path parameters

ruc string required
Holder's tax ID. Example: 20123456789

Response

Main fields this lookup returns:

  • registros[].nombre
  • registros[].codigo_unico
  • registros[].derecho
  • registros[].departamento, provincia, distrito
  • registros[].estado

Repeats of the same lookup are served from cache for 30 days and don't count against your plan.

Status codes

200 OK
Lookup resolved. Counts one request against the plan.
401 Invalid or expired token
The authentication header is missing or the token isn't valid.
403 No access
The plan doesn't cover this service, or the subscription isn't active.
404 Not found
The lookup ran but returned nothing. It still counts.
429 Limit reached
The period's lookups have run out.
500 Service error
The official source failed to answer. Nothing is cached.