---
title: "get certificate by id"
method: GET
path: "/certificates/{id}"
tags: ["Certificates"]
---

# get certificate by id

`GET /certificates/{id}`

## Path parameters

- `id` integer, required

## Response `200`

success

- Certificate — Certificate (e.g. EU Organic, Weidemelk, Vegetarisch, etc.)
  - `id` integer
  - `name` string
  - `description` string
  - `image_url` object
    - `thumb` string — url of image thumbnail
  - `themes` string[] — any of 'environment', 'social' and 'animals'
  - `top` boolean — true if the certificate is among selected top certificates, read more about top certificates at https://keurmerken.milieucentraal.nl/wat-zijn-topkeurmerken/.

## Other responses

- `404` — certificate not found

---

[API](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/versions/936ff09e6fa1/schema)
