---
title: "list certificates"
method: GET
path: "/certificates"
tags: ["Certificates"]
---

# list certificates

`GET /certificates`

## Query parameters

- `page` integer
- `per_page` integer
- `q` string

## Response `200`

success

- object
  - `certificates` Certificate[]
    - `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/.
  - `total` integer — total number of items

---

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