Swedac — Sweden's accreditation body
Sweden's national accreditation body publishes PSI data on all accredited organisations (ISO/IEC 17025 laboratories, certification bodies, inspection bodies, environmental verifiers and metrology). Used for KYB/due diligence, client qualification and procurement screening. Status: stub mode until the bulk ingest 'swedac-psi-ingest' is deployed (#2639).
3K rows
Data volume
Weekly
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthHelsesjekk
Show curl example
# GET https://data.ketl.no/api/connectors/swedac/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/swedac/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/accreditationsPlannedSøk i akkrediteringsregistret
Stub: svarer 503 swedac_bulk_ingest_pending inntil Cloud Run-jobben 'swedac-psi-ingest' deployes og fyller Firestore-cachen.
- q optional
- Fritekstsøk (organisasjonsnavn)
q=Kiwa - type optional
- Akkrediteringstype (kanonisk slug — ikke svensk etikett)
type=certification-body - status optional
- Status-filter (kanonisk slug — ikke svensk etikett)
status=active - limit optional
- Maks antall treff
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/swedac/accreditations
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/swedac/accreditations"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/accreditation/{number}PlannedOppslag på akkrediteringsnummer
Stub: svarer 503 swedac_bulk_ingest_pending inntil Cloud Run-jobben 'swedac-psi-ingest' deployes og fyller Firestore-cachen.
Show curl example
# GET https://data.ketl.no/api/connectors/swedac/accreditation/{number}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/swedac/accreditation/{number}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.