Endpoint
GET https://certmap.eu/api/search
Alle calls vereisen een x-api-key header. Registreer met je emailadres - je account wordt aangemaakt met een eigen key die je op je dashboard vindt.
Parameters
Voorbeeld
curl -H "x-api-key: YOUR_KEY" \ "https://certmap.eu/api/search?query=cargill&filter_status=valid"
Response
JSON-array met certificaat-objecten. Datums in ISO 8601 (YYYY-MM-DD). Scope en raw_material zijn arrays.
[
{
"certificate_id": "EU-ISCC-Cert-PL219-83314809",
"certificate_holder": "Cargill Poland Sp.z.o.o., ...",
"valid_from": "2026-07-12",
"valid_until": "2027-07-11",
"status": "valid",
"status_date": null,
"scope": ["Trader with Storage", "Processing Unit"],
"raw_material": ["Rapeseed / canola"],
"products": "Bioethanol",
"issuing_cb": "SGS Germany GmbH, Emstek, DE",
"certificate_pdf_url": "https://hub.iscc-system.org/...",
"audit_report_url": "https://hub.iscc-system.org/...",
"map_url": "https://www.google.com/maps/..."
}
]
API key aanvragen
Registreer op certmap.eu/login.html - je account met eigen API-key wordt direct aangemaakt. Op je dashboard vind je de key en het aantal calls per dag.
Voor commercieel gebruik met hoger volume of samenwerking: api@certmap.eu.