OpenMercantil · Example Payload

Openmercantil Health Example

Open DataSpainCompany DataBusiness RegistryBORMEPublic RecordsSpanish CompaniesCIFCNAEPublic ProcurementPLACSPCNMVOEPMBDNSOpenSanctionsPublic-Interest DataSpanish Open DataREST APIJSONCSVGeocodingTrust ScoreRegistry TimelineDaily Summary

Openmercantil Health Example is an example object payload from OpenMercantil, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://openmercantil.es/api/v1/health",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "status": "ok",
      "version": "1.4.0",
      "companies_indexed": 2600000,
      "events_indexed": 18000000,
      "last_updated": "2026-05-09T07:00:00Z"
    }
  }
}