Iasme APIiasme.co.uk ↗
Search for UK organisations that hold current Cyber Essentials or Cyber Essentials Plus security certifications from the official IASME registry. Quickly verify which businesses have achieved these NCSC-backed cybersecurity standards within the last 12 months.
curl -X GET 'https://api.parse.bot/scraper/689b3426-2c4a-4b93-86d7-baa4780eccd3/search_certificates?query=Microsoft' \ -H 'X-API-Key: $PARSE_API_KEY'
Search by company name or certificate reference number to find organisations holding a Cyber Essentials or Cyber Essentials Plus certificate issued in the last 12 months. Returns all matching certificates with company name, certificate level, dates, and reference ID. Each search solves an ALTCHA proof-of-work challenge and a Cloudflare Turnstile captcha, so latency is typically 5-15 seconds.
| Param | Type | Description |
|---|---|---|
| queryrequired | string | Company name or certificate reference number to search for. |
{
"type": "object",
"fields": {
"query": "The search term that was submitted",
"certificates": "Array of certificate records matching the query",
"total_results": "Number of certificates returned"
},
"sample": {
"data": {
"query": "Microsoft",
"certificates": [
{
"company_name": "Microsoft Corporation",
"certificate_level": "CE",
"certification_date": "27/10/2025",
"certificate_reference": "44e49ff0-ad34-4b85-8a98-ff97eaf497e6",
"certification_expiry_date": "27/10/2026"
},
{
"company_name": "Microsoft Corporation",
"certificate_level": "CE+",
"certification_date": "01/12/2025",
"certificate_reference": "f3b2bb69-15a2-4f5a-8184-2fa37b8963af",
"certification_expiry_date": "01/12/2026"
}
],
"total_results": 2
},
"status": "success"
}
}About the Iasme API
The Iasme API on Parse exposes 1 endpoint for the publicly available data on iasme.co.uk. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.