From 8f73b1ede21fc72ab954e6c35e8ac00a95e289e6 Mon Sep 17 00:00:00 2001
From: Tim Arendsen <t.j.m.arendsen@gmail.com>
Date: Sun, 26 Jan 2025 15:06:58 +0100
Subject: [PATCH] v0.6.0: Added Pairi Daiza and Heidi Park, improved data
 points and fixed Efteling

* Added tests to check if POI lists actually contain items

* Fixed Cedar Fair parks (except Kings Island)

* Fixed CDA image-less POIs and added CDA videos

* v0.5.2: Finally fixed Efteling, temp removed Beekse Bergen, fixed Kings Island, fixed Blijdorp

* v0.5.3: Changed from hard-coded Halloween to Events, improved ID's for some parks

* v0.5.4: Fixed Blijdorp and Beekse Bergen, sort of Universal fix

* v0.5.5: Finished Event implementation, added Toverland halloween event

* v0.5.6: Added Heidi Park, added event slugs

* v0.5.7: Fixed Blijdorp, added park searching, fixed broken tests

* v0.5.8: Added Pairi Daiza and Animal Facts

* v0.5.10: Implemented more tests, improved Pairi Daiza, added Efteling menus

* v0.6.0: Greatly improved Beekse Bergen, added a property to `supports` to indicate text type (markdown, text, ...)
---
 .github/workflows/qodana_code_quality.yml     |    19 -
 README.md                                     |    10 +-
 package-lock.json                             |    10 +-
 package.json                                  |     3 +-
 src/_interfaces/event.category.ts             |     6 +
 src/_interfaces/park-event.interface.ts       |    15 +
 src/_interfaces/park-supports.interface.ts    |     6 +-
 src/_interfaces/park.interface.ts             |     2 +
 src/_interfaces/poi-categories.enum.ts        |     1 +
 src/_interfaces/poi-fact.interface.ts         |    11 +
 src/_interfaces/poi-video.interface.ts        |     1 +
 src/_interfaces/poi.interface.ts              |     6 +
 src/_services/aio/aio-themepark.service.ts    |    10 +-
 src/_services/parks/parks.service.ts          |     6 +
 src/_services/themepark/theme-park.service.ts |     5 +
 .../blog-posts/blog-posts.controller.ts       |     1 +
 src/controllers/park/park.controller.ts       |    30 +-
 src/controllers/parks/parks.controller.ts     |    21 +-
 .../alton-towers/alton-towers.service.spec.ts |     1 +
 .../alton-towers/alton-towers.service.ts      |     3 +-
 .../apenheul/apenheul.service.spec.ts         |     1 +
 .../apenheul/apenheul/apenheul.service.ts     |     3 +-
 .../beekse-bergen-transfer.service.ts         |   187 +-
 .../beekse-bergen/beekse-bergen.module.ts     |     7 +-
 ...e-bergen-legacy-api-response.interface.ts} |     0
 ...kse-bergen-locations-response.interface.ts | 22783 ++++++++++++++++
 .../beekse-bergen-opening-hours.interface.ts  |    94 +
 ...e-bergen-safari-park-response.interface.ts |  6173 +++++
 .../safaripark/safaripark.service.spec.ts     |     5 +-
 .../safaripark/safaripark.service.ts          |    96 +-
 .../speelland/speelland.service.spec.ts       |     5 +-
 .../speelland/speelland.service.ts            |    82 +-
 .../bellewaerde/bellewaerde.service.spec.ts   |     1 +
 .../blijdorp-transfer.service.ts              |    57 +-
 .../blijdorp/blijdorp.service.spec.ts         |     1 +
 .../blijdorp/blijdorp/blijdorp.service.ts     |   105 +-
 .../canadas-wonderland.service.spec.ts        |     1 +
 .../canadas-wonderland.service.ts             |     2 +-
 .../carowinds/carowinds.service.spec.ts       |     1 +
 .../cedarfair/carowinds/carowinds.service.ts  |     2 +-
 .../cedarfair-base/cedarfair-base.service.ts  |    32 +-
 .../cedarfair-transfer.service.ts             |   120 +-
 .../cedarpoint/cedarpoint.service.spec.ts     |     1 +
 .../cedarpoint/cedarpoint.service.ts          |     4 +-
 .../dorney-park/dorney-park.service.spec.ts   |     1 +
 .../dorney-park/dorney-park.service.ts        |     2 +-
 .../great-america.service.spec.ts             |     1 +
 .../great-america/great-america.service.ts    |     2 +-
 .../cedarfair-base-response.interface.ts      |   133 +-
 .../kings-dominion.service.spec.ts            |     1 +
 .../kings-dominion/kings-dominion.service.ts  |     2 +-
 .../kings-island/kings-island.service.spec.ts |     1 +
 .../kings-island/kings-island.service.ts      |     6 +-
 .../knotts-berry-farm.service.spec.ts         |     1 +
 .../knotts-berry-farm.service.ts              |     2 +-
 .../michigans-adventure.service.spec.ts       |     1 +
 .../michigans-adventure.service.ts            |     2 +-
 .../valleyfair/valleyfair.service.spec.ts     |     1 +
 .../valleyfair/valleyfair.service.ts          |     2 +-
 .../worlds-of-fun.service.spec.ts             |     1 +
 .../worlds-of-fun/worlds-of-fun.service.ts    |     2 +-
 .../chessington-resort.service.spec.ts        |     1 +
 .../compagnie-des-alpes-base.service.ts       |     7 +-
 .../compagnie-des-alpes-transfer.service.ts   |    55 +-
 .../cda-attractions-response.interface.ts     |     6 +-
 .../dippiedoe/dippie-doe.service.spec.ts      |     1 +
 src/parks/dippiedoe/dippie-doe.service.ts     |     3 +-
 .../disneyland-paris-studios.service.spec.ts  |     1 +
 .../disneyland-paris-studios.service.ts       |     3 +-
 .../disneyland-paris.service.spec.ts          |     1 +
 .../disneyland-paris.service.ts               |     3 +-
 .../efteling-transfer.service.ts              |    22 +-
 src/parks/efteling/efteling.service.ts        |    59 +-
 .../interfaces/efteling-poi.interface.ts      |     1 +
 .../energylandia/energylandia.service.spec.ts |     6 +-
 .../energylandia/energylandia.service.ts      |     3 +-
 .../europa-park/europa-park.service.ts        |    23 +-
 .../familypark/familypark.service.spec.ts     |    10 +
 .../familypark/familypark.service.ts          |     1 +
 .../futuroscope/futuroscope.service.spec.ts   |     1 +
 src/parks/futuroscope/futuroscope.service.ts  |     5 +-
 src/parks/gardaland/gardaland.service.spec.ts |     1 +
 src/parks/gardaland/gardaland.service.ts      |     3 +-
 .../grona-lund/grona-lund.service.spec.ts     |     1 +
 src/parks/grona-lund/grona-lund.service.ts    |    21 +-
 .../hansa-park/hansa-park.service.spec.ts     |     1 +
 src/parks/hansa-park/hansa-park.service.ts    |     3 +-
 .../hellendoorn/hellendoorn.service.spec.ts   |     1 +
 src/parks/hellendoorn/hellendoorn.service.ts  |     3 +-
 .../dollywood/dollywood.service.spec.ts       |     1 +
 .../herschend/dollywood/dollywood.service.ts  |     3 +-
 .../herschend-base/herschend-base.service.ts  |     7 +-
 .../kentucky-kingdom.service.spec.ts          |     1 +
 .../silver-dollar-city.service.spec.ts        |     1 +
 .../silver-dollar-city.service.ts             |     3 +-
 .../wild-adventures.service.spec.ts           |     1 +
 .../hersheypark/hersheypark.service.spec.ts   |     1 +
 src/parks/hersheypark/hersheypark.service.ts  |     3 +-
 .../holiday-park/holiday-park.service.spec.ts |     1 +
 .../holiday-park/holiday-park.service.ts      |     3 +-
 .../legoland-deutschland.service.spec.ts      |     1 +
 .../legoland-deutschland.service.ts           |    21 +-
 src/parks/liseberg/liseberg.service.spec.ts   |     1 +
 src/parks/liseberg/liseberg.service.ts        |     3 +-
 .../heidi-park/heidi-park.service.spec.ts     |    32 +
 .../heidi-park/heidi-park.service.ts          |   347 +
 .../merlin-entertainments.module.ts           |    20 +
 .../merlin-entertainments.service.spec.ts     |    23 +
 .../merlin-entertainments.service.ts          |    17 +
 .../ouwehands-dierenpark.service.spec.ts      |     1 +
 .../ouwehands-dierenpark.service.ts           |     3 +-
 .../interfaces/PairiDaizaResponse.ts          |   127 +
 .../pairi-daiza-transfer.service.spec.ts      |    18 +
 .../pairi-daiza-transfer.service.ts           |   175 +
 src/parks/pairi-daiza/pairi-daiza.module.ts   |    21 +
 .../pairi-daiza/pairi-daiza.service.spec.ts   |    33 +
 src/parks/pairi-daiza/pairi-daiza.service.ts  |    95 +
 .../parc-asterix/parc-asterix.service.ts      |     3 +-
 src/parks/parks.module.ts                     |     6 +-
 .../parque-warner.service.spec.ts             |     1 +
 .../parque-warner/parque-warner.service.ts    |     3 +-
 .../bobbejaanland.service.spec.ts             |    10 +
 .../marineland-cote-dazur.service.spec.ts     |    10 +
 .../mirabilandia/mirabilandia.service.spec.ts |    10 +
 .../movie-park/movie-park.service.spec.ts     |     1 +
 .../movie-park/movie-park.service.ts          |    13 +-
 .../parque-de-atracciones.service.spec.ts     |     1 +
 ...parque-warner-madrid-beach.service.spec.ts |     1 +
 .../parques-reunidos-park.service.ts          |     5 +-
 .../parques-reunidos.transfer.ts              |     3 +
 .../paultons-park.service.spec.ts             |     1 +
 .../phantasialand-transfer.service.ts         |    19 +-
 .../phantasialand.service.spec.ts             |     1 +
 .../phantasialand/phantasialand.service.ts    |    34 +-
 .../plopsaland-de-panne.service.spec.ts       |     1 +
 .../plopsaland-de-panne.service.ts            |     3 +-
 .../portaventura-base-service.service.ts      |     3 +-
 .../san-diego-safari-park.service.spec.ts     |    10 +
 .../san-diego-safari-park.service.ts          |     1 +
 .../san-diego-zoo.service.spec.ts             |     1 +
 .../bush-gardens-tampa-bay.service.spec.ts    |     1 +
 .../bush-gardens-williamsburg.service.spec.ts |     1 +
 .../seaworld-base/seaworld-base.service.ts    |     3 +-
 .../seaworld-orlando.service.spec.ts          |     1 +
 .../seaworld-san-antonio.service.spec.ts      |     1 +
 .../seaworld-san-diego.service.spec.ts        |     1 +
 .../seaworld-transfer.service.ts              |    11 +-
 .../sesame-place-langhorne.service.spec.ts    |     1 +
 .../sesame-place-san-diego.service.spec.ts    |     1 +
 .../six-flags-general-park.service.spec.ts    |     1 +
 .../six-flags-general-park.service.ts         |     3 +-
 .../sixflags-transfer.service.ts              |     3 +-
 src/parks/sixflags/sixflags.module.ts         |     2 +-
 src/parks/sixflags/sixflags.service.spec.ts   |     2 +
 .../thorpe-park/thorpe-park.service.spec.ts   |     1 +
 .../tivoli-transfer.service.ts                |     3 +-
 src/parks/tivoli/tivoli.service.spec.ts       |     1 +
 src/parks/tivoli/tivoli.service.ts            |     3 +-
 .../toverland-transfer.service.ts             |     8 +-
 src/parks/toverland/toverland.service.spec.ts |     1 +
 src/parks/toverland/toverland.service.ts      |    63 +-
 .../islands-of-adventure.service.spec.ts      |     1 +
 .../universal-base/universal-base.service.ts  |    64 +-
 .../universal-studios-florida.service.spec.ts |     1 +
 ...niversal-studios-hollywood.service.spec.ts |     1 +
 .../universal-transfer.service.ts             |    76 +-
 .../belgium/walibi-belgium.service.spec.ts    |     1 +
 .../walibi/belgium/walibi-belgium.service.ts  |     2 +-
 .../france/walibi-france.service.spec.ts      |     1 +
 .../holland/walibi-holland.service.spec.ts    |     1 +
 .../walibi/holland/walibi-holland.service.ts  |    32 +-
 src/parks/wildlands/wildlands.service.spec.ts |     1 +
 src/parks/wildlands/wildlands.service.ts      |     3 +-
 173 files changed, 31176 insertions(+), 561 deletions(-)
 delete mode 100644 .github/workflows/qodana_code_quality.yml
 create mode 100644 src/_interfaces/event.category.ts
 create mode 100644 src/_interfaces/park-event.interface.ts
 rename src/parks/beekse-bergen/interfaces/{beekse-bergen-api-response.interface.ts => beekse-bergen-legacy-api-response.interface.ts} (100%)
 create mode 100644 src/parks/beekse-bergen/interfaces/beekse-bergen-locations-response.interface.ts
 create mode 100644 src/parks/beekse-bergen/interfaces/beekse-bergen-opening-hours.interface.ts
 create mode 100644 src/parks/beekse-bergen/interfaces/beekse-bergen-safari-park-response.interface.ts
 create mode 100644 src/parks/merlin-entertainments/heidi-park/heidi-park.service.spec.ts
 create mode 100644 src/parks/merlin-entertainments/heidi-park/heidi-park.service.ts
 create mode 100644 src/parks/merlin-entertainments/merlin-entertainments.module.ts
 create mode 100644 src/parks/merlin-entertainments/merlin-entertainments.service.spec.ts
 create mode 100644 src/parks/merlin-entertainments/merlin-entertainments.service.ts
 create mode 100644 src/parks/pairi-daiza/interfaces/PairiDaizaResponse.ts
 create mode 100644 src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.spec.ts
 create mode 100644 src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.ts
 create mode 100644 src/parks/pairi-daiza/pairi-daiza.module.ts
 create mode 100644 src/parks/pairi-daiza/pairi-daiza.service.spec.ts
 create mode 100644 src/parks/pairi-daiza/pairi-daiza.service.ts

diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml
deleted file mode 100644
index 04663a3..0000000
--- a/.github/workflows/qodana_code_quality.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Qodana
-on:
-  workflow_dispatch:
-  pull_request:
-  push:
-    branches:
-      - main
-
-jobs:
-  qodana:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
-      - name: 'Qodana Scan'
-        uses: JetBrains/qodana-action@v2023.2
-        env:
-          QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
\ No newline at end of file
diff --git a/README.md b/README.md
index c49f720..b0eb18f 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,14 @@ In the table below you will find the parks that are currently supported and the
 | 🇧🇪 Bellewaerde | 🎡 | True | True | True | True | False |
 | 🇧🇪 Bobbejaanland | 🎡 | True | True | False | True | False |
 | 🇧🇪 Plopsalande de Panne | 🎡 | True | True | True | True | False |
+| 🇧🇪 Pairi Daiza | 🦁 | False | True | True | True | False |
 | 🇨🇦 La Ronde, Montreal | 🎡 | True | True | True | True | False |
 | 🇩🇪 Phantasialand | 🎡 | True | True | True | True | False |
 | 🇩🇪 Holiday Park | 🎡 | True | True | True | True | False |
-| 🇩🇪 LegoLand Deutschland | 🎡 | False | False | False | False | False |
+| 🇩🇪 LegoLand Deutschland | 🎡 | True | True | True | True | False |
 | 🇩🇪 Hansa Park | 🎡 | True | True | True | True | False |
 | 🇩🇪 Movie Park Germany | 🎡 | True | True | True | True | True |
+| 🇩🇪 Heidi Park | 🎡 | True | True | True | True | False |
 | 🇩🇰 Tivoli | 🎡 | True | True | True | False | False |
 | 🇪🇸 Portaventura | 🎡 | True | True | True | True | False |
 | 🇪🇸 Ferrari Land | 🎡 | True | True | True | True | False |
@@ -42,15 +44,15 @@ In the table below you will find the parks that are currently supported and the
 | 🇮🇹 Mirabilandia | 🎡 | True | True | False | True | False |
 | 🇳🇱 Efteling | 🎡 | True | True | True | True | False |
 | 🇳🇱 Toverland | 🎡 | True | True | True | False | True |
-| 🇳🇱 Walibi Holland | 🎡 | True | True | False | True | False |
+| 🇳🇱 Walibi Holland | 🎡 | True | True | True | True | True |
 | 🇳🇱 DippieDoe | 🎡 | True | False | False | False | False |
 | 🇳🇱 Hellendoorn | 🎡 | True | True | True | True | False |
 | 🇳🇱 Ouwehands Dierenpark | 🦁 | False | False | False | False | False |
 | 🇳🇱 Wildlands | 🦁 | False | False | False | False | False |
 | 🇳🇱 Blijdorp | 🦁 | False | False | True | False | False |
 | 🇳🇱 Apenheul | 🦁 | False | False | False | False | False |
-| 🇳🇱 Safaripark Beekse Bergen | 🦁 | False | True | False | False | False |
-| 🇳🇱 Speelland Beekse Bergen | 🎡 | True | False | False | False | False |
+| 🇳🇱 Safaripark Beekse Bergen | 🦁 | True | True | False | True | False |
+| 🇳🇱 Speelland Beekse Bergen | 🎡 | True | True | False | True | False |
 | 🇵🇱 Energylandia | 🎡 | True | False | True | False | False |
 | 🇸🇪 Liseberg | 🎡 | True | True | False | True | False |
 | 🇸🇪 Grona Lund | 🎡 | True | False | False | False | False |
diff --git a/package-lock.json b/package-lock.json
index 48cc204..48b4846 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "themeparks-node-api",
-  "version": "0.4.16",
+  "version": "0.6.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "themeparks-node-api",
-      "version": "0.4.16",
+      "version": "0.6.0",
       "license": "UNLICENSED",
       "dependencies": {
         "@nestjs/axios": "^3.0.2",
@@ -40,6 +40,7 @@
         "reflect-metadata": "^0.2.2",
         "rimraf": "^5.0.7",
         "rxjs": "^7.8.1",
+        "sluggo": "^1.0.0",
         "swagger-ui-express": "^5.0.1",
         "typeorm": "^0.3.20",
         "unzipper": "^0.12.1",
@@ -8646,6 +8647,11 @@
         "node": ">=8"
       }
     },
+    "node_modules/sluggo": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/sluggo/-/sluggo-1.0.0.tgz",
+      "integrity": "sha512-A/yf0o0XClAxcx2fpN3NgTi13r8h+3ZASB/pMqUM1aogcB3Jipel77Mp2qJgWPm1VYt9MfAvmMN30oY51AiO7g=="
+    },
     "node_modules/source-map": {
       "version": "0.7.4",
       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
diff --git a/package.json b/package.json
index aabc9e2..dadfae3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "themeparks-node-api",
-  "version": "0.5.1",
+  "version": "0.6.0",
   "description": "An API which can retrieve theme park wait times.",
   "author": "Tim Arendsen",
   "private": false,
@@ -53,6 +53,7 @@
     "reflect-metadata": "^0.2.2",
     "rimraf": "^5.0.7",
     "rxjs": "^7.8.1",
+    "sluggo": "^1.0.0",
     "swagger-ui-express": "^5.0.1",
     "typeorm": "^0.3.20",
     "unzipper": "^0.12.1",
diff --git a/src/_interfaces/event.category.ts b/src/_interfaces/event.category.ts
new file mode 100644
index 0000000..3526882
--- /dev/null
+++ b/src/_interfaces/event.category.ts
@@ -0,0 +1,6 @@
+export enum EventCategory {
+  HALLOWEEN = 'HALLOWEEN',
+  WINTER = 'WINTER',
+  EASTER = 'EASTER',
+  OTHER = 'OTHER',
+}
diff --git a/src/_interfaces/park-event.interface.ts b/src/_interfaces/park-event.interface.ts
new file mode 100644
index 0000000..ee4e225
--- /dev/null
+++ b/src/_interfaces/park-event.interface.ts
@@ -0,0 +1,15 @@
+import { EventCategory } from './event.category';
+import { Poi } from './poi.interface';
+
+export interface ThemeParkEvent {
+  fromDate?: string;
+  toDate?: string;
+  dates?: string[];
+  type: EventCategory;
+  slug: string;
+  name?: string;
+  subTitle?: string;
+  description?: string;
+  image?: string,
+  pois?: Poi[];
+}
diff --git a/src/_interfaces/park-supports.interface.ts b/src/_interfaces/park-supports.interface.ts
index f097251..5ccebb3 100644
--- a/src/_interfaces/park-supports.interface.ts
+++ b/src/_interfaces/park-supports.interface.ts
@@ -35,7 +35,9 @@ export interface ThemeParkSupports {
   supportsTranslations: boolean;
 
   /**
-   * @description Whether or not a park supports returning Halloween related items, such as scare zones and experiences
+   * @description Whether or not a park supports returning special event related items, such as Halloween scare zones and experiences or Christmas experiences
    */
-  supportsHalloween: boolean;
+  supportsEvents: boolean;
+
+  textType: "UNDEFINED" | "HTML" | "MARKDOWN";
 }
diff --git a/src/_interfaces/park.interface.ts b/src/_interfaces/park.interface.ts
index d24f2f7..2197d67 100644
--- a/src/_interfaces/park.interface.ts
+++ b/src/_interfaces/park.interface.ts
@@ -28,4 +28,6 @@ export enum Company {
   SEAWORLD = 'SEAWORLD',
   UNIVERSAL = 'UNIVERSAL',
   PARQUES_REUNIDOS = 'PARQUES_REUNIDOS',
+  LIBEMA = 'LIBEMA',
+  MERLIN_ENTERTAINMENTS = 'MERLIN_ENTERTAINMENTS'
 }
diff --git a/src/_interfaces/poi-categories.enum.ts b/src/_interfaces/poi-categories.enum.ts
index 3017ad2..a57490b 100644
--- a/src/_interfaces/poi-categories.enum.ts
+++ b/src/_interfaces/poi-categories.enum.ts
@@ -28,6 +28,7 @@ export enum PoiCategory {
   GUEST_SERVICES = 'GUEST_SERVICES',
   PLAYGROUND = 'PLAYGROUND',
   PARKING = 'PARKING',
+  ENTRANCE = 'ENTRANCE',
   HALLOWEEN_WALKTROUGH = 'HALLOWEEN_WALKTROUGH',
   HALLOWEEN_EVENT = 'HALLOWEEN_EVENT',
   HALLOWEEN_HOUSE = 'HALLOWEEN_HOUSE',
diff --git a/src/_interfaces/poi-fact.interface.ts b/src/_interfaces/poi-fact.interface.ts
index 0123a01..09da0b1 100644
--- a/src/_interfaces/poi-fact.interface.ts
+++ b/src/_interfaces/poi-fact.interface.ts
@@ -13,6 +13,17 @@ export interface PoiFact {
     | 'capacity'
     | 'inversion_count'
     | 'passengers_per_car'
+    | 'animal_height'
+    | 'animal_width'
+    | 'animal_weight'
+    | 'animal_longevity'
+    | 'animal_diet'
+    | 'animal_class'
+    | 'animal_habitat'
+    | 'animal_iucn'
+    | 'animal_gestation'
+    | 'animal_offspring'
+    | 'animal_bigFive'
     | string;
   description?: string;
   content?: string;
diff --git a/src/_interfaces/poi-video.interface.ts b/src/_interfaces/poi-video.interface.ts
index 5e8d367..6bd0ff7 100644
--- a/src/_interfaces/poi-video.interface.ts
+++ b/src/_interfaces/poi-video.interface.ts
@@ -2,4 +2,5 @@ export interface PoiVideo {
   platform: 'YOUTUBE' | 'VIMEO' | 'FACEBOOK' | 'URL' | 'OTHER',
   embed_id?: string,
   full_url?: string,
+  thumbnail?: string,
 }
diff --git a/src/_interfaces/poi.interface.ts b/src/_interfaces/poi.interface.ts
index d15ddbc..487f004 100644
--- a/src/_interfaces/poi.interface.ts
+++ b/src/_interfaces/poi.interface.ts
@@ -7,6 +7,7 @@ import { Translation } from './translation.interface';
 import { PoiMenuItemInterface } from './poi-menu-item.interface';
 import { PoiFact } from './poi-fact.interface';
 import { PoiVideo } from './poi-video.interface';
+import { EventCategory } from './event.category';
 
 export interface Poi {
   /**
@@ -31,6 +32,11 @@ export interface Poi {
    */
   original_category?: string;
 
+  /**
+   * The type of event this poi relates to, if available
+   */
+  eventCategory?: EventCategory;
+
   /**
    * The name of the POI
    */
diff --git a/src/_services/aio/aio-themepark.service.ts b/src/_services/aio/aio-themepark.service.ts
index 786d319..5c64126 100644
--- a/src/_services/aio/aio-themepark.service.ts
+++ b/src/_services/aio/aio-themepark.service.ts
@@ -19,6 +19,7 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
 
   private _tempToken: string;
 
+  // TODO: Some AIO parks offer localizations
   constructor(protected readonly httpService: HttpService,
               protected readonly configService: ConfigService,
               private readonly transferService: AioTransferServiceService) {
@@ -44,7 +45,8 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
       supportsRideWaitTimesHistory: false,
       supportsPois: true,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
@@ -80,6 +82,8 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
       'Content-Type': settings.contentType,
     };
 
+    console.debug(" - AIO: Fetching Token");
+
     const config: AxiosRequestConfig = { headers: headers };
 
     return await this.httpService
@@ -90,6 +94,7 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
       )
       .toPromise()
       .then(value => {
+        console.debug(` - AIO: API Key is ${value.data.token}`)
         this._tempToken = value.data.token;
         return this._tempToken;
       })
@@ -110,6 +115,7 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
     const headers = {
       'Authorization': `Attractions-Io api-key="${this.getApiKey()}", installation-token="${token}"`,
       'Date': settings.latestUpdate,
+      'Occasio-Data-Version': settings.latestUpdate,
       'User-Agent': settings.userAgent,
     };
 
@@ -121,6 +127,8 @@ export class AioThemeparkService extends ThroughPoisThemeParkService {
       maxRedirects: 0,
     };
 
+    console.debug(` - AIO: Fetching Data Package URL for ${settings.latestUpdate}`);
+
     return new Promise((resolve, reject) => {
       this.httpService
         .get(
diff --git a/src/_services/parks/parks.service.ts b/src/_services/parks/parks.service.ts
index fe8ecc3..2283e53 100644
--- a/src/_services/parks/parks.service.ts
+++ b/src/_services/parks/parks.service.ts
@@ -60,6 +60,8 @@ import { MirabilandiaService } from '../../parks/parques-reunidos/mirabilandia/m
 import {
   MarinelandCoteDazurService
 } from '../../parks/parques-reunidos/marineland-cote-dazur/marineland-cote-dazur.service';
+import { MerlinEntertainmentsService } from '../../parks/merlin-entertainments/merlin-entertainments.service';
+import { PairiDaizaService } from '../../parks/pairi-daiza/pairi-daiza.service';
 
 @Injectable()
 export class ParksService {
@@ -120,6 +122,8 @@ export class ParksService {
     private readonly _gardaland: GardalandService,
     private readonly _mirabilandia: MirabilandiaService,
     private readonly _marineLandCoteDazur: MarinelandCoteDazurService,
+    private readonly _merlinEntertainmentsService: MerlinEntertainmentsService,
+    private readonly _pairiDaizaService: PairiDaizaService,
   ) {
     this._parks = [];
     this._parks.push(_eftelingService);
@@ -168,12 +172,14 @@ export class ParksService {
     this._parks.push(_gardaland)
     this._parks.push(_mirabilandia)
     this._parks.push(_marineLandCoteDazur)
+    this._parks.push(_pairiDaizaService)
 
     this._companies = [];
     this._companies.push(_sixflagsService);
     this._companies.push(_cedarFairService);
     this._companies.push(_seaworldCompanyService);
     this._companies.push(_universalService);
+    this._companies.push(_merlinEntertainmentsService);
   }
 
   public async getParks(): Promise<ThemeParkService[]> {
diff --git a/src/_services/themepark/theme-park.service.ts b/src/_services/themepark/theme-park.service.ts
index 9fb588a..a3b29a9 100644
--- a/src/_services/themepark/theme-park.service.ts
+++ b/src/_services/themepark/theme-park.service.ts
@@ -3,6 +3,7 @@ import { ThemePark } from '../../_interfaces/park.interface';
 import { Poi } from '../../_interfaces/poi.interface';
 import { ThemeParkSupports } from '../../_interfaces/park-supports.interface';
 import { ThemeParkOpeningTimes } from '../../_interfaces/park-openingtimes.interface';
+import { ThemeParkEvent } from '../../_interfaces/park-event.interface';
 
 @Injectable()
 export class ThemeParkService {
@@ -93,4 +94,8 @@ export class ThemeParkService {
   async getOpeningTimes(): Promise<ThemeParkOpeningTimes[]> {
     throw new NotImplementedException("Could not get opening times");
   }
+
+  async getEvents(): Promise<ThemeParkEvent[]> {
+    throw new NotImplementedException("Could not get events");
+  }
 }
diff --git a/src/controllers/blog-posts/blog-posts.controller.ts b/src/controllers/blog-posts/blog-posts.controller.ts
index 03cea5f..27315fd 100644
--- a/src/controllers/blog-posts/blog-posts.controller.ts
+++ b/src/controllers/blog-posts/blog-posts.controller.ts
@@ -44,6 +44,7 @@ export class BlogPostsController {
     return this.blogPostService.getAll(this.localeService.getLocale());
   }
 
+  // TODO: Should more information be cached?
   @ApiOkResponse({
     type: BlogPost,
     isArray: true,
diff --git a/src/controllers/park/park.controller.ts b/src/controllers/park/park.controller.ts
index ace24da..1078b40 100644
--- a/src/controllers/park/park.controller.ts
+++ b/src/controllers/park/park.controller.ts
@@ -18,6 +18,7 @@ import { LanguageInterceptor } from '../../_interceptors/language.interceptor';
 import { ThemeParkOpeningTimes } from '../../_interfaces/park-openingtimes.interface';
 import { ThemeParkOpeningHourDto } from '../../_dtos/theme-park-opening-hour.dto';
 import { CACHE_MANAGER, CacheInterceptor } from '@nestjs/cache-manager';
+import { ThemeParkEvent } from '../../_interfaces/park-event.interface';
 
 @ApiTags('Themeparks')
 @Controller('parks/:id')
@@ -265,7 +266,7 @@ export class ParkController {
   async getParkHalloweenRelatedItems(@Param() params, @Query() query): Promise<Poi[]> {
     const park = await this.parksService.findPark(params.id, true);
 
-    if (!park.getFullInfo().supports.supportsHalloween) {
+    if (!park.getFullInfo().supports.supportsEvents) {
       throw new BadRequestException('This park does not support halloween related items');
     }
 
@@ -306,4 +307,31 @@ export class ParkController {
 
     return await park.getOpeningTimes();
   }
+
+  @Get('events')
+  @UseInterceptors(CacheInterceptor, LanguageInterceptor)
+  @ApiParam({
+    name: 'id',
+    type: 'string',
+    description: 'The park id',
+  })
+  @ApiResponse({
+    status: 200,
+    description: 'All events of a specific park, with all available data',
+    isArray: true,
+    type: ThemeParkOpeningHourDto,
+  })
+  @ApiResponse({
+    status: 404,
+    description: 'The requested park could not be found',
+  })
+  async getParkEvents(@Param() params): Promise<ThemeParkEvent[]> {
+    const park = await this.parksService.findPark(params.id, true);
+
+    if (!park.getFullInfo().supports.supportsEvents) {
+      throw new BadRequestException('This park does not support events');
+    }
+
+    return await park.getEvents();
+  }
 }
diff --git a/src/controllers/parks/parks.controller.ts b/src/controllers/parks/parks.controller.ts
index eda6911..a7b4a63 100644
--- a/src/controllers/parks/parks.controller.ts
+++ b/src/controllers/parks/parks.controller.ts
@@ -1,5 +1,5 @@
-import { Controller, Get, Header, Inject, UseInterceptors } from '@nestjs/common';
-import { ApiOkResponse, ApiTags } from '@nestjs/swagger';
+import { Controller, Get, Header, Inject, Query, UseInterceptors } from '@nestjs/common';
+import { ApiOkResponse, ApiQuery, ApiTags } from '@nestjs/swagger';
 import { ParkDto } from '../../_dtos/park.dto';
 import { ParksService } from '../../_services/parks/parks.service';
 import { Cache } from 'cache-manager';
@@ -15,12 +15,23 @@ export class ParksController {
 
   @Get('')
   @UseInterceptors(CacheInterceptor)
+  @ApiQuery({
+    name: 'name',
+    required: false,
+    description: 'Filter the parks by name',
+  })
   @ApiOkResponse({
     type: ParkDto,
     isArray: true,
   })
-  async getParks() {
-    return (await this.parksService.getParks()).map(park => park.getFullInfo());
+  async getParks(@Query('name') name) {
+    let parks = (await this.parksService.getParks()).map(park => park.getFullInfo());
+
+    if (name) {
+      parks = parks.filter((p) => p.name.toLowerCase().includes(name.toLowerCase()));
+    }
+
+    return parks;
   }
 
   @Get('/readme')
@@ -65,7 +76,7 @@ export class ParksController {
       line += ` ${this.capitalizeBoolean(park.supports.supportsRestaurants)} |`;
       line += ` ${this.capitalizeBoolean(park.supports.supportsShows)} |`;
       line += ` ${this.capitalizeBoolean(park.supports.supportsShops)} |`;
-      line += ` ${this.capitalizeBoolean(park.supports.supportsHalloween)} |`;
+      line += ` ${this.capitalizeBoolean(park.supports.supportsEvents)} |`;
 
       lines.push(line);
       // lines.push(`| ${this.countryCodeEmoji(park.countryCode)} ${park.name} | ${park.supports.supportsRides} | x | x | x |`);
diff --git a/src/parks/alton-towers/alton-towers.service.spec.ts b/src/parks/alton-towers/alton-towers.service.spec.ts
index ff43247..11227c6 100644
--- a/src/parks/alton-towers/alton-towers.service.spec.ts
+++ b/src/parks/alton-towers/alton-towers.service.spec.ts
@@ -27,5 +27,6 @@ describe('AltonTowersService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/alton-towers/alton-towers.service.ts b/src/parks/alton-towers/alton-towers.service.ts
index bd604ff..46a9c84 100644
--- a/src/parks/alton-towers/alton-towers.service.ts
+++ b/src/parks/alton-towers/alton-towers.service.ts
@@ -40,7 +40,8 @@ export class AltonTowersService extends AioThemeparkService {
       supportsShowTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     }
   }
 
diff --git a/src/parks/apenheul/apenheul/apenheul.service.spec.ts b/src/parks/apenheul/apenheul/apenheul.service.spec.ts
index a4fc33e..80f280a 100644
--- a/src/parks/apenheul/apenheul/apenheul.service.spec.ts
+++ b/src/parks/apenheul/apenheul/apenheul.service.spec.ts
@@ -29,5 +29,6 @@ describe('ApenheulService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/apenheul/apenheul/apenheul.service.ts b/src/parks/apenheul/apenheul/apenheul.service.ts
index 5860437..99db5c4 100644
--- a/src/parks/apenheul/apenheul/apenheul.service.ts
+++ b/src/parks/apenheul/apenheul/apenheul.service.ts
@@ -54,7 +54,8 @@ export class ApenheulService extends ThemeParkService {
       supportsShowTimes: false,
       supportsShows: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/beekse-bergen/beekse-bergen-transfer/beekse-bergen-transfer.service.ts b/src/parks/beekse-bergen/beekse-bergen-transfer/beekse-bergen-transfer.service.ts
index 5b18222..26dbe31 100644
--- a/src/parks/beekse-bergen/beekse-bergen-transfer/beekse-bergen-transfer.service.ts
+++ b/src/parks/beekse-bergen/beekse-bergen-transfer/beekse-bergen-transfer.service.ts
@@ -2,60 +2,177 @@ import { Injectable } from '@nestjs/common';
 import { TransferService } from '../../../_services/transfer/transfer.service';
 import { Poi } from '../../../_interfaces/poi.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
-import { RideCategory } from '../../../_interfaces/ride-category.interface';
+import { PoiOpeningTime } from '../../../_interfaces/poi-openingtimes.interface';
+import { BeekseBergenOpeningHoursInterface } from '../interfaces/beekse-bergen-opening-hours.interface';
+import * as sluggo from 'sluggo';
+import * as moment from 'moment-timezone';
 
 @Injectable()
 export class BeekseBergenTransferService extends TransferService {
-  transferAnimalToPoi(animal: BeekseBergenApiResponseItem): Poi {
-    return this.transferItemToPoi(PoiCategory.ANIMAL, animal);
+  transferAnimalToPoi(animal: BeekseBergenApiResponseItem, locale: string): Poi {
+    return {
+      ...this.transferPoiToPoi(animal, locale),
+      category: PoiCategory.ANIMAL,
+    };
   }
 
-  transferRestaurantToPoi(restaurant: BeekseBergenApiResponseItem): Poi {
-    return this.transferItemToPoi(PoiCategory.RESTAURANT, restaurant);
+  transferRestaurantToPoi(restaurant: BeekseBergenApiResponseItem, locale: string): Poi {
+    return {
+      ...this.transferPoiToPoi(restaurant, locale),
+      category: PoiCategory.RESTAURANT,
+    };
   }
 
-  transferRideToPoi(ride: any): Poi {
-    return this.transferItemToPoi(PoiCategory.ATTRACTION, ride);
+  transferRideToPoi(ride: any, locale: string): Poi {
+    return {
+      ...this.transferPoiToPoi(ride, locale),
+      category: PoiCategory.ATTRACTION,
+    };
   }
 
-  private transferItemToPoi(category: PoiCategory, data: BeekseBergenApiResponseItem): Poi {
-    const poi: Poi = {
-      category: category,
-      id: data.id.toString(),
-      original: data,
-      title: data.short_title,
-      description: data.description,
-      image_url: data.coverImage,
-      previewImage: data.coverImage,
-      images: data.medias.map((media) => {
-        return media.original;
-      }),
-      website_url: 'https://beeksebergen.nl/' + data.slug,
+  transferShopToPoi(ride: any, locale: string): Poi {
+    return {
+      ...this.transferPoiToPoi(ride, locale),
+      category: PoiCategory.SHOP,
     };
+  }
 
-    if (data.attributes.diersoort) {
-      poi.area = data.attributes.diersoort.map((ds) => ds.name).join(', ');
+  transferPoiToPoi(poi: any, locale?: string): Poi {
+    const p: Poi = {
+      category: PoiCategory.UNDEFINED,
+      id: poi.id,
+      original: poi,
+      title: poi.attributes.name,
+    };
+
+    // TODO: Implement localizations
+    let l = poi.attributes;
+
+    switch (locale) {
+      case 'nl':
+        const loc0 = poi.attributes.localizations.data.find((l) => l.attributes.locale === 'nl');
+        if (loc0) l = loc0.attributes;
+        break;
+      case 'fr':
+        const loc1 = poi.attributes.localizations.data.find((l) => l.attributes.locale === 'fr');
+        if (loc1) l = loc1.attributes;
+        break;
+      case 'de':
+        const loc2 = poi.attributes.localizations.data.find((l) => l.attributes.locale === 'de');
+        if (loc2) l = loc2.attributes;
+        break;
+      default:
+      case 'en':
+        const loc3 = poi.attributes.localizations.data.find((l) => l.attributes.locale === 'en');
+        if (loc3) l = loc3.attributes;
+        break;
     }
 
-    if (data.attributes.horecasoort) {
-      poi.area = data.attributes.horecasoort.map((ds) => ds.name).join(', ');
+    p.id = sluggo(l.name);
+    p.title = l.name;
+    p.subTitle = l.subtitle;
+    p.description = l.description + ' ' + l.bottomDescription;
+
+    let media = null;
+
+    if (poi.attributes.images && poi.attributes.images.data) {
+      media = poi.attributes.images.data;
+    } else if (poi.attributes.media && poi.attributes.media.data) {
+      media = poi.attributes.media.data;
+    } else if (poi.attributes.hero && poi.attributes.hero.data) {
+      media = [poi.attributes.hero.data];
     }
 
-    if (data.attributes.attractiesoort) {
-      const attractieSoortIds = data.attributes.attractiesoort.map((as) => as.id);
+    if (media) {
+      p.images = media.map((i: any) => i.attributes.formats.large ? i.attributes.formats.large.url : i.attributes.url);
 
-      // Familiepret
-      if (attractieSoortIds.includes(272)) {
-        poi.rideCategory = RideCategory.FAMILY;
-      } else if (attractieSoortIds.includes(271)) {
-        poi.rideCategory = RideCategory.KIDS;
+      if (media.length > 0) {
+        p.image_url = media[0].attributes.formats.medium.url;
+        p.previewImage = media[0].attributes.formats.thumbnail.url;
       }
+    }
+
+    if (poi.attributes.openingHours && poi.attributes.openingHours.data) {
+      p.openingTimes = this.getOpeningTimes(poi.attributes.openingHours.data);
+    }
+
+    // TODO: Some restaurants support `openingHours`
+
+    if (poi.attributes.area_item && poi.attributes.area_item.data) {
+      p.area = poi.attributes.area_item.data.attributes.title;
+    }
+
+    p.facts = [];
+    const keys = {
+      'habitat': 'animal_habitat',
+      'food': 'animal_diet',
+      'age': 'animal_longevity',
+      'weight': 'animal_weight',
+      'offspring': 'animal_offspring',
+      'gestation': 'animal_gestation',
+      'iucn': 'animal_iucn',
+      'bigFive': 'animal_bigFive',
+    };
 
-      // if (attractieSoortIds.includes(281)) {
-      //   poi.category = PoiCategory.WATER_RIDE;
-      // }
+    for (const [key, value] of Object.entries(keys)) {
+      if (l[key]) {
+        p.facts.push({
+          id: value,
+          type: value,
+          value: l[key],
+        });
+      }
+    }
+
+    return p;
+  }
+
+  private getOpeningTimes(openingHours: BeekseBergenOpeningHoursInterface[], days: number = 7): PoiOpeningTime[] {
+    const times: PoiOpeningTime[] = [];
+
+    const today = moment();
+    for (let i = 0; i < days; i++) {
+      const time = this.getOpeningTimesForDay(openingHours, today);
+
+      if (time) {
+        times.push(time);
+      }
+
+      today.add(1, 'days');
+    }
+
+    return times;
+  }
+
+  private getOpeningTimesForDay(openingHours: BeekseBergenOpeningHoursInterface[], date: moment.Moment): PoiOpeningTime | null {
+    const found = openingHours
+      .find((d) => {
+        const startDate = moment(d.attributes.startDate, 'YYYY-MM-DD');
+        const endDate = moment(d.attributes.endDate, 'YYYY-MM-DD');
+
+        // TODO: Not all restaurants are open on all weekdays
+        // return date.isBetween(startDate, endDate) && d.attributes.weekdays.data.find((wd) => wd.id === date.day());
+        return date.isBetween(startDate, endDate);
+      });
+
+    if (found) {
+      return {
+        date: date.format('YYYY-MM-DD'),
+        open: date.set({
+          'hours': parseInt(found.attributes.startTime.split(':')[0]),
+          'minutes': parseInt(found.attributes.startTime.split(':')[1]),
+          'seconds': 0
+        }).format(),
+        openTime: found.attributes.startTime,
+        close: date.set({
+          'hours': parseInt(found.attributes.endTime.split(':')[0]),
+          'minutes': parseInt(found.attributes.endTime.split(':')[1]),
+          'seconds': 0
+        }).format(),
+        closeTime: found.attributes.endTime
+      }
     }
 
-    return poi;
+    return;
   }
 }
diff --git a/src/parks/beekse-bergen/beekse-bergen.module.ts b/src/parks/beekse-bergen/beekse-bergen.module.ts
index e8d0e9f..941be93 100644
--- a/src/parks/beekse-bergen/beekse-bergen.module.ts
+++ b/src/parks/beekse-bergen/beekse-bergen.module.ts
@@ -4,6 +4,7 @@ import { SpeellandService } from './speelland/speelland.service';
 import { BeekseBergenTransferService } from './beekse-bergen-transfer/beekse-bergen-transfer.service';
 import { ConfigModule } from '@nestjs/config';
 import { HttpModule } from '@nestjs/axios';
+import { LocaleModule } from '../../_services/locale/locale.module';
 
 @Module({
   imports: [
@@ -13,8 +14,10 @@ import { HttpModule } from '@nestjs/axios';
       cache: false,
       ignoreEnvFile: false,
     }),
+    LocaleModule,
   ],
   providers: [SafariparkService, SpeellandService, BeekseBergenTransferService],
-  exports: [SafariparkService, SpeellandService]
+  exports: [SafariparkService, SpeellandService],
 })
-export class BeekseBergenModule {}
+export class BeekseBergenModule {
+}
diff --git a/src/parks/beekse-bergen/interfaces/beekse-bergen-api-response.interface.ts b/src/parks/beekse-bergen/interfaces/beekse-bergen-legacy-api-response.interface.ts
similarity index 100%
rename from src/parks/beekse-bergen/interfaces/beekse-bergen-api-response.interface.ts
rename to src/parks/beekse-bergen/interfaces/beekse-bergen-legacy-api-response.interface.ts
diff --git a/src/parks/beekse-bergen/interfaces/beekse-bergen-locations-response.interface.ts b/src/parks/beekse-bergen/interfaces/beekse-bergen-locations-response.interface.ts
new file mode 100644
index 0000000..1f25719
--- /dev/null
+++ b/src/parks/beekse-bergen/interfaces/beekse-bergen-locations-response.interface.ts
@@ -0,0 +1,22783 @@
+export interface BeekseBergenLocationsResponseInterface {
+  "data": [
+    {
+      "id": 52,
+      "attributes": {
+        "order": 1,
+        "name": "Abessijnse hoornraaf",
+        "subtitle": "Een echte alleseter",
+        "habitat": "Savanne in West- en Midden-Afrika",
+        "food": "Ongewervelde dieren, fruit en kikkers",
+        "age": "35 tot 40 jaar",
+        "weight": "3 tot 5 kg",
+        "offspring": "1 tot 2 eieren",
+        "gestation": "38 dagen",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Abessijnse hoornraaf\n*Bucorvus abyssinicus*\n\nDe Abessijnse hoornraaf is een grote zwarte vogel met een spanwijdte van 185 cm. Hij is goed te herkennen aan de hoornachtige kam boven zijn snavel.",
+        "bottomDescription": "### Hap, gooi, vang, slik, weg\nDe Abessijnse hoornraaf is een alleseter. Hij jaagt door langzaam door het grasland te lopen. Wanneer hij een prooi vindt, pakt hij het snel op, gooit het in de lucht, vangt het en slikt het door. Snel, behendig en effectief.",
+        "createdAt": "2022-10-05T11:28:50.230Z",
+        "updatedAt": "2024-09-17T11:17:05.074Z",
+        "publishedAt": "2023-03-21T13:13:34.152Z",
+        "tenantRef": "1otLhT8Ixiws0yGQIik2yc",
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1269,
+              "attributes": {
+                "name": "Safaripark-dieren-Abessijnse hoornraaf.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 790,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6.jpg",
+                    "hash": "large_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Abessijnse hoornraaf.jpg",
+                    "path": null,
+                    "size": 162.91,
+                    "width": 1000,
+                    "height": 771
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6.jpg",
+                    "hash": "small_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Abessijnse hoornraaf.jpg",
+                    "path": null,
+                    "size": 52.24,
+                    "width": 500,
+                    "height": 386
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6.jpg",
+                    "hash": "medium_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Abessijnse hoornraaf.jpg",
+                    "path": null,
+                    "size": 101.49,
+                    "width": 750,
+                    "height": 579
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Abessijnse hoornraaf.jpg",
+                    "path": null,
+                    "size": 10.96,
+                    "width": 203,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 320.72,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Abessijnse_hoornraaf_ea238c7ba6.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T06:56:17.725Z",
+                "updatedAt": "2023-06-07T06:56:17.725Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 11,
+            "attributes": {
+              "title": "Bosvolière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.52094477552967,
+                    "lon": 5.11237839688754
+                  },
+                  {
+                    "lat": 51.520795704999536,
+                    "lon": 5.112290607338157
+                  },
+                  {
+                    "lat": 51.52080789355349,
+                    "lon": 5.11217442733328
+                  },
+                  {
+                    "lat": 51.5208215674795,
+                    "lon": 5.112178782410844
+                  },
+                  {
+                    "lat": 51.520829868157115,
+                    "lon": 5.11211179126535
+                  },
+                  {
+                    "lat": 51.52083695195234,
+                    "lon": 5.112054821225845
+                  },
+                  {
+                    "lat": 51.520826803701276,
+                    "lon": 5.112051748807939
+                  },
+                  {
+                    "lat": 51.5208975091025,
+                    "lon": 5.111842057538534
+                  },
+                  {
+                    "lat": 51.52105548404651,
+                    "lon": 5.111914539225484
+                  },
+                  {
+                    "lat": 51.52105359563329,
+                    "lon": 5.1119184005708505
+                  },
+                  {
+                    "lat": 51.521044574948114,
+                    "lon": 5.111934575245738
+                  },
+                  {
+                    "lat": 51.52103492277569,
+                    "lon": 5.111949782611727
+                  },
+                  {
+                    "lat": 51.52101238032334,
+                    "lon": 5.111988432562249
+                  },
+                  {
+                    "lat": 51.5209984569176,
+                    "lon": 5.112018990471405
+                  },
+                  {
+                    "lat": 51.52099468273898,
+                    "lon": 5.11203547628675
+                  },
+                  {
+                    "lat": 51.52099192547089,
+                    "lon": 5.112052468885264
+                  },
+                  {
+                    "lat": 51.52099020811019,
+                    "lon": 5.11206980963694
+                  },
+                  {
+                    "lat": 51.520989546456214,
+                    "lon": 5.112087337073969
+                  },
+                  {
+                    "lat": 51.52098994911086,
+                    "lon": 5.1121048868902506
+                  },
+                  {
+                    "lat": 51.52100352932212,
+                    "lon": 5.112180563883575
+                  },
+                  {
+                    "lat": 51.52100462396366,
+                    "lon": 5.112193475795613
+                  },
+                  {
+                    "lat": 51.52100462586824,
+                    "lon": 5.112206509581438
+                  },
+                  {
+                    "lat": 51.521003534466296,
+                    "lon": 5.112219423183294
+                  },
+                  {
+                    "lat": 51.52100136898353,
+                    "lon": 5.11223198306862
+                  },
+                  {
+                    "lat": 51.52099816844086,
+                    "lon": 5.1122439642304185
+                  },
+                  {
+                    "lat": 51.52097681292507,
+                    "lon": 5.112298124617604
+                  },
+                  {
+                    "lat": 51.52094477552967,
+                    "lon": 5.11237839688754
+                  }
+                ]
+              },
+              "description": "In de bosvolière vind je de Kirks dikdik en de Abessijnse hoornraaf. ",
+              "createdAt": "2022-10-05T12:41:52.554Z",
+              "updatedAt": "2022-10-05T12:43:22.291Z",
+              "publishedAt": "2022-10-05T12:41:52.511Z",
+              "tenantRef": "5ssCQd84aQ42AAMGasSO8y",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 341,
+              "attributes": {
+                "name": "Bucorve d’Abyssinie",
+                "subtitle": "Un véritable omnivore",
+                "habitat": "Savane Afrique de l'Ouest et du Centre",
+                "food": "Invertébrés, fruits et grenouilles",
+                "age": "35 à 40 ans",
+                "weight": "3 à 5 kg",
+                "offspring": "1 à 2 œuf(s)",
+                "gestation": "38 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Bucorve d’Abyssinie\n*Bucorvus abyssinicus*\nLe bucorve d'Abyssinie est un grand oiseau noir avec une envergure de 185 cm. On le reconnait à sa crête en forme de corne au-dessus de son bec. ",
+                "bottomDescription": "### Capturer, jeter, avaler, attraper et partir\n\nLe bucorve d'Abyssinie est un omnivore. Il chasse en se déplaçant lentement à travers les prairies. Lorsqu'il trouve une proie, il la capture rapidement, la jette en l'air, l'attrape au vol et l'avale. Rapide, habile et efficace.",
+                "createdAt": "2023-03-14T10:54:35.274Z",
+                "updatedAt": "2024-09-17T11:17:05.073Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1otLhT8Ixiws0yGQIik2yc",
+                "bigFive": false,
+                "order": 1,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 245,
+              "attributes": {
+                "name": "Nördlicher Hornrabe",
+                "subtitle": "Ein echter Allesfresser",
+                "habitat": "Savanne in West- und Zentralafrika",
+                "food": "Wirbellose Tiere, Früchte und Frösche",
+                "age": "35 bis 40 Jahre",
+                "weight": "3 bis 5 kg",
+                "offspring": "1 bis 2 Eier",
+                "gestation": "38 Tage",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Nördlicher Hornrabe\n*Bucorvus abyssinicus*\n\nDer Nördlicher Hornrabe oder Sudanhornrabe ist ein großer schwarzer Vogel mit einer Flügelspannweite von 185 cm. Er ist an seinem hornartigen Kamm oberhalb des Schnabels gut zu erkennen. ",
+                "bottomDescription": "### Packen, werfen, fangen, schlucken und weiter\n\nDer Nördlicher Hornrabe ist ein Allesfresser. Er jagt, indem er langsam durch das Grasland läuft. Findet er ein Beutetier, ergreift er es schnell, wirft es nach oben, fängt es und verschluckt es. Schnell, behende und effektiv.",
+                "createdAt": "2023-03-14T10:51:20.789Z",
+                "updatedAt": "2024-09-17T11:17:04.963Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1otLhT8Ixiws0yGQIik2yc",
+                "bigFive": false,
+                "order": 1,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 149,
+              "attributes": {
+                "name": "Abyssinian ground hornbill",
+                "subtitle": "A true omnivore",
+                "habitat": "Savannah in West and Central Africa",
+                "food": "Invertebrates, fruit and frogs",
+                "age": "35 to 40 years",
+                "weight": "3 to 5 kg",
+                "offspring": "1 to 2 eggs",
+                "gestation": "38 days",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Abyssinian ground hornbill\n*Bucorvus abyssinicus*\n\nThe Abyssinian ground hornbill is a large black bird with a wingspan of 185 cm. It is easy to recognise from the horn-like ridge above its beak. \n\n\n",
+                "bottomDescription": "### Peck, throw, catch, swallow, gone\nThe Abyssinian ground hornbill is an omnivore. It hunts by slowly walking through the grassland. When it finds a prey, it grabs it quickly, \n\n",
+                "createdAt": "2023-03-14T10:48:15.782Z",
+                "updatedAt": "2024-09-17T11:17:05.072Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1otLhT8Ixiws0yGQIik2yc",
+                "bigFive": false,
+                "order": 1,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 34,
+      "attributes": {
+        "order": null,
+        "name": "Addax",
+        "subtitle": "Een leven zonder water",
+        "habitat": "Zand- en steenwoestijn gebieden",
+        "food": "Woestijngras en bladeren",
+        "age": "25 jaar",
+        "weight": "Man: 100 - 125 kg Vrouw: 60 - 90 kg",
+        "offspring": "1 jong",
+        "gestation": "9 maanden",
+        "iucn": "Ernstig bedreigd",
+        "eep": true,
+        "description": "# Addax\n*Addax nasomaculatus*\n\nDe addax is een ernstig bedreigde antilopesoort. Door de jacht die op de addax wordt gemaakt, is dit een van de zeldzaamste zoogdieren ter wereld. Er leven nog minder dan 100 addaxen in het wild.",
+        "bottomDescription": "### Een leven zonder water\nEen addax eet vooral woestijngras en soms bladeren. Om genoeg eten te vinden, moeten ze vaak ver lopen. Van alle antilopen is de addax het beste aangepast aan het leven in de woestijn. Ze kunnen bijna hun hele leven zonder water te drinken. In hun eten zit genoeg vocht om te overleven.\n\n### Bijna verdwenen\nEr leven waarschijnlijk nog minder dan 50 addaxen in de natuur. Dit komt vooral doordat er veel op ze wordt gejaagd. Addaxen kunnen niet heel hard lopen en zijn dus een makkelijke prooi voor stropers. Ze worden bejaagd voor het vlees en voor de huid. De addaxen die nog in de natuur leven, leven heel erg verspreid. Ze hebben geen mogelijkheid om bij elkaar te komen. Hierdoor is er kans op inteelt en gaan de aantallen nog harder achteruit.",
+        "createdAt": "2022-10-05T11:28:42.787Z",
+        "updatedAt": "2024-09-17T11:19:27.847Z",
+        "publishedAt": "2022-10-05T11:28:42.786Z",
+        "tenantRef": "1vQ73UjtgE4k22AI6ysYqC",
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1270,
+              "attributes": {
+                "name": "Safaripark-dieren-Addax.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 737,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Addax_2d38cf637a.jpg",
+                    "hash": "large_Safaripark_dieren_Addax_2d38cf637a",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Addax.jpg",
+                    "path": null,
+                    "size": 136.49,
+                    "width": 1000,
+                    "height": 720
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Addax_2d38cf637a.jpg",
+                    "hash": "small_Safaripark_dieren_Addax_2d38cf637a",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Addax.jpg",
+                    "path": null,
+                    "size": 41.66,
+                    "width": 500,
+                    "height": 360
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Addax_2d38cf637a.jpg",
+                    "hash": "medium_Safaripark_dieren_Addax_2d38cf637a",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Addax.jpg",
+                    "path": null,
+                    "size": 83.5,
+                    "width": 750,
+                    "height": 540
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Addax_2d38cf637a.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Addax_2d38cf637a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Addax.jpg",
+                    "path": null,
+                    "size": 10.2,
+                    "width": 217,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Addax_2d38cf637a",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 293.22,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Addax_2d38cf637a.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T06:57:26.850Z",
+                "updatedAt": "2023-06-07T06:57:26.850Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 905,
+              "attributes": {
+                "name": "Addax",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:43:26.562Z",
+                "updatedAt": "2024-09-17T11:20:17.031Z",
+                "publishedAt": "2023-07-13T08:43:29.390Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 151,
+              "attributes": {
+                "name": "Woestijn",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:08:37.147Z",
+                "updatedAt": "2023-05-09T06:58:40.302Z",
+                "publishedAt": "2023-02-15T09:08:38.889Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 11,
+              "attributes": {
+                "title": "Woestijngebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.51422559455459,
+                    "lon": 5.106356840360018
+                  },
+                  {
+                    "lat": 51.51413211964273,
+                    "lon": 5.106913398730608
+                  },
+                  {
+                    "lat": 51.51377991780532,
+                    "lon": 5.106658588874193
+                  },
+                  {
+                    "lat": 51.51391512357206,
+                    "lon": 5.10625625752195
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:26:46.811Z",
+                "updatedAt": "2023-07-10T07:48:11.257Z",
+                "publishedAt": "2023-01-13T07:26:48.727Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 323,
+              "attributes": {
+                "name": "Addax",
+                "subtitle": "Une vie sans eau",
+                "habitat": "Zones désertiques de sable et de pierre",
+                "food": "Herbes du désert et feuilles",
+                "age": "25 ans",
+                "weight": "Mâle : 100 – 125 kg Femelle : 60 – 90 kg",
+                "offspring": "1 petit",
+                "gestation": "9 mois",
+                "iucn": "En danger critique",
+                "eep": true,
+                "description": "# Addax\n*Addax nasomaculatus*\n\nL'addax est une espèce d'antilope très menacée. À cause de la chasse intensive dont il est victime, l'addax est l'un des mammifères les plus rares au monde. On en recense moins de 100 à l'état sauvage.\n",
+                "bottomDescription": "# # # Une vie sans eau\nUn addax mange essentiellement des herbes du désert et parfois des feuilles. Il doit souvent parcourir de grandes distances pour trouver suffisamment de nourriture. De toutes les espèces d'antilopes, l'addax est la mieux adaptée à la vie dans le désert. Il peut rester toute sa vie sans boire. En effet, il trouve assez de liquide dans sa nourriture pour survivre.\n\n### Presque disparu\nIl existe probablement moins de 50 addax à l'état sauvage. Ils sont victimes de chasse intensive. Les addax ne peuvent pas courir très vite et sont donc des proies faciles pour les braconniers. Ils sont chassés pour leur viande et leur peau. Les addax qui vivent encore à l'état sauvage sont très dispersés. Ils n'ont pas beaucoup d'occasions de se rencontrer. Il existe donc un grand risque de consanguinité et de voir leur nombre diminuer.\n",
+                "createdAt": "2023-03-14T10:54:05.944Z",
+                "updatedAt": "2024-09-17T11:19:27.842Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1vQ73UjtgE4k22AI6ysYqC",
+                "bigFive": false,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 227,
+              "attributes": {
+                "name": "Addax",
+                "subtitle": "Ein Leben ohne Wasser",
+                "habitat": "Sand- und Steinwüstengebiete",
+                "food": "Wüstengras und Blätter",
+                "age": "25 Jahre",
+                "weight": "Männchen: 100–125 kg Weibchen: 60–90 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 Monate",
+                "iucn": "Stark bedroht",
+                "eep": true,
+                "description": "# Addax\n*Addax nasomaculatus*\n\nDie Addax ist eine stark gefährdete Antilopenart. Durch die intensive Bejagung ist sie weltweit eines der seltensten Säugetiere geworden. Es leben nur noch weniger als 100 Addaxen in freier Wildbahn.\n",
+                "bottomDescription": "### Leben ohne Wasser\nEine Addax frisst vor allem Wüstengras und manchmal Blätter. Um genug Futter zu finden, müssen die Tiere oft weit laufen. Die Addax ist die Antilopenart, die am besten an das Leben in der Wüste angepasst ist. Die Tiere können fast ihr ganzes Leben ohne Wasser auskommen. Ihre Nahrung enthält genügend Feuchtigkeit, um zu überleben.\n\n### Fast verschwunden\nIn freier Natur leben wahrscheinlich noch weniger als 50 Addaxen. Das liegt vor allem daran, dass sie viel gejagt werden. Addaxen können nicht sehr schnell laufen und sind daher für Wilderer eine leichte Beute. Ihr Fleisch und ihr Fell sind begehrt. Die noch in freier Natur vorkommenden Addaxen leben sehr verstreut. Sie haben kaum Möglichkeiten, zusammen zu kommen. Dadurch besteht die Gefahr der Inzucht, und der Bestand schrumpft noch schneller.",
+                "createdAt": "2023-03-14T10:50:50.821Z",
+                "updatedAt": "2024-09-17T11:19:27.035Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1vQ73UjtgE4k22AI6ysYqC",
+                "bigFive": false,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 131,
+              "attributes": {
+                "name": "Addax",
+                "subtitle": "A life without water",
+                "habitat": "Sand and stone desert areas",
+                "food": "Desert grasses and leaves",
+                "age": "25 years",
+                "weight": "Males: 100 - 125 kg Female: 60 - 90 kg",
+                "offspring": "1 young",
+                "gestation": "9 months",
+                "iucn": "Critically endangered",
+                "eep": true,
+                "description": "# Addax\n*Addax nasomaculatus*\n\nThe addax is a seriously endangered species of antelope. As a result of hunting, they are now one of the rarest mammals in the world. There are only less than 100 addaxes in the wild.",
+                "bottomDescription": "### A life without water\nAddaxes primarily eat desert grasses and sometimes leaves. They often have to cover long distances to find enough food. Of all the antelopes, the addax is best suited to life in the desert. They can go nearly their whole lives without drinking water. Their food contains enough water to survive.\n\n### Nearly extinct\nThere are probably fewer than 50 addaxes left in nature. This is primarily because they are often hunted. Addaxes are not very fast runners, making them easy prey for poachers, who hunt them their meat and for their skins. The addaxes that still live in the wild are very widely dispersed. They have little opportunity to encounter one another. As a result, there is a risk of inbreeding and of their numbers declining even faster.",
+                "createdAt": "2023-03-14T10:47:47.393Z",
+                "updatedAt": "2024-09-17T11:19:27.846Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1vQ73UjtgE4k22AI6ysYqC",
+                "bigFive": false,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 35,
+      "attributes": {
+        "order": null,
+        "name": "Afrikaanse leeuw",
+        "subtitle": "De koning der dieren",
+        "habitat": "Savannes en ten zuiden van de Sahara",
+        "food": "Verschillende zoogdieren en vogels",
+        "age": "10 tot 15 jaar",
+        "weight": "Man: 150 - 240 kg Vrouw: 120 - 180 kg",
+        "offspring": "1 tot 6 jongen",
+        "gestation": "3,5 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# Afrikaanse leeuw\n*Panthera leo*\n\nDe Afrikaanse leeuw is een roofdier uit de familie der katachtigen. De grootte van het mannetje geeft het dier een indrukkend uiterlijk, waardoor de leeuw in grote delen van de wereld bekendstaat als de koning der dieren.",
+        "bottomDescription": "### Aan tafel!\nDe leeuwinnen zorgen in een groep voor het eten. De vrouwtjes werken goed samen tijdens de jacht. Vaak proberen ze hun prooi te omsingelen. Toch lukt de jacht lang niet altijd. Van de tien keer dat een groep op jacht gaat, vangen ze maar drie keer iets. Ook al doen de mannetjes niet mee met de jacht, ze mogen toch als eerste eten. Als zij uitgegeten zijn mogen de vrouwtjes pas eten. Als er daarna nog eten over is, mogen de jonge leeuwen aan tafel. Een volwassen mannetje kan wel dertig kilo vlees eten in één maaltijd. \n\n### Moeilijke jeugd\nHet leven van een welp (zo noem je een jonge leeuw) is niet makkelijk. Pasgeboren welpen hebben hun ogen dicht en kunnen ze nog niet lopen. Pas na een week kunnen ze hun ogen open doen. Ze zijn in het begin helemaal afhankelijk van hun moeder. Als ze zo’n acht maanden oud zijn krijgen ze geen melk meer. Ze moeten dan vlees eten, maar welpen mogen pas als laatste van de groep eten. Het gebeurt best vaak dat er dan niet genoeg voor ze overblijft. En terwijl de vrouwtjes op jacht gaan, blijven de welpen ergens alleen achter. Dat kan heel gevaarlijk zijn. Hyena’s en luipaarden doden de leeuwenwelpen namelijk als ze de kans krijgen. Het komt voor dat maar ongeveer de helft van de welpen het eerste jaar overleeft. ",
+        "createdAt": "2022-10-05T11:28:43.226Z",
+        "updatedAt": "2024-09-17T11:23:34.372Z",
+        "publishedAt": "2022-10-05T11:28:43.221Z",
+        "tenantRef": "3qSv0krF6w6w46Sm8YkwC4",
+        "bigFive": true,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1271,
+              "attributes": {
+                "name": "Safaripark-dieren-Leeuw.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 731,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                    "hash": "large_Safaripark_dieren_Leeuw_a2171873a7",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Leeuw.jpg",
+                    "path": null,
+                    "size": 205.51,
+                    "width": 1000,
+                    "height": 714
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                    "hash": "small_Safaripark_dieren_Leeuw_a2171873a7",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Leeuw.jpg",
+                    "path": null,
+                    "size": 58.72,
+                    "width": 500,
+                    "height": 357
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                    "hash": "medium_Safaripark_dieren_Leeuw_a2171873a7",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Leeuw.jpg",
+                    "path": null,
+                    "size": 121.28,
+                    "width": 750,
+                    "height": 535
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Leeuw_a2171873a7",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Leeuw.jpg",
+                    "path": null,
+                    "size": 12.73,
+                    "width": 219,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Leeuw_a2171873a7",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 421.06,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T07:00:29.119Z",
+                "updatedAt": "2023-06-07T07:00:29.119Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 239,
+              "attributes": {
+                "name": "Afrikaanse leeuw (Midden in het park)",
+                "tenantRef": null,
+                "createdAt": "2023-04-18T13:38:01.118Z",
+                "updatedAt": "2023-08-04T09:33:35.399Z",
+                "publishedAt": "2023-04-18T13:38:56.317Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 100,
+              "attributes": {
+                "name": "Afrikaanse leeuw (voor in het park)",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:59:19.965Z",
+                "updatedAt": "2023-07-31T10:57:17.407Z",
+                "publishedAt": "2023-02-15T06:59:22.399Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 12,
+              "attributes": {
+                "title": "De leeuwen",
+                "triggerArea": [
+                  {
+                    "lat": 51.51558680122348,
+                    "lon": 5.108061384188982
+                  },
+                  {
+                    "lat": 51.5154945809649,
+                    "lon": 5.1083946486590825
+                  },
+                  {
+                    "lat": 51.51536814293129,
+                    "lon": 5.108243774401995
+                  },
+                  {
+                    "lat": 51.51545243499269,
+                    "lon": 5.1078937461255
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:27:43.447Z",
+                "updatedAt": "2023-07-10T07:17:03.886Z",
+                "publishedAt": "2023-01-13T07:28:11.689Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 324,
+              "attributes": {
+                "name": "Lion d'Afrique",
+                "subtitle": "Le roi des animaux",
+                "habitat": "Savanes et sud du Sahara",
+                "food": "Divers mammifères et oiseaux",
+                "age": "10 à 15 ans",
+                "weight": "Mâle :150 – 240 kg Femelle :120 – 180 kg",
+                "offspring": "1 à 6 petit(s)",
+                "gestation": "3,5 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Lion d'Afrique\n*Panthera leo*\n\nLe Lion d'Afrique est un prédateur de la famille des félins. La taille du mâle est assez impressionnante, ce qui lui confère la réputation de roi des animaux dans de nombreuses parties du monde.\n",
+                "bottomDescription": "### À table !\nDans un groupe, ce sont les lionnes qui se chargent des repas. Les femelles collaborent pendant la chasse. Souvent, elles tentent d'encercler leur proie. Mais la chasse n'est pas toujours fructueuse. Lorsqu'elles chassent en groupe, elles réussissent à attraper leur proie trois fois sur dix. Même si les mâles ne participent pas à la chasse, ils ont le droit de manger en premier. Ce n'est que lorsqu'ils ont fini que les lionnes peuvent manger. S'il reste de la nourriture, les jeunes lions peuvent passer à table. Un mâle adulte peut manger trente kilos de viande en un seul repas. \n\n### Jeunesse difficile\nLa vie d'un lionceau n'est pas facile. À la naissance, les lionceaux ont les yeux fermés et ne peuvent pas encore marcher. Ils n'ouvrent les yeux qu'après une semaine. Au début, ils sont fort dépendants de leur mère. Ils ne sont plus allaités dès l'âge de 8 mois. Ils doivent alors manger de la viande, mais les lionceaux sont les derniers du groupe à pouvoir manger. Souvent, il ne reste pas assez de nourriture pour eux. Lorsque les femelles partent à la chasse, les lionceaux restent seuls, ce qui peut être dangereux. Les hyènes et les léopards tuent les lionceaux dès qu'ils en ont l'occasion. Il est fréquent que la moitié des lionceaux meurent au cours de la première année.\n",
+                "createdAt": "2023-03-14T10:54:07.444Z",
+                "updatedAt": "2024-09-17T11:23:34.190Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3qSv0krF6w6w46Sm8YkwC4",
+                "bigFive": true,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 228,
+              "attributes": {
+                "name": "Afrikanischer Löwe",
+                "subtitle": "Der König der Tiere",
+                "habitat": "Various mammals and birds",
+                "food": "Verschiedene Säugetiere und Vögel",
+                "age": "10 bis 15 Jahre",
+                "weight": "Männchen 150–240 kg, Weibchen 120–180 kg",
+                "offspring": "1 bis 6 Junge",
+                "gestation": "3,5 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Afrikanischer Löwe\n*Panthera leo*\n\nDer Afrikanischer Löwe ist ein Raubtier aus der Familie der Katzenartigen. Die Größe des Männchens verleiht dem Tier ein beeindruckendes Aussehen, weshalb der Afrikanischer Löwe in vielen Teilen der Welt als König der Tiere bekannt ist.\n",
+                "bottomDescription": "### Zu Tisch, bitte!\n\nDie Löwinnen sorgen als Gruppe dafür, dass es etwas zu fressen gibt. Die Weibchen arbeiten während der Jagd gut zusammen. Oft versuchen sie, ihre Beute zu umzingeln. Aber die Jagd ist bei Weitem nicht immer erfolgreich. Wenn die Gruppe zehn Mal auf die Jagd geht, fängt sie vielleicht drei Mal etwas. Auch wenn die Männchen bei der Jagd nicht mitmachen, dürfen sie als erste etwas fressen. Erst wenn sie satt sind, dürfen auch die Weibchen fressen. Und wenn danach noch etwas übrig ist, dürfen die jungen Löwen zu Tisch. Ein erwachsener Löwe kann bei einer Mahlzeit durchaus dreißig Kilo Fleisch fressen. \n\n### Schwierige Jugend\n\nDas Leben eines Welpen (so nennt man einen jungen Löwen) ist nicht leicht. Kurz nach der Geburt sind ihre Augen noch geschlossen, und sie können noch nicht laufen. Erst nach einer Woche können sie die Augen öffnen. Sie sind daher anfangs vollständig auf ihre Mutter angewiesen. Wenn sie etwa acht Monate alt sind, bekommen sie keine Milch mehr. Sie müssen dann Fleisch fressen, aber Welpen dürfen erst als letzte in der Gruppe fressen. Es passiert nicht selten, dass dann nicht genug für sie übrig bleibt. Und während die Weibchen auf Jagd gehen, bleiben die Welpen irgendwo allein zurück. Das kann sehr gefährlich sein. Denn Hyänen oder Leoparden können die Jungen töten, wenn sie die Chance dazu haben. Es kommt durchaus vor, dass nur die Hälfte der Welpen das erste Jahr überlebt.\n",
+                "createdAt": "2023-03-14T10:50:52.386Z",
+                "updatedAt": "2024-09-17T11:23:34.370Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3qSv0krF6w6w46Sm8YkwC4",
+                "bigFive": true,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 132,
+              "attributes": {
+                "name": " African lion",
+                "subtitle": "The king of animals",
+                "habitat": "Savannahs and south of the Sahara",
+                "food": "Various mammals and birds",
+                "age": "10 to 15 years",
+                "weight": "Male: 150 - 240 kg Female: 120 - 180 kg",
+                "offspring": "1 to 6 young",
+                "gestation": "3.5 months",
+                "iucn": "Vulnerable",
+                "eep": true,
+                "description": "#  African lion\n*Panthera leo*\n\nThe African lion is a predator belonging to the feline family. The size of the male give the animal an impressive appearance, as a result of which the lion is known as the king of animals in many parts of the world.",
+                "bottomDescription": "### Dinner is served!\n\nThe lionesses arrange for the food in a group. The females work well together when hunting. They often try to surround their prey. However, the hunt is by no means always successful. Out of the 10 times that a group goes hunting, they will only catch something three times. Even if the males do not take part in the hunt, they are still allowed to eat first. The females may only eat once they have finished eating. If there is food left over afterwards, the young lions are allowed to eat. An adult male can eat 30 kilos of meat in one meal.\n\n### Difficult childhood\n\nThe life of a cub (that’s what you call a young lion) is not easy. Newborn cubs have closed eyes and are not yet able to walk. They are only able to open their eyes after a week. In the beginning, they are totally dependent on their mother. Once they are about eight months old, they no longer receive any milk. They have to eat meat then, but cubs are only allowed to eat as the last of the group and it’s often the case then that there is not enough left over for them. While the females go hunting, the cubs are left behind alone and that can be very dangerous, since hyenas and leopards will kill the lion cubs if they get the chance. Only about half of the cubs survive the first year.",
+                "createdAt": "2023-03-14T10:47:48.967Z",
+                "updatedAt": "2024-09-17T11:23:34.371Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3qSv0krF6w6w46Sm8YkwC4",
+                "bigFive": true,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 50,
+      "attributes": {
+        "order": null,
+        "name": "Afrikaanse lepelaar",
+        "subtitle": "Een eigen lepel",
+        "habitat": "Ten zuiden van de Sahara",
+        "food": "Dode dieren",
+        "age": "25 tot 40 jaar",
+        "weight": "1,5 tot 2 kg",
+        "offspring": "2 tot 4 eieren",
+        "gestation": "25 tot 29 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Afrikaanse lepelaar\n*Platalea alba*\n\nDe Afrikaanse lepelaar is een vogel en kenmerkt zich door zijn rode poten, de kale rode huid tussen het oog en de snavel en zijn geheel witte kleur.",
+        "bottomDescription": "### Samen leven, samen delen\nVaak gebruikt de lepelaar het dak van een hamerkopnest om eieren uit te broeden. ",
+        "createdAt": "2022-10-05T11:28:49.397Z",
+        "updatedAt": "2024-09-17T11:26:06.158Z",
+        "publishedAt": "2022-10-05T11:28:49.395Z",
+        "tenantRef": "1weNjxLZmoIuyQU2m6ei8c",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1272,
+              "attributes": {
+                "name": "Safaripark-dieren-Afrikaanse lepelaar.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1280,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c.jpg",
+                    "hash": "large_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Afrikaanse lepelaar.jpg",
+                    "path": null,
+                    "size": 124.34,
+                    "width": 800,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c.jpg",
+                    "hash": "small_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Afrikaanse lepelaar.jpg",
+                    "path": null,
+                    "size": 39.73,
+                    "width": 400,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c.jpg",
+                    "hash": "medium_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Afrikaanse lepelaar.jpg",
+                    "path": null,
+                    "size": 76.37,
+                    "width": 600,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Afrikaanse lepelaar.jpg",
+                    "path": null,
+                    "size": 6.03,
+                    "width": 125,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 412.7,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Afrikaanse_lepelaar_40739c7f2c.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T07:02:45.101Z",
+                "updatedAt": "2023-06-07T07:02:45.101Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 339,
+              "attributes": {
+                "name": "Spatule d'Afrique",
+                "subtitle": "Sa propre cuillère",
+                "habitat": "Au sud du Sahara",
+                "food": "Animaux morts",
+                "age": "25 à 40 ans",
+                "weight": "1,5 à 2 kg",
+                "offspring": "2 à 4 œufs",
+                "gestation": "25 à 29 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Spatule d'Afrique\n*Platalea alba*\nLa Spatule d'Afrique est un oiseau qui se caractérise par ses pattes rouges, sa peau rouge nue située entre les yeux et le bec et son plumage entièrement blanc. \n",
+                "bottomDescription": "### Cohabiter, partager\nLa Spatule d'Afrique utilise souvent le toit d'un nid d'Ombrette africaine pour couver ses œufs.\n",
+                "createdAt": "2023-03-14T10:54:32.030Z",
+                "updatedAt": "2024-09-17T11:26:05.873Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1weNjxLZmoIuyQU2m6ei8c",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 243,
+              "attributes": {
+                "name": "Rotgesichtlöffler",
+                "subtitle": "Ein eigener Löffel",
+                "habitat": "Südlich der Sahara",
+                "food": "Tote Tiere",
+                "age": "25 bis 40 Jahre",
+                "weight": "1,5 bis 2 kg",
+                "offspring": "2 bis 4 Eier",
+                "gestation": "25 bis 29 Tage",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Rotgesichtlöffler\n*Platalea alba*\nDer Rotgesichtlöffler ist ein Vogel und zeichnet sich durch seine roten Füße, die nackte rote Haut zwischen Auge und Schnabel und seine völlig weiße Färbung aus. \n",
+                "bottomDescription": "### Gemeinsam leben und teilen\nHäufig nutzt der Löffler das Dach eines Hammerkopfnestes, um seine Eier auszubrüten.\n",
+                "createdAt": "2023-03-14T10:51:16.953Z",
+                "updatedAt": "2024-09-17T11:26:06.161Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1weNjxLZmoIuyQU2m6ei8c",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 147,
+              "attributes": {
+                "name": "African spoonbill",
+                "subtitle": "Its own spoon",
+                "habitat": "South of the Sahara",
+                "food": "Dead animals",
+                "age": "25 to 40 years",
+                "weight": "1.5 to 2 kg",
+                "offspring": "2 to 4 eggs",
+                "gestation": "25 to 29 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# African spoonbill\n*Platalea alba*\nThe African spoonbill is a bird that can be identified by its red legs, bare red skin between the eyes and beak, and all-white colour. ",
+                "bottomDescription": "### Live together, share together\nThe spoonbill often uses the roof of a hamerkop’s nest to hatch out its eggs.",
+                "createdAt": "2023-03-14T10:48:12.925Z",
+                "updatedAt": "2024-09-17T11:26:06.160Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1weNjxLZmoIuyQU2m6ei8c",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 31,
+      "attributes": {
+        "order": null,
+        "name": "Afrikaanse Pinguïn",
+        "subtitle": "Pinguïn in Afrika",
+        "habitat": "Langs de kust in het zuiden van Afrika",
+        "food": "Vis, inktvissen en schaaldieren",
+        "age": "10  tot 15 jaar",
+        "weight": "2,5 tot 3,5 kg",
+        "offspring": "1 tot 3 eieren",
+        "gestation": "38 tot 41 dagen",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Afrikaanse pinguïn\n*Spheniscus demersus*\n\nDe Afrikaanse pinguïn heeft een opvallend kenmerk aan het uiterlijk. Ze hebben namelijk een naakte, roze vlek boven de ogen richting de bovensnavel lopen. Om die reden kreeg de soort in het Afrikaans de naam brillpikkewyn. ",
+        "bottomDescription": "### Joehoe, waar ben je?\nAfrikaanse pinguïns leven en broeden in grote kolonies van 50 tot 100 dieren bij elkaar. Mannetjes en vrouwtjes vormen een paar voor het leven. Ondanks de grote groep herkennen ze elkaar zonder problemen en kunnen ze elkaar altijd terug vinden. Twee keer per jaar worden er eieren gelegd. Bij het uitbroeden wisselen het mannetje het vrouwtje elkaar af. Na ongeveer 39 dagen komen de jongen uit het ei. Als een jonge pinguïn een maand oud is laten vader en moeder hem achter in een crèche met andere jongen. Als ze dan met eten terugkomen roepen ze naar elkaar en zo vinden ze elkaar weer terug. \n\n### Ieder jaar een nieuwe jas\nDe veren van een Afrikaanse pinguïn zijn erg belangrijk. Ze houden de pinguïn droog en warm als hij in het koude water op zoek gaat naar eten. Één keer per jaar krijgen de Afrikaanse pinguïns nieuwe veren. Deze periode noem je de rui. In deze tijd verliezen ze hun oude veren en krijgen ze een heel nieuw verenpak. Tijdens de rui kunnen pinguïns niet zwemmen omdat hun veren dan namelijk niet waterdicht zijn. Ze moeten het dan ongeveer drie weken zonder eten doen. ",
+        "createdAt": "2022-10-05T11:28:41.643Z",
+        "updatedAt": "2024-09-25T11:42:15.224Z",
+        "publishedAt": "2022-10-05T11:28:41.639Z",
+        "tenantRef": "6oLqu7d5zaYqEaQiQaSY8u",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1325,
+              "attributes": {
+                "name": "Safaripark-dieren-pinguin.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_pinguin_7ee9a9a940.jpg",
+                    "hash": "large_Safaripark_dieren_pinguin_7ee9a9a940",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-pinguin.jpg",
+                    "path": null,
+                    "size": 119.99,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_pinguin_7ee9a9a940.jpg",
+                    "hash": "small_Safaripark_dieren_pinguin_7ee9a9a940",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-pinguin.jpg",
+                    "path": null,
+                    "size": 36.49,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_pinguin_7ee9a9a940.jpg",
+                    "hash": "medium_Safaripark_dieren_pinguin_7ee9a9a940",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-pinguin.jpg",
+                    "path": null,
+                    "size": 73.92,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_pinguin_7ee9a9a940.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_pinguin_7ee9a9a940",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-pinguin.jpg",
+                    "path": null,
+                    "size": 9.32,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_pinguin_7ee9a9a940",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 249.33,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_pinguin_7ee9a9a940.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:23:09.225Z",
+                "updatedAt": "2023-06-07T11:23:09.225Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 86,
+              "attributes": {
+                "name": "Pinguïn",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:16:52.454Z",
+                "updatedAt": "2023-07-12T11:43:17.445Z",
+                "publishedAt": "2023-02-14T19:16:54.314Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 320,
+              "attributes": {
+                "name": "Manchot du Cap",
+                "subtitle": "Le pingouin en Afrique",
+                "habitat": "Le long des côtes du sud de l'Afrique",
+                "food": "Poissons, calmars et crustacés",
+                "age": "10 à 15 ans",
+                "weight": "2,5 à 3,5 kg",
+                "offspring": "1 à 3 œuf(s)",
+                "gestation": "38 à 41 jours",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Manchot du Cap\n*Spheniscus demersus*\n\nLe manchot du Cap a une caractéristique physique particulière. En effet, ses yeux sont entourés d'une tache rose, lisse, qui s'étend jusqu'à la partie supérieure de son bec. Cela lui vaut le surnom de « manchots à lunettes » (« brillpikkewyn » en Afrikaans). \n",
+                "bottomDescription": "### Coucou, où es-tu ?\nLes Manchots du Cap vivent en grandes colonies de 50 à 100 individus. Les mâles et les femelles choisissent un partenaire pour la vie. Malgré la taille du groupe, ils se reconnaissent sans problème et ils parviennent toujours à se retrouver. La ponte des œufs a lieu deux fois par an. Le mâle et la femelle se relayent pour les couver. L'œuf éclot après environ 39 jours. Lorsque le jeune manchot est âgé d'un mois, ses parents le laissent dans une « crèche » avec les autres petits. Lorsqu'ils reviennent avec la nourriture, ils s'appellent pour pouvoir se retrouver. \n\n### Un nouveau manteau chaque année\nLes plumes du manchot du Cap jouent un rôle très important. Elles le tiennent au chaud et au sec lorsqu'il part chercher de la nourriture dans l'eau froide. Les manchots du Cap renouvellent leur plumage une fois par an. Cette période s'appelle la mue : ils perdent leurs anciennes plumes au profit de nouvelles. Durant la mue, les Manchots du Cap ne peuvent pas nager car leurs plumes ne sont pas imperméables. Ils doivent alors attendre 3 semaines sans manger !\n",
+                "createdAt": "2023-03-14T10:54:01.109Z",
+                "updatedAt": "2024-09-25T11:42:15.153Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6oLqu7d5zaYqEaQiQaSY8u",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 224,
+              "attributes": {
+                "name": "Brillenpinguin",
+                "subtitle": "Pinguin in Afrika",
+                "habitat": "An der Küste im Süden Afrikas",
+                "food": "Fisch, Tintenfisch und Krebstiere",
+                "age": "10 bis 15 Jahre",
+                "weight": "2,5 bis 3,5 kg",
+                "offspring": "1 bis 3 Eier",
+                "gestation": "38 bis 41 Tage",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Brillenpinguin\n*Spheniscus demersus*\n\nDer Brillenpinguin verdankt seinen Namen einem auffälligen Merkmal. Er hat nämlich einen nackten, rosa Fleck über den Augen, der in Richtung des Oberschnabels verläuft. Auch in der Sprache Afrikaans bezeichnet man diese Art daher als „brillpikkewyn“ (Brillenpinguin). \n",
+                "bottomDescription": "### Hallo, wo bist du?\nBrillenpinguine leben und brüten gemeinsam in großen Kolonien von 50 bis 100 Tieren. Männchen und Weibchen bilden ein Paar für das ganze Leben. Trotz der großen Gruppe erkennen sie sich ohne Probleme und können sich stets wiederfinden. Zweimal im Jahr werden Eier gelegt. Beim Ausbrüten wechseln sich das Männchen und das Weibchen ab. Nach etwa 39 Tagen schlüpfen die Jungen aus dem Ei. Wenn ein junger Pinguin einen Monat alt ist, geben Vater und Mutter ihn in eine Kinderkrippe mit anderen Jungen. Wenn sie dann mit Futter zurückkommen, rufen sie einander und sind schnell wieder vereint. \n\n### Jedes Jahr eine neue Jacke\nDie Federn des Brillenpinguins sind für ihn sehr wichtig. Sie halten den Pinguin trocken und warm, während er im kalten Wasser nach Futter sucht. Einmal pro Jahr wechseln die Brillenpinguine ihr Federkleid. Diese Zeit bezeichnet man als Mauser. Die Vögel verlieren dabei alle alten Federn und bekommen ein ganz neues Federkleid. Während der Mauser können die Brillenpinguin nicht schwimmen, da ihre Federn dann nicht wasserdicht sind. Sie müssen es daher etwa drei Wochen ohne Nahrung aushalten.\n",
+                "createdAt": "2023-03-14T10:50:46.104Z",
+                "updatedAt": "2024-09-25T11:42:15.225Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6oLqu7d5zaYqEaQiQaSY8u",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 128,
+              "attributes": {
+                "name": "African penguin",
+                "subtitle": "Penguin in Africa",
+                "habitat": "Along the coast of southern Africa",
+                "food": "Fish, cephalopods and crustaceans",
+                "age": "10 to 15 years",
+                "weight": "2.5 to 3.5 kg",
+                "offspring": "1 to 3 eggs",
+                "gestation": "38 to 41 days",
+                "iucn": "Threatened",
+                "eep": true,
+                "description": "# African penguin\n*Spheniscus demersus*\n\nThe African penguin has a striking aspect to its appearance. They have a bald, pink patch above their eyes running towards the upper beak. For this reason, the species is known in Afrikaans as the 'brillpikkewyn' ('spectacles penguin'). \n\n\n\n\n\n",
+                "bottomDescription": "### Hey, I'm over here!\nAfrican penguins live and nest in large colonies containing 50 to 100 animals. Males and females mate for life. Despite the size of the groups, they have no trouble recognising one another and they are always able to find each other. Twice a year, the female lays eggs. The male and female take turns incubating the eggs. After about 39 days, the young hatch. When a young penguin is a month old, its father and mother leave it behind in a crèche with other young. When they return with food, they call to each other in order to find one another. \n\n### A new coat every year\nA African penguin's feathers are very important. They keep the penguin dry and warm when it goes in search of food in the cold water. Once a year, the African penguins get new feathers. This period is known as moulting. At that time, they lose their old feathers and they grow a whole new plumage. During the moulting period, penguins cannot swim because their feathers are not waterproof. This means they have to go about three weeks without eating.",
+                "createdAt": "2023-03-14T10:47:42.342Z",
+                "updatedAt": "2024-09-25T11:42:15.225Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6oLqu7d5zaYqEaQiQaSY8u",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 84,
+      "attributes": {
+        "order": null,
+        "name": "Afrikaanse savanneolifant",
+        "subtitle": "Het grootste landdier ter wereld",
+        "habitat": "Graslanden ten zuiden van de Sahara",
+        "food": "Bladeren, fruit, gras, wortels en takken",
+        "age": "60 tot 70 jaar",
+        "weight": "Man: 6000 kg Vrouw: 3000 kg",
+        "offspring": "1 jong",
+        "gestation": "22 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Afrikaanse savanneolifant\n*Loxodonta africana*\n\nAfrikaanse savanneolifanten zijn de grootste landdieren ter wereld. Zowel de mannetjes als vrouwtjes hebben slagtanden, in tegenstelling tot de Aziatische olifant waar alleen mannetjes slagtanden hebben.",
+        "bottomDescription": "### Dure tanden\nAfrikaanse savanneolifanten hebben niet veel tanden in hun mond. Ze hebben maar vier kiezen en twee stoottanden. Die stoottanden groeien hun hele leven door en kunnen wel 3,5 meter lang worden. Deze tanden zijn gemaakt van ivoor. Ivoor is erg veel geld waard, wat geen goed nieuws is voor de olifanten. In het wild worden veel olifanten doodgeschoten voor hun stoottanden. Van dit ivoor worden bijvoorbeeld beeldjes en armbanden gemaakt. Gelukkig wordt het verkopen van ivoor in steeds meer landen verboden om zo de olifanten te beschermen.\n\n### Oma is de baas\nVrouwtjes van de Afrikaanse savanneolifant leven in kuddes. Mannetjes gaan bij hun moeder weg als ze ongeveer twaalf jaar oud zijn. Daarna leven mannetjes alleen of samen met andere mannetjes. De vrouwtjes die samen in een groep leven zijn bijna allemaal familie van elkaar. Eén van de oudere vrouwtjes, de oma, is de baas van de groep. Zij weet waar er eten en water te vinden is. Het is ook meestal deze oma-olifant die de groep beschermt als er gevaar dreigt. \n\n### Olifantenkalfje Mosi \nOp 4 november is Pina-Nessi moeder geworden van haar eerste kalfje, Mosi. Mosi betekent 'eerstgeborene'. Een passende naam, want ze is het eerste Afrikaanse savanneolifantenkalfje dat verwekt en geboren is in het Safaripark.\n\n### Olifantenkalfje Ajubu\nOp 3 december is Bongi moeder geworden van haar eerste kalfje, Ajabu. Ajabu betekent 'wonderbaar, schitterend, stralend'. Een passende naam, voor dit prachtige tweede kalfje in de kudde.",
+        "createdAt": "2022-10-05T11:29:02.058Z",
+        "updatedAt": "2024-09-17T11:32:34.669Z",
+        "publishedAt": "2022-10-05T11:29:02.054Z",
+        "tenantRef": "BPKsB937Z6s62a08QaIeA",
+        "bigFive": true,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1273,
+              "attributes": {
+                "name": "Safaripark-dieren-Afrikaanse olifant.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 785,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                    "hash": "large_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Afrikaanse olifant.jpg",
+                    "path": null,
+                    "size": 198.81,
+                    "width": 1000,
+                    "height": 767
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                    "hash": "small_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Afrikaanse olifant.jpg",
+                    "path": null,
+                    "size": 57.14,
+                    "width": 500,
+                    "height": 383
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                    "hash": "medium_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Afrikaanse olifant.jpg",
+                    "path": null,
+                    "size": 118.4,
+                    "width": 750,
+                    "height": 575
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Afrikaanse olifant.jpg",
+                    "path": null,
+                    "size": 10.58,
+                    "width": 204,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 388.53,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T07:04:31.522Z",
+                "updatedAt": "2023-06-07T07:04:31.522Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 895,
+              "attributes": {
+                "name": "Afrikaanse savanneolifant (olifantenvallei)",
+                "tenantRef": null,
+                "createdAt": "2023-07-11T09:24:10.669Z",
+                "updatedAt": "2024-09-17T12:43:16.029Z",
+                "publishedAt": "2023-07-11T09:24:16.582Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1064,
+              "attributes": {
+                "name": "Olifantenvallei",
+                "tenantRef": null,
+                "createdAt": "2023-08-04T09:19:01.982Z",
+                "updatedAt": "2023-08-04T09:20:41.267Z",
+                "publishedAt": "2023-08-04T09:19:10.418Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 84,
+              "attributes": {
+                "name": "Afrikaanse savanneolifant (bij baviaan)",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:15:23.400Z",
+                "updatedAt": "2024-09-17T12:42:15.519Z",
+                "publishedAt": "2023-02-14T19:15:25.415Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 373,
+              "attributes": {
+                "name": "Éléphant d'Afrique",
+                "subtitle": "Le plus grand animal terrestre du monde",
+                "habitat": "Prairies subsahariennes",
+                "food": "Feuilles, fruits, herbe et branches",
+                "age": "60 à 70 ans",
+                "weight": "Homme : 6000 kg Femme : 3000 kg",
+                "offspring": "1 mineur",
+                "gestation": "22 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Éléphant d'Afrique\n*Loxodonta africana\n\nLes éléphants d'Afrique sont les plus grands animaux terrestres du monde. Les mâles et les femelles ont des défenses, contrairement à l'éléphant d'Asie où seuls les mâles ont des défenses.",
+                "bottomDescription": "### Des dents coûteuses\nLes éléphants d'Afrique n'ont pas beaucoup de dents dans leur bouche. Ils n'ont que quatre molaires et deux crocs. Ces crocs poussent tout au long de leur vie et peuvent atteindre 3,5 mètres de long. Ces dents sont en ivoire. L'ivoire vaut beaucoup d'argent, ce qui n'est pas une bonne nouvelle pour les éléphants. Dans la nature, de nombreux éléphants sont abattus pour leurs défenses. Cet ivoire est utilisé pour fabriquer des figurines et des bracelets, par exemple. Heureusement, la vente d'ivoire est interdite dans de plus en plus de pays afin de protéger les éléphants.\n\n### Grand-mère est la patronne\nLes femelles éléphants d'Afrique vivent en troupeau. Les mâles quittent leur mère vers l'âge de 12 ans. Ensuite, ils vivent seuls ou avec d'autres mâles. Les femelles qui vivent ensemble dans un groupe sont presque toutes apparentées les unes aux autres. L'une des femelles les plus âgées, la grand-mère, est le chef du groupe. Elle sait où trouver de la nourriture et de l'eau. C'est aussi généralement cette grand-mère éléphant qui protège le groupe en cas de danger.\n\n### L'éléphanteau Mosi\nLe 4 novembre, Pina-Nessi est devenue mère de son premier éléphanteau, Mosi. Mosi signifie \"premier-né\". Un nom tout à fait approprié, puisqu'il s'agit du premier éléphanteau d'Afrique conçu et né au Safari Park.\n\n### L'éléphanteau Ajubu\nLe 3 décembre, Bongi est devenue la mère de son premier éléphanteau, Ajabu. Ajabu signifie \"merveilleux, magnifique, radieux\". Un nom tout à fait approprié pour ce magnifique deuxième éléphanteau du troupeau.",
+                "createdAt": "2023-03-14T10:55:27.143Z",
+                "updatedAt": "2024-09-17T11:32:34.711Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "BPKsB937Z6s62a08QaIeA",
+                "bigFive": true,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 277,
+              "attributes": {
+                "name": "Afrikanischer Elefant",
+                "subtitle": "Das größte Landtier der Welt",
+                "habitat": "Grasland in Subsahara-Afrika",
+                "food": "Blätter, Früchte, Gras, Wurzeln",
+                "age": "60 bis 70 Jahre",
+                "weight": "Männlich: 6000 kg Weiblich: 3000 kg",
+                "offspring": "1 Jugendlicher",
+                "gestation": "22 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Afrikanischer Elefant\n*Loxodonta africana*\n\nAfrikanische Elefanten sind die größten Landtiere der Welt. Sowohl Männchen als auch Weibchen haben Stoßzähne, im Gegensatz zum asiatischen Elefanten, bei dem nur die Männchen Stoßzähne haben.",
+                "bottomDescription": "### Teure Zähne\nAfrikanische Elefanten haben nicht viele Zähne in ihrem Maul. Sie haben nur vier Backenzähne und zwei Reißzähne. Diese Reißzähne wachsen im Laufe ihres Lebens und können bis zu 3,5 Meter lang werden. Diese Zähne werden aus Elfenbein hergestellt. Elfenbein ist viel Geld wert, was keine gute Nachricht für Elefanten ist. In freier Wildbahn werden viele Elefanten wegen ihrer Stoßzähne erschossen. Dieses Elfenbein wird zum Beispiel für die Herstellung von Figuren und Armbändern verwendet. Zum Glück wird der Verkauf von Elfenbein in immer mehr Ländern verboten, um die Elefanten zu schützen.\n\n### Die Großmutter ist der Boss\nAfrikanische Elefantenweibchen leben in Herden. Die Männchen verlassen ihre Mütter, wenn sie etwa 12 Jahre alt sind. Danach leben die Männchen allein oder mit anderen Männchen zusammen. Die Weibchen, die in einer Gruppe zusammenleben, sind fast alle miteinander verwandt. Eines der älteren Weibchen, die Großmutter, ist die Chefin der Gruppe. Sie weiß, wo es Futter und Wasser gibt. In der Regel ist es auch die Elefanten-Oma, die die Gruppe beschützt, wenn Gefahr droht.\n\n### Elefantenkalb Mosi\nAm 4. November wurde Pina-Nessi Mutter ihres ersten Kalbes, Mosi. Mosi bedeutet 'Erstgeborener'. Ein passender Name, denn es ist das erste afrikanische Elefantenkalb, das im Safaripark gezeugt und geboren wurde.\n\n### Elefantenkalb Ajubu\nAm 3. Dezember wurde Bongi Mutter ihres ersten Kalbes, Ajabu. Ajabu bedeutet 'wunderbar, prächtig, strahlend'. Ein passender Name für dieses schöne zweite Kalb in der Herde.",
+                "createdAt": "2023-03-14T10:52:12.136Z",
+                "updatedAt": "2024-09-17T11:32:34.710Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "BPKsB937Z6s62a08QaIeA",
+                "bigFive": true,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 181,
+              "attributes": {
+                "name": "African elephant",
+                "subtitle": "The largest land animal in the world",
+                "habitat": "Grasslands south of the Sahara",
+                "food": "Leaves, fruit, grass, roots and branches",
+                "age": "60 to 70 years",
+                "weight": "Male: 6000 kg Female: 3000 kg",
+                "offspring": "1 juvenile",
+                "gestation": "22 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# African elephant\n*Loxodonta africana*\n\nAfrican elephants are the largest land animals in the world. Both males and females have tusks, unlike the Asian elephant where only males have tusks.",
+                "bottomDescription": "### Expensive teeth\nAfrican elephants do not have many teeth in their mouths. They have only four molars and two fangs. Those fangs grow throughout their lives and can grow up to 3.5 meters long. These teeth are made of ivory. Ivory is worth a lot of money, which is not good news for elephants. In the wild, many elephants are shot for their fangs. From this ivory, for example, figurines and bracelets are made. Fortunately, selling ivory is being banned in more and more countries in order to protect elephants.\n\n### Grandma is the boss\nAfrican elephant females live in herds. Males leave their mothers when they are about 12 years old. After that, males live alone or with other males. The females who live together in a group are almost all related to each other. One of the older females, the grandmother, is the boss of the group. She knows where to find food and water. It is also usually this granny elephant who protects the group when danger threatens.\n\n### Elephant calf Mosi\nOn Nov. 4, Pina-Nessi became the mother of her first calf, Mosi. Mosi means \"first-born. A fitting name, as she is the first African elephant calf conceived and born at the Safari Park.\n\n### Elephant calf Ajubu\nOn Dec. 3, Bongi became the mother of her first calf, Ajabu. Ajabu means \"wonderful, magnificent, radiant. A fitting name, for this beautiful second calf in the herd.",
+                "createdAt": "2023-03-14T10:49:07.521Z",
+                "updatedAt": "2024-09-17T11:32:34.712Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "BPKsB937Z6s62a08QaIeA",
+                "bigFive": true,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 83,
+      "attributes": {
+        "order": null,
+        "name": "Afrikaanse wilde hond",
+        "subtitle": "Een echte marathonloper",
+        "habitat": "Savanne en open bosgebieden ten zuiden",
+        "food": "Verschillende zoogdieren en vogels",
+        "age": "10 jaar",
+        "weight": "18 tot 36 kg",
+        "offspring": "2 tot 20 jongen",
+        "gestation": "2 tot 2,5 maand",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Afrikaanse wilde hond\n*Lycaon pictus*\n\nDe Afrikaanse wilde hond is een hondachtig roofdier. Ze leven in groepen van 5 tot 20 honden. De groep wordt geleid door een dominant mannetje en een dominant vrouwtje: de alfadieren. Elke hond heeft een uniek vlekkenpatroon, maar de staartpunt is altijd wit en de snuit is altijd zwart.\n",
+        "bottomDescription": "### Achtervolging\nEen groep Afrikaanse wilde honden bestaat uit 5 tot 20 dieren. Ze gaan als groep op jacht. Als ze een prooi hebben gevonden, rennen ze er achteraan. Ze kunnen dit kilometers lang met een snelheid van zo’n 55 km/uur volhouden. Zodra de prooi is uitgeput is, slaan ze toe. Zo kunnen Afrikaanse wilde honden grote dieren vangen van soms wel 250 kilo. \n\n### Samen delen\nAfrikaanse wilde honden zijn hele sociale dieren. Zij delen zelfs hun eten met dieren die niet mee kunnen op jacht. Moeders met jongen of zieke dieren krijgen altijd iets te eten. Als wilde honden een prooi hebben gevangen, eten ze die meteen op. Daarna gaan ze terug naar de dieren die zijn achtergebleven en braken ze een deel van hun eten weer uit. Op deze manier krijgt de hele groep te eten.",
+        "createdAt": "2022-10-05T11:29:01.660Z",
+        "updatedAt": "2024-09-25T12:49:30.578Z",
+        "publishedAt": "2022-10-05T11:29:01.653Z",
+        "tenantRef": "5XQt7rhF96QcW0OqKiemI2",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1274,
+              "attributes": {
+                "name": "Safaripark-dieren-Afrikaanse wilde hond.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d.jpg",
+                    "hash": "large_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Afrikaanse wilde hond.jpg",
+                    "path": null,
+                    "size": 154.12,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d.jpg",
+                    "hash": "small_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Afrikaanse wilde hond.jpg",
+                    "path": null,
+                    "size": 45.28,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d.jpg",
+                    "hash": "medium_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Afrikaanse wilde hond.jpg",
+                    "path": null,
+                    "size": 93.65,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Afrikaanse wilde hond.jpg",
+                    "path": null,
+                    "size": 11.07,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 327.05,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Afrikaanse_wilde_hond_a3f131d23d.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T07:06:08.732Z",
+                "updatedAt": "2023-06-07T07:06:08.732Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 150,
+              "attributes": {
+                "name": "Afrikaanse wilde hond",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:07:22.669Z",
+                "updatedAt": "2024-09-17T12:44:11.388Z",
+                "publishedAt": "2023-02-15T09:07:24.579Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 3,
+              "attributes": {
+                "title": "Afrikaanse wilde honden",
+                "triggerArea": [
+                  {
+                    "lat": 51.522437970806095,
+                    "lon": 5.111005481645168
+                  },
+                  {
+                    "lat": 51.5224012551631,
+                    "lon": 5.111521806880535
+                  },
+                  {
+                    "lat": 51.5222151731534,
+                    "lon": 5.11150303141743
+                  },
+                  {
+                    "lat": 51.522182212359404,
+                    "lon": 5.11105040864616
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:12:56.846Z",
+                "updatedAt": "2023-07-10T07:06:03.968Z",
+                "publishedAt": "2023-01-13T07:12:58.905Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 372,
+              "attributes": {
+                "name": "Lycaon",
+                "subtitle": "Un véritable marathonien",
+                "habitat": "Zones de savane et de forêt au sud",
+                "food": "Divers mammifères et oiseaux",
+                "age": "10 ans",
+                "weight": "18 à 36 kg",
+                "offspring": "2 à 20 petits",
+                "gestation": "2 à 2,5 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Lycaon\n*Lycaon pictus*\n\nLe lycaon est un prédateur de la famille des canidés. Ces animaux vivent en meute de 5 à 20 individus. La meute est dirigée par un mâle et une femelle dominants : le couple alfa. Chaque chien a un modèle de taches unique, mais le bout de la queue est toujours blanc et le museau toujours noir.\n",
+                "bottomDescription": "### Poursuite\nUne meute de lycaons se compose de 5 à 20 individus. Ils partent chasser en groupe. Lorsqu'ils ont trouvé une proie, ils la pourchassent. Ils peuvent ainsi courir durant plusieurs kilomètres à une vitesse de 55 km/heure. Dès que la proie est exténuée, ils se jettent sur elle. C'est comme cela qu'ils arrivent à chasser des animaux pesant jusque 250 kilos. \n\n### Partager\nLes lycaons sont des animaux très sociables. Ils partagent même leur nourriture avec les animaux qui ne peuvent pas chasser. Les mères et leurs petits ainsi que les animaux malades reçoivent toujours quelque chose à manger. Lorsque les lycaons ont attrapé une proie, ils la mangent directement. Ensuite, ils retournent près des animaux qui n'ont pas participé à la chasse et régurgitent une partie de la nourriture ingérée. De cette manière, toute la meute est alimentée.\n",
+                "createdAt": "2023-03-14T10:55:25.504Z",
+                "updatedAt": "2024-09-25T12:49:30.534Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5XQt7rhF96QcW0OqKiemI2",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 276,
+              "attributes": {
+                "name": "Afrikanischer Wildhund",
+                "subtitle": "Ein echter Marathonläufer",
+                "habitat": " Savanne und offene Waldgebiete im Süden",
+                "food": "Verschiedene Säugetiere und Vögel",
+                "age": "10 Jahre",
+                "weight": "18 bis 36 kg",
+                "offspring": "2 bis 20 Junge",
+                "gestation": "2 bis 2,5 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Afrikanischer Wildhund\n*Lycaon pictus*\n\nDer Afrikanische Wildhund ist ein hundeartiges Raubtier. Er lebt in Gruppen von 5 bis 20 Hunden. Die Gruppe wird von einem dominanten Männchen und einem dominanten Weibchen geführt, den sog. Alphatieren. Jeder Hund hat ein individuelles Fleckenmuster, aber die Schwanzspitze ist immer weiß und das Maul immer schwarz.\n",
+                "bottomDescription": "### Verfolgungsjagd\nEine Gruppe Afrikanischer Wildhunde besteht aus 5 bis 20 Tieren. Sie gehen auch als Gruppe auf die Jagd. Wenn sie ein Beutetier gefunden haben, verfolgen sie es. Sie können das mehrere Kilometer mit einem Tempo von etwa 55 km/h durchhalten. Sobald das Beutetier erschöpft ist, schlagen sie zu. Auf diese Weise können Afrikanische Wildhunde auch große Tiere bis zu 250 Kilo Gewicht erbeuten. \n\n### Untereinander teilen\nAfrikanische Wildhunde sind sehr soziale Tiere. Sie teilen sogar ihr Fressen mit anderen Tieren, die nicht mit auf die Jagd gehen können. Die Mütter mit ihren Jungen oder kranke Tiere bekommen stets etwas zu fressen. Sobald die Wildhunde ein Tier erbeutet haben, fressen sie es auf. Danach kehren sie zu den daheim gebliebenen Tieren zurück und würgen einen Teil der Mahlzeit wieder hervor. Auf diese Weise bekommt die ganze Gruppe etwas zu fressen.\n",
+                "createdAt": "2023-03-14T10:52:10.534Z",
+                "updatedAt": "2024-09-25T12:49:30.577Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5XQt7rhF96QcW0OqKiemI2",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 180,
+              "attributes": {
+                "name": "Painted dog",
+                "subtitle": "A real marathon runner",
+                "habitat": "Savannah and forest areas to the south",
+                "food": "Various mammals and birds",
+                "age": "10 years",
+                "weight": "18 to 36 kg",
+                "offspring": "2 to 20 young",
+                "gestation": "2 to 2.5 months",
+                "iucn": "Threatened",
+                "eep": true,
+                "description": "# Painted dog\n*Lycaon pictus*\n\nThe Painted dog is a canine predator. It lives in groups of between 5 and 20 dogs. The group is led by a dominant male and a dominant female: the alpha animals. Each dog has a unique pattern of spots, but the tip of the tail is always white and the muzzle is always black.",
+                "bottomDescription": "### Pursuit\nA group of painted dogs consists of between 5 and 20 animals. They hunt as a pack. Once they have identified their prey, they chase after it. They can keep this up over many kilometres at a speed of around 55 km per hour. When the prey is exhausted, they bring it down. Using this technique, painted dogs can catch large animals of up to 250 kg. \n\n### Share and share alike\nPainted dogs are very social animals. They even share their food with animals that cannot join in the hunt. As such, mothers with young, or sick animals, always get something to eat. When painted dogs catch prey, they eat it immediately. They then return to the animals that did not join the hunt and regurgitate some of their food. In this way, the whole group gets something to eat.",
+                "createdAt": "2023-03-14T10:49:05.946Z",
+                "updatedAt": "2024-09-25T12:49:30.576Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5XQt7rhF96QcW0OqKiemI2",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 20,
+      "attributes": {
+        "order": null,
+        "name": "Amethistspreeuw",
+        "subtitle": "Altijd in de lucht",
+        "habitat": "Ten zuiden van de Sahara",
+        "food": "Vijgen, bessen en insecten",
+        "age": "Tot 15 jaar",
+        "weight": "45 gram",
+        "offspring": "2 tot 4 eieren",
+        "gestation": "14 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Amethistspreeuw\n*Cinnyricinclus leucogaster*\n\nDe amethistspreeuw vind je bijna nooit op de grond. Ze zitten altijd in bomen of op andere plaatsen ver weg van de grond.\n",
+        "bottomDescription": "### Duikvluchten maken voor je eten\nAmethistspreeuwen zoeken hun eten bij elkaar in kleine familiegroepjes. Ze trekken van plek naar plek om rijpe vijgen te vinden. Daarnaast eten ze ook insecten. Vanaf een boomtak duiken ze naar een voorbijvliegend insect en vangen deze uit de lucht.\n",
+        "createdAt": "2022-10-05T11:28:37.543Z",
+        "updatedAt": "2023-03-14T10:53:43.670Z",
+        "publishedAt": "2022-10-05T11:28:37.541Z",
+        "tenantRef": "3NtxLMRdRY4I6aMQm8S2Mc",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 408,
+              "attributes": {
+                "name": "shutterstock_318760916.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 3560,
+                "height": 2209,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_shutterstock_318760916_115f8dee85.jpg",
+                    "hash": "large_shutterstock_318760916_115f8dee85",
+                    "mime": "image/jpeg",
+                    "name": "large_shutterstock_318760916.jpg",
+                    "path": null,
+                    "size": 40.88,
+                    "width": 1000,
+                    "height": 620
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_shutterstock_318760916_115f8dee85.jpg",
+                    "hash": "small_shutterstock_318760916_115f8dee85",
+                    "mime": "image/jpeg",
+                    "name": "small_shutterstock_318760916.jpg",
+                    "path": null,
+                    "size": 13.83,
+                    "width": 500,
+                    "height": 310
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_shutterstock_318760916_115f8dee85.jpg",
+                    "hash": "medium_shutterstock_318760916_115f8dee85",
+                    "mime": "image/jpeg",
+                    "name": "medium_shutterstock_318760916.jpg",
+                    "path": null,
+                    "size": 26.06,
+                    "width": 750,
+                    "height": 465
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_shutterstock_318760916_115f8dee85.jpg",
+                    "hash": "thumbnail_shutterstock_318760916_115f8dee85",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_shutterstock_318760916.jpg",
+                    "path": null,
+                    "size": 4.74,
+                    "width": 245,
+                    "height": 152
+                  }
+                },
+                "hash": "shutterstock_318760916_115f8dee85",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 3214.35,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/shutterstock_318760916_115f8dee85.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:27:39.802Z",
+                "updatedAt": "2022-10-05T09:27:39.802Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 309,
+              "attributes": {
+                "name": "Étourneau améthyste",
+                "subtitle": "Toujours dans les airs",
+                "habitat": "Au sud du Sahara",
+                "food": "Figues, baies et insectes",
+                "age": "Jusqu’à 15 ans",
+                "weight": "45 g",
+                "offspring": "2 à 4 œufs",
+                "gestation": "14 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Étourneau améthyste\n*Cinnyricinclus leucogaster*\n\nVous ne verrez pratiquement jamais l'étourneau améthyste par terre. Il reste toujours dans les arbres ou ailleurs, loin du sol.\n",
+                "bottomDescription": "### Vols de nuit pour se nourrir\nLes étourneaux améthyste se déplacent en petits groupes pour chercher leur nourriture. Ils volent d'un endroit à un autre à la recherche de figues mûres. Ils mangent également des insectes. Quand ils aperçoivent un insecte, du haut d'une branche d'arbre, ils foncent sur lui et l'attrapent en plein vol.\n",
+                "createdAt": "2023-03-14T10:53:43.301Z",
+                "updatedAt": "2023-03-14T10:53:43.301Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3NtxLMRdRY4I6aMQm8S2Mc",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 213,
+              "attributes": {
+                "name": "Amethystglanzstar",
+                "subtitle": "Immer in der Luft",
+                "habitat": "Südlich der Sahara",
+                "food": "Feigen, Beeren und Insekten",
+                "age": "bis 15 Jahre",
+                "weight": "45 g",
+                "offspring": "2 bis 4 Eier",
+                "gestation": "14 Tage",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Amethystglanzstar\n*Cinnyricinclus leucogaster*\n\nMan findet den Amethystglanzstar fast nie am Boden. Er sitzt stets in Bäumen oder an anderen Plätzen weit weg vom Boden.\n",
+                "bottomDescription": "### Tauchflüge für das Fressen\nAmethystglanzstare suchen ihr Fressen gemeinsam in kleinen Familiengruppen. Sie ziehen von Ort zu Ort, um reife Feigen zu finden. Außerdem fressen sie auch Insekten. Von einem Baum aus tauchen sie nach einem vorbeifliegenden Insekt und fangen es in der Luft.\n",
+                "createdAt": "2023-03-14T10:50:28.348Z",
+                "updatedAt": "2023-03-14T10:53:43.668Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3NtxLMRdRY4I6aMQm8S2Mc",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 117,
+              "attributes": {
+                "name": "Violet-backed starling",
+                "subtitle": "Always in the air",
+                "habitat": "South of the Sahara",
+                "food": "Figs, berries and insects",
+                "age": "Up to 15 years",
+                "weight": "45 grams",
+                "offspring": "2 to 4 eggs",
+                "gestation": "14 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Violet-backed starling\n*Cinnyricinclus leucogaster*\n\nThe violet-backed starling is hardly ever on the ground. They are always in trees or other places far above the ground.\n",
+                "bottomDescription": "### Taking a dive before dinner\nViolet-backed starlings forage for food in small family groups. They go from place to place to find ripe figs. They also eat insects. From a tree branch, they dive down towards a flying insect and catch it in mid-air.",
+                "createdAt": "2023-03-14T10:47:23.798Z",
+                "updatedAt": "2023-03-14T10:53:43.665Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3NtxLMRdRY4I6aMQm8S2Mc",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 66,
+      "attributes": {
+        "order": null,
+        "name": "Amoertijger",
+        "subtitle": "De machtige jager",
+        "habitat": "Bossen in oost Rusland en China",
+        "food": "Zoogdieren, vogels en vis",
+        "age": "8 tot 10 jaar",
+        "weight": "Man: 190 - 300 kg Vrouw: 110 - 170 kg",
+        "offspring": "1 -7 jongen",
+        "gestation": "3,5 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Amoertijger\n*Panthera tigris altaica*\n\nDe Amoertijger is de grootste katsoort die er bestaat. Hij leeft van grote prooien, die soms wel drie keer groter zijn dan hijzelf. Ze kunnen prooien slepen waar vijf volwassen mensen voor nodig zouden zijn. \n",
+        "bottomDescription": "### Snelle groei\nEen tijgervrouwtje krijgt meestal twee of drie jongen. Ze brengt de jongen groot zonder hulp van de vader. Pasgeboren amoertijgers zijn heel klein en kunnen nog niets. Ze wegen minder dan een kilo, zijn blind en helemaal afhankelijk van hun moeder. Ze drinken melk bij de moeder en groeien erg snel. Binnen een maand zijn ze al vier keer zo groot als bij de geboorte. Als ze zes maanden oud zijn leren ze om te jagen. Meestal blijven jonge amoertijgers zo’n twee jaar bij hun moeder.\n\n### Bijzondere kat\nAmoertijgers horen bij de grote katachtigen, net zoals leeuwen en panters. Toch zijn het wel bijzondere katten. Tijgers zijn bijvoorbeeld de enige katten met strepen. De Amoertijger is ook de grootste van alle katachtigen. Hoewel de meeste katten niet van water houden, nemen amoertijgers graag een duik. Ze kunnen goed zwemmen en gaan regelmatig in het water liggen om af te koelen. ",
+        "createdAt": "2022-10-05T11:28:55.177Z",
+        "updatedAt": "2024-09-25T13:02:35.958Z",
+        "publishedAt": "2022-10-05T11:28:55.175Z",
+        "tenantRef": "5iJzsGwzfqaGYAOucYiEw6",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1287,
+              "attributes": {
+                "name": "Safaripark-dieren-Amoertijger.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                    "hash": "large_Safaripark_dieren_Amoertijger_f6534936df",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Amoertijger.jpg",
+                    "path": null,
+                    "size": 142.49,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                    "hash": "small_Safaripark_dieren_Amoertijger_f6534936df",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Amoertijger.jpg",
+                    "path": null,
+                    "size": 45.08,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                    "hash": "medium_Safaripark_dieren_Amoertijger_f6534936df",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Amoertijger.jpg",
+                    "path": null,
+                    "size": 90,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Amoertijger_f6534936df",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Amoertijger.jpg",
+                    "path": null,
+                    "size": 11.21,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Amoertijger_f6534936df",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 296.82,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:26:16.925Z",
+                "updatedAt": "2023-06-07T09:26:16.925Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 93,
+              "attributes": {
+                "name": "Amoertijger",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:42:13.112Z",
+                "updatedAt": "2023-07-12T11:32:59.866Z",
+                "publishedAt": "2023-02-15T06:42:15.029Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 355,
+              "attributes": {
+                "name": "Tigre de l'Amour",
+                "subtitle": "Le puissant chasseur",
+                "habitat": "Forêts de l'est de la Russie et Chine",
+                "food": "Mammifères, oiseaux et poissons",
+                "age": "8 à 10 ans",
+                "weight": "Mâle : 190–300 kg Femelle : 110–170 kg",
+                "offspring": "1 à 7 petit(s)",
+                "gestation": "3,5 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Tigre de l'Amour\n*Panthera tigris altaica*\n\nLe tigre de l'Amour est le plus gros félin qui existe. Il chasse de grandes proies, parfois trois fois plus grandes que lui, qui nécessiteraient la force de cinq hommes.",
+                "bottomDescription": "### Croissance rapide\nUne femelle Tigre de l'Amour a généralement deux ou trois petits. Elle élève ses petits sans l'aide du mâle. Les nouveau-nés sont très petits et vulnérables. Ils pèsent moins d'un kilo, sont aveugles et totalement dépendants de leur mère. Ils sont allaités par leur mère et grandissent très vite. Âgé d'un mois, ils sont quatre fois plus grands qu'à la naissance. Ils apprennent à chasser à six mois. Généralement, les jeunes Tigre de l'Amour restent avec leur mère pendant deux ans.\n\n### Félin spécial\nLes Tigre de l'Amour font partie de la famille des grands félins, comme les lions et les panthères. Ce sont pourtant des félins spéciaux. Ce sont par exemple les seuls félins à avoir des rayures. Le tigre Amour est aussi le plus grand de tous les félins. Alors que la plupart des félins n'aiment pas l'eau, les tigres adorent piquer une tête. Ce sont de bons nageurs et ils vont régulièrement dans l'eau pour se refroidir.\n",
+                "createdAt": "2023-03-14T10:54:58.296Z",
+                "updatedAt": "2024-09-25T13:02:35.841Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5iJzsGwzfqaGYAOucYiEw6",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 259,
+              "attributes": {
+                "name": "Amurtiger",
+                "subtitle": "Der mächtige Jäger",
+                "habitat": "Wälder im Osten Russlands und China",
+                "food": "Säugetiere, Vögel und Fische",
+                "age": "8 bis 10 Jahre",
+                "weight": "♂: 190 – 300 kg ♀: 110 – 170 kg",
+                "offspring": "1 bis 7 Junge",
+                "gestation": "3,5 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Amurtiger\n*Panthera tigris altaica*\n\nDer Amurtiger ist die größte lebende Katzenart. Er lebt von großen Beutetieren, die manchmal dreimal so groß sind wie er selbst. Er kann Beutetiere schleppen, für die sonst fünf Menschen nötig wären.\n",
+                "bottomDescription": "### Schnelles Wachstum\nEin Tigerweibchen bekommt meistens zwei oder drei Junge. Es zieht die Jungen ohne Mithilfe des Vaters groß. Neu geborene Amurtiger sind sehr klein und können noch nichts. Sie wiegen kaum ein Kilo, sind blind und völlig von ihrer Mutter abhängig. Sie trinken Muttermilch und wachsen damit sehr schnell heran. Innerhalb eines Monats werden sie viermal so groß wie bei der Geburt. Wenn sie sechs Monate alt sind, lernen sie das Jagen. Meistens bleiben die Jungtiger etwa zwei Jahre bei ihrer Mutter.\n\n### Eine besondere Katze\nAmurtiger gehören zu den größeren Katzenartigen, genau wie Löwen und Panther. Aber sie sind ganz besondere Katzen. Tiger sind beispielsweise die einzigen Katzen mit Streifen. Der Amurtiger ist sogar die größte Art unter den Katzenartigen. Obwohl die meisten Katzen kein Wasser mögen, nehmen Amurtiger gerne ab und zu ein Bad. Sie können gut schwimmen und legen sich regelmäßig ins Wasser, um sich abzukühlen.\n",
+                "createdAt": "2023-03-14T10:51:43.223Z",
+                "updatedAt": "2024-09-25T13:02:35.969Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5iJzsGwzfqaGYAOucYiEw6",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 163,
+              "attributes": {
+                "name": "Amur tiger",
+                "subtitle": "Mighty hunter",
+                "habitat": "Forests in eastern Russia and China",
+                "food": "Mammals, Birds and Fish",
+                "age": "8 to 10 years",
+                "weight": "Male: 190 - 300 kg Female: 110 - 170 kg",
+                "offspring": "1 to 7 young",
+                "gestation": "3.5 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Amur tiger\n*Panthera tigris altaica*\n\nThe Amur tiger is the largest cat species in existence. It hunts very large prey, and is not deterred by animals up to three times as large. Five adult humans would be required to drag its largest prey.\n",
+                "bottomDescription": "### Fast growth\nA female Amur tiger usually has two or three cubs. They raise the cubs without the help of the father. Newborn Amur tiger are very small and helpless. They weigh less than one kilo, are blind and are totally dependent on their mother. They drink milk from the mother and grow very quickly. Within a month, they are already four times as large as at birth. When they are six months old, they learn to hunt. Young amur tiger usually remain with their mother for about two years.\n\n### Special cat\nAmur tigers belong to the family of big cats, together with lions and panthers. However, tigers are special. For example, they are the only cats with stripes. The Amur tiger is also the largest of all felines. Although most cats dislike water, Amur tiger like to take a dip. They can swim well and regularly go in the water to cool off.",
+                "createdAt": "2023-03-14T10:48:38.758Z",
+                "updatedAt": "2024-09-25T13:02:35.967Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5iJzsGwzfqaGYAOucYiEw6",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 25,
+      "attributes": {
+        "order": null,
+        "name": "Axishert",
+        "subtitle": "Goede verstoppers ",
+        "habitat": "Graslanden en open bossen in Zuid-Azië ",
+        "food": "Gras, kruiden en bladeren",
+        "age": "15 tot 20 jaar",
+        "weight": "Man: 65 – 85 kg Vrouw: 45 – 55 kg",
+        "offspring": "1 jong, soms meer",
+        "gestation": "7,5 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Axishert\n*Axis Axis*\n\nEen Axishert komt voor in dichte loofbossen. Het axishert is een belangrijk prooidier voor de tijger en de Aziatische rode hond. Als ze worden aangevallen vluchten ze snel het water in.  ",
+        "bottomDescription": "### Lekker hapje\nAxisherten leven het liefst in open gebieden. Ze gaan eigenlijk nooit de dichte jungle in. Als er veel begroeiing is kunnen ze namelijk gevaar niet zo goed aan zien komen. Axisherten leven in dezelfde gebieden als tijgers, panters en Aziatische wilde honden. Ze moeten dus goed opletten dat ze niet worden opgegeten. \n\n### Verstoppertje spelen\nJonge axisherten zijn heel goed in verstoppertje. De eerste drie weken van hun leven worden zij door hun moeder ergens achtergelaten. Ze liggen dan helemaal stil op de grond, verstopt voor roofdieren. Een paar keer per dag komt de moeder terug om melk te geven en om het jong op een andere plek te verstoppen. Na ongeveer vier weken zijn de jongen groot genoeg om hun moeder de hele dag achterna te lopen. \n",
+        "createdAt": "2022-10-05T11:28:39.415Z",
+        "updatedAt": "2024-09-25T13:06:26.917Z",
+        "publishedAt": "2022-10-05T11:28:39.411Z",
+        "tenantRef": "6Arfj7fe9yQUISImaiU0AU",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1008,
+              "attributes": {
+                "name": "axishert.jpeg",
+                "alternativeText": "axishert.jpeg",
+                "caption": "axishert.jpeg",
+                "width": 1900,
+                "height": 1361,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_axishert_e72eee87c1.jpeg",
+                    "hash": "large_axishert_e72eee87c1",
+                    "mime": "image/jpeg",
+                    "name": "large_axishert.jpeg",
+                    "path": null,
+                    "size": 99.62,
+                    "width": 1000,
+                    "height": 716
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_axishert_e72eee87c1.jpeg",
+                    "hash": "small_axishert_e72eee87c1",
+                    "mime": "image/jpeg",
+                    "name": "small_axishert.jpeg",
+                    "path": null,
+                    "size": 32.56,
+                    "width": 500,
+                    "height": 358
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_axishert_e72eee87c1.jpeg",
+                    "hash": "medium_axishert_e72eee87c1",
+                    "mime": "image/jpeg",
+                    "name": "medium_axishert.jpeg",
+                    "path": null,
+                    "size": 63.03,
+                    "width": 750,
+                    "height": 537
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_axishert_e72eee87c1.jpeg",
+                    "hash": "thumbnail_axishert_e72eee87c1",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_axishert.jpeg",
+                    "path": null,
+                    "size": 8.53,
+                    "width": 218,
+                    "height": 156
+                  }
+                },
+                "hash": "axishert_e72eee87c1",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 1540.48,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/axishert_e72eee87c1.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T18:31:45.765Z",
+                "updatedAt": "2022-12-19T18:31:45.765Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 926,
+              "attributes": {
+                "name": "Axishert",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:20:22.930Z",
+                "updatedAt": "2024-09-17T12:46:17.974Z",
+                "publishedAt": "2023-07-25T12:20:25.431Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 125,
+              "attributes": {
+                "name": "Aziatisch bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:22:30.025Z",
+                "updatedAt": "2023-05-09T06:58:29.611Z",
+                "publishedAt": "2023-02-15T08:22:42.282Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 7,
+              "attributes": {
+                "title": "Aziatisch en Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.520085821690664,
+                    "lon": 5.10170256006417
+                  },
+                  {
+                    "lat": 51.52049388507953,
+                    "lon": 5.101195622560355
+                  },
+                  {
+                    "lat": 51.52028693314293,
+                    "lon": 5.100795973417136
+                  },
+                  {
+                    "lat": 51.519932275419656,
+                    "lon": 5.101269383308264
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:17:17.489Z",
+                "updatedAt": "2024-03-20T08:16:18.975Z",
+                "publishedAt": "2023-01-13T07:17:19.278Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 314,
+              "attributes": {
+                "name": "Cerf axis",
+                "subtitle": "L'art du camouflage",
+                "habitat": "Régions boisées, forêts du sud de l'Asie",
+                "food": "Herbe, herbes et feuilles",
+                "age": "15 à 20 ans",
+                "weight": "Mâle : 65 – 85 kg Femelle : 45 – 55 kg",
+                "offspring": "1 petit, parfois plus",
+                "gestation": "7,5 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Cerf axis \n*Axis Axis*\n\nLe cerf axis vit dans les forêts denses. Le cerf axis est la principale proie du tigre et du chien sauvage d'Asie (dhole). Lorsqu'il est attaqué, il court très vite se réfugier dans un point d'eau.  \n",
+                "bottomDescription": "### Bon morceau\nLes cerfs axis vivent de préférence dans les espaces ouverts. Ils ne s'approchent jamais de la jungle épaisse. En effet, si la végétation est dense, ils ne peuvent pas bien voir venir le danger. Les cerfs axis vivent dans les mêmes zones que les tigres, les panthères et les chiens sauvages d'Asie. Ils doivent donc faire très attention à ne pas se faire dévorer. \n\n### Jeu de cache-cache\nLes jeunes cerfs axis sont très forts à ce jeu. Les trois premières semaines de leur existence, leur mère les cache pour les mettre à l'abri. Ils restent tranquillement tapis au sol, à l'abri des prédateurs. Plusieurs fois par jour, la mère vient les allaiter et les changer de cachette. Après environ quatre semaines, les jeunes cerfs sont assez grands pour suivre leur mère toute la journée.\n",
+                "createdAt": "2023-03-14T10:53:51.717Z",
+                "updatedAt": "2024-09-25T13:06:26.869Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6Arfj7fe9yQUISImaiU0AU",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 218,
+              "attributes": {
+                "name": "Axishirsch",
+                "subtitle": "Gut versteckt",
+                "habitat": "Grasgebiete und offener Wald in Südasien",
+                "food": "Gras, Kräuter und Blätter",
+                "age": "15 bis 20 Jahre",
+                "weight": "Männchen: 65–85 kg Weibchen: 45–55 kg",
+                "offspring": "1 Jung,  manchmal mehr",
+                "gestation": "7,5 Monate",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Axishirsch\n*Axis axis*\n\nDer Axishirsch kommt in dichten Laubwäldern vor. Der Axishirsch ist ein wichtiges Beutetier für den Tiger und den Rothund. Bei einem Angriff flüchten die Tiere schnell ins Wasser.  \n",
+                "bottomDescription": "### Ein leckerer Bissen\nAxishirsche leben am liebsten in offenen Gebieten. Sie gehen eigentlich nie in den dichten Dschungel. Bei zu viel Bewuchs können sie nämlich Gefahren nicht so gut erkennen. Axishirsche leben in den gleichen Regionen wie Tiger, Panther und asiatische Wildhunde. Sie müssen daher gut aufpassen, damit sie nicht gefressen werden. \n\n### Verstecken spielen\nJunge Axishirsche sind gut im Verstecken. Die ersten drei Wochen ihres Lebens werden sie von ihrer Mutter irgendwo zurückgelassen. Sie liegen dort ganz still am Boden, gut versteckt vor den Raubtieren. Die Mutter kommt täglich einige Male zurück, um Milch zu geben und das Junge an einer anderen Stelle zu verstecken. Nach etwa vier Wochen sind die Jungen groß genug, um ihrer Mutter den ganzen Tag zu folgen.\n",
+                "createdAt": "2023-03-14T10:50:36.232Z",
+                "updatedAt": "2024-09-25T13:06:26.922Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6Arfj7fe9yQUISImaiU0AU",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 122,
+              "attributes": {
+                "name": "Chital",
+                "subtitle": "Good hiders",
+                "habitat": "Grasslands and open forests in S. Asia",
+                "food": "Grass, herbs and leaves",
+                "age": "15 to 20 years",
+                "weight": "Males: 65 - 85 kg Females: 45 - 55 kg",
+                "offspring": "1 young, sometimes more",
+                "gestation": "7.5 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Chital\n*Axis Axis*\n\nChitals live in dense deciduous forests. The chital is important prey for the tiger and the dhole. When they are attacked, they are quick to flee into the water.",
+                "bottomDescription": "### Nice treat\nChitals prefer to live in open areas. They never really go into dense jungles. With a lot of vegetation, they cannot see danger coming their way. Chitals live in the same areas as tigers, panthers and dholes. They therefore have to stay alert to avoid being eaten. \n\n### Hide and seek\nYoung chitals are very good at hide and seek. In the first three weeks of their lives, they are left alone by their mother. They then lie very still on the ground, concealed from predators. A few times a day, the mother returns to give them milk and to hide them somewhere else. After about four weeks, the young are big enough to follow their mother around all day.",
+                "createdAt": "2023-03-14T10:47:32.170Z",
+                "updatedAt": "2024-09-25T13:06:26.917Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6Arfj7fe9yQUISImaiU0AU",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 26,
+      "attributes": {
+        "order": null,
+        "name": "Aziatische kleinklauwotter",
+        "subtitle": "De kleinste otter ter wereld",
+        "habitat": "Bij ondiep water in Zuidoost-Azië ",
+        "food": "Schaaldieren, vissen, zoogdieren, vogels",
+        "age": "11 jaar",
+        "weight": "1 tot 5 kg",
+        "offspring": "1 tot 6 jongen",
+        "gestation": "2 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": false,
+        "description": "# Aziatische kleinklauwotter\n*Aonyx cinereus*\nEen Aziatische kleinklauwotter heeft kleine ronde oren in de vorm van een klep. Dit is zodat ze hun oren kunnen sluit als ze onder water zwemmen.\n",
+        "bottomDescription": "### Langzame start\nJonge Aziatische kleinklauwotters worden in een hol langs de waterkant geboren. De eerste weken zijn ze helemaal afhankelijk van hun ouders. Hun tanden groeien langzaam vanaf de geboorte en hun ogen gaan pas na zes weken open. In de eerste weken drinken ze alleen moedermelk. Pas als ze bijna drie maanden oud zijn eten ze voor het eerst vlees. Dat vlees wordt door hun vader gevangen en naar het hol gebracht. \n\n### Schelpen kraken\nAziatische kleinklauwotters zijn uitstekende jagers. Ze zoeken hun eten vooral in en langs het water, tussen de modder en het zand. Met hun snelle en gevoelige handjes vinden ze hun voedsel. Dat eten bestaat uit schelpdieren, krabben en weekdieren zoals slakken. De schelpen kraken ze met hun scherpe tanden. Als het kraken van een schelp niet lukt dan leggen ze die in de zon en wachten ze even, want door de warmte gaan de schelpen vanzelf open.",
+        "createdAt": "2022-10-05T11:28:39.756Z",
+        "updatedAt": "2024-09-25T13:14:26.494Z",
+        "publishedAt": "2022-10-05T11:28:39.752Z",
+        "tenantRef": "7HuU7Fn3Hyok0OGGSYYGGk",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1288,
+              "attributes": {
+                "name": "Safaripark-dieren-Aziatische-kleinklauwotter.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c.jpg",
+                    "hash": "large_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Aziatische-kleinklauwotter.jpg",
+                    "path": null,
+                    "size": 175.38,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c.jpg",
+                    "hash": "small_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Aziatische-kleinklauwotter.jpg",
+                    "path": null,
+                    "size": 56.56,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c.jpg",
+                    "hash": "medium_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Aziatische-kleinklauwotter.jpg",
+                    "path": null,
+                    "size": 111.17,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Aziatische-kleinklauwotter.jpg",
+                    "path": null,
+                    "size": 14.83,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 386.92,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Aziatische_kleinklauwotter_4866e3370c.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:28:47.723Z",
+                "updatedAt": "2023-06-07T09:28:47.723Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 107,
+              "attributes": {
+                "name": "Aziatische kleinklauwotter",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:07:34.019Z",
+                "updatedAt": "2024-09-17T12:47:07.320Z",
+                "publishedAt": "2023-02-15T07:07:36.443Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 315,
+              "attributes": {
+                "name": "Loutre cendrée",
+                "subtitle": "La plus petite loutre du monde",
+                "habitat": "Eaux peu profondes, sud-est de l'Asie",
+                "food": "Crustacés, poisson, mammifères,oiseaux  ",
+                "age": "11 ans",
+                "weight": "1 à 5 kg",
+                "offspring": "1 à 6 petit(s)",
+                "gestation": "2 mois",
+                "iucn": "Vulnérable",
+                "eep": false,
+                "description": "# Loutre cendrée\n*Aonyx cinereus*\nLa loutre cendrée a de petites oreilles rondes en forme de clapets. Elles peuvent d'ailleurs fermer leurs oreilles lorsqu'elles nagent sous l'eau.\n",
+                "bottomDescription": "### Début lent\nLes jeunes loutres cendrée naissent dans un terrier le long des berges. Les premières semaines, elles dépendent totalement de leurs parents. Leurs dents se développent lentement après la naissance et leurs yeux s'ouvrent seulement après six semaines. Durant les premières semaines, elles se nourrissent uniquement de lait maternel. Elles commencent à manger de la viande à l'âge de trois mois. C'est leur père qui attrape la nourriture et l'apporte dans le terrier. \n\n### Bris de coquillages\nLes loutres cendrée sont d'excellents chasseurs. Elles cherchent leur nourriture essentiellement dans l'eau et près des rives, dans la boue et le sable. Elles utilisent pour cela leurs petites pattes rapides et sensibles. Elles se nourrissent de crustacés, de crabes et de mollusques comme les escargots. Elles cassent les coquillages avec leurs dents aiguisées. Si elles ne parviennent pas à broyer les coquilles, elles les laissent au soleil et attendent que les coquillages s'ouvrent sous l'action de la chaleur.\n",
+                "createdAt": "2023-03-14T10:53:53.279Z",
+                "updatedAt": "2024-09-25T13:14:26.431Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "7HuU7Fn3Hyok0OGGSYYGGk",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 219,
+              "attributes": {
+                "name": "Zwergotter",
+                "subtitle": "Der kleinste Otter der Welt",
+                "habitat": "In flachen Gewässern in Südostasien",
+                "food": "Schalentiere, Fisch, Säugetiere, Vögel",
+                "age": "11 Jahre",
+                "weight": "1 bis 5 kg",
+                "offspring": "1 bis 6 Junge",
+                "gestation": "2 Monate",
+                "iucn": "Gefährdet",
+                "eep": false,
+                "description": "# Zwergotter\n*Aonyx cinereus*\nEin Zwergotter hat kleine runde Ohren in Form eines Deckels. Damit kann er seine Ohren verschließen, wenn er unter Wasser schwimmt.\n",
+                "bottomDescription": "### Langsamer Start\nJunge Zwergotter werden in einer Höhle am Ufer eines Gewässers geboren. In den ersten Wochen sind sie ganz auf ihre Eltern angewiesen. Ihre Zähne wachsen von der Geburt an langsam und ihre Augen gehen erst nach sechs Wochen auf. In den ersten Wochen trinken sie nur Muttermilch. Erst wenn sie fast drei Monate alt sind, fressen sie zum ersten Mal Fleisch. Dieses Fleisch wird von ihrem Vater gefangen und zur Höhle gebracht. \n\n### Muscheln knacken\nZwergotter sind ausgezeichnete Jäger. Sie suchen ihr Fressen vor allem am Wasser, zwischen Schlamm und Sand. Mit ihren schnellen, sensiblen Vorderpfoten finden sie ihr Fressen. Dieses besteht aus Schalentieren, Krabben und Weichtieren wie Schnecken. Muscheln knacken sie mit ihren scharfen Zähnen. Wenn ihnen das Knacken einer Muschel nicht gelingt, legen sie sie in die Sonne und warten etwas ab, denn durch die Wärme geht die Muschel von selbst auf.\n",
+                "createdAt": "2023-03-14T10:50:37.682Z",
+                "updatedAt": "2024-09-25T13:14:26.496Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "7HuU7Fn3Hyok0OGGSYYGGk",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 123,
+              "attributes": {
+                "name": "Asian small-clawed otter",
+                "subtitle": "The world’s smallest otter",
+                "habitat": "Shellfish, fish, mammals, birds  ",
+                "food": "Shellfish, fish, mammals, birds ",
+                "age": "11 years",
+                "weight": "1 to 5 kg",
+                "offspring": "1 to 6 young",
+                "gestation": "2 months",
+                "iucn": "Vulnerable",
+                "eep": false,
+                "description": "# Asian small-clawed otter\n*Aonyx cinereus*\nAsian small-clawed otters have small, round ears shaped like valves. That is so that they can close their ears when swimming under water.\n",
+                "bottomDescription": "### Slow start\nYoung Asian small-clawed otters are born in a burrow along the waterfront. For the first few weeks of their lives, they depend entirely on their parents. Their teeth grow slowly from birth, and their eyes do not open for six weeks. In the first few weeks, they only drink their mother’s milk. They don’t start to eat meat until they are almost three months old. The meat is caught by the father and brought to the burrow. \n\n### Cracking shells\nAsian small-clawed otter are excellent hunters. They forage for food mainly in and along the water, in the mud and in the sand. They find their food with their quick, sensitive hands. Their diet consists mainly of shellfish, crabs and molluscs such as snails. They crack the shells with their sharp teeth. If they are unable to crack a shell, they put it in the sunshine and wait for the shell to open automatically in the heat of the sun.",
+                "createdAt": "2023-03-14T10:47:33.795Z",
+                "updatedAt": "2024-09-25T13:14:26.495Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "7HuU7Fn3Hyok0OGGSYYGGk",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 4,
+      "attributes": {
+        "order": null,
+        "name": "Banteng",
+        "subtitle": "Duidelijk verschil",
+        "habitat": "Bosgebieden in Zuidoost-Azië",
+        "food": "Gras, struiken, bladeren en bamboe",
+        "age": "20 tot 25 jaar",
+        "weight": "600 tot 800 kilo",
+        "offspring": "1 jong",
+        "gestation": "9 tot 10 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Banteng\n*Bos javanicus*\n\nDe banteng is voornamelijk 's nachts actief. 's Nachts gaat hij er op uit om bladeren, gras en scheuten te eten. Overdag blijft hij in dichtbegroeide bossen staan om zijn maaltijd te herkauwen.",
+        "bottomDescription": "### Kleuren\nDe banteng is een rundersoort die voorkomt in Zuidoost-Azië. Het verschil tussen het mannetje en vrouwtje is duidelijk zichtbaar. Een mannetje kleurt namelijk donkerbruin als hij volwassen wordt. Vrouwtjes blijven lichtbruin. Een kalfje is bij de geboorte altijd lichtbruin. Dan zal een roofdier het kalf sneller over het hoofd zien als het naast de moeder staat. Ook zal een volwassen stier een jong mannetje zo nog niet herkennen als mogelijke concurrent: het zou  natuurlijk niet handig zijn als een stierkalf bij zijn moeder wordt weggejaagd.",
+        "createdAt": "2022-10-05T11:28:31.098Z",
+        "updatedAt": "2023-06-07T09:30:17.759Z",
+        "publishedAt": "2022-10-05T11:28:31.090Z",
+        "tenantRef": "4xnUizopHWGMIGwi2i6M8W",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1289,
+              "attributes": {
+                "name": "Safaripark-dieren-banteng.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_banteng_39d0a2bc87.jpg",
+                    "hash": "large_Safaripark_dieren_banteng_39d0a2bc87",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-banteng.jpg",
+                    "path": null,
+                    "size": 99.02,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_banteng_39d0a2bc87.jpg",
+                    "hash": "small_Safaripark_dieren_banteng_39d0a2bc87",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-banteng.jpg",
+                    "path": null,
+                    "size": 27.53,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_banteng_39d0a2bc87.jpg",
+                    "hash": "medium_Safaripark_dieren_banteng_39d0a2bc87",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-banteng.jpg",
+                    "path": null,
+                    "size": 57.33,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_banteng_39d0a2bc87.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_banteng_39d0a2bc87",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-banteng.jpg",
+                    "path": null,
+                    "size": 7.8,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_banteng_39d0a2bc87",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 211.44,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_banteng_39d0a2bc87.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:30:07.155Z",
+                "updatedAt": "2023-06-07T09:30:07.155Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 17,
+            "attributes": {
+              "title": "Aziatisch Bos",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.52055589820007,
+                    "lon": 5.101561554481895
+                  },
+                  {
+                    "lat": 51.52043515818498,
+                    "lon": 5.101787230145735
+                  },
+                  {
+                    "lat": 51.52038745194843,
+                    "lon": 5.10187273649432
+                  },
+                  {
+                    "lat": 51.52035264548656,
+                    "lon": 5.101935120249652
+                  },
+                  {
+                    "lat": 51.52028361417924,
+                    "lon": 5.102058843560132
+                  },
+                  {
+                    "lat": 51.52008724287133,
+                    "lon": 5.102479412765541
+                  },
+                  {
+                    "lat": 51.52000598593478,
+                    "lon": 5.102704104057583
+                  },
+                  {
+                    "lat": 51.519999232807706,
+                    "lon": 5.102738841577747
+                  },
+                  {
+                    "lat": 51.51997026548304,
+                    "lon": 5.10274420674309
+                  },
+                  {
+                    "lat": 51.51992837306901,
+                    "lon": 5.1027568452118475
+                  },
+                  {
+                    "lat": 51.519898329439,
+                    "lon": 5.1027701875981055
+                  },
+                  {
+                    "lat": 51.519879062049796,
+                    "lon": 5.102812595566195
+                  },
+                  {
+                    "lat": 51.5198436712482,
+                    "lon": 5.102863331252178
+                  },
+                  {
+                    "lat": 51.51980922544945,
+                    "lon": 5.102921956526132
+                  },
+                  {
+                    "lat": 51.51979961329439,
+                    "lon": 5.102940200907598
+                  },
+                  {
+                    "lat": 51.51977981198966,
+                    "lon": 5.102914177378626
+                  },
+                  {
+                    "lat": 51.519778845372684,
+                    "lon": 5.102915979781894
+                  },
+                  {
+                    "lat": 51.51937145328369,
+                    "lon": 5.102384283126478
+                  },
+                  {
+                    "lat": 51.51937263429555,
+                    "lon": 5.1023790601191
+                  },
+                  {
+                    "lat": 51.51935814303223,
+                    "lon": 5.102360014341038
+                  },
+                  {
+                    "lat": 51.51937972977957,
+                    "lon": 5.102224880542449
+                  },
+                  {
+                    "lat": 51.519386561801134,
+                    "lon": 5.102144052942992
+                  },
+                  {
+                    "lat": 51.51938218620451,
+                    "lon": 5.1020969234856555
+                  },
+                  {
+                    "lat": 51.51937241034392,
+                    "lon": 5.102076381544274
+                  },
+                  {
+                    "lat": 51.51936638370054,
+                    "lon": 5.102026755494708
+                  },
+                  {
+                    "lat": 51.519362027128054,
+                    "lon": 5.1019432461562415
+                  },
+                  {
+                    "lat": 51.519344974086245,
+                    "lon": 5.101876342264227
+                  },
+                  {
+                    "lat": 51.51931849466781,
+                    "lon": 5.101803215752369
+                  },
+                  {
+                    "lat": 51.51928436340778,
+                    "lon": 5.101751172756744
+                  },
+                  {
+                    "lat": 51.519228083013815,
+                    "lon": 5.101683996594125
+                  },
+                  {
+                    "lat": 51.51920813973065,
+                    "lon": 5.101666659533103
+                  },
+                  {
+                    "lat": 51.5191771951777,
+                    "lon": 5.101627606984619
+                  },
+                  {
+                    "lat": 51.519120150175745,
+                    "lon": 5.101567582184451
+                  },
+                  {
+                    "lat": 51.51907062165052,
+                    "lon": 5.101519396717076
+                  },
+                  {
+                    "lat": 51.51899689874083,
+                    "lon": 5.101454117286296
+                  },
+                  {
+                    "lat": 51.518943248454676,
+                    "lon": 5.101400252517649
+                  },
+                  {
+                    "lat": 51.51888158818448,
+                    "lon": 5.101360658599599
+                  },
+                  {
+                    "lat": 51.518831980186484,
+                    "lon": 5.101327789463885
+                  },
+                  {
+                    "lat": 51.51876803222034,
+                    "lon": 5.101290011076454
+                  },
+                  {
+                    "lat": 51.518696496046545,
+                    "lon": 5.101244169001491
+                  },
+                  {
+                    "lat": 51.51864137008145,
+                    "lon": 5.1012227744617515
+                  },
+                  {
+                    "lat": 51.5185892935204,
+                    "lon": 5.101205971231368
+                  },
+                  {
+                    "lat": 51.51852500231322,
+                    "lon": 5.1011932357383545
+                  },
+                  {
+                    "lat": 51.51850351709777,
+                    "lon": 5.101188630737497
+                  },
+                  {
+                    "lat": 51.51847338343119,
+                    "lon": 5.101187148929792
+                  },
+                  {
+                    "lat": 51.5184194405103,
+                    "lon": 5.101193726568896
+                  },
+                  {
+                    "lat": 51.51839458201653,
+                    "lon": 5.101184417117296
+                  },
+                  {
+                    "lat": 51.51836241394328,
+                    "lon": 5.101144998692671
+                  },
+                  {
+                    "lat": 51.51836010357179,
+                    "lon": 5.101138640774552
+                  },
+                  {
+                    "lat": 51.51836989563916,
+                    "lon": 5.101090166191631
+                  },
+                  {
+                    "lat": 51.518369640546936,
+                    "lon": 5.101089801241805
+                  },
+                  {
+                    "lat": 51.51848783809097,
+                    "lon": 5.100186582477729
+                  },
+                  {
+                    "lat": 51.51835433363795,
+                    "lon": 5.099881077728054
+                  },
+                  {
+                    "lat": 51.51851849432503,
+                    "lon": 5.099607204616134
+                  },
+                  {
+                    "lat": 51.51858903332919,
+                    "lon": 5.099178492861402
+                  },
+                  {
+                    "lat": 51.51859411013971,
+                    "lon": 5.099182168010442
+                  },
+                  {
+                    "lat": 51.51861075362249,
+                    "lon": 5.099096514937788
+                  },
+                  {
+                    "lat": 51.518603326929856,
+                    "lon": 5.099091625380283
+                  },
+                  {
+                    "lat": 51.51860375198616,
+                    "lon": 5.099089029320012
+                  },
+                  {
+                    "lat": 51.51853524524043,
+                    "lon": 5.098733941815953
+                  },
+                  {
+                    "lat": 51.51841470126777,
+                    "lon": 5.098480427572352
+                  },
+                  {
+                    "lat": 51.51834847133049,
+                    "lon": 5.098396203766039
+                  },
+                  {
+                    "lat": 51.5182779195861,
+                    "lon": 5.0983236200949005
+                  },
+                  {
+                    "lat": 51.51821651353975,
+                    "lon": 5.098278208686959
+                  },
+                  {
+                    "lat": 51.51815462092073,
+                    "lon": 5.098243231492404
+                  },
+                  {
+                    "lat": 51.518164575855494,
+                    "lon": 5.098172341173679
+                  },
+                  {
+                    "lat": 51.51831603835979,
+                    "lon": 5.098151871022644
+                  },
+                  {
+                    "lat": 51.51839848439595,
+                    "lon": 5.0979964084867415
+                  },
+                  {
+                    "lat": 51.518402110871804,
+                    "lon": 5.098001672996444
+                  },
+                  {
+                    "lat": 51.51847897754069,
+                    "lon": 5.097865493885873
+                  },
+                  {
+                    "lat": 51.51846929792112,
+                    "lon": 5.097851450455567
+                  },
+                  {
+                    "lat": 51.518554674580294,
+                    "lon": 5.097681762317212
+                  },
+                  {
+                    "lat": 51.518555990643556,
+                    "lon": 5.097549045665916
+                  },
+                  {
+                    "lat": 51.518554353049836,
+                    "lon": 5.097428723938881
+                  },
+                  {
+                    "lat": 51.51941999756408,
+                    "lon": 5.099002310771927
+                  },
+                  {
+                    "lat": 51.51990839958787,
+                    "lon": 5.099879401828782
+                  },
+                  {
+                    "lat": 51.52051737873649,
+                    "lon": 5.100991585873118
+                  },
+                  {
+                    "lat": 51.52054128777705,
+                    "lon": 5.1010352940311225
+                  },
+                  {
+                    "lat": 51.520518801311994,
+                    "lon": 5.101069640583336
+                  },
+                  {
+                    "lat": 51.520702481036054,
+                    "lon": 5.101370758980648
+                  },
+                  {
+                    "lat": 51.52055589820007,
+                    "lon": 5.101561554481895
+                  }
+                ]
+              },
+              "description": "Tijdens de autosafari rijd je door een groot bosgebied. In dit deel vind je bantengs, Indische antilopen en Japanse sikaherten. ",
+              "createdAt": "2022-10-05T12:41:55.355Z",
+              "updatedAt": "2022-10-05T12:43:24.722Z",
+              "publishedAt": "2022-10-05T12:41:55.312Z",
+              "tenantRef": "3fvLWS4m3CSuKg2MQye6GQ",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 924,
+              "attributes": {
+                "name": "Banteng",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:32:56.421Z",
+                "updatedAt": "2023-08-02T09:43:26.829Z",
+                "publishedAt": "2023-07-19T12:32:59.687Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 125,
+              "attributes": {
+                "name": "Aziatisch bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:22:30.025Z",
+                "updatedAt": "2023-05-09T06:58:29.611Z",
+                "publishedAt": "2023-02-15T08:22:42.282Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 7,
+              "attributes": {
+                "title": "Aziatisch en Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.520085821690664,
+                    "lon": 5.10170256006417
+                  },
+                  {
+                    "lat": 51.52049388507953,
+                    "lon": 5.101195622560355
+                  },
+                  {
+                    "lat": 51.52028693314293,
+                    "lon": 5.100795973417136
+                  },
+                  {
+                    "lat": 51.519932275419656,
+                    "lon": 5.101269383308264
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:17:17.489Z",
+                "updatedAt": "2024-03-20T08:16:18.975Z",
+                "publishedAt": "2023-01-13T07:17:19.278Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 293,
+              "attributes": {
+                "name": "Banteng",
+                "subtitle": "Une différence manifeste",
+                "habitat": "Régions boisées du sud-est de l'Asie",
+                "food": "Herbe, arbustes, feuilles et bambou",
+                "age": "20 à 25 ans",
+                "weight": "600 à 800 kg",
+                "offspring": "1 petit",
+                "gestation": "9 à 10 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Banteng\n*Bos javanicus*\n\nLe banteng est surtout actif la nuit : il part à la recherche de feuilles, d'herbe et de jeunes pousses à manger. La journée, il reste dans les épaisses forêts pour ruminer son repas.\n",
+                "bottomDescription": "### Couleurs\nLe banteng est un bovidé qui vit dans le sud-est de l'Asie. La différence entre le mâle et la femelle est très nette : à l'âge adulte, le mâle est brun foncé tandis que la femelle reste brun clair. Le veau est toujours brun clair à la naissance. De cette façon, un prédateur verra moins facilement un veau qui se trouve près de sa mère. De même, un mâle adulte ne verra pas un jeune mâle comme un concurrent potentiel : en effet, il ne serait pas malin de chasser un veau qui se trouve près de sa mère.\n",
+                "createdAt": "2023-03-14T10:53:17.111Z",
+                "updatedAt": "2023-06-07T09:30:18.189Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4xnUizopHWGMIGwi2i6M8W",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 197,
+              "attributes": {
+                "name": "Banteng",
+                "subtitle": "Deutlicher Unterschied",
+                "habitat": "Waldgebiete in Südostasien",
+                "food": "Gras, Sträucher, Blätter und Bambus",
+                "age": "20 bis 25 Jahre",
+                "weight": "600 bis 800 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 bis 10 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Banteng\n*Bos javanicus*\n\nDer Banteng ist hauptsächlich nachts aktiv. Dann macht er sich auf die Suche nach Blättern, Gras und Hülsenfrüchten. Tagsüber steht er gerne in dichten Wäldern, um seine Mahlzeit wiederzukäuen.\n",
+                "bottomDescription": "### Farbe bekennen\nDer Banteng ist eine Rinderart, die in Südostasien vorkommt. Der Unterschied zwischen Männchen und Weibchen ist deutlich erkennbar. Das Männchen verfärbt sich nämlich dunkelbraun, wenn es erwachsen wird. Weibchen bleiben dagegen hellbraun. Die Kälber sind bei der Geburt stets hellbraun. Ein Raubtier übersieht das Kalb daher leicht, wenn es neben seiner Mutter steht. Außerdem erkennt ein erwachsener Stier in einem so jungen Stier noch nicht den späteren Konkurrenten: Es wäre ja auch schade, wenn ein Stierkalb von seiner Mutter fortgejagt würde.\n",
+                "createdAt": "2023-03-14T10:50:02.671Z",
+                "updatedAt": "2023-06-07T09:30:18.193Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4xnUizopHWGMIGwi2i6M8W",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 101,
+              "attributes": {
+                "name": "Banteng",
+                "subtitle": "A clear difference",
+                "habitat": "Forest areas in Southeast Asia",
+                "food": "Grass, shrubs, leaves and bamboo",
+                "age": "20 - 25 years",
+                "weight": "600 - 800 kg",
+                "offspring": "1 young",
+                "gestation": "9 - 10 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Banteng\n*Bos javanicus*\n\nThe banteng is mainly nocturnal. It comes out at night to eat leaves, grass and sprouts. During the day, it stays in bushy forests to chew its cud.",
+                "bottomDescription": "### Colours\nThe banteng is a type of cattle native to Southeast Asia. Males and females are clearly different in appearance. Males turn dark brown when mature. Females stay light brown. Calves are always light brown when they are born. That way, predators won’t be as quick to notice them when they are with their mothers. This also means that adult bulls will not see younger males as a potential threat: it wouldn’t be good for a male calf to be driven away from its mother.\n",
+                "createdAt": "2023-03-14T10:46:58.116Z",
+                "updatedAt": "2023-06-07T09:30:18.180Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4xnUizopHWGMIGwi2i6M8W",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 82,
+      "attributes": {
+        "order": null,
+        "name": "Blauwe gnoe",
+        "subtitle": "Echte groepsdieren",
+        "habitat": "Savannes in het zuiden van Afrika",
+        "food": "Gras",
+        "age": "20 jaar",
+        "weight": "260 tot 290 kg",
+        "offspring": "1 jong",
+        "gestation": "8 tot 8,5 maand",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Blauwe gnoe\n*Connochaetes taurinus taurinus*\n\nDe blauwe gnoe wordt ook wel de gestreepte gnoe of gewone gnoe genoemd. Het is een antilope uit de familie der holhoornigen. Dit betekent dat hun hoorns hol zijn. Blauwe gnoes leven in grote groepen samen op de Afrikaanse savanne. ",
+        "bottomDescription": "### Babyboom\nJonge blauwe gnoes worden allemaal in dezelfde tijd geboren. Dit gebeurt in een periode van drie weken aan het begin van de regentijd. Die pasgeboren kalveren zijn een gemakkelijke prooi voor roofdieren. Gelukkig kunnen roofdieren maar een beperkte hoeveelheid vlees per dag eten. Daardoor blijven er meer kalveren over dan wanneer ze verspreid over het hele jaar worden geboren. Als de kalveren wat ouder zijn, hebben ze een grotere kans om aan roofdieren te ontkomen.\n\n### Grasmaaiers\nGnoes eten vooral gras. Ze grazen vooral overdag, maar ook ’s nachts als er genoeg maanlicht is. De bek van de blauwe gnoe is breed. Hierdoor kan hij gemakkelijk het korte gras eten. Als er weinig gras is, eten blauwe gnoes ook bladeren. In het wild zie je blauwe gnoes vaak samen met zebra’s. Zebra’s eten de droge bovenkant van het gras. De verse, groene onderkant blijft dan over voor de blauwe gnoes.",
+        "createdAt": "2022-10-05T11:29:01.267Z",
+        "updatedAt": "2024-09-25T13:23:23.779Z",
+        "publishedAt": "2022-10-05T11:29:01.263Z",
+        "tenantRef": "4M7A6NT2ooga8sy446K8Ko",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1300,
+              "attributes": {
+                "name": "Safaripark-dieren-gnoe.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1334,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_gnoe_30d75ef10a.jpg",
+                    "hash": "large_Safaripark_dieren_gnoe_30d75ef10a",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-gnoe.jpg",
+                    "path": null,
+                    "size": 134.57,
+                    "width": 768,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_gnoe_30d75ef10a.jpg",
+                    "hash": "small_Safaripark_dieren_gnoe_30d75ef10a",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-gnoe.jpg",
+                    "path": null,
+                    "size": 39.9,
+                    "width": 384,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_gnoe_30d75ef10a.jpg",
+                    "hash": "medium_Safaripark_dieren_gnoe_30d75ef10a",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-gnoe.jpg",
+                    "path": null,
+                    "size": 80.47,
+                    "width": 576,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_gnoe_30d75ef10a.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_gnoe_30d75ef10a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-gnoe.jpg",
+                    "path": null,
+                    "size": 5.9,
+                    "width": 120,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_gnoe_30d75ef10a",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 433.86,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_gnoe_30d75ef10a.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:55:25.863Z",
+                "updatedAt": "2023-06-07T09:55:25.863Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 899,
+              "attributes": {
+                "name": "Blauwe gnoe",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:25:06.176Z",
+                "updatedAt": "2023-08-02T09:44:30.379Z",
+                "publishedAt": "2023-07-13T08:25:08.941Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 145,
+              "attributes": {
+                "name": "Savanne",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:00:50.942Z",
+                "updatedAt": "2023-05-09T06:58:37.157Z",
+                "publishedAt": "2023-02-15T09:00:52.814Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 2,
+              "attributes": {
+                "title": "De savanne",
+                "triggerArea": [
+                  {
+                    "lat": 51.52179572240859,
+                    "lon": 5.115494883006311
+                  },
+                  {
+                    "lat": 51.52185246550804,
+                    "lon": 5.116042053645349
+                  },
+                  {
+                    "lat": 51.521421883750705,
+                    "lon": 5.11602059597323
+                  },
+                  {
+                    "lat": 51.521398518732674,
+                    "lon": 5.11555389160463
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:11:41.895Z",
+                "updatedAt": "2023-07-10T07:20:51.677Z",
+                "publishedAt": "2023-01-13T07:11:52.007Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 371,
+              "attributes": {
+                "name": "Gnou blue",
+                "subtitle": "Animaux grégaires",
+                "habitat": "Savanes, sud de l'Afrique",
+                "food": "Herbe",
+                "age": "20 ans",
+                "weight": "260 à 290 kg",
+                "offspring": "1 petit",
+                "gestation": "8 à 8,5 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Gnou blue\n*Connochaetes taurinus taurinus*\n\nLe gnou bleu est également appelé gnou rayé ou gnou commun. C'est une antilope de la famille des bovidés. Cela signifie que ses cornes sont creuses. Les gnous vivent en grands troupeaux dans la savane africaine.  \n",
+                "bottomDescription": "### Babyboom\nLes jeunes gnous naissent tous en même temps, sur une période de trois semaines au début de la saison des pluies. Les nouveau-nés sont des proies faciles pour les prédateurs. Heureusement, les prédateurs ne peuvent manger qu'une quantité limitée de viande sur la journée. Il y a donc plus de petits qui survivent que s'ils naissaient de manière dispersée tout au long de l'année. En grandissant, les jeunes gnous ont plus de chances d'échapper aux prédateurs.\n\n### Tondeuses\nLes gnous mangent essentiellement de l'herbe. Ils broutent surtout la journée, mais aussi la nuit si la lune est suffisamment brillante. Le gnou a un large museau. Il peut donc facilement manger l'herbe à courte hauteur. S'il n'y a pas assez d'herbe, les gnous mangent aussi des feuilles. À l'état sauvage, les gnous se déplacent souvent avec les zèbres. Les zèbres ne mangent que la partie supérieure sèche des herbes. La partie inférieure, verte et fraîche, est donc disponible pour les gnous.\n",
+                "createdAt": "2023-03-14T10:55:23.934Z",
+                "updatedAt": "2024-09-25T13:23:23.732Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4M7A6NT2ooga8sy446K8Ko",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 275,
+              "attributes": {
+                "name": "Streifengnu",
+                "subtitle": "Echte Gruppentiere",
+                "habitat": "Savannen im Süden Afrikas",
+                "food": "Gras",
+                "age": "20 Jahre",
+                "weight": "260 bis 290 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 bis 8,5 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Streifengnu\n*Connochaetes taurinus taurinus*\n\nEs ist eine Antilope aus der Familie der Hohlhornigen. Das bedeutet, dass ihre Hörner hohl sind. Streifengnus leben in großen Gruppen in der afrikanischen Savanne.  \n",
+                "bottomDescription": "### Babyboomer\nJunge Streifengnu werden alle zur gleichen Zeit geboren. Das geschieht in einem Zeitraum von drei Wochen zu Beginn der Regenzeit. Die neu geborenen Kälber sind eine leichte Beute für Raubtiere. Zum Glück können Raubtiere nur eine begrenzte Menge Fleisch pro Tag verzehren. Dadurch bleiben mehr Kälber am Leben, als bei über das Jahr verteilten Geburten. Wenn die Kälber etwas älter, steigen ihre Chancen, den Raubtieren zu entkommen.\n\n### Grasfresser\nGras ist die Hauptnahrung der Streifengnus. Sie grasen vor allem am Tag, aber auch nachts, wenn der Mond hell genug scheint. Das Maul des Streifengnus ist breit. Dadurch kann es leicht auch kurzes Gras fressen. Wenn es wenig Gras gibt, fressen Streifengnus auch Blätter. In der Wildnis sieht man Gnus häufig zusammen mit Zebras. Zebras fressen den trockenen, oberen Teil der Grashalme. Der frische, grüne Rest bleibt dann für die Streifengnus übrig.\n",
+                "createdAt": "2023-03-14T10:52:08.905Z",
+                "updatedAt": "2024-09-25T13:23:23.780Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4M7A6NT2ooga8sy446K8Ko",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 179,
+              "attributes": {
+                "name": "Wildebeest",
+                "subtitle": "Real social animals",
+                "habitat": "Savannahs of southern Africa",
+                "food": "Grass",
+                "age": "20 years",
+                "weight": "260 to 290 kg",
+                "offspring": "1 young",
+                "gestation": "8 to 8.5 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Blue wildebeest\n*Connochaetes taurinus taurinus*\n\nThe blue wildebeest is also known as the common wildebeest or brindled gnu. It is an antelope of the Bovidae family. This means that its horns are hollow. Wildebeest live together in large groups on the African savannah.  \n",
+                "bottomDescription": "### Baby boom\nYoung wildebeest are all born around the same time. This takes place in a period of three weeks at the start of the rainy season. Those newborn calves are easy prey for predators. Fortunately, predators can only eat a limited amount of meat a day. As a result, more calves survive than if they were born spread throughout the year. Once the calves are a little older, they have a better chance of escaping predators.\n\n### Lawnmowers\nWildebeest mainly eat grass. They mostly graze during the day, but they will also do so at night if there is enough moonlight. A wildebeest has a wide snout, which makes it easy for the animal to eat the short grass. If not much grass is available, wildebeest will also eat leaves. In the wild, you often see wildebeest together with zebras. Zebras eat the dry tops of the grass. This leaves the fresh, green bottom part for the wildebeest.\n",
+                "createdAt": "2023-03-14T10:49:04.382Z",
+                "updatedAt": "2024-09-25T13:23:23.779Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4M7A6NT2ooga8sy446K8Ko",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 63,
+      "attributes": {
+        "order": null,
+        "name": "Blesbok",
+        "subtitle": "Terug van weggeweest",
+        "habitat": "Savanne in het zuiden van Afrika",
+        "food": "Gras en kruiden",
+        "age": "17 jaar",
+        "weight": "Man: 65 - 80 kg Vrouw: 55 - 70 kg",
+        "offspring": "1 jong",
+        "gestation": "8 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Blesbok\n*Damaliscus pygargus phillipsi*\n\nDe blesbok is een geit antiloop. De naam komt van de witte bles die de blesbokken op hun kop hebben. Ze worden hier niet mee geboren, maar deze komt na een tijd tevoorschijn. Waar het dier in de 19e eeuw met uitsterven werd bedreigd, stijgt het aantal blesbokken nu weer door de bescherming die het dier krijgt. ",
+        "bottomDescription": "### Bijna verdwenen\nIn de 19e eeuw werd de blesbok met uitsterven bedreigd, omdat er veel op de dieren werd gejaagd. Om deze reden heeft de Zuid-Afrikaanse regering besloten dat jagen op de dieren niet langer toegestaan was. Het aantal blesbokken is sindsdien gestegen. De meeste blesbokken leven echter niet in de vrije natuur, maar in privégebieden. In deze gebieden mag er soms op hen worden gejaagd, maar er wordt tegelijkertijd voor gezorgd dat ze niet weer bijna uitsterven. \n\n### Stoere mannen\nDe sterkste mannetjes hebben meestal het beste gebied. Om dit gebied te behouden laten ze duidelijk weten dat het van hen is. Ze doen dit door mesthopen te maken en hun geur te verspreiden. Als mannetjes elkaars gebied of vrouwtje willen afpakken, komt het echter niet vaak tot vechten. Het blijft meestal bij stoer doen. Ze gaan dan zij aan zij staan, gooien zand omhoog met hun horens of stampen met hun hoeven. Als het wel tot vechten komt gebruiken de blesbokken hun horens. ",
+        "createdAt": "2022-10-05T11:28:54.074Z",
+        "updatedAt": "2024-09-25T13:28:38.058Z",
+        "publishedAt": "2022-10-05T11:28:54.071Z",
+        "tenantRef": "44sgLhAuswCEggWKQSMQUW",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 456,
+              "attributes": {
+                "name": "blesbok-beekse-bergen.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 2872,
+                "height": 2048,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_blesbok_beekse_bergen_2ba1a534ce.jpg",
+                    "hash": "large_blesbok_beekse_bergen_2ba1a534ce",
+                    "mime": "image/jpeg",
+                    "name": "large_blesbok-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 106.99,
+                    "width": 1000,
+                    "height": 713
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_blesbok_beekse_bergen_2ba1a534ce.jpg",
+                    "hash": "small_blesbok_beekse_bergen_2ba1a534ce",
+                    "mime": "image/jpeg",
+                    "name": "small_blesbok-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 35.81,
+                    "width": 500,
+                    "height": 357
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_blesbok_beekse_bergen_2ba1a534ce.jpg",
+                    "hash": "medium_blesbok_beekse_bergen_2ba1a534ce",
+                    "mime": "image/jpeg",
+                    "name": "medium_blesbok-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 67.5,
+                    "width": 750,
+                    "height": 535
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_blesbok_beekse_bergen_2ba1a534ce.jpg",
+                    "hash": "thumbnail_blesbok_beekse_bergen_2ba1a534ce",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_blesbok-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 9.49,
+                    "width": 219,
+                    "height": 156
+                  }
+                },
+                "hash": "blesbok_beekse_bergen_2ba1a534ce",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 3266.54,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/blesbok_beekse_bergen_2ba1a534ce.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:29:59.133Z",
+                "updatedAt": "2022-10-05T09:29:59.133Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 932,
+              "attributes": {
+                "name": "Blesbok",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:59:28.129Z",
+                "updatedAt": "2023-08-02T09:45:41.413Z",
+                "publishedAt": "2023-07-25T12:59:31.213Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "Neushoornvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:50:31.578Z",
+                "updatedAt": "2023-05-09T06:58:34.132Z",
+                "publishedAt": "2023-02-15T08:50:33.336Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 5,
+              "attributes": {
+                "title": "De neushoornvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.52133659294614,
+                    "lon": 5.107711728974891
+                  },
+                  {
+                    "lat": 51.52144340450445,
+                    "lon": 5.107883390351844
+                  },
+                  {
+                    "lat": 51.52117908651664,
+                    "lon": 5.108998246057905
+                  },
+                  {
+                    "lat": 51.52100948099042,
+                    "lon": 5.108596857949794
+                  },
+                  {
+                    "lat": 51.5211646925685,
+                    "lon": 5.10787266151577
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:15:41.735Z",
+                "updatedAt": "2023-07-10T07:19:13.882Z",
+                "publishedAt": "2023-01-13T07:15:44.748Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 352,
+              "attributes": {
+                "name": "Blesbok",
+                "subtitle": "De retour",
+                "habitat": "Savane au sud de l'Afrique",
+                "food": "Herbe et plantes herbacées",
+                "age": "17 ans",
+                "weight": "Mâle : 65 – 80 kg Femelle : 55 – 70 kg",
+                "offspring": "1 petit",
+                "gestation": "8 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Blesbok\n*Damaliscus pygargus phillipsi*\n\nLe blesbok est une antilope-chèvre. Son nom vient de la tache blanche qu'il porte sur la tête. Ce n'est pas une tache de naissance car elle n'apparaît qu'après un certain temps. Alors que ces animaux étaient menacés d'extinction au 19e siècle, on note à présent une augmentation de la population grâce aux mesures de protection dont elle bénéficie.\n",
+                "bottomDescription": "### Presque disparu\nAu 19e siècle, les blesboks étaient menacés d'extinction car ils étaient victimes de chasse intensive. C'est pour cela que le gouvernement sud-africain a décidé d'interdire la chasse de ces animaux. Depuis, leur nombre a augmenté. Pourtant, la plupart des blesboks ne vivent pas à l'état sauvage mais dans des domaines privés. La chasse est parfois autorisée dans ces domaines, mais on veille en même temps à ce qu'ils ne soient pas décimés. \n\n### Mâles costauds\nLes mâles les plus costauds possèdent généralement le meilleur territoire. Afin de garder leur territoire, ils font clairement comprendre qu'il leur appartient. Ils le font en y laissant des tas d'excréments et en dispersant leur odeur. Si les mâles se disputent un territoire ou une femelle, ils se battent rarement. En général, ils font juste de l'esbroufe. Ils se collent l'un à l'autre, jettent du sable en l'air avec leurs cornes ou piétinent le sol avec leurs sabots. C'est seulement lorsqu'ils finissent par se battre qu'ils utilisent leurs cornes.\n",
+                "createdAt": "2023-03-14T10:54:53.524Z",
+                "updatedAt": "2024-09-25T13:28:38.013Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "44sgLhAuswCEggWKQSMQUW",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 256,
+              "attributes": {
+                "name": "Blesbock",
+                "subtitle": "Ein Comeback machen",
+                "habitat": "Savanne im Süden Afrikas",
+                "food": "Gras und Kräuter",
+                "age": "17 Jahre",
+                "weight": "Männchen: 65-80 kg Weibchen: 55–70 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 Monate",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Blesbock\n*Damaliscus pygargus phillipsi*\n\nDer Blesbock ist eine Ziegenantilope. Sein besonderes Kennzeichen ist die weiße Blesse, die die Blesböcke auf dem Kopf tragen. Diese haben sie nicht von Geburt an, sondern sie erscheint erst später. Während diese Tierart im 19. Jahrhundert vom Aussterben bedroht war, steigt die Zahl der Blesböcke heute dank der Schutzmaßnahmen wieder.\n",
+                "bottomDescription": "### Fast verschwunden\nIm 19. Jahrhundert war der Blesbock vom Aussterben bedroht, weil die Tiere häufig gejagt wurden. Daher hat die Regierung Südafrikas entschieden, dass die Jagd auf die Tiere nicht mehr zulässig ist. Die Zahl der Blesböcke ist seitdem wieder gestiegen. Die meisten Blesböcke leben jedoch nicht in der freien Natur, sondern in privaten Gehegen. In diesen Gebieten dürfen sie zwar manchmal gejagt werden, aber es wird zugleich dafür gesorgt, dass sie nicht wieder vom Aussterben bedroht sind. \n\n### Kräftige Männchen\nDie kräftigsten Männchen besetzen meistens das beste Territorium. Um dieses Gebiet zu behalten, lassen sie klar erkennen, dass es ihnen gehört. Das zeigen sie, indem sie Dunghaufen produzieren und diese (und ihren Geruch) gut verteilen. Wenn ein Männchen das Territorium oder ein Weibchen eines anderen Männchens für sich beansprucht, kommt es aber nur selten zu einem Kampf. Meistens bleibt es beim Imponiergehabe. Dazu stellen sich die Blesböcke Seite an Seite, werfen mit ihren Hörnern Sand in die Luft oder stampfen mit den Hufen auf. Sollte es doch zu einem Kampf kommen, setzen die Blesböcke ihre Hörner ein.\n",
+                "createdAt": "2023-03-14T10:51:38.784Z",
+                "updatedAt": "2024-09-25T13:28:38.059Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "44sgLhAuswCEggWKQSMQUW",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 160,
+              "attributes": {
+                "name": "Blesbok",
+                "subtitle": "Making a comeback",
+                "habitat": "Savannah in the South of Africa",
+                "food": "Grass and herbaceous plants",
+                "age": "17 years",
+                "weight": "Male: 65 - 80 kg Female: 55 - 70 kg",
+                "offspring": "1 young",
+                "gestation": "8 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Blesbok\n*Damaliscus pygargus phillipsi*\n\nThe blesbok is a goat-antelope. It takes its name from the white blaze on its head. The animals are not born with this feature, but it appears with time. While the blesbok was threatened with extinction in the 19th century, since being declared a protected species, their numbers are once again on the rise.\n",
+                "bottomDescription": "### Nearly extinct\nIn the 19th century, the blesbok was threatened with extinction because the animal was extensively hunted. For this reason, the South African government decided to impose a ban on hunting. Since then, the number of blesboks has risen. However, most blesboks do not live in the wild but in private reserves. Hunting is sometimes permitted in those reserves, but at the same time the owners ensure that the blesbok does not come close to extinction again. \n\n### Tough guys\nThe strongest males usually have the best territories. In order to keep hold of their territory, they make sure everyone knows it belongs to them. They do so by making dung heaps and spreading their scent. Nevertheless, when males want to take each other's territory or females, they don't often resort to fighting. Usually there are content to act tough. They stand side-by-side, throw up sand with their horns or stamp their hooves. If they do fight, the blesboks use their horns.\n",
+                "createdAt": "2023-03-14T10:48:33.452Z",
+                "updatedAt": "2024-09-25T13:28:38.060Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "44sgLhAuswCEggWKQSMQUW",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 391,
+      "attributes": {
+        "order": null,
+        "name": "Brazzameerkat",
+        "subtitle": "Een schuw dier",
+        "habitat": "(regen)wouden in het midden van Afrika",
+        "food": "Fruit, zaden en bladeren",
+        "age": "20 tot 25 jaar ",
+        "weight": "4 tot 7 kilo ",
+        "offspring": "1 jong",
+        "gestation": "6 maanden ",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Brazzameerkat\n*Cercopithecus neglectus*\n\nBrazzameerkatten leven in groepen. Ze laten overal hun geur achter om aan andere groepen te laten weten welk gebied van hen is. Toch zijn ze niet erg agressief naar andere brazzameerkatten die hun territorium binnenkomen. \n\n",
+        "bottomDescription": "### Goed verstopt \nHoewel ze veel voorkomen in Afrika, zijn Brazzameerkatten schuwe dieren. Ze laten zich in het wild niet snel zien. Ze leven vooral hoog in de bomen in het regenwoud. In het wild moeten ze vooral uitkijken voor arenden, panters en andere apen. Als er gevaar dreigt, verstoppen ze zich tussen de bladeren. Ze blijven dan helemaal stil zitten. De mannetjes klimmen soms hoger in de boom en maken veel geluid om de vijand af te schrikken.\n",
+        "createdAt": "2023-08-02T11:44:51.502Z",
+        "updatedAt": "2024-09-25T13:29:59.325Z",
+        "publishedAt": "2023-08-02T11:44:55.769Z",
+        "tenantRef": null,
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1425,
+              "attributes": {
+                "name": "Safaripark_dieren_brazzameerkat.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1371,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_brazzameerkat_244dc7f584.jpg",
+                    "hash": "large_Safaripark_dieren_brazzameerkat_244dc7f584",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark_dieren_brazzameerkat.jpg",
+                    "path": null,
+                    "size": 153.83,
+                    "width": 747,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_brazzameerkat_244dc7f584.jpg",
+                    "hash": "small_Safaripark_dieren_brazzameerkat_244dc7f584",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark_dieren_brazzameerkat.jpg",
+                    "path": null,
+                    "size": 40.75,
+                    "width": 373,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_brazzameerkat_244dc7f584.jpg",
+                    "hash": "medium_Safaripark_dieren_brazzameerkat_244dc7f584",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark_dieren_brazzameerkat.jpg",
+                    "path": null,
+                    "size": 87.69,
+                    "width": 560,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_brazzameerkat_244dc7f584.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_brazzameerkat_244dc7f584",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark_dieren_brazzameerkat.jpg",
+                    "path": null,
+                    "size": 5.06,
+                    "width": 117,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_brazzameerkat_244dc7f584",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 526.86,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_brazzameerkat_244dc7f584.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-08-02T11:41:15.375Z",
+                "updatedAt": "2023-08-02T11:41:39.376Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 1044,
+              "attributes": {
+                "name": "Brazzameerkat",
+                "tenantRef": null,
+                "createdAt": "2023-08-02T11:51:46.258Z",
+                "updatedAt": "2024-09-17T12:49:55.886Z",
+                "publishedAt": "2023-08-02T11:51:49.727Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 394,
+              "attributes": {
+                "name": "Singe de Brazza",
+                "subtitle": "Un animal timide",
+                "habitat": "les forêts d'Afrique centrale",
+                "food": "Fruits, graines et feuilles",
+                "age": "20 à 25 ans",
+                "weight": "4 à 7 kg",
+                "offspring": "1 mineur",
+                "gestation": "6 mois",
+                "iucn": "Sûr",
+                "eep": false,
+                "description": "# Singe de Brazza\n*Cercopithecus neglectus\n\nSinge de Brazza vivent en groupe. Ils laissent leur odeur partout pour que les autres groupes sachent quel territoire leur appartient. Cependant, ils ne sont pas très agressifs envers les autres chats brazzamers qui pénètrent sur leur territoire.\n\n",
+                "bottomDescription": "### Bien caché\nBien que répandus en Afrique, Singe de Brazza sont des animaux timides. Ils ne se montrent pas facilement dans la nature. Ils vivent principalement dans les arbres de la forêt tropicale. Dans la nature, ils doivent surtout se méfier des aigles, des léopards et d'autres singes. En cas de danger, ils se cachent dans les feuilles. Ils restent alors complètement immobiles. Les mâles montent parfois plus haut dans l'arbre et font beaucoup de bruit pour effrayer l'ennemi.\n",
+                "createdAt": "2023-08-02T11:50:43.964Z",
+                "updatedAt": "2024-09-25T13:29:59.409Z",
+                "publishedAt": "2023-08-02T11:50:47.102Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 393,
+              "attributes": {
+                "name": "Brazzameerkatze",
+                "subtitle": "Ein scheues Tier",
+                "habitat": "(Regen-)Wälder in Zentralafrika",
+                "food": "Früchte, Samen und Blätter",
+                "age": "20 bis 25 Jahre",
+                "weight": "4 bis 7 kg",
+                "offspring": "1 Jugendlicher",
+                "gestation": "6 Monate",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Brazzameerkatze\n*Cercopithecus neglectus*\n\nBrazzameerkatze leben in Gruppen. Sie hinterlassen überall ihren Geruch, damit andere Gruppen wissen, welches Gebiet ihnen gehört. Sie sind jedoch nicht sehr aggressiv gegenüber anderen Brazzameerkatze, die ihr Revier betreten.\n\n",
+                "bottomDescription": "### Gut versteckt\nObwohl sie in Afrika weit verbreitet sind, sind Brazzameerkatze scheue Tiere. In freier Wildbahn lassen sie sich nicht so leicht blicken. Sie leben hauptsächlich hoch oben in den Bäumen des Regenwaldes. In freier Wildbahn müssen sie sich vor allem vor Adlern, Leoparden und anderen Affen in Acht nehmen. Wenn Gefahr droht, verstecken sie sich zwischen den Blättern. Dann sitzen sie ganz still. Die Männchen klettern manchmal höher in den Baum und machen viel Lärm, um den Feind zu verscheuchen.\n",
+                "createdAt": "2023-08-02T11:48:40.504Z",
+                "updatedAt": "2024-09-25T13:29:59.407Z",
+                "publishedAt": "2023-08-02T11:48:44.326Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 392,
+              "attributes": {
+                "name": "De Brazza’s monkey",
+                "subtitle": "A shy animal",
+                "habitat": "(rain) forests in central Africa",
+                "food": "Fruits, seeds and leaves",
+                "age": "20 to 25 years",
+                "weight": "4 to 7 pounds",
+                "offspring": "1 juvenile",
+                "gestation": "6 months",
+                "iucn": "Safe",
+                "eep": false,
+                "description": "# De Brazza’s monkey\n*Cercopithecus neglectus*\n\nDe Brazza’s monkey live in groups. They leave their scent everywhere to let other groups know which area belongs to them. However, they arenot very aggressive toward other Brazza’s monkeys that enter their territory. \n",
+                "bottomDescription": "### Well-hidden\nAlthough common in Africa,  Brazza’s monkeys are shy animals. They do not show themselves easily in the wild. They mainly live high up in the trees in the rainforest. In the wild, they must especially watch out for eagles, leopards and other monkeys. When danger threatens, they hide among the leaves. They then sit completely still. The males sometimes climb higher in the tree and make a lot of noise to scare off the enemy.\n",
+                "createdAt": "2023-08-02T11:46:43.496Z",
+                "updatedAt": "2024-09-25T13:29:59.408Z",
+                "publishedAt": "2023-08-02T11:47:57.322Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 80,
+      "attributes": {
+        "order": null,
+        "name": "Colobusaap",
+        "subtitle": "De aap zonder duim",
+        "habitat": "Bosgebieden in het midden van Afrika",
+        "food": "Fruit, bladeren en bloemen",
+        "age": "20 jaar",
+        "weight": "Man: 10 - 13 kg Vrouw: 8 - 9 kg",
+        "offspring": "1 jong",
+        "gestation": "5 tot 6 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Colobusaap\n*Colobus guereza*\n\nDe colobusaap, ook wel franjeaap, dankt zijn naam aan het oud-Griekse woord “kolobos”. De vertaling daarvan slaat op “afgehakt” of “stompje”. Colobusapen hebben namelijk geen duim, maar een nagel. ",
+        "bottomDescription": "### Duimloos\nColobusapen hebben geen duim. Met vier lange vingers aan elke hand slingeren ze van boom naar boom. Een duim zit dan eigenlijk alleen maar in de weg. De Duitse ontdekkingsreiziger Rüppel ontdekte deze apen in 1830. Hij vond dat het leek alsof de duim van de colobusaap was afgehakt en heeft toen de naam colobus bedacht. \n\n### Samen zorgen\nEen pasgeboren colobusaap is helemaal wit met een roze gezicht. Na een paar weken begint de vacht donker te worden. Als ze 4 maanden oud zijn is hun vacht hetzelfde als dat van een volwassen colobusaap. De vader en moeder zorgen allebei voor het jong. Ook andere vrouwtjes in de groep helpen mee met de zorg voor de kleine. Het gebeurt soms zelfs dat een vrouwtje haar eigen jong én  het jong van een ander allebei melk geeft. ",
+        "createdAt": "2022-10-05T11:29:00.520Z",
+        "updatedAt": "2024-09-25T13:46:59.751Z",
+        "publishedAt": "2022-10-05T11:29:00.516Z",
+        "tenantRef": "1jnfJUOPRkceq8SGmeo4Yo",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1292,
+              "attributes": {
+                "name": "Safaripark-dieren-colobusaap.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_colobusaap_9eb37ede25.JPG",
+                    "hash": "large_Safaripark_dieren_colobusaap_9eb37ede25",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-colobusaap.JPG",
+                    "path": null,
+                    "size": 244.24,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_colobusaap_9eb37ede25.JPG",
+                    "hash": "small_Safaripark_dieren_colobusaap_9eb37ede25",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-colobusaap.JPG",
+                    "path": null,
+                    "size": 66.84,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_colobusaap_9eb37ede25.JPG",
+                    "hash": "medium_Safaripark_dieren_colobusaap_9eb37ede25",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-colobusaap.JPG",
+                    "path": null,
+                    "size": 144.64,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_colobusaap_9eb37ede25.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_colobusaap_9eb37ede25",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-colobusaap.JPG",
+                    "path": null,
+                    "size": 15.08,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_colobusaap_9eb37ede25",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 440.28,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_colobusaap_9eb37ede25.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:35:51.867Z",
+                "updatedAt": "2023-06-07T09:35:51.867Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 1052,
+              "attributes": {
+                "name": "Colobusaap",
+                "tenantRef": null,
+                "createdAt": "2023-08-02T12:13:06.422Z",
+                "updatedAt": "2024-09-17T12:50:44.343Z",
+                "publishedAt": "2023-08-02T12:13:09.660Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 135,
+              "attributes": {
+                "name": "Gorilla-eiland",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:41:07.271Z",
+                "updatedAt": "2023-05-09T06:57:53.219Z",
+                "publishedAt": "2023-02-15T08:41:09.306Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 369,
+              "attributes": {
+                "name": "Colobe guéréza",
+                "subtitle": "Le singe sans pouce",
+                "habitat": "Zones boisées du centre de l'Afrique",
+                "food": "Fruits, feuilles et fleurs",
+                "age": "20 ans",
+                "weight": "Mâle : 10 – 13 kg Femelle : 8 – 9 kg",
+                "offspring": "1 petit",
+                "gestation": "5 à 6 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Colobe guéréza\n*Colobus guereza*\n\nLe Colobe guéréza doit son nom au grec ancien « kolobos », qui signifie « mutilé » ou « moignon ». En effet, les Colobe guéréza n'ont pas de pouce mais juste un ongle.\n",
+                "bottomDescription": "### Pas de pouce\nLes Colobe guéréza n'ont pas de pouce. Ils se balancent d'arbre en arbre en utilisant leurs quatre doigts effilés. Pourquoi s'encombrer d'un pouce ?! C'est l'explorateur allemand Rüppel qui a découvert ces singes en 1830. Pour lui, c'était comme si le Colobe guéréza avait été mutilé et amputé d'un doigt et il lui a donc donné ce nom. \n\n### Co-parentalité\nÀ la naissance, le colobe guéréza est entièrement blanc avec un visage rose. Après quelques semaines, son pelage commence à foncer. À l'âge de 4 mois, le pelage a la même couleur que celui d'un singe adulte. Le père et la mère s'occupent tous les deux du petit. Les autres femelles du groupe aident aussi à prendre soin du petit. Il arrive même qu'une femelle allaite son petit en même temps que celui d'une autre.\n",
+                "createdAt": "2023-03-14T10:55:20.965Z",
+                "updatedAt": "2024-09-25T13:46:59.703Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1jnfJUOPRkceq8SGmeo4Yo",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 273,
+              "attributes": {
+                "name": "Schwarzweiße Colobus-Affe",
+                "subtitle": "Der Affe ohne Daumen",
+                "habitat": "Waldgebiete im mittleren Afrika",
+                "food": "Früchte, Blätter und Blumen",
+                "age": "20 Jahre",
+                "weight": "Männchen: 10 – 13 kg Weibchen: 8 – 9 kg",
+                "offspring": "1 Junges",
+                "gestation": "5 bis 6 Monate",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Schwarzweiße Colobus-Affe\n*Colobus guereza*\n\nDer Schwarzweiße Colobus-Affe verdankt seinen lateinischen Namen dem altgriechischen Wort „kolobos”. Das bedeutet so viel wie „abgehackt“ oder „Stummel“. Schwarzweiße Colobus-Affe haben nämlich keinen Daumen, sondern nur einen Nagel.\n",
+                "bottomDescription": "### Daumenlos\nSchwarzweiße Colobus-Affe haben keinen Daumen. Sie schwingen sich mit vier langen Fingern an jeder Hand von Baum zu Baum. Ein Daumen wäre dabei eigentlich nur im Weg. Der deutsche Forschungsreisende Rüppel hat diese Affen 1830 entdeckt. Er meinte, es sehe so aus, als sei der Daumen dieses Affen abgehackt worden, und hat sich daher den Namen Colobus für ihn ausgedacht. \n\n### Gemeinsame Aufzucht\nEin neu geborener Schwarzweiße Colobus-Affe ist vollständig weiß mit einem rosa Gesicht. Nach ein paar Wochen beginnt das Fell, dunkler zu werden. Wenn die Affen 4 Monate alt sind, gleicht ihr Fell dem eines erwachsenen Schwarzweiße Colobus-Affe. Vater und Mutter kümmern sich beide um das Junge. Auch andere Weibchen in der Gruppe helfen mit, die Jungtiere aufzuziehen. Manchmal säugt ein Weibchen ihr eigenes Junge und das einer anderen Mutter gleichzeitig.\n",
+                "createdAt": "2023-03-14T10:52:05.903Z",
+                "updatedAt": "2024-09-25T13:46:59.751Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1jnfJUOPRkceq8SGmeo4Yo",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 177,
+              "attributes": {
+                "name": "Black-and-white colobus",
+                "subtitle": "The monkey without a thumb",
+                "habitat": "Forested areas of central Africa",
+                "food": "Fruit, leaves and flowers",
+                "age": "20 years",
+                "weight": "Male: 10 - 13 kg Female: 8 - 9 kg",
+                "offspring": "1 young",
+                "gestation": "5 to 6 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Black-and-white colobus\n*Colobus guereza*\n\nThe black-and-white colobus takes its name from the ancient Greek word \"kolobos\", which means \"docked\" or \"stump\". This is because these monkeys do not have a thumb, just a nail.\n",
+                "bottomDescription": "### Thumbless\nBlack-and-white colobus monkeys have no thumb. They swing from tree to tree using four long fingers on each hand. A thumb would only get in the way. The German explorer Rüppel discovered these monkeys in 1830. He thought they looked as though their thumbs had been chopped off, which led him to name them 'colobus monkeys'. \n\n### Co-parenting\nA newborn black-and-white colobus is completely white with a pink face. After a few weeks, their fur starts to darken. By the time they are 4 months old, their coats are the same colour as that of an adult. The mother and father both care for the young. Other females in the group also help care for the little ones. In some cases, a female will feed her own young and the offspring of another mother with her own milk.\n",
+                "createdAt": "2023-03-14T10:49:01.178Z",
+                "updatedAt": "2024-09-25T13:46:59.750Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1jnfJUOPRkceq8SGmeo4Yo",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 399,
+      "attributes": {
+        "order": null,
+        "name": "Defassawaterbok",
+        "subtitle": "Vaak bij het water te vinden ",
+        "habitat": "Graslanden en bos in Midden-Afrika",
+        "food": "Gras, riet en kruiden",
+        "age": "18 jaar ",
+        "weight": "160 tot 300 kg",
+        "offspring": "1 jong",
+        "gestation": "9 maanden ",
+        "iucn": "Gevoelig",
+        "eep": false,
+        "description": "# Defassawaterbok\n*Kobus ellipsiprymnus*\n\nEr leven in Afrika twee soorten waterbokken; de Ellipswaterbok en de Defassawaterbok. Het grootste verschil tussen de twee kun je zien op de achterkant van het dier. De Defassawaterbok heeft twee grote witte plekken op zijn billen. De ellipswaterbok heeft een ronde kring rondom zijn staart. ",
+        "bottomDescription": "### Huis aan het water\nDefassawaterbokken blijven vaak heel lang in hetzelfde gebied wonen. Zolang het veilig is en er genoeg eten te vinden is, blijven ze soms wel 8 jaar op dezelfde plek. Het leefgebied van een waterbok is altijd in de buurt van water. Als er gevaar is verstoppen waterbokken zich in het lange gras of tussen de struiken. Maar ze zijn ook niet bang voor water, dus vluchten ze ook wel eens het water in. Ze lopen dan net zo ver het water in totdat alleen hun neusgaten nog boven water zijn.\n\n### Stoer doen\nVolwassen mannetjes van de Defassawaterbok hebben een eigen territorium. Ze moeten hun gebied goed verdedigen tegen andere mannetjes. Dat doen ze soms door te vechten, maar vaak is het genoeg om te laten zien hoe stoer je bent. Als mannetjes elkaar tegenkomen staan ze stil en maken ze zich zo groot mogelijk. Ze doen hun staart en hun kop recht omhoog. Als een mannetje ziet \ndat hij een gevecht niet kan winnen, doet hij zijn kop naar beneden en gaat hij daarna weg. Als er wel gevochten wordt, kan een gevecht wel 30 minuten duren.\n\n\n",
+        "createdAt": "2023-08-02T12:59:40.481Z",
+        "updatedAt": "2024-09-25T13:59:29.892Z",
+        "publishedAt": "2023-08-02T13:07:35.338Z",
+        "tenantRef": null,
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1427,
+              "attributes": {
+                "name": "Safaripark-dieren_Defassawaterbok.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Defassawaterbok_eef8f9448b.jpg",
+                    "hash": "large_Safaripark_dieren_Defassawaterbok_eef8f9448b",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren_Defassawaterbok.jpg",
+                    "path": null,
+                    "size": 105.31,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Defassawaterbok_eef8f9448b.jpg",
+                    "hash": "small_Safaripark_dieren_Defassawaterbok_eef8f9448b",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren_Defassawaterbok.jpg",
+                    "path": null,
+                    "size": 31.88,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Defassawaterbok_eef8f9448b.jpg",
+                    "hash": "medium_Safaripark_dieren_Defassawaterbok_eef8f9448b",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren_Defassawaterbok.jpg",
+                    "path": null,
+                    "size": 64.36,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Defassawaterbok_eef8f9448b.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Defassawaterbok_eef8f9448b",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren_Defassawaterbok.jpg",
+                    "path": null,
+                    "size": 8.84,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Defassawaterbok_eef8f9448b",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 221.92,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Defassawaterbok_eef8f9448b.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-08-02T13:02:37.016Z",
+                "updatedAt": "2023-08-02T13:02:37.016Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 1056,
+              "attributes": {
+                "name": "Defassawaterbok",
+                "tenantRef": null,
+                "createdAt": "2023-08-02T13:08:39.672Z",
+                "updatedAt": "2024-09-17T12:52:04.502Z",
+                "publishedAt": "2023-08-02T13:08:42.617Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1064,
+              "attributes": {
+                "name": "Olifantenvallei",
+                "tenantRef": null,
+                "createdAt": "2023-08-04T09:19:01.982Z",
+                "updatedAt": "2023-08-04T09:20:41.267Z",
+                "publishedAt": "2023-08-04T09:19:10.418Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 402,
+              "attributes": {
+                "name": "Cobe défassa",
+                "subtitle": "Souvent au bord de l'eau",
+                "habitat": "Prairies et forêts en Afrique centrale",
+                "food": "Herbes, roseaux et plantes aromatiques",
+                "age": "18 ans",
+                "weight": "160 à 300 kg",
+                "offspring": "1 mineur",
+                "gestation": "9 mois",
+                "iucn": "Sensible",
+                "eep": false,
+                "description": "#Cobe défassa\n*Kobus ellipsiprymnus*\n\nDeux espèces de cobes vivent en Afrique : Cobe à croissant et le cobe Defassa. La principale différence entre les deux se trouve sur le dos de l'animal. Le cobaye Defassa a deux grandes taches blanches sur les fesses. Le Cobe à croissan a un cercle autour de la queue.",
+                "bottomDescription": "### Maison au bord de l'eau\nLes cobes d'eau Defassa restent souvent très longtemps au même endroit. Tant que l'endroit est sûr et qu'il y a suffisamment de nourriture, ils restent parfois jusqu'à huit ans au même endroit. L'habitat d'un waterbuck est toujours situé à proximité de l'eau. En cas de danger, les cobes d'eau se cachent dans les hautes herbes ou dans les buissons. Mais ils n'ont pas peur de l'eau, et il leur arrive de s'y réfugier. Ils courent alors dans l'eau jusqu'à ce que seules leurs narines sortent de l'eau.\n\n### La robustesse\nLes mâles adultes du cobe Defassa ont leur propre territoire. Ils doivent bien défendre leur territoire contre les autres mâles. Ils le font parfois en se battant, mais il suffit souvent de montrer à quel point on est fort. Lorsque les mâles se rencontrent, ils s'immobilisent et se font aussi gros que possible. Ils dressent la queue et la tête. Si un mâle voit\nqu'il ne peut pas gagner un combat, il baisse la tête et s'en va. S'il se bat, le combat peut durer jusqu'à 30 minutes.\n\n\n",
+                "createdAt": "2023-08-02T13:04:45.651Z",
+                "updatedAt": "2024-09-25T13:59:29.846Z",
+                "publishedAt": "2023-08-02T13:07:40.684Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 401,
+              "attributes": {
+                "name": "Defassa-Wasserbock",
+                "subtitle": "Oft am Wasser zu finden",
+                "habitat": "Grasland und Wald in Zentralafrika",
+                "food": "Gras, Schilf und Kräuter",
+                "age": "18 Jahre",
+                "weight": "160 bis 300 kg",
+                "offspring": "1 Jugendlicher",
+                "gestation": "9 Monate",
+                "iucn": "Empfindlich",
+                "eep": false,
+                "description": "#Defassa-Wasserbock\n*Kobus ellipsiprymnus*\n\nIn Afrika leben zwei Arten von Wasserböcken: der Ellipsen-Wasserbock und der Defassa-Wasserbock. Der Hauptunterschied zwischen den beiden Arten ist auf dem Rücken des Tieres zu erkennen. Der Defassa-Wasserbock hat zwei große weiße Flecken auf seinem Gesäß. Der Ellipsen-Wasserbock hat einen runden Kreis um seinen Schwanz.",
+                "bottomDescription": "### Haus am Wasser\nDefassa-Wasserböcke bleiben oft für sehr lange Zeit in einem Gebiet. Solange es dort sicher ist und es genügend Nahrung gibt, bleiben sie manchmal bis zu acht Jahre lang am selben Ort. Der Lebensraum eines Wasserbocks befindet sich immer in der Nähe von Wasser. Wenn Gefahr droht, verstecken sich Wasserböcke im langen Gras oder im Gebüsch. Aber sie haben auch keine Angst vor Wasser und fliehen manchmal ins Wasser. Sie rennen dann ins Wasser, bis nur noch ihre Nasenlöcher über Wasser sind.\n\n### Zäh sein\nErwachsene Männchen des Defassa-Wasserbocks haben ihr eigenes Revier. Sie müssen ihr Revier gut gegen andere Männchen verteidigen. Manchmal tun sie dies durch Kämpfe, aber oft genügt es, zu zeigen, wie zäh man ist. Wenn Männchen einander begegnen, bleiben sie stehen und machen sich so groß wie möglich. Sie stellen den Schwanz und den Kopf aufrecht hin. Wenn ein Männchen sieht dass es einen Kampf nicht gewinnen kann, senkt es seinen Kopf und geht weg. Wenn es zum Kampf kommt, kann ein Kampf bis zu 30 Minuten dauern.",
+                "createdAt": "2023-08-02T13:03:48.371Z",
+                "updatedAt": "2024-09-25T13:59:29.893Z",
+                "publishedAt": "2023-08-02T13:07:14.126Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 400,
+              "attributes": {
+                "name": "Defassa waterbuck",
+                "subtitle": "Often found by the water",
+                "habitat": "Grasslands and forest in central Africa",
+                "food": "Grass, reeds and herbs",
+                "age": "18 years",
+                "weight": "160 to 300 kg",
+                "offspring": "1 juvenile",
+                "gestation": "9 months",
+                "iucn": "Sensitive",
+                "eep": false,
+                "description": "#Defassa waterbuck\n*Kobus ellipsiprymnus*\n\nTwo species of waterbuck live in Africa; the Common waterbuck and the Defassa waterbuck. You can see the main difference between the two on the back of the animal. The Defassa waterbuck has two large white spots on its buttocks. The Common waterbuck has a round circle around its tail.",
+                "bottomDescription": "### House by the water\nDefassa waterbucks often stay in the same area for a very long time. As long as it is safe and enough food can be found, they sometimes stay in the same place for up to 8 years. A waterbuck's habitat is always near water. When there is danger, waterbucks hide in the long grass or among the bushes. But they are also not afraid of water, so they sometimes flee into the water. They run into the water until only their nostrils are above the water.\n\n### Playing tough\nAdult males of the Defassa waterbuck have their own territory. They have to defend their territory well against other males. They sometimes do this by fighting, but often it is enough to show how tough you are. When males encounter each other, they stand still and make themselves as big as possible. They put their tail and head straight up. If a male sees that he cannot win a fight, he puts his head down and then leaves. If a fight does happen, a fight can last up to 30 minutes.\n",
+                "createdAt": "2023-08-02T13:02:42.251Z",
+                "updatedAt": "2024-09-25T13:59:29.891Z",
+                "publishedAt": "2023-08-02T13:07:20.962Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 28,
+      "attributes": {
+        "order": null,
+        "name": "Driekleurige glansspreeuw",
+        "subtitle": " Een regenboog ",
+        "habitat": "Oost-Afrika",
+        "food": "Insecten, week/schaaldieren en vruchten ",
+        "age": "15  jaar ",
+        "weight": "50 tot 80 gram",
+        "offspring": "2 tot 4 eieren",
+        "gestation": "15 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Driekleurige glansspreeuw\n*Lamprotornis superbus*\n\nDe driekleurige glansspreeuw dankt zijn naam aan zijn uiterlijk. Hij heeft een blauwgroene kop, met een groene en blauwe metaalglans. De roodachtige/bruine buik wordt gescheiden door een smalle witte band.",
+        "bottomDescription": "### Rendez vous struik\nElke vogel wil zijn nest op een veilige plek bouwen. De driekleurige glansspreeuw doet dit in struiken waar grotere roofvogels liever niet bij in de buurt komen. Ze nestelen zich namelijk vaak in doornstruiken.",
+        "createdAt": "2022-10-05T11:28:40.605Z",
+        "updatedAt": "2024-09-25T14:02:11.209Z",
+        "publishedAt": "2022-10-05T11:28:40.599Z",
+        "tenantRef": "wM4tPfluqkMSsA4yeCkio",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 421,
+              "attributes": {
+                "name": "willy-termohlen-de-vaan-1.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 4608,
+                "height": 3456,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_willy_termohlen_de_vaan_1_d4974a0045.jpg",
+                    "hash": "large_willy_termohlen_de_vaan_1_d4974a0045",
+                    "mime": "image/jpeg",
+                    "name": "large_willy-termohlen-de-vaan-1.jpg",
+                    "path": null,
+                    "size": 331.77,
+                    "width": 1000,
+                    "height": 750
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_willy_termohlen_de_vaan_1_d4974a0045.jpg",
+                    "hash": "small_willy_termohlen_de_vaan_1_d4974a0045",
+                    "mime": "image/jpeg",
+                    "name": "small_willy-termohlen-de-vaan-1.jpg",
+                    "path": null,
+                    "size": 81.41,
+                    "width": 500,
+                    "height": 375
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_willy_termohlen_de_vaan_1_d4974a0045.jpg",
+                    "hash": "medium_willy_termohlen_de_vaan_1_d4974a0045",
+                    "mime": "image/jpeg",
+                    "name": "medium_willy-termohlen-de-vaan-1.jpg",
+                    "path": null,
+                    "size": 187.87,
+                    "width": 750,
+                    "height": 563
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_willy_termohlen_de_vaan_1_d4974a0045.jpg",
+                    "hash": "thumbnail_willy_termohlen_de_vaan_1_d4974a0045",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_willy-termohlen-de-vaan-1.jpg",
+                    "path": null,
+                    "size": 13.83,
+                    "width": 208,
+                    "height": 156
+                  }
+                },
+                "hash": "willy_termohlen_de_vaan_1_d4974a0045",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 5670.14,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/willy_termohlen_de_vaan_1_d4974a0045.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:28:05.665Z",
+                "updatedAt": "2022-10-05T09:28:05.665Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 317,
+              "attributes": {
+                "name": "Choucador superbe",
+                "subtitle": "Un arc-en-ciel",
+                "habitat": "Afrique de l'Est  ",
+                "food": "Insectes, mollusques/crustacés et fruits",
+                "age": "15 ans",
+                "weight": "50 à 80 g",
+                "offspring": "2 à 4 œufs",
+                "gestation": "15 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Choucador superbe\n*Lamprotornis superbus*\n\nLe choucador superbe doit son nom à son apparence. Il a une tête bleu-vert, avec des reflets métalliques verts et bleus. Son ventre rougeâtre/brun est séparé par une fine bande blanche.\n",
+                "bottomDescription": "### Rendez-vous dans un arbuste\nLes oiseaux veulent tous faire leur nid dans un endroit sûr. Le choucador superbe fait son nid dans des arbustes dans lesquels les plus grands prédateurs ne s'aventurent pas. En effet, il s'installe souvent dans des arbustes épineux.\n",
+                "createdAt": "2023-03-14T10:53:56.717Z",
+                "updatedAt": "2024-09-25T14:02:11.167Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "wM4tPfluqkMSsA4yeCkio",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 221,
+              "attributes": {
+                "name": "Dreifarben-Glanzstar",
+                "subtitle": "Ein Regenbogen",
+                "habitat": "Ostafrika",
+                "food": "Insekten, Weich-/Schalentiere, Früchte",
+                "age": "15 Jahre",
+                "weight": "50 bis 80 Gramm",
+                "offspring": "2 bis 4 Eier",
+                "gestation": "15 tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Dreifarben-Glanzstar\n*Lamprotornis superbus*\n\nDer Dreifarben-Glanzstar verdankt seinen Namen seinem Aussehen. Er hat einen blaugrünen Kopf mit grünlichem und bläulichem Metallglanz. Der rötlich-braune Bauch wird durch einen schmalen weißen Streifen begrenzt.\n",
+                "bottomDescription": "### Rendezvous-Strauch\nJeder Vogel will sein Nest an einem sicheren Ort bauen. Der Dreifarben-Glanzstar wählt dazu Sträucher, deren Nähe größere Raubvögel meiden. Er nistet nämlich oft in Dornensträuchern.\n",
+                "createdAt": "2023-03-14T10:50:40.899Z",
+                "updatedAt": "2024-09-25T14:02:11.210Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "wM4tPfluqkMSsA4yeCkio",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 125,
+              "attributes": {
+                "name": "Superb starling",
+                "subtitle": "Rainbow",
+                "habitat": "East Africa  ",
+                "food": "Insects, molluscs/crustaceans and fruit",
+                "age": "15 years",
+                "weight": "50 to 80 grams",
+                "offspring": "2 to 4 eggs",
+                "gestation": "15 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Superb starling\n*Lamprotornis superbus*\n\nAs its name suggests, the superb starling has a stunning appearance. It has a bluish-green head, with a green and blue metallic sheen, which is separated from its reddish-brown abdomen by a narrow white band.\n\n\n",
+                "bottomDescription": "### Rendez-vous shrub\nAll birds seek to build their nests in a safe place. The Superb starling does so in bushes which larger birds of prey prefer to avoid – typically thorn bushes.",
+                "createdAt": "2023-03-14T10:47:36.966Z",
+                "updatedAt": "2024-09-25T14:02:11.211Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "wM4tPfluqkMSsA4yeCkio",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 18,
+      "attributes": {
+        "order": null,
+        "name": "Dromedaris",
+        "subtitle": "Met maar één bult",
+        "habitat": "Woestijnen over de hele wereld",
+        "food": "Alle verschillende (woestijn)planten",
+        "age": "40 tot 50 jaar",
+        "weight": "400 tot 600 kg",
+        "offspring": "1 jong",
+        "gestation": "15 maanden",
+        "iucn": "Niet geëvalueerd",
+        "eep": false,
+        "description": "# **Dromedaris**\n*Camelus dromedarius*\n\nEen kameel en dromedaris lijken veel op elkaar. Het duidelijkste verschil tussen de twee soorten is het aantal bulten op de rug: een kameel heeft er twee en een dromedaris slechts één.",
+        "bottomDescription": "### Ontsnapte huisdieren\nDe dromedaris is een gedomesticeerd dier. Dat betekent dat hij door mensen is gefokt. Er leven wel groepen dromedarissen in het wild. Bijvoorbeeld in Australië en in de Sahara. Die dieren zijn 'verwilderd'. Ze zijn ooit ontsnapt of vrijgelaten door mensen en in het wild verder gaan leven.",
+        "createdAt": "2022-10-05T11:28:36.650Z",
+        "updatedAt": "2024-09-25T14:04:14.238Z",
+        "publishedAt": "2022-10-05T11:28:36.644Z",
+        "tenantRef": "1duA3LlcbIqkSImOaqSA6w",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 332,
+              "attributes": {
+                "name": "dieren-018.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 5143,
+                "height": 3429,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_dieren_018_088ef39b1d.jpg",
+                    "hash": "large_dieren_018_088ef39b1d",
+                    "mime": "image/jpeg",
+                    "name": "large_dieren-018.jpg",
+                    "path": null,
+                    "size": 112.78,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_dieren_018_088ef39b1d.jpg",
+                    "hash": "small_dieren_018_088ef39b1d",
+                    "mime": "image/jpeg",
+                    "name": "small_dieren-018.jpg",
+                    "path": null,
+                    "size": 34.33,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_dieren_018_088ef39b1d.jpg",
+                    "hash": "medium_dieren_018_088ef39b1d",
+                    "mime": "image/jpeg",
+                    "name": "medium_dieren-018.jpg",
+                    "path": null,
+                    "size": 70.15,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_dieren_018_088ef39b1d.jpg",
+                    "hash": "thumbnail_dieren_018_088ef39b1d",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_dieren-018.jpg",
+                    "path": null,
+                    "size": 9.43,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "dieren_018_088ef39b1d",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 9626.49,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/dieren_018_088ef39b1d.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:25:34.724Z",
+                "updatedAt": "2022-10-05T09:25:34.724Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 15,
+            "attributes": {
+              "title": "Serengeti",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51751336788641,
+                    "lon": 5.11431768572538
+                  },
+                  {
+                    "lat": 51.517483948192506,
+                    "lon": 5.114402487435406
+                  },
+                  {
+                    "lat": 51.517425142835556,
+                    "lon": 5.114354884209575
+                  },
+                  {
+                    "lat": 51.51739826488013,
+                    "lon": 5.114345631747525
+                  },
+                  {
+                    "lat": 51.51735461740832,
+                    "lon": 5.114343202281542
+                  },
+                  {
+                    "lat": 51.51730857875948,
+                    "lon": 5.114394595105637
+                  },
+                  {
+                    "lat": 51.51723733939522,
+                    "lon": 5.114436722404354
+                  },
+                  {
+                    "lat": 51.51717701973297,
+                    "lon": 5.11448282098718
+                  },
+                  {
+                    "lat": 51.51712933334213,
+                    "lon": 5.11454767383675
+                  },
+                  {
+                    "lat": 51.517074896617885,
+                    "lon": 5.114596425275191
+                  },
+                  {
+                    "lat": 51.516980193834605,
+                    "lon": 5.114653491571612
+                  },
+                  {
+                    "lat": 51.51695762154312,
+                    "lon": 5.1146912926513775
+                  },
+                  {
+                    "lat": 51.516923333899896,
+                    "lon": 5.114743957031538
+                  },
+                  {
+                    "lat": 51.51689404265911,
+                    "lon": 5.114779107017332
+                  },
+                  {
+                    "lat": 51.51685803203609,
+                    "lon": 5.114812954454884
+                  },
+                  {
+                    "lat": 51.51681376313327,
+                    "lon": 5.114903344105939
+                  },
+                  {
+                    "lat": 51.5167878626362,
+                    "lon": 5.114953269616885
+                  },
+                  {
+                    "lat": 51.516756025875665,
+                    "lon": 5.1149776725606175
+                  },
+                  {
+                    "lat": 51.5167200953101,
+                    "lon": 5.115045148066577
+                  },
+                  {
+                    "lat": 51.51665567662798,
+                    "lon": 5.115132966499667
+                  },
+                  {
+                    "lat": 51.516608312269206,
+                    "lon": 5.115336370606827
+                  },
+                  {
+                    "lat": 51.516544030997736,
+                    "lon": 5.1154833770577435
+                  },
+                  {
+                    "lat": 51.516461480831985,
+                    "lon": 5.11571389088691
+                  },
+                  {
+                    "lat": 51.51639378474472,
+                    "lon": 5.1158367044732165
+                  },
+                  {
+                    "lat": 51.516332829741046,
+                    "lon": 5.115970236552369
+                  },
+                  {
+                    "lat": 51.516278758831156,
+                    "lon": 5.116177712210694
+                  },
+                  {
+                    "lat": 51.51627217538799,
+                    "lon": 5.116234246463308
+                  },
+                  {
+                    "lat": 51.5162740321969,
+                    "lon": 5.116310908675788
+                  },
+                  {
+                    "lat": 51.51626032698688,
+                    "lon": 5.116332934796794
+                  },
+                  {
+                    "lat": 51.51628461937557,
+                    "lon": 5.116425855567947
+                  },
+                  {
+                    "lat": 51.516304422654564,
+                    "lon": 5.11641552611302
+                  },
+                  {
+                    "lat": 51.516337505947995,
+                    "lon": 5.116482857086582
+                  },
+                  {
+                    "lat": 51.51637408601379,
+                    "lon": 5.116530876535846
+                  },
+                  {
+                    "lat": 51.51643755578144,
+                    "lon": 5.11657079213519
+                  },
+                  {
+                    "lat": 51.51652152528556,
+                    "lon": 5.116595259818765
+                  },
+                  {
+                    "lat": 51.51661597959361,
+                    "lon": 5.116599723114319
+                  },
+                  {
+                    "lat": 51.51667805211732,
+                    "lon": 5.116585900648335
+                  },
+                  {
+                    "lat": 51.51676113685979,
+                    "lon": 5.116585406407392
+                  },
+                  {
+                    "lat": 51.51683754010543,
+                    "lon": 5.116598405196424
+                  },
+                  {
+                    "lat": 51.516954347872584,
+                    "lon": 5.116663622716132
+                  },
+                  {
+                    "lat": 51.517082140618115,
+                    "lon": 5.116761061589637
+                  },
+                  {
+                    "lat": 51.517156157757114,
+                    "lon": 5.116830568196323
+                  },
+                  {
+                    "lat": 51.51720839913361,
+                    "lon": 5.116920385950403
+                  },
+                  {
+                    "lat": 51.51725318155195,
+                    "lon": 5.117050602675626
+                  },
+                  {
+                    "lat": 51.51725178538274,
+                    "lon": 5.117173019982312
+                  },
+                  {
+                    "lat": 51.517231892442474,
+                    "lon": 5.117280753756446
+                  },
+                  {
+                    "lat": 51.51713077822326,
+                    "lon": 5.117469677872012
+                  },
+                  {
+                    "lat": 51.51708052502472,
+                    "lon": 5.117514367017336
+                  },
+                  {
+                    "lat": 51.51704450918958,
+                    "lon": 5.1175455183280185
+                  },
+                  {
+                    "lat": 51.517018588943685,
+                    "lon": 5.1175873718488445
+                  },
+                  {
+                    "lat": 51.51699190672332,
+                    "lon": 5.117662861724359
+                  },
+                  {
+                    "lat": 51.5169787104669,
+                    "lon": 5.117763826900057
+                  },
+                  {
+                    "lat": 51.51697662149408,
+                    "lon": 5.117949471551657
+                  },
+                  {
+                    "lat": 51.51698943525321,
+                    "lon": 5.118047594360971
+                  },
+                  {
+                    "lat": 51.51702079990767,
+                    "lon": 5.118183270519801
+                  },
+                  {
+                    "lat": 51.51711299302329,
+                    "lon": 5.11849346093048
+                  },
+                  {
+                    "lat": 51.51715848027276,
+                    "lon": 5.118565830128011
+                  },
+                  {
+                    "lat": 51.5172224454171,
+                    "lon": 5.118644818524631
+                  },
+                  {
+                    "lat": 51.51726709614013,
+                    "lon": 5.1187185414950935
+                  },
+                  {
+                    "lat": 51.51730591952191,
+                    "lon": 5.118813817554845
+                  },
+                  {
+                    "lat": 51.51732459382958,
+                    "lon": 5.1189051814785325
+                  },
+                  {
+                    "lat": 51.51731640898494,
+                    "lon": 5.118995355318495
+                  },
+                  {
+                    "lat": 51.5172980774421,
+                    "lon": 5.119053308208873
+                  },
+                  {
+                    "lat": 51.51725378803356,
+                    "lon": 5.119136969450851
+                  },
+                  {
+                    "lat": 51.517201878527686,
+                    "lon": 5.119191083140527
+                  },
+                  {
+                    "lat": 51.51713737654281,
+                    "lon": 5.119243922371839
+                  },
+                  {
+                    "lat": 51.51703942743945,
+                    "lon": 5.119350768921527
+                  },
+                  {
+                    "lat": 51.51697670924198,
+                    "lon": 5.119449336815232
+                  },
+                  {
+                    "lat": 51.51693407704205,
+                    "lon": 5.1195235708727465
+                  },
+                  {
+                    "lat": 51.516886390928725,
+                    "lon": 5.1195897636930745
+                  },
+                  {
+                    "lat": 51.51685706743143,
+                    "lon": 5.119611460303035
+                  },
+                  {
+                    "lat": 51.51679828926557,
+                    "lon": 5.119598352768936
+                  },
+                  {
+                    "lat": 51.5167890469906,
+                    "lon": 5.119594373171482
+                  },
+                  {
+                    "lat": 51.516762916558086,
+                    "lon": 5.119544756438704
+                  },
+                  {
+                    "lat": 51.51673348523967,
+                    "lon": 5.119519371586666
+                  },
+                  {
+                    "lat": 51.51669403064275,
+                    "lon": 5.11951556690462
+                  },
+                  {
+                    "lat": 51.516721666719924,
+                    "lon": 5.1194898462825025
+                  },
+                  {
+                    "lat": 51.516587328981885,
+                    "lon": 5.119099195648308
+                  },
+                  {
+                    "lat": 51.516550471006724,
+                    "lon": 5.119129006158151
+                  },
+                  {
+                    "lat": 51.516567945837615,
+                    "lon": 5.119064337020911
+                  },
+                  {
+                    "lat": 51.5165584213346,
+                    "lon": 5.1189366035851025
+                  },
+                  {
+                    "lat": 51.516538051255736,
+                    "lon": 5.118837180425673
+                  },
+                  {
+                    "lat": 51.516509405000576,
+                    "lon": 5.118788924851153
+                  },
+                  {
+                    "lat": 51.516436239617235,
+                    "lon": 5.118723444953972
+                  },
+                  {
+                    "lat": 51.51640160093396,
+                    "lon": 5.118624106394582
+                  },
+                  {
+                    "lat": 51.51639809311873,
+                    "lon": 5.11855821557644
+                  },
+                  {
+                    "lat": 51.51642377863587,
+                    "lon": 5.118414133210312
+                  },
+                  {
+                    "lat": 51.516431418109384,
+                    "lon": 5.118087215637533
+                  },
+                  {
+                    "lat": 51.51641864156555,
+                    "lon": 5.118005235289563
+                  },
+                  {
+                    "lat": 51.51639328620659,
+                    "lon": 5.117928711857552
+                  },
+                  {
+                    "lat": 51.516375502071014,
+                    "lon": 5.117858868817238
+                  },
+                  {
+                    "lat": 51.51636952174004,
+                    "lon": 5.11781316813487
+                  },
+                  {
+                    "lat": 51.516360005178555,
+                    "lon": 5.117689472273619
+                  },
+                  {
+                    "lat": 51.516342253231215,
+                    "lon": 5.117634425046267
+                  },
+                  {
+                    "lat": 51.51631021291578,
+                    "lon": 5.11757004909997
+                  },
+                  {
+                    "lat": 51.51623526534033,
+                    "lon": 5.117460191657155
+                  },
+                  {
+                    "lat": 51.5161445676213,
+                    "lon": 5.117435171747964
+                  },
+                  {
+                    "lat": 51.516068096150576,
+                    "lon": 5.117392580612684
+                  },
+                  {
+                    "lat": 51.51590990960488,
+                    "lon": 5.117217304212651
+                  },
+                  {
+                    "lat": 51.515845915519485,
+                    "lon": 5.117126215745524
+                  },
+                  {
+                    "lat": 51.515726486793326,
+                    "lon": 5.117016624326407
+                  },
+                  {
+                    "lat": 51.515634876592,
+                    "lon": 5.116959325696365
+                  },
+                  {
+                    "lat": 51.5155836378711,
+                    "lon": 5.116940800595213
+                  },
+                  {
+                    "lat": 51.51550641869968,
+                    "lon": 5.116937222592847
+                  },
+                  {
+                    "lat": 51.51536114447154,
+                    "lon": 5.116901766673072
+                  },
+                  {
+                    "lat": 51.515326939172745,
+                    "lon": 5.116873871361611
+                  },
+                  {
+                    "lat": 51.51499534360474,
+                    "lon": 5.116231982978588
+                  },
+                  {
+                    "lat": 51.515054866990695,
+                    "lon": 5.115842443508976
+                  },
+                  {
+                    "lat": 51.51510898461603,
+                    "lon": 5.115535435477171
+                  },
+                  {
+                    "lat": 51.515185449523955,
+                    "lon": 5.1152139442313125
+                  },
+                  {
+                    "lat": 51.51522210072129,
+                    "lon": 5.115095352495338
+                  },
+                  {
+                    "lat": 51.515312162901814,
+                    "lon": 5.114847312188049
+                  },
+                  {
+                    "lat": 51.515448912415266,
+                    "lon": 5.114466271847187
+                  },
+                  {
+                    "lat": 51.51553802877843,
+                    "lon": 5.114281828431416
+                  },
+                  {
+                    "lat": 51.51560044422495,
+                    "lon": 5.114172496570397
+                  },
+                  {
+                    "lat": 51.51574091573335,
+                    "lon": 5.114049458901593
+                  },
+                  {
+                    "lat": 51.515894397023985,
+                    "lon": 5.114005492918075
+                  },
+                  {
+                    "lat": 51.516128399055525,
+                    "lon": 5.1139408648334
+                  },
+                  {
+                    "lat": 51.5162692077973,
+                    "lon": 5.113860654562925
+                  },
+                  {
+                    "lat": 51.516370971906646,
+                    "lon": 5.1137806237175045
+                  },
+                  {
+                    "lat": 51.51641915959838,
+                    "lon": 5.113742726323187
+                  },
+                  {
+                    "lat": 51.516435437002905,
+                    "lon": 5.113720753032444
+                  },
+                  {
+                    "lat": 51.516475213854136,
+                    "lon": 5.11366705848047
+                  },
+                  {
+                    "lat": 51.51655391379947,
+                    "lon": 5.113585877577898
+                  },
+                  {
+                    "lat": 51.516664988493076,
+                    "lon": 5.113352496466508
+                  },
+                  {
+                    "lat": 51.516726156701736,
+                    "lon": 5.113310428634491
+                  },
+                  {
+                    "lat": 51.51679391140635,
+                    "lon": 5.11321451369175
+                  },
+                  {
+                    "lat": 51.516850686324105,
+                    "lon": 5.113089069678662
+                  },
+                  {
+                    "lat": 51.516949115627405,
+                    "lon": 5.112831552447051
+                  },
+                  {
+                    "lat": 51.516974371913335,
+                    "lon": 5.112716679448811
+                  },
+                  {
+                    "lat": 51.51698401086497,
+                    "lon": 5.112672841055061
+                  },
+                  {
+                    "lat": 51.51699146552102,
+                    "lon": 5.112638936543297
+                  },
+                  {
+                    "lat": 51.517030563459684,
+                    "lon": 5.112485518573822
+                  },
+                  {
+                    "lat": 51.51704992818163,
+                    "lon": 5.112439434336469
+                  },
+                  {
+                    "lat": 51.51707074417633,
+                    "lon": 5.1124080970522945
+                  },
+                  {
+                    "lat": 51.51709832455086,
+                    "lon": 5.11239260704171
+                  },
+                  {
+                    "lat": 51.517176606328974,
+                    "lon": 5.112406889939882
+                  },
+                  {
+                    "lat": 51.5172651470129,
+                    "lon": 5.11243384685729
+                  },
+                  {
+                    "lat": 51.51735714371624,
+                    "lon": 5.112475665642598
+                  },
+                  {
+                    "lat": 51.51741388323612,
+                    "lon": 5.112513660586111
+                  },
+                  {
+                    "lat": 51.51744925420491,
+                    "lon": 5.1125659066010165
+                  },
+                  {
+                    "lat": 51.51747080291054,
+                    "lon": 5.11262832983704
+                  },
+                  {
+                    "lat": 51.517526344896936,
+                    "lon": 5.112826999082575
+                  },
+                  {
+                    "lat": 51.51755296139677,
+                    "lon": 5.112903260416849
+                  },
+                  {
+                    "lat": 51.51757999913738,
+                    "lon": 5.112958334853191
+                  },
+                  {
+                    "lat": 51.517609359960346,
+                    "lon": 5.112997504125248
+                  },
+                  {
+                    "lat": 51.51765762698247,
+                    "lon": 5.1130463968025985
+                  },
+                  {
+                    "lat": 51.51772573866335,
+                    "lon": 5.1131027367296165
+                  },
+                  {
+                    "lat": 51.5177579113353,
+                    "lon": 5.113132809783807
+                  },
+                  {
+                    "lat": 51.5177858785913,
+                    "lon": 5.113181067217854
+                  },
+                  {
+                    "lat": 51.51787124999132,
+                    "lon": 5.113350049800872
+                  },
+                  {
+                    "lat": 51.517851304767085,
+                    "lon": 5.113501501839975
+                  },
+                  {
+                    "lat": 51.51788231418559,
+                    "lon": 5.113582241430697
+                  },
+                  {
+                    "lat": 51.51779360604989,
+                    "lon": 5.113500549451932
+                  },
+                  {
+                    "lat": 51.51750305913108,
+                    "lon": 5.1143082128502755
+                  },
+                  {
+                    "lat": 51.51751336788641,
+                    "lon": 5.11431768572538
+                  }
+                ]
+              },
+              "description": "Op deze savanne vind je giraffes, zebra's, struisvogels, waterbokken, nijlantilopen, neushoorns, gnoes, dromedaris en watoessirund.",
+              "createdAt": "2022-10-05T12:41:54.410Z",
+              "updatedAt": "2022-10-05T12:43:23.876Z",
+              "publishedAt": "2022-10-05T12:41:54.363Z",
+              "tenantRef": "5V0kworXB6EM4qUIYgIeKM",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 908,
+              "attributes": {
+                "name": "Dromedaris",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:50:16.575Z",
+                "updatedAt": "2024-09-17T12:52:54.507Z",
+                "publishedAt": "2023-07-13T08:50:20.203Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 151,
+              "attributes": {
+                "name": "Woestijn",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:08:37.147Z",
+                "updatedAt": "2023-05-09T06:58:40.302Z",
+                "publishedAt": "2023-02-15T09:08:38.889Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 11,
+              "attributes": {
+                "title": "Woestijngebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.51422559455459,
+                    "lon": 5.106356840360018
+                  },
+                  {
+                    "lat": 51.51413211964273,
+                    "lon": 5.106913398730608
+                  },
+                  {
+                    "lat": 51.51377991780532,
+                    "lon": 5.106658588874193
+                  },
+                  {
+                    "lat": 51.51391512357206,
+                    "lon": 5.10625625752195
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:26:46.811Z",
+                "updatedAt": "2023-07-10T07:48:11.257Z",
+                "publishedAt": "2023-01-13T07:26:48.727Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 307,
+              "attributes": {
+                "name": "Dromadaire",
+                "subtitle": "Une seule bosse",
+                "habitat": "Déserts du monde entier",
+                "food": "Différentes sortes de plantes (désert)",
+                "age": "40 à 50 ans",
+                "weight": "400 à 600 kg",
+                "offspring": "1 petit",
+                "gestation": "15 mois",
+                "iucn": "Non évalué",
+                "eep": false,
+                "description": "# Dromadaire\n*Camelus dromedarius*\n\nLes chameaux et les dromadaires se ressemblent beaucoup. La principale différence entre les deux espèces est le nombre de bosses sur leur dos : un chameau a deux bosses et un dromadaire une seule.\n",
+                "bottomDescription": "### Animaux domestiques en fuite\nLe dromadaire est un animal domestiqué. Cela signifie qu'il est élevé par l'homme. On trouve toutefois des groupes de dromadaires à l'état sauvage. Par exemple, en Australie et au Sahara. Ces animaux sont revenus à l'état sauvage. Ils ont été mis en liberté ou se sont échappés et sont retournés à la vie sauvage.\n",
+                "createdAt": "2023-03-14T10:53:40.248Z",
+                "updatedAt": "2024-09-25T14:04:14.192Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1duA3LlcbIqkSImOaqSA6w",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 211,
+              "attributes": {
+                "name": "Dromedar",
+                "subtitle": "Mit nur einem Höcker",
+                "habitat": "Wüsten in aller Welt",
+                "food": "Die verschiedensten (Wüsten-)Pflanzen",
+                "age": "40 bis 50 Jahre",
+                "weight": "400 bis 600 kg",
+                "offspring": "1 Junges",
+                "gestation": "15 Monate",
+                "iucn": "Nicht bewertet",
+                "eep": false,
+                "description": "# Dromedar\n*Camelus dromedarius*\n\nDas Kamel und das Dromedar sind sich sehr ähnlich. Der deutlichste Unterschied zwischen beiden Sorten ist die Zahl der Höcker auf dem Rücken: Ein Kamel hat zwei und ein Dromedar nur einen Höcker.\n",
+                "bottomDescription": "### Entlaufene Haustiere\nDas Dromedar ist ein domestiziertes Tier. Das heißt, dass es von Menschen gezüchtet wurde. Aber auch in der freien Wilbahn leben einige Gruppen von Dromedaren. Beispielsweise in Australien und in der Sahara. Diese Tiere sind „verwildert”. Sie sind entlaufen oder wurden irgendwann freigelassen und pflanzten sich dann weiter fort.\n",
+                "createdAt": "2023-03-14T10:50:25.147Z",
+                "updatedAt": "2024-09-25T14:04:14.237Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1duA3LlcbIqkSImOaqSA6w",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 115,
+              "attributes": {
+                "name": "Dromedary",
+                "subtitle": "Only one hump",
+                "habitat": "Deserts around the world",
+                "food": "All the different types of desert plants",
+                "age": "40 to 50 years",
+                "weight": "400 to 600 kg",
+                "offspring": "1 young",
+                "gestation": "15 months",
+                "iucn": "Not evaluated",
+                "eep": false,
+                "description": "# Dromedary\n*Camelus dromedarius*\n\nCamels and dromedaries are similar in many respects. The most obvious difference between the two species is the number of humps on their back: camels have two and dromedaries only one.",
+                "bottomDescription": "### Escaped pets\nThe dromedary is a domesticated animal. This means it was bred by humans. However, groups of dromedaries do live in the wild – for example in Australia and in the Sahara desert. These animals have 'gone wild'. They once escaped or were released by humans and went on to establish themselves in the wild.",
+                "createdAt": "2023-03-14T10:47:20.615Z",
+                "updatedAt": "2024-09-25T14:04:14.237Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1duA3LlcbIqkSImOaqSA6w",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 5,
+      "attributes": {
+        "order": null,
+        "name": "Edelhert",
+        "subtitle": "Ieder jaar een nieuw gewei",
+        "habitat": "West-Europa en Groot-Brittannië",
+        "food": "Gras, wortels, vruchten en boomschors",
+        "age": "15-20 jaar",
+        "weight": "150 tot 255 kilo",
+        "offspring": "8,5 maanden",
+        "gestation": "1 jong",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Edelhert\n*Cervus elaphus*\n\nIn Europa is het edelhert het op een na grootste hert! Alleen de eland is groter. Het gewei van een mannetje kan uitgoeien tot wel 90 centimeter. Ieder jaar wisselt het edelhert van gewei onder invloed van geslachtshormonen. Nadat het is afgeworpen, begint meteen het groeien van het nieuwe gewei. ",
+        "bottomDescription": "## Heel herkenbaar\nHet edelhert is een van de grote diersoorten die in Nederland ook van oorsprong in het wild voorkomt. Ook in het Safaripark loopt een kudde rond. Kijk maar eens of je het mannetje kunt vinden. Meestal kun je een bok, zo heet een hertenmannetje, herkennen aan zijn gewei. Dit is echter niet altijd het geval! Een bok verliest elk jaar opnieuw zijn gewei. In ongeveer vijf maanden groeit er weer een nieuw gewei terug. Als hij goed in conditie is wordt dat nieuwe gewei een klein stukje groter dan het vorige. Zo kan een hinde, een vrouwtjeshert, van een afstand zien of een mannetje de moeite waard is om mee te paren.",
+        "createdAt": "2022-10-05T11:28:31.665Z",
+        "updatedAt": "2023-06-07T09:39:07.863Z",
+        "publishedAt": "2022-10-05T11:28:31.659Z",
+        "tenantRef": "RheoJE2yg6KeEiI2SQqcE",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1293,
+              "attributes": {
+                "name": "Safaripark-dierenrijk-edelhert.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 713,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dierenrijk_edelhert_18dbec0a85.jpg",
+                    "hash": "large_Safaripark_dierenrijk_edelhert_18dbec0a85",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dierenrijk-edelhert.jpg",
+                    "path": null,
+                    "size": 63.59,
+                    "width": 1000,
+                    "height": 696
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dierenrijk_edelhert_18dbec0a85.jpg",
+                    "hash": "small_Safaripark_dierenrijk_edelhert_18dbec0a85",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dierenrijk-edelhert.jpg",
+                    "path": null,
+                    "size": 20.46,
+                    "width": 500,
+                    "height": 348
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dierenrijk_edelhert_18dbec0a85.jpg",
+                    "hash": "medium_Safaripark_dierenrijk_edelhert_18dbec0a85",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dierenrijk-edelhert.jpg",
+                    "path": null,
+                    "size": 39.33,
+                    "width": 750,
+                    "height": 522
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dierenrijk_edelhert_18dbec0a85.jpg",
+                    "hash": "thumbnail_Safaripark_dierenrijk_edelhert_18dbec0a85",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dierenrijk-edelhert.jpg",
+                    "path": null,
+                    "size": 5.77,
+                    "width": 224,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dierenrijk_edelhert_18dbec0a85",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 148.66,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dierenrijk_edelhert_18dbec0a85.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:38:59.330Z",
+                "updatedAt": "2023-06-07T09:38:59.330Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 921,
+              "attributes": {
+                "name": "Edelhert",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:19:08.254Z",
+                "updatedAt": "2023-08-02T09:51:44.060Z",
+                "publishedAt": "2023-07-19T12:19:32.955Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 132,
+              "attributes": {
+                "name": "Europees bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:35:28.882Z",
+                "updatedAt": "2023-07-19T12:17:48.983Z",
+                "publishedAt": "2023-02-15T08:35:30.929Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 6,
+              "attributes": {
+                "title": "Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.52282609089278,
+                    "lon": 5.106487300559581
+                  },
+                  {
+                    "lat": 51.523108964829945,
+                    "lon": 5.10657715456158
+                  },
+                  {
+                    "lat": 51.522938740016336,
+                    "lon": 5.107025083467079
+                  },
+                  {
+                    "lat": 51.52277268676646,
+                    "lon": 5.10679307238727
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:16:40.777Z",
+                "updatedAt": "2023-07-10T07:43:19.666Z",
+                "publishedAt": "2023-01-13T07:16:43.547Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 294,
+              "attributes": {
+                "name": "Cerf élaphe",
+                "subtitle": "De nouveaux bois chaque année",
+                "habitat": "Europe occidentale et Grande-Bretagne",
+                "food": "Herbe, carottes, fruits, écorce d'arbres",
+                "age": "15-20 ans",
+                "weight": "150 à 255 kilos",
+                "offspring": "8,5 mois",
+                "gestation": "1 petit ",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Cerf élaphe\n*Cervus elaphus*\n\nLe cerf élaphe est le deuxième plus grand cerf d'Europe ! Seul l'élan est plus grand. Les bois du mâle peuvent atteindre jusqu'à 90 centimètres. Chaque année, le cerf élaphe a de nouveaux bois qui poussent sous l'effet de certaines hormones. Dès que les anciens bois se détachent, les nouveaux commencent à pousser.\n",
+                "bottomDescription": "## Facilement identifiable\nLe cerf élaphe est l'une des plus grandes espèces d'animaux à l'état sauvage originaires des Pays-Bas. Il y a d'ailleurs un troupeau au Safaripark. À vous d'essayer de repérer le mâle ! En général, on reconnaît le brocard (le nom du cerf mâle) à ses bois. Mais ce n'est pas toujours le cas ! Un brocard perd ses bois chaque année. Les nouveaux bois mettent près de 5 mois à pousser. Si l'animal est en bonne forme, les nouveaux bois seront un peu plus grands que les précédents. Ainsi, une biche (la femelle du cerf) peut voir de loin si le mâle est un bon partenaire potentiel.\n",
+                "createdAt": "2023-03-14T10:53:18.771Z",
+                "updatedAt": "2023-06-07T09:39:08.429Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "RheoJE2yg6KeEiI2SQqcE",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 198,
+              "attributes": {
+                "name": "Rothirsch",
+                "subtitle": "Jedes Jahr ein neues Geweih",
+                "habitat": "Westeuropa und Großbritannien",
+                "food": "Gras, Wurzeln, Früchte und Baumrinde",
+                "age": "15-20 Jahre",
+                "weight": "150 bis 255 Kilo",
+                "offspring": "8,5 Monate",
+                "gestation": "1 Junges",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Rothirsch\n*Cervus elaphus*\n\nIn Europa ist der Rothirsch der zweitgrößte Hirsch! Nur der Elch ist noch größer. Das Geweih eines Männchens kann bis zu 90 Zentimeter groß werden. Der Rothirsch wechselt jedes Jahre das Geweih, was durch Geschlechtshormone gesteuert wird. Wenn das alte Geweih abgeworfen wurde, beginnt sofort ein neues Geweih nachzuwachsen.\n",
+                "bottomDescription": "## Gut erkennbar\nDer Rothirsch ist eine der größten Tierarten, die in den Niederlanden als ursprüngliche Wildtiere vorkommen. Auch im Safaripark lebt eine ganze Herde. Versuchen Sie einmal, das Männchen herauszufinden. Meistens können Sie einen Bock (wie man das Männchen bei Hirschen nennt) an seinem Geweih erkennen. Das ist aber nicht immer der Fall! Ein Bock wirft jedes Jahr sein Geweih ab. In etwa fünf Monaten wächst wieder ein neues Geweih heran. Wenn er gut in Form ist, wird dieses neue Geweih ein kleines Stück größer als das vorige. So kann eine Hirschkuh schon von weitem sehen, ob ein Männchen sich als Partner lohnt.\n",
+                "createdAt": "2023-03-14T10:50:04.210Z",
+                "updatedAt": "2023-06-07T09:39:08.438Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "RheoJE2yg6KeEiI2SQqcE",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 102,
+              "attributes": {
+                "name": "Red deer",
+                "subtitle": "New antlers every year",
+                "habitat": "Western Europe and Great Britain",
+                "food": "Grass, roots, fruit and tree bark",
+                "age": "15-20 years",
+                "weight": "150 to 255 kilos",
+                "offspring": "8.5 months",
+                "gestation": "1 young",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Red deer\n*Cervus elaphus*\n\nIn Europe, the red deer is the second largest deer! Only the elk is larger. A male’s antlers can grow up to 90 centimetres. Every year, the red deer grows new antlers in a testosterone-driven process. Once the antlers are shed, new ones start to grow.\n",
+                "bottomDescription": "## Recognisable\nThe red deer is one of the largest species in the wild that are native to the Netherlands. There is also a herd of them in the Safari Park. Try to see if you can spot a bull. A stag - a male deer - can usually be recognised by its antlers. But not always! Stags shed their antlers every year. New antlers grow back in about five months. If the stag is in good shape, the new antlers grow to be slightly bigger than the last ones. That way, a hind - a female deer - can see from a distance if it is worth it for her to mate with the stag.\n",
+                "createdAt": "2023-03-14T10:46:59.643Z",
+                "updatedAt": "2023-06-07T09:39:08.435Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "RheoJE2yg6KeEiI2SQqcE",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 79,
+      "attributes": {
+        "order": null,
+        "name": "Elandantilope",
+        "subtitle": "Een van de grootste antilopensoorten",
+        "habitat": "Bosgebieden in het zuiden van Afrika",
+        "food": "Fruit, bladeren en kruiden",
+        "age": "15 tot 20 jaar",
+        "weight": "Man: 400 - 1000 kg Vrouw: 300 - 600 kg",
+        "offspring": "1 jong",
+        "gestation": "9 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Elandantilope\n*Tragelaphus oryx*\n\nDe elandantilope is een grote Afrikaanse antilope die wel 1,80 meter hoog kan worden. Alleen de reuzenelandantilope is groter dan de elandantilope. Hij heeft een korte, licht geelbruine vacht met een zwarte aalstreep over de rug en korte manen. Zowel de mannetjes als de vrouwtjes hebben gedraaide hoorns en een halskwab.",
+        "bottomDescription": "### Groot, snel en lenig\nDe elandantilope is na de reuzenantilope de grootste antilopensoort ter wereld. De schouderhoogte is soms wel 1,80 meter. De grootste mannetjes wegen zo’n 1000 kilo! Ondanks zijn gewicht kan een elandantilope erg hard lopen. Hij kan een snelheid van 70 km/uur halen. Daarnaast is hij ook nog erg lenig. Hij kan namelijk met gemakt 1,5 meter hoog springen. \n\n### Ieder zijn eigen groep\nElandantilopen leven in grote kuddes van ongeveer 25 tot 60 dieren bij elkaar. Mannetjes en vrouwtjes leven apart in hun eigen kuddes. De vrouwtjes zorgen voor de kalveren. Als de kalveren ongeveer zes maanden oud zijn, gaan ze weg bij hun moeder. Totdat ze helemaal volwassenen zijn blijven ze met de andere jongen bij elkaar. In het regenseizoen komen meerdere kuddes samen, waardoor er dan soms meer dan 1000 elandantilopen bij elkaar te zien zijn. ",
+        "createdAt": "2022-10-05T11:29:00.171Z",
+        "updatedAt": "2024-09-25T14:09:22.590Z",
+        "publishedAt": "2022-10-05T11:29:00.162Z",
+        "tenantRef": "6jjnlsSbXGAKMyw8gwI2Ac",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1294,
+              "attributes": {
+                "name": "Safaripark-dieren-elandantilope.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_elandantilope_533fc7f036.JPG",
+                    "hash": "large_Safaripark_dieren_elandantilope_533fc7f036",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-elandantilope.JPG",
+                    "path": null,
+                    "size": 137.86,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_elandantilope_533fc7f036.JPG",
+                    "hash": "small_Safaripark_dieren_elandantilope_533fc7f036",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-elandantilope.JPG",
+                    "path": null,
+                    "size": 47.28,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_elandantilope_533fc7f036.JPG",
+                    "hash": "medium_Safaripark_dieren_elandantilope_533fc7f036",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-elandantilope.JPG",
+                    "path": null,
+                    "size": 89.48,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_elandantilope_533fc7f036.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_elandantilope_533fc7f036",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-elandantilope.JPG",
+                    "path": null,
+                    "size": 13.42,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_elandantilope_533fc7f036",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 299.68,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_elandantilope_533fc7f036.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:40:41.443Z",
+                "updatedAt": "2023-06-07T09:40:41.443Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 929,
+              "attributes": {
+                "name": "Elandantilope",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:36:21.014Z",
+                "updatedAt": "2024-09-17T12:58:42.904Z",
+                "publishedAt": "2023-07-25T12:36:24.387Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "Neushoornvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:50:31.578Z",
+                "updatedAt": "2023-05-09T06:58:34.132Z",
+                "publishedAt": "2023-02-15T08:50:33.336Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 5,
+              "attributes": {
+                "title": "De neushoornvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.52133659294614,
+                    "lon": 5.107711728974891
+                  },
+                  {
+                    "lat": 51.52144340450445,
+                    "lon": 5.107883390351844
+                  },
+                  {
+                    "lat": 51.52117908651664,
+                    "lon": 5.108998246057905
+                  },
+                  {
+                    "lat": 51.52100948099042,
+                    "lon": 5.108596857949794
+                  },
+                  {
+                    "lat": 51.5211646925685,
+                    "lon": 5.10787266151577
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:15:41.735Z",
+                "updatedAt": "2023-07-10T07:19:13.882Z",
+                "publishedAt": "2023-01-13T07:15:44.748Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 368,
+              "attributes": {
+                "name": "Éland",
+                "subtitle": "L'une des plus grandes espèces d'antilope",
+                "habitat": "Régions boisées du sud de l'Afrique",
+                "food": "Fruits, feuilles et plantes herbacées",
+                "age": "15 à 20 ans",
+                "weight": "Mâle : 400–1000 kg Femelle : 300–600 kg",
+                "offspring": "1 petit",
+                "gestation": "9 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Éland\n*Tragelaphus oryx*\n\nL'éland est une grande antilope d'Afrique qui peut mesurer jusqu'à 1,80 mètre. Seul l'éland géant est plus grand que l'éland. Il a un pelage ras dans les tons beiges avec des stries noires sur le dos et une courte crinière. Les mâles et les femelles ont des cornes torsadées et un fanon.\n",
+                "bottomDescription": "### Grand, rapide et agile\nL'éland est la deuxième plus grande espèce d'antilope du monde, après l'éland géant. La hauteur au garrot peut atteindre 1,80 mètre. Les plus gros mâles pèsent 1 000 kilos ! Malgré son poids, l'éland peut courir très vite. Il peut atteindre une vitesse de 70 km/heure. Il est également très agile. Il peut effectivement facilement sauter jusqu'à 1,5 mètre de haut. \n\n### Chacun son groupe\nLes éland vivent en troupeaux de 25 à 60 individus. Les mâles et les femelles vivent séparément dans leur propre troupeau. Ce sont les femelles qui s'occupent des veaux. Lorsque les veaux atteignent l'âge de six mois, ils quittent leur mère. Ils restent avec les autres jeunes mâles jusqu'à ce qu'ils atteignent l'âge adulte. À la saison des pluies, plusieurs troupeaux se réunissent, et on peut alors observer jusqu'à 1 000 élands dans un seul grand troupeau.\n",
+                "createdAt": "2023-03-14T10:55:19.361Z",
+                "updatedAt": "2024-09-25T14:09:22.587Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6jjnlsSbXGAKMyw8gwI2Ac",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 272,
+              "attributes": {
+                "name": "Elenantilope",
+                "subtitle": "Eine der größten Antilopenarten",
+                "habitat": "Waldgebiete im Süden Afrikas",
+                "food": "Früchte, Blätter und Kräuter",
+                "age": "15 bis 20 Jahre",
+                "weight": "♂️: 400–1.000 kg ♀: 300–600 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Elenantilope\n*Tragelaphus oryx*\n\nDie Elenantilope ist eine große afrikanische Antilope, die ca. 1,80 Meter groß werden kann. Nur die Riesen-Elenantilope ist noch größer als die Elenantilope. Diese hat ein kurzes, hell-gelbbraunes Fell mit schwarzem Aalstrich auf dem Rücken und einer kurzen Mähne. Nicht nur die Männchen, sondern auch die Weibchen tragen gedrehte Hörner und einen Halswulst.\n",
+                "bottomDescription": "### Groß, schnell und gelenkig\nDie Elenantilope ist nach der Riesenantilope die größte Antilopenart der Welt. Ihre Schulterhöhe kann 1,80 Meter betragen. Die größten Männchen wiegen etwa 1.000 Kilo! Trotz ihres Gewichts kann eine Elenantilope sehr schnell laufen. Sie kann dabei ein Tempo von 70 km/h erreichen. Außerdem ist sie sehr gelenkig. Sie kann nämlich ohne Weiteres 1,5 Meter hoch springen. \n\n### Jeder in seiner eigenen Gruppe\nElenantilopen leben in großen Herden von etwa 25 bis 60 Tieren zusammen. Dabei leben Männchen und Weibchen jeweils getrennt in eigenen Herden. Die Weibchen sorgen für die Kälber. Wenn die Kälber etwa sechs Monate alt sind, verlassen sie die Mutter. Bis sie völlig erwachsen sind, bleiben sie noch mit den anderen Jungtieren zusammen. In der Regensaison kommen mehrere Herden zusammen, sodass man dann manchmal über 1.000 Elenantilopen zusammen erblickt.\n",
+                "createdAt": "2023-03-14T10:52:04.298Z",
+                "updatedAt": "2024-09-25T14:09:22.589Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6jjnlsSbXGAKMyw8gwI2Ac",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 176,
+              "attributes": {
+                "name": "Common eland",
+                "subtitle": "One of the largest antelope species",
+                "habitat": "Forested areas of southern Africa",
+                "food": "Fruit, leaves and herbaceous plants",
+                "age": "15 to 20 years",
+                "weight": "Male: 400 - 1000 kg Female: 300 - 600 kg",
+                "offspring": "1 young",
+                "gestation": "9 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Common eland\n*Tragelaphus oryx*\n\nThe common eland is a large African antelope that can grow up to 1.80 metres in height. Only the giant eland is bigger than the common eland. It has a short, tan-coloured coat with a black dorsal stripe across its back and a short mane. Both males and females have spiral horns and a dewlap.\n",
+                "bottomDescription": "### Big, fast and agile\nAfter the giant eland, the common eland is the largest antelope species in the world. It can measure up to 1.80 metres at the shoulder. The biggest males weigh around 1000 kilograms! Despite their weight, common eland can run very fast. They can reach speeds of up to 70 km/h. They are also very agile – they can easily jump 1.5 metres into the air. \n\n### Each in their own group\nEland live together in large herds of about 25 to 60 animals. Males and females live separately in their own herds. The females take care of the calves. When the calves are about six months old, they leave their mothers. Until they are fully grown, they stay together with the other young. In the rainy season, multiple herds combine, which sometimes means more than 1000 eland may be seen together.\n",
+                "createdAt": "2023-03-14T10:48:59.648Z",
+                "updatedAt": "2024-09-25T14:09:22.433Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6jjnlsSbXGAKMyw8gwI2Ac",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 78,
+      "attributes": {
+        "order": null,
+        "name": "Ellips waterbok",
+        "subtitle": "Altijd in de buurt van water",
+        "habitat": "Savannes en bosgebieden in Oost-Afrika",
+        "food": "Gras, riet en vruchten",
+        "age": "11 tot 17 jaar",
+        "weight": "Man: 200 - 300 kg Vrouw: 160 - 200 kg",
+        "offspring": "1 jong",
+        "gestation": "8 tot 8,5 maand",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Ellips waterbok\n*Kobus ellipsiprymnus ellipsiprymnus*\n\nDe naam zegt het al: de Ellips waterbok leeft in de waterrijke gebieden ten zuiden van de Sahara. Het is een grote antilopensoort met een ruige, lange vacht. Kenmerkend is de witte ellipsvormige lijn op hun achterwerk. \n",
+        "bottomDescription": "### Zwem voor je leven\nJe kunt het aan de naam al zien: waterbokken leven altijd in de buurt van water. Zij drinken namelijk bijzonder veel. Daarnaast gebruiken ze het water om af te koelen. Je ziet ze in het wild dan ook vaak in het water staan. Het water is ook een veilige plek voor de waterbokken. Als een roofdier achter ze aan zit, vluchten ze het water in. De meeste roofdieren volgen ze niet het water in. \n\n### Stinkerds\nDe vacht van een waterbok is vettig. Dat vet komt uit zijn huid. Hierdoor blijft zijn huid droog en warm als hij het water in gaat. Het vet heeft ook een hele sterke geur. Hoe ouder een waterbok is, hoe erger hij stinkt. Door de geur kunnen waterbokken elkaar herkennen. Helaas is het voor roofdieren ook makkelijker om zo’n stinkende prooi op te sporen. ",
+        "createdAt": "2022-10-05T11:28:59.696Z",
+        "updatedAt": "2024-09-25T14:13:50.130Z",
+        "publishedAt": "2022-10-05T11:28:59.692Z",
+        "tenantRef": "7AEc9wQWXuoCu6ggUWSYW0",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1295,
+              "attributes": {
+                "name": "Safaripark-dieren-elipswaterbok.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_elipswaterbok_22e6a05c75.jpg",
+                    "hash": "large_Safaripark_dieren_elipswaterbok_22e6a05c75",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-elipswaterbok.jpg",
+                    "path": null,
+                    "size": 79.37,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_elipswaterbok_22e6a05c75.jpg",
+                    "hash": "small_Safaripark_dieren_elipswaterbok_22e6a05c75",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-elipswaterbok.jpg",
+                    "path": null,
+                    "size": 23.47,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_elipswaterbok_22e6a05c75.jpg",
+                    "hash": "medium_Safaripark_dieren_elipswaterbok_22e6a05c75",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-elipswaterbok.jpg",
+                    "path": null,
+                    "size": 47.63,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_elipswaterbok_22e6a05c75.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_elipswaterbok_22e6a05c75",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-elipswaterbok.jpg",
+                    "path": null,
+                    "size": 6.68,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_elipswaterbok_22e6a05c75",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 175.13,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_elipswaterbok_22e6a05c75.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:42:13.066Z",
+                "updatedAt": "2023-06-07T09:42:13.066Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 898,
+              "attributes": {
+                "name": "Ellips waterbok",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:23:07.745Z",
+                "updatedAt": "2024-09-17T12:59:31.972Z",
+                "publishedAt": "2023-07-13T08:23:11.675Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 145,
+              "attributes": {
+                "name": "Savanne",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:00:50.942Z",
+                "updatedAt": "2023-05-09T06:58:37.157Z",
+                "publishedAt": "2023-02-15T09:00:52.814Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 2,
+              "attributes": {
+                "title": "De savanne",
+                "triggerArea": [
+                  {
+                    "lat": 51.52179572240859,
+                    "lon": 5.115494883006311
+                  },
+                  {
+                    "lat": 51.52185246550804,
+                    "lon": 5.116042053645349
+                  },
+                  {
+                    "lat": 51.521421883750705,
+                    "lon": 5.11602059597323
+                  },
+                  {
+                    "lat": 51.521398518732674,
+                    "lon": 5.11555389160463
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:11:41.895Z",
+                "updatedAt": "2023-07-10T07:20:51.677Z",
+                "publishedAt": "2023-01-13T07:11:52.007Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 367,
+              "attributes": {
+                "name": "Cobe à croissant",
+                "subtitle": "Toujours près de l'eau",
+                "habitat": "Savanes, régions boisées (Afr. de l'Est)",
+                "food": "Herbe, roseaux et fruits",
+                "age": "11 à 17 ans",
+                "weight": "Mâle : 200–300 kg Femelle : 160–200 kg",
+                "offspring": "1 petit",
+                "gestation": "8 à 8,5 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Cobe à croissant (waterbuck) \n*Kobus ellipsiprymnus ellipsiprymnus*\n\nComme le nom « waterbuck » l'indique, on trouve cet animal dans les régions humides au sud du Sahara. C'est une grande espèce d'antilope avec un long pelage rugueux. Son nom « cobe à croissant » est dû au cercle blanc caractéristique sur sa croupe.\n",
+                "bottomDescription": "### Nager pour survivre\nComme le nom « waterbuck » l'indique, ces animaux vivent à proximité de l'eau (« water » signifie « eau » en anglais). En effet, les waterbucks boivent beaucoup d'eau. Ils utilisent également l'eau pour se refroidir. C'est la raison pour laquelle on les voit souvent dans l'eau à l'état sauvage. L'eau est aussi une zone de protection pour les cobes à croissant. S'ils sont poursuivis par un prédateur, ils courent se réfugier dans l'eau. La plupart des prédateurs ne les y suivent pas. \n\n### Puants\nLe pelage des cobes à croissant est gras. La graisse vient de leur peau. Cela leur permet de garder leur peau sèche et chaude lorsqu'ils sont dans l'eau. La graisse dégage également une forte odeur. Plus un cobe à croissant est vieux, plus il sent mauvais. Les cobes à croissant peuvent se reconnaître grâce à leur odeur. Malheureusement, il est aussi plus facile pour les prédateurs de pister ces proies malodorantes.\n",
+                "createdAt": "2023-03-14T10:55:17.668Z",
+                "updatedAt": "2024-09-25T14:13:50.056Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "7AEc9wQWXuoCu6ggUWSYW0",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 271,
+              "attributes": {
+                "name": "Ellipsen-Wasserbock",
+                "subtitle": "Stets in der Nähe von Wasser",
+                "habitat": "Savannen und Waldgebiete in Ostafrika",
+                "food": "Gras, Schilf und Früchte",
+                "age": "11 bis 17 Jahre",
+                "weight": "♂: 200–300 kg ♀: 160–200 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 bis 8,5 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Ellipsen-Wasserbock\n*Kobus ellipsiprymnus ellipsiprymnus*\n\nDer Name sagt es bereits: Der Ellipsen-Wasserbock lebt in wasserreichen Gebieten südlich der Sahara. Es ist eine große Antilopenart mit struppigem, langem Fell. Ihr besonderes Kennzeichen ist die weiße, ellipsenförmige Linie auf dem Hinterteil.\n",
+                "bottomDescription": "### Um sein Leben schwimmen\nWie der Name vermuten lässt, leben Ellipsen-Wasserböcke stets in der Nähe von Wasser. Sie trinken nämlich besonders viel. Außerdem nutzen sie das Wasser zur Abkühlung. In der Wildnis sieht man sie daher oft im Wasser stehen. Das Wasser ist auch ein sicherer Platz für die Ellipsen-Wasserböcke. Ist ein Raubtier hinter ihnen her, flüchten sie ins Wasser. Die meisten Raubtiere folgen ihnen nicht ins Wasser. \n\n### Riecht heftig\nDas Fell eines Ellipsen-Wasserbocks ist fettig. Dieses Fett scheidet er aus der Haut ab. Dadurch bleibt die Haut im Wasser trocken und warm. Das Fett hat auch einen sehr intensiven Geruch. Je älter ein Ellipsen-Wasserbock ist, desto intensiver riecht er. Am Geruch können sich Ellipsen-Wasserböcke wiedererkennen. Leider ist es für Raubtiere auch einfacher, eine dermaßen stinkende Beute aufzuspüren.\n",
+                "createdAt": "2023-03-14T10:52:02.618Z",
+                "updatedAt": "2024-09-25T14:13:50.132Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "7AEc9wQWXuoCu6ggUWSYW0",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 175,
+              "attributes": {
+                "name": "Waterbuck",
+                "subtitle": "Always near water",
+                "habitat": "Savannahs and forests of E. Africa",
+                "food": "Grass, reeds and fruits",
+                "age": "11 to 17 years",
+                "weight": "Male: 200 - 300 kg Female: 160 - 200 kg",
+                "offspring": "1 young",
+                "gestation": "8 to 8.5 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Common waterbuck\n*Kobus ellipsiprymnus ellipsiprymnus*\n\nThe clue is in the name – the Common waterbuck lives in the wetlands south of the Sahara. It is a large antelope species with a long, rugged coat. A characteristic feature is the white ellipse-shaped line on its hindquarters.",
+                "bottomDescription": "### Swim for your life\nAs the name suggests, Common waterbucks always live near water. This is because they drink unusually large quantities. They also use water to cool off. For this reason, you often see them standing in water in the wild. Water is also a safe place for the Common waterbucks. If they are being chased by a predator, they flee into the water. Most predators won't follow them there. \n\n### Stinkers\nA Common waterbuck's coat is oily. The oil comes out of its skin. This keeps its skin dry and warm when it goes into the water. The oil also has a very strong smell. The older a waterbuck is, the more it stinks. Common waterbucks can recognise one another by the smell. Unfortunately, it is also easier for predators to detect such smelly prey.",
+                "createdAt": "2023-03-14T10:48:58.062Z",
+                "updatedAt": "2024-09-25T14:13:50.131Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "7AEc9wQWXuoCu6ggUWSYW0",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 77,
+      "attributes": {
+        "order": null,
+        "name": "Gemsbok",
+        "subtitle": "Een waterbesparend dier",
+        "habitat": "Droge gebieden in Zuidwest-Afrika",
+        "food": "Gras, bladeren, knollen",
+        "age": "18 tot 20 jaar",
+        "weight": "Man: 240 kg Vrouw: 210 kg",
+        "offspring": "1 jong",
+        "gestation": "8,5 maand",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Gemsbok\n*Oryx gazella*\n\nGemsbokken, ook wel spiesbok genoemd, leven in hele droge gebieden, zoals savannes en woestijnen. Ze zijn hier dan ook goed op aangepast. Ze kunnen wekenlang zonder water te drinken.",
+        "bottomDescription": "### Waterbesparing\nGemsbokken leven in hele droge gebieden. Hier zijn ze uitstekend op aangepast. Ze likken ’s ochtends de dauw van de bladeren en stenen af. Soms graven ze in de grond om water te vinden. Veel water hebben ze niet nodig, omdat ze het water dat ze binnenkrijgen vasthouden. Gemsbokken zweten en hijgen niet. De temperatuur van hun lichaam kan hierdoor oplopen tot 43 graden Celsius. Ze plassen ook erg weinig en hun keutels zijn erg droog. Een goede waterbesparing dus!\n\n### Verstoppertje\nJonge gemsbokken blijven niet bij hun moeder. De eerste paar weken van zijn leven blijft een jonge gemsbok goed verstopt. De moeder zoekt het jong een paar keer per dag op om hem melk te laten drinken. Ze zitten goed verstopt, want jonge gemsbokken zijn helemaal bruin. Dit is een handige schutkleur in droge gebieden. Als de moeder weg is, blijven ze helemaal stil liggen. Zo zijn ze niet makkelijk te vinden voor roofdieren. \n",
+        "createdAt": "2022-10-05T11:28:59.298Z",
+        "updatedAt": "2024-09-25T14:16:17.252Z",
+        "publishedAt": "2022-10-05T11:28:59.294Z",
+        "tenantRef": "2Gkc9UcwxGiOeus8QSgqEc",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 476,
+              "attributes": {
+                "name": "gemsbok-safaripark-beekse-bergen.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 2400,
+                "height": 1600,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_gemsbok_safaripark_beekse_bergen_3ae46457b7.jpg",
+                    "hash": "large_gemsbok_safaripark_beekse_bergen_3ae46457b7",
+                    "mime": "image/jpeg",
+                    "name": "large_gemsbok-safaripark-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 146.76,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_gemsbok_safaripark_beekse_bergen_3ae46457b7.jpg",
+                    "hash": "small_gemsbok_safaripark_beekse_bergen_3ae46457b7",
+                    "mime": "image/jpeg",
+                    "name": "small_gemsbok-safaripark-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 43.62,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_gemsbok_safaripark_beekse_bergen_3ae46457b7.jpg",
+                    "hash": "medium_gemsbok_safaripark_beekse_bergen_3ae46457b7",
+                    "mime": "image/jpeg",
+                    "name": "medium_gemsbok-safaripark-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 88.19,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_gemsbok_safaripark_beekse_bergen_3ae46457b7.jpg",
+                    "hash": "thumbnail_gemsbok_safaripark_beekse_bergen_3ae46457b7",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_gemsbok-safaripark-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 11.39,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "gemsbok_safaripark_beekse_bergen_3ae46457b7",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 896.95,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/gemsbok_safaripark_beekse_bergen_3ae46457b7.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:30:46.756Z",
+                "updatedAt": "2022-10-05T09:30:46.756Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 900,
+              "attributes": {
+                "name": "Gemsbok",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:26:38.075Z",
+                "updatedAt": "2024-09-17T13:00:50.210Z",
+                "publishedAt": "2023-07-13T08:26:41.750Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 145,
+              "attributes": {
+                "name": "Savanne",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:00:50.942Z",
+                "updatedAt": "2023-05-09T06:58:37.157Z",
+                "publishedAt": "2023-02-15T09:00:52.814Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 2,
+              "attributes": {
+                "title": "De savanne",
+                "triggerArea": [
+                  {
+                    "lat": 51.52179572240859,
+                    "lon": 5.115494883006311
+                  },
+                  {
+                    "lat": 51.52185246550804,
+                    "lon": 5.116042053645349
+                  },
+                  {
+                    "lat": 51.521421883750705,
+                    "lon": 5.11602059597323
+                  },
+                  {
+                    "lat": 51.521398518732674,
+                    "lon": 5.11555389160463
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:11:41.895Z",
+                "updatedAt": "2023-07-10T07:20:51.677Z",
+                "publishedAt": "2023-01-13T07:11:52.007Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 366,
+              "attributes": {
+                "name": "Oryx gazelle ",
+                "subtitle": "Économe en eau",
+                "habitat": "Régions arides du sud-ouest de l'Afrique",
+                "food": "Herbe, feuilles, tubercules",
+                "age": "18 à 20 ans",
+                "weight": "Mâle : 240 kg Femelle : 210 kg",
+                "offspring": "1 petit",
+                "gestation": "8,5 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Oryx gazelle\n*Oryx gazella*\n\nL'oryx gazelle, ou gemsbok, vit dans les régions très arides, comme les savanes et les déserts. Il est parfaitement adapté pour ce type d'habitat. Il peut rester plusieurs semaines sans boire.\n",
+                "bottomDescription": "### Économie d'eau\nLes oryx gazelle vivent dans les régions très arides. Ils sont parfaitement adaptés pour ce type d'habitat. Ils lèchent la rosée du matin sur les feuilles et les pierres. Parfois, ils creusent le sol à la recherche d'eau. Ils n'ont pas besoin de beaucoup d'eau, car ils stockent l'eau qu'ils ingèrent. Les oryx gazelle ne transpirent pas et n'halètent pas. La température de leur corps peut donc monter jusqu'à 43 degrés Celsius. Ils urinent également peu et leurs excréments sont très secs. Une belle économie d'eau donc !\n\n### Jeu de cache-cache\nLes jeunes oryx gazelle ne restent pas près de leur mère. Les premières semaines, le petit oryx gazelle reste bien à l'abri. La mère rend visite à son petit plusieurs fois par jour pour l'allaiter. Les jeunes oryx gazelle sont bien camouflés car ils sont totalement bruns. C'est une couleur de camouflage pratique dans les régions arides. Lorsque la mère s'en va, les petits restent bien tranquilles. Ils ne sont pas faciles à trouver pour les prédateurs.\n",
+                "createdAt": "2023-03-14T10:55:16.170Z",
+                "updatedAt": "2024-09-25T14:16:17.168Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2Gkc9UcwxGiOeus8QSgqEc",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 270,
+              "attributes": {
+                "name": "Spießbock",
+                "subtitle": "Ein wassersparendes Tier",
+                "habitat": "Trockene Gebiete in Südwestafrika",
+                "food": "Gras, Blätter, Knollen",
+                "age": "18 bis 20 Jahre",
+                "weight": "Männchen: 240 kg, Weibchen: 210 kg",
+                "offspring": "1 Junges",
+                "gestation": "8,5 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Spießbock\n*Oryx gazella*\n\nSpießböcke leben in sehr trockenen Gebieten, wie z.B. Savannen und Wüsten. Sie sind gut angepasst an diese Umgebung. Sie können wochenlang ohne Wasser leben.\n",
+                "bottomDescription": "### Wasser sparen\nSpießböcke leben in sehr trockenen Gebieten. Sie sind hervorragend an ihr Habitat angepasst. Sie lecken morgens den Tau von den Blättern und Steinen. Manchmal graben im Boden nach Wasser. Viel Wasser brauchen sie nicht, weil sie das aufgenommene Wasser gut speichern. Spießböcke schwitzen und hecheln nicht. Ihre Körpertemperatur kann dadurch bis auf 43 °C ansteigen. Sie geben auch wenig Urin ab und ihr Dung ist sehr trocken. Ein Tier, das sehr sparsam mit Wasser umgehen kann!\n\n### Versteckspielen\nJunge Spießböcke halten sich nicht bei ihrer Mutter auf. In den ersten Wochen seines Lebens bleibt ein junger Spießbock gut versteckt. Die Mutter sucht das Junge einige Male am Tag auf, um ihm Milch zu geben. Es ist dabei gut versteckt, denn junge Spießböcke sind noch völlig braun gefärbt. Das ist eine praktische Tarnfarbe in trockenen Gebieten. Wenn die Mutter weg ist, bleiben sie ganz still liegen. So sind sie für Raubtiere nicht leicht zu finden.\n",
+                "createdAt": "2023-03-14T10:52:01.046Z",
+                "updatedAt": "2024-09-25T14:16:17.259Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2Gkc9UcwxGiOeus8QSgqEc",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 174,
+              "attributes": {
+                "name": "Gemsbok",
+                "subtitle": "A water-saver",
+                "habitat": "Dry areas of south-western Africa",
+                "food": "Grass, leaves, tubers",
+                "age": "18 to 20 years",
+                "weight": "Male: 240 kg Female: 210 kg",
+                "offspring": "1 young",
+                "gestation": "8.5 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Gemsbok\n*Oryx gazella*\n\nGemsboks live in very dry regions, such as savannahs and deserts. They are well adapted to their habitat. They can go for weeks without drinking water.",
+                "bottomDescription": "### Water conservation\nGemsboks live in very dry regions. They are very well adapted to life there. They lick the morning dew from the leaves and stones. Sometimes they dig into the ground to find water. They do not need much water because they retain the water they consume. Gemsboks do not sweat or pant. As a result, their body temperature can reach 43°C. They also urinate very little and their droppings are very dry. In other words, they practise good water conservation!\n\n### Hide and seek\nYoung gemsboks don't stay with their mothers. For the first few weeks of its life, a young gemsbok remains hidden. The mother seeks out her young a few times a day to give it milk to drink. Young gemsboks are well concealed because they are completely brown. This is useful camouflage in dry areas. While their mothers are away, they remain completely silent. As a result, they are not easy for predators to find.",
+                "createdAt": "2023-03-14T10:48:56.489Z",
+                "updatedAt": "2024-09-25T14:16:17.253Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2Gkc9UcwxGiOeus8QSgqEc",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 62,
+      "attributes": {
+        "order": null,
+        "name": "Gevlekte hyena",
+        "subtitle": "De lachende jager",
+        "habitat": "Savanne ten zuiden van de Sahara",
+        "food": "Vlees, ingewanden en botten",
+        "age": "20 tot 25 jaar",
+        "weight": "Man: 45 - 62 kg Vrouw: 55 - 82 kg",
+        "offspring": "1 tot 4 jongen",
+        "gestation": "4 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Gevlekte hyena\n*Crocuta crocuta*\n\nDe gevlekte hyena is de grootste hyenasoort. Daarnaast is deze hyena ook de meest agressieve en luidruchtige van alle soorten. Ze maken een bijna lachend geluid als ze op jacht gaan. Gevlekte hyena’s leven in groepen die variëren in grootte van drie tot wel tachtig hyena’s.",
+        "bottomDescription": "### Vrouwen de baas\nGevlekte hyena’s leven in een groep, ook wel clan genoemd. De groepsgrootte hangt af van hoeveel eten er in het gebied te vinden is, maar deze kan uiteenlopen van drie tot wel tachtig hyena’s. In die clan kent elke hyena zijn plaats in de rangorde. De vrouwtjes zijn de baas binnen de clan en blijven hun hele leven bij dezelfde clan. Het vrouwtje dat het hoogst in rang is, krijgt het meeste eten en krijgt ook vaker jongen. \n\n### Stoepkrijt\nHyena’s zijn hele goede jagers. Meestal jagen ze op hoefdieren. Nadat de hyena’s een dier hebben gevangen eten ze deze helemaal op, op de hoeven en horens na. Ook de botten worden dus opgegeten. Met hun sterke kaken kunnen de botten in stukjes bijten en hun maag is in staat deze te verteren. In de keutels van de hyena’s kun je zien dat ze botten eten; die zijn namelijk meestal wit gekleurd. Je kunt er zelfs mee krijten!",
+        "createdAt": "2022-10-05T11:28:53.687Z",
+        "updatedAt": "2024-09-25T14:17:52.118Z",
+        "publishedAt": "2022-10-05T11:28:53.683Z",
+        "tenantRef": "HrNy3RIjAG66cIma2yaIQ",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1297,
+              "attributes": {
+                "name": "Safaripark-dieren-gevlekte-hyena.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 734,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_gevlekte_hyena_629187514f.jpg",
+                    "hash": "large_Safaripark_dieren_gevlekte_hyena_629187514f",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-gevlekte-hyena.jpg",
+                    "path": null,
+                    "size": 159.78,
+                    "width": 1000,
+                    "height": 717
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_gevlekte_hyena_629187514f.jpg",
+                    "hash": "small_Safaripark_dieren_gevlekte_hyena_629187514f",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-gevlekte-hyena.jpg",
+                    "path": null,
+                    "size": 44.43,
+                    "width": 500,
+                    "height": 358
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_gevlekte_hyena_629187514f.jpg",
+                    "hash": "medium_Safaripark_dieren_gevlekte_hyena_629187514f",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-gevlekte-hyena.jpg",
+                    "path": null,
+                    "size": 94.01,
+                    "width": 750,
+                    "height": 538
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_gevlekte_hyena_629187514f.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_gevlekte_hyena_629187514f",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-gevlekte-hyena.jpg",
+                    "path": null,
+                    "size": 9.83,
+                    "width": 218,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_gevlekte_hyena_629187514f",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 300.95,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_gevlekte_hyena_629187514f.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:46:27.234Z",
+                "updatedAt": "2023-06-07T09:46:27.234Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 903,
+              "attributes": {
+                "name": "Gevlekte hyena (bij olifantenvallei)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:35:30.930Z",
+                "updatedAt": "2023-08-02T10:00:32.347Z",
+                "publishedAt": "2023-07-13T08:35:48.925Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 81,
+              "attributes": {
+                "name": "Gevlekte hyena",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:11:44.955Z",
+                "updatedAt": "2023-07-12T13:51:42.682Z",
+                "publishedAt": "2023-02-14T19:11:47.406Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 351,
+              "attributes": {
+                "name": "Hyène tachetée",
+                "subtitle": "Le chasseur rieur",
+                "habitat": "Savane, sud du Sahara",
+                "food": "Viande, entrailles et os",
+                "age": "20 à 25 ans",
+                "weight": "Mâle : 45 – 62 kg Femelle : 55 – 82 kg",
+                "offspring": "1 à 4 petit(s)",
+                "gestation": "4 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Hyène tachetée\n*Crocuta crocuta*\n\nLa hyène tachetée est la plus grande espèce de hyène. En outre, cette hyène est la plus agressive et la plus bruyante de toutes les espèces. Lorsqu'elles chassent, elles émettent un cri qui ressemble à un rire. Les hyènes vivent en groupes dont le nombre varie de 3 à 80 individus.\n",
+                "bottomDescription": "### Les femelles aux commandes\nLes hyènes tachetées vivent en groupes, qu'on appelle clans. La taille du groupe dépend de la quantité de nourriture disponible sur le territoire mais elle peut varier de 3 à 80 hyènes. Chaque hyène connaît la place qu'elle occupe dans le clan. Les femelles dirigent le clan et elles restent dans le même clan toute leur vie. La femelle qui occupe la plus haute position dans le clan reçoit le plus de nourriture et a généralement plus de petits. \n\n### Blanc comme la craie\nLes hyènes sont de très bons chasseurs. Elles chassent généralement les ongulés. Une fois leur proie attrapée, les hyènes la mangent entièrement, à l'exception des sabots et des cornes. Elles mangent donc aussi les os. Grâce à leurs puissantes mâchoires, elles brisent les os en petits morceaux qui sont entièrement digérés par leur estomac. On peut voir que les hyènes mangent des os à la couleur de leurs excréments : ils sont généralement blancs. On pourrait même les utiliser comme craies !\n",
+                "createdAt": "2023-03-14T10:54:52.085Z",
+                "updatedAt": "2024-09-25T14:17:52.178Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "HrNy3RIjAG66cIma2yaIQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 255,
+              "attributes": {
+                "name": "Tüpfelhyäne",
+                "subtitle": "Der lachende Jäger",
+                "habitat": "Savanne südlich der Sahara",
+                "food": "Fleisch, Eingeweide und Knochen",
+                "age": "20 bis 25 Jahre",
+                "weight": "Männchen: 45–62 kg Weibchen: 55–82 kg",
+                "offspring": "1 bis 4 Junge",
+                "gestation": "4 Monate",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Tüpfelhyäne\n*Crocuta crocuta*\n\nDie Tüpfelhyäne ist die größte Hyänenart. Außerdem ist diese Hyäne auch die aggressivste und lebhafteste von allen. Sie macht ein beinahe lachendes Geräusch, wenn sie auf die Jagd geht. Hyänen leben in Gruppen von drei bis zu achtzig Tieren.\n",
+                "bottomDescription": "### Weibchen sind der Chef\nTüpfelhyänen leben in einer Gruppe, die man auch Clan nennt. Die Gruppengröße hängt von dem Nahrungsangebot des jeweiligen Gebietes ab, kann aber von drei bis zu achtzig Hyänen variieren. In diesem Clan kennt jede Hyäne ihren Platz in der Rangordnung. Die Weibchen sind der Chef innerhalb eines Clans und bleiben ihr Leben lang im gleichen Clan. Das ranghöchste Weibchen bekommt am meisten zu fressen und hat auch häufiger Junge. \n\n### Straßenkreide\nHyänen sind sehr gute Jäger. Meistens jagen sie Huftiere. Nachdem die Hyänen ein Tier getötet haben, fressen sie es vollständig auf, nur Hufe und Hörner bleiben übrig. Auch die Knochen werden also gefressen. Mit ihren starken Kiefern können sie Knochen zerbeißen, und ihr Magen kann diese auch verdauen. Am Kot der Hyänen kann man sehen, dass sie Knochen fressen: Er ist nämlich meistens weiß gefärbt. Man kann ihn sogar als Kreide verwenden!\n",
+                "createdAt": "2023-03-14T10:51:37.028Z",
+                "updatedAt": "2024-09-25T14:17:52.180Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "HrNy3RIjAG66cIma2yaIQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 159,
+              "attributes": {
+                "name": "Spotted hyena",
+                "subtitle": "The laughing hunter",
+                "habitat": "Savannah south of the Sahara",
+                "food": "Meat, entrails and bones",
+                "age": "20 to 25 years",
+                "weight": "Male: 45 - 62 kg Female: 55 - 82 kg",
+                "offspring": "1 to 4 young",
+                "gestation": "4 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Spotted hyena\n*Crocuta crocuta*\n\nThe spotted hyena is the largest hyena species. This hyena is also the most aggressive and noisiest of all the different species. They make a sound almost like laughter when they go hunting. Hyenas live in groups ranging in size from three to 80 animals.",
+                "bottomDescription": "### Females in charge\nSpotted hyenas live in a group, also called a clan. The size of the group depends on how much food there is in the area, but it can range from three to 80 animals. Within that clan, each hyena knows its place within the hierarchy. The females are in charge within the clan and remain with the same clan for their whole lives. The highest-ranking female gets the most food and also has young more often. \n\n### Like chalk\nHyenas are very good hunters. They usually hunt hoofed animals. After the hyenas have caught an animal, they devour it completely, apart from the hooves and horns. In other words, they also eat the bones. With their strong jaws, they can bite the bones to pieces and their stomachs are able to digest them. You can tell that hyenas eat bones from their droppings, which are usually white. You can even use them as chalk!",
+                "createdAt": "2023-03-14T10:48:31.870Z",
+                "updatedAt": "2024-09-25T14:17:52.181Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "HrNy3RIjAG66cIma2yaIQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 17,
+      "attributes": {
+        "order": null,
+        "name": "Gewone zeehond",
+        "subtitle": "Een echte duiker",
+        "habitat": "Kustgebieden ten noorden van de Evenaar",
+        "food": "Vis, inktvis en schaaldieren",
+        "age": "30 tot 40 jaar",
+        "weight": "Man: 55 - 105 kg Vrouw: 45 - 90 kg ",
+        "offspring": "1 jong",
+        "gestation": "10 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Gewone zeehond\n*Phoca vitulina*\n\nDe gewone zeehond heeft een stugge, korte vacht zonder een dikke ondervacht. De vachtkleur is voornamelijk bruingrijs met kleine vlekken, al kan de kleur verschillen. De zeehond heeft grote ogen, waarmee hij onder water meer licht kan opvangen. Mede hierdoor kan een zeehond onder water net zo goed zien als boven water. Ze kunnen echter geen kleuren zien.",
+        "bottomDescription": "### Duikboot\nGewone zeehonden brengen het grootste deel van hun leven door in het water. Ze kunnen dan ook heel goed zwemmen. Zeehonden kunnen tot meer dan 400 meter diep duiken. Soms blijven ze wel 30 minuten onder water. Al die tijd moeten ze hun adem inhouden. Zeehonden hebben namelijk longen en moeten boven water komen om te ademen.",
+        "createdAt": "2022-10-05T11:28:36.251Z",
+        "updatedAt": "2024-09-25T14:21:50.567Z",
+        "publishedAt": "2022-10-05T11:28:36.242Z",
+        "tenantRef": "2YDd8892cwgYeSgca2cESE",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1298,
+              "attributes": {
+                "name": "Safari-Resort-dieren-zeehond.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 577,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safari_Resort_dieren_zeehond_915a116410.jpg",
+                    "hash": "large_Safari_Resort_dieren_zeehond_915a116410",
+                    "mime": "image/jpeg",
+                    "name": "large_Safari-Resort-dieren-zeehond.jpg",
+                    "path": null,
+                    "size": 98.42,
+                    "width": 1000,
+                    "height": 563
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safari_Resort_dieren_zeehond_915a116410.jpg",
+                    "hash": "small_Safari_Resort_dieren_zeehond_915a116410",
+                    "mime": "image/jpeg",
+                    "name": "small_Safari-Resort-dieren-zeehond.jpg",
+                    "path": null,
+                    "size": 32.16,
+                    "width": 500,
+                    "height": 282
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safari_Resort_dieren_zeehond_915a116410.jpg",
+                    "hash": "medium_Safari_Resort_dieren_zeehond_915a116410",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safari-Resort-dieren-zeehond.jpg",
+                    "path": null,
+                    "size": 61.79,
+                    "width": 750,
+                    "height": 423
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safari_Resort_dieren_zeehond_915a116410.jpg",
+                    "hash": "thumbnail_Safari_Resort_dieren_zeehond_915a116410",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safari-Resort-dieren-zeehond.jpg",
+                    "path": null,
+                    "size": 9.7,
+                    "width": 245,
+                    "height": 138
+                  }
+                },
+                "hash": "Safari_Resort_dieren_zeehond_915a116410",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 190.23,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safari_Resort_dieren_zeehond_915a116410.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:48:14.130Z",
+                "updatedAt": "2023-06-07T09:48:14.130Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 12,
+            "attributes": {
+              "title": "Bahari Beach",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51632028068463,
+                    "lon": 5.11292269965925
+                  },
+                  {
+                    "lat": 51.51631762559559,
+                    "lon": 5.112922003967858
+                  },
+                  {
+                    "lat": 51.51619756566923,
+                    "lon": 5.112869148822014
+                  },
+                  {
+                    "lat": 51.51615106596585,
+                    "lon": 5.112837964742592
+                  },
+                  {
+                    "lat": 51.516118082074854,
+                    "lon": 5.1128016136018655
+                  },
+                  {
+                    "lat": 51.51609391418911,
+                    "lon": 5.112756810167643
+                  },
+                  {
+                    "lat": 51.51607378339425,
+                    "lon": 5.1126819010416344
+                  },
+                  {
+                    "lat": 51.51604550012572,
+                    "lon": 5.112534445412966
+                  },
+                  {
+                    "lat": 51.51601214009602,
+                    "lon": 5.112414609603555
+                  },
+                  {
+                    "lat": 51.515978486258064,
+                    "lon": 5.112345703646606
+                  },
+                  {
+                    "lat": 51.5159088461275,
+                    "lon": 5.11226720427685
+                  },
+                  {
+                    "lat": 51.51582207847433,
+                    "lon": 5.112202264555307
+                  },
+                  {
+                    "lat": 51.515736955910626,
+                    "lon": 5.112156504838921
+                  },
+                  {
+                    "lat": 51.51571172434994,
+                    "lon": 5.112106709436703
+                  },
+                  {
+                    "lat": 51.51569522559539,
+                    "lon": 5.1120284225028065
+                  },
+                  {
+                    "lat": 51.51564450665783,
+                    "lon": 5.111873713669168
+                  },
+                  {
+                    "lat": 51.51558674775747,
+                    "lon": 5.111771704070649
+                  },
+                  {
+                    "lat": 51.51552748715259,
+                    "lon": 5.111684729929474
+                  },
+                  {
+                    "lat": 51.51545629944039,
+                    "lon": 5.111609584053158
+                  },
+                  {
+                    "lat": 51.515354779600784,
+                    "lon": 5.111509756479409
+                  },
+                  {
+                    "lat": 51.51525435093488,
+                    "lon": 5.111419085290439
+                  },
+                  {
+                    "lat": 51.51512658221096,
+                    "lon": 5.111272812760541
+                  },
+                  {
+                    "lat": 51.51508196995336,
+                    "lon": 5.111199869622257
+                  },
+                  {
+                    "lat": 51.51506351919327,
+                    "lon": 5.111151662252005
+                  },
+                  {
+                    "lat": 51.51505216949211,
+                    "lon": 5.1110616186596065
+                  },
+                  {
+                    "lat": 51.515052357375424,
+                    "lon": 5.110988980104161
+                  },
+                  {
+                    "lat": 51.51506519307117,
+                    "lon": 5.110947094588902
+                  },
+                  {
+                    "lat": 51.515096820233886,
+                    "lon": 5.110914992177533
+                  },
+                  {
+                    "lat": 51.515122853782984,
+                    "lon": 5.1109121832792255
+                  },
+                  {
+                    "lat": 51.51515367752907,
+                    "lon": 5.110931862646592
+                  },
+                  {
+                    "lat": 51.51518299184836,
+                    "lon": 5.1109632348859675
+                  },
+                  {
+                    "lat": 51.51521233996916,
+                    "lon": 5.111001305991957
+                  },
+                  {
+                    "lat": 51.51523689085328,
+                    "lon": 5.111017710038177
+                  },
+                  {
+                    "lat": 51.51527600518845,
+                    "lon": 5.11102726902772
+                  },
+                  {
+                    "lat": 51.51530569394522,
+                    "lon": 5.111026915919193
+                  },
+                  {
+                    "lat": 51.51533068091009,
+                    "lon": 5.11102245667136
+                  },
+                  {
+                    "lat": 51.51536394159237,
+                    "lon": 5.1110045346757245
+                  },
+                  {
+                    "lat": 51.51539038530908,
+                    "lon": 5.110977505867748
+                  },
+                  {
+                    "lat": 51.51542357648612,
+                    "lon": 5.110945393750098
+                  },
+                  {
+                    "lat": 51.5154520320432,
+                    "lon": 5.110902476586033
+                  },
+                  {
+                    "lat": 51.51548056697162,
+                    "lon": 5.110877927306703
+                  },
+                  {
+                    "lat": 51.515514283408464,
+                    "lon": 5.110847483029004
+                  },
+                  {
+                    "lat": 51.51555690208666,
+                    "lon": 5.110826104018045
+                  },
+                  {
+                    "lat": 51.51558392367224,
+                    "lon": 5.110811590848004
+                  },
+                  {
+                    "lat": 51.51560108872008,
+                    "lon": 5.110806386611259
+                  },
+                  {
+                    "lat": 51.51562557119971,
+                    "lon": 5.11080525821422
+                  },
+                  {
+                    "lat": 51.515654179578036,
+                    "lon": 5.1107965700656255
+                  },
+                  {
+                    "lat": 51.51566873205212,
+                    "lon": 5.110788889335958
+                  },
+                  {
+                    "lat": 51.51568376614345,
+                    "lon": 5.110772014220253
+                  },
+                  {
+                    "lat": 51.51568546980952,
+                    "lon": 5.110770246254529
+                  },
+                  {
+                    "lat": 51.51572782860358,
+                    "lon": 5.110726408651014
+                  },
+                  {
+                    "lat": 51.5157423940152,
+                    "lon": 5.110720398983508
+                  },
+                  {
+                    "lat": 51.51574972136804,
+                    "lon": 5.11072866711171
+                  },
+                  {
+                    "lat": 51.51576433042101,
+                    "lon": 5.110733505417673
+                  },
+                  {
+                    "lat": 51.515770158378636,
+                    "lon": 5.110723500566278
+                  },
+                  {
+                    "lat": 51.515784017601476,
+                    "lon": 5.1107419433550865
+                  },
+                  {
+                    "lat": 51.51586512597078,
+                    "lon": 5.110849861073501
+                  },
+                  {
+                    "lat": 51.51584427880399,
+                    "lon": 5.110902053597551
+                  },
+                  {
+                    "lat": 51.515819648162584,
+                    "lon": 5.110984998564522
+                  },
+                  {
+                    "lat": 51.51580227636324,
+                    "lon": 5.111058664682585
+                  },
+                  {
+                    "lat": 51.5158114673357,
+                    "lon": 5.111132875478742
+                  },
+                  {
+                    "lat": 51.51583207288118,
+                    "lon": 5.111195246768241
+                  },
+                  {
+                    "lat": 51.51585324335451,
+                    "lon": 5.111268477356084
+                  },
+                  {
+                    "lat": 51.51585398683612,
+                    "lon": 5.111316879434268
+                  },
+                  {
+                    "lat": 51.51586274460117,
+                    "lon": 5.111409461567428
+                  },
+                  {
+                    "lat": 51.5158771187996,
+                    "lon": 5.1114785843560675
+                  },
+                  {
+                    "lat": 51.515910976405635,
+                    "lon": 5.11159174579176
+                  },
+                  {
+                    "lat": 51.515960954314416,
+                    "lon": 5.111698859782925
+                  },
+                  {
+                    "lat": 51.5160123949749,
+                    "lon": 5.111785925333589
+                  },
+                  {
+                    "lat": 51.51605858573247,
+                    "lon": 5.11186135335667
+                  },
+                  {
+                    "lat": 51.51610993019132,
+                    "lon": 5.111926708806928
+                  },
+                  {
+                    "lat": 51.51620524825507,
+                    "lon": 5.112038318047736
+                  },
+                  {
+                    "lat": 51.51630047603523,
+                    "lon": 5.1121307095456165
+                  },
+                  {
+                    "lat": 51.516453956938655,
+                    "lon": 5.112317604425805
+                  },
+                  {
+                    "lat": 51.51649905957135,
+                    "lon": 5.112367741729753
+                  },
+                  {
+                    "lat": 51.516478416412006,
+                    "lon": 5.112506236263419
+                  },
+                  {
+                    "lat": 51.51646274589524,
+                    "lon": 5.11256451177178
+                  },
+                  {
+                    "lat": 51.5163690619035,
+                    "lon": 5.11280999150848
+                  },
+                  {
+                    "lat": 51.51632028068463,
+                    "lon": 5.11292269965925
+                  }
+                ]
+              },
+              "description": "Het uitzicht op Bahari Beach beslaat een grote plas. Hierin zwemmen zeehonden! ",
+              "createdAt": "2022-10-05T12:41:53.043Z",
+              "updatedAt": "2022-10-05T12:43:22.690Z",
+              "publishedAt": "2022-10-05T12:41:52.975Z",
+              "tenantRef": "4eS6zesysEEACqsMUG8Siy",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 306,
+              "attributes": {
+                "name": "Phoque commun",
+                "subtitle": "Un bon plongeur",
+                "habitat": "Régions côtières du nord de l'Équateur",
+                "food": "Poissons, calmars et crustacés",
+                "age": "30 à 40 ans",
+                "weight": "Mâle : 55 – 105 kg Femelle : 45 – 90 kg",
+                "offspring": "1 petit",
+                "gestation": "10 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Phoque commun\n*Phoca vitulina*\n\nLe phoque commun possède un poil court, rigide sans sous-couche épaisse. La couleur de son pelage est généralement gris-brun avec des petites taches, mais elle peut varier. Le phoque a de grands yeux, qui lui permettent de mieux capter la lumière sous l'eau. C'est ce qui explique pourquoi les phoques ont une aussi bonne vue, que ce soit sous l'eau ou sur terre. Ils ne peuvent toutefois pas distinguer les couleurs.\n",
+                "bottomDescription": "### Sous-marin\nLes phoques communs passent la majeure partie de leur vie dans l'eau. Rien d'étonnant donc qu'ils soient d'excellents nageurs. Les phoques peuvent plonger à plus de 400 mètres de profondeur. Ils restent parfois jusqu'à 30 minutes sous l'eau en apnée ! En effet, les phoques ont des poumons et ils doivent remonter à la surface pour respirer.\n",
+                "createdAt": "2023-03-14T10:53:38.677Z",
+                "updatedAt": "2024-09-25T14:21:50.522Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2YDd8892cwgYeSgca2cESE",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 210,
+              "attributes": {
+                "name": "Seehund",
+                "subtitle": "Ein guter Taucher",
+                "habitat": "Küstengebiete nördlich des Äquators",
+                "food": "Fisch, Tintenfisch und Schalentiere",
+                "age": "30 bis 40 Jahre",
+                "weight": "Männchen: 55–105 kg Weibchen: 45–90 kg",
+                "offspring": "1 Junges",
+                "gestation": "10 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Seehund\n*Phoca vitulina*\n\nDer Seehund hat ein struppiges, kurzes Fell ohne dickes Unterfell. Die Fellfarbe ist hauptsächlich braungrau mit kleinen Flecken, kann aber variieren. Mit seinen großen Augen kann der Seehund unter Wasser mehr Licht auffangen. Er sieht unter Wasser genau so gut wie über Wasser. Farben können die Tiere nicht unterscheiden.\n",
+                "bottomDescription": "### Tauchboot\nSeehunde verbringen den größten Teil ihres Lebens im Wasser. Sie sind ausgezeichnete Schwimmer. Seehunde können mehr als 400 Meter tief tauchen. Manchmal bleiben sie 30 Minuten unter Wasser. Während dieser ganzen Zeit müssen sie die Luft anhalten. Seehunde haben nämlich Lungen und müssen zum Atemholen an die Wasseroberfläche kommen.\n",
+                "createdAt": "2023-03-14T10:50:23.510Z",
+                "updatedAt": "2024-09-25T14:21:50.568Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2YDd8892cwgYeSgca2cESE",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 114,
+              "attributes": {
+                "name": "Harbor seal",
+                "subtitle": "A real diver",
+                "habitat": "Coastal areas north of the equator",
+                "food": "Fish, cephalopods and crustaceans",
+                "age": "30 to 40 years",
+                "weight": "Males: 55 - 105 kg Female: 45 - 90 kg",
+                "offspring": "1 young",
+                "gestation": "10 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Harbor seal\n*Phoca vitulina*\n\nThe Harbor seal has a tough, short-haired coat with no thick undercoat. The colour of the coat is primarily brownish grey with small spots, although the colour can vary. The seal has large eyes, allowing it to absorb more light underwater. Partly as a result, seals can see just as well underwater as above its surface. However, they cannot see in colour.",
+                "bottomDescription": "### Submarine\nHarbor seals spend the greater part of their lives in the water. They are very good swimmers. Seals can dive to a depth of over 400 metres. Sometimes, they remain underwater for 30 minutes at a time. They have to hold their breath the entire time, because seals have lungs and need to surface in order to breathe.",
+                "createdAt": "2023-03-14T10:47:19.016Z",
+                "updatedAt": "2024-09-25T14:21:50.566Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2YDd8892cwgYeSgca2cESE",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 75,
+      "attributes": {
+        "order": null,
+        "name": "Grant zebra",
+        "subtitle": "De meest voorkomende zebrasoort",
+        "habitat": "Savannes in Oost-Afrika",
+        "food": "Gras",
+        "age": "20 jaar",
+        "weight": "220 tot 340 kg",
+        "offspring": "1 jong",
+        "gestation": "12 maand",
+        "iucn": "Gevoelig",
+        "eep": false,
+        "description": "# Grant zebra\n*Equus quagga boehmi*\n\nDe Grant zebra is op de Afrikaanse savannes de meest voorkomende zebrasoort. Zijn strepen zijn breed en lopen door op de buik. Het is de enige zebrasoort die niet is bedreigd.",
+        "bottomDescription": "### Dik?\nZebra’s eten bijna alleen maar gras. Ze eten de droge bovenkant van de grassprieten. Doordat daar niet veel voedingsstoffen in zitten, eten zebra’s erg veel. Soms zijn ze wel 19 uur per dag aan het grazen. Om het gras goed te verteren hebben zebra’s hele lange darmen. Hun buik is dus niet voor niets zo dik. In hun darmen leven allerlei bacteriën die helpen om de harde buitenlaag van het gras kapot te maken. Zo kunnen zebra’s alles uit het gras halen wat ze nodig hebben. \n\n### Netjes op volgorde\nGrant zebra’s leven in groepen. Zo’n groep bestaat uit één volwassen mannetje, één tot zes vrouwtjes en hun jongen. Vrouwtjes blijven hun hele leven in dezelfde groep. Het mannetje beschermt zijn groep tegen roofdieren en tegen andere mannetjes. Hij bepaalt ook waar de groep naartoe gaat. Bij de vrouwtjes is meestal de oudste vrouw de baas. Zij loopt voorop. Achter haar lopen de andere vrouwtjes in volgorde van leeftijd.",
+        "createdAt": "2022-10-05T11:28:58.521Z",
+        "updatedAt": "2024-09-25T14:24:29.214Z",
+        "publishedAt": "2022-10-05T11:28:58.519Z",
+        "tenantRef": "TrfXUTNVqE4qaEo6oc6EQ",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1302,
+              "attributes": {
+                "name": "Safaripark-dieren-grant-zebra.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_grant_zebra_4b7cb8d0ef.jpg",
+                    "hash": "large_Safaripark_dieren_grant_zebra_4b7cb8d0ef",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-grant-zebra.jpg",
+                    "path": null,
+                    "size": 88.64,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_grant_zebra_4b7cb8d0ef.jpg",
+                    "hash": "small_Safaripark_dieren_grant_zebra_4b7cb8d0ef",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-grant-zebra.jpg",
+                    "path": null,
+                    "size": 30.68,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_grant_zebra_4b7cb8d0ef.jpg",
+                    "hash": "medium_Safaripark_dieren_grant_zebra_4b7cb8d0ef",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-grant-zebra.jpg",
+                    "path": null,
+                    "size": 57.27,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_grant_zebra_4b7cb8d0ef.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_grant_zebra_4b7cb8d0ef",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-grant-zebra.jpg",
+                    "path": null,
+                    "size": 9.33,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_grant_zebra_4b7cb8d0ef",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 189.05,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_grant_zebra_4b7cb8d0ef.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:59:08.129Z",
+                "updatedAt": "2023-06-07T09:59:08.129Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 897,
+              "attributes": {
+                "name": "Grant zebra",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:21:42.466Z",
+                "updatedAt": "2024-09-17T13:02:59.619Z",
+                "publishedAt": "2023-07-13T08:21:45.742Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 145,
+              "attributes": {
+                "name": "Savanne",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:00:50.942Z",
+                "updatedAt": "2023-05-09T06:58:37.157Z",
+                "publishedAt": "2023-02-15T09:00:52.814Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 2,
+              "attributes": {
+                "title": "De savanne",
+                "triggerArea": [
+                  {
+                    "lat": 51.52179572240859,
+                    "lon": 5.115494883006311
+                  },
+                  {
+                    "lat": 51.52185246550804,
+                    "lon": 5.116042053645349
+                  },
+                  {
+                    "lat": 51.521421883750705,
+                    "lon": 5.11602059597323
+                  },
+                  {
+                    "lat": 51.521398518732674,
+                    "lon": 5.11555389160463
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:11:41.895Z",
+                "updatedAt": "2023-07-10T07:20:51.677Z",
+                "publishedAt": "2023-01-13T07:11:52.007Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 364,
+              "attributes": {
+                "name": "Zèbre de Grant",
+                "subtitle": "L'espèce de zèbre la plus courante",
+                "habitat": "Savanes d'Afrique de l'Est",
+                "food": "Herbe",
+                "age": "20 ans",
+                "weight": "220 à 340 kg",
+                "offspring": "1 petit",
+                "gestation": "12 mois",
+                "iucn": "Quasi menacé",
+                "eep": false,
+                "description": "# Zèbre de Grant\n*Equus quagga boehmi*\n\nLe zèbre de Grant est l'espèce de zèbre la plus courante dans les savanes africaines. Il a de larges rayures qui s'étendent jusqu'à son ventre. C'est la seule espèce de zèbre qui n'est pas en danger.\n",
+                "bottomDescription": "### Gros ?\nLes zèbres ne mangent quasiment que de l'herbe. Ils ne mangent que la partie supérieure sèche des brins d'herbe. Comme ces brins d'herbe ne contiennent pas beaucoup de nutriments, les zèbres en mangent beaucoup. Ils passent parfois 19 heures par jour à brouter. Les zèbres ont de très longs intestins qui leur permettent de bien digérer l'herbe. C'est pour cette raison que leur ventre est si gros. Il y a toutes sortes de bactéries qui vivent dans leurs intestins et qui les aident à dégrader l'épaisse couche externe des brins d'herbe. Ils peuvent ainsi absorber tous les nutriments dont ils ont besoin. \n\n### Dans le bon ordre\nLes zèbres de Grant vivent en troupeaux. Le troupeau se compose d'un seul mâle adulte, de 1 à 7 femelles et de leurs petits. Les femelles passent toute leur vie dans le même troupeau. Le mâle protège sa harde contre les prédateurs et les autres mâles. C'est aussi lui qui détermine la destination du troupeau. Chez les femelles, c'est souvent la plus âgée qui dirige. Elle marche en tête de la harde. Les autres femelles marchent derrière elle, par ordre d'âge.\n",
+                "createdAt": "2023-03-14T10:55:13.003Z",
+                "updatedAt": "2024-09-25T14:24:29.212Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "TrfXUTNVqE4qaEo6oc6EQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 268,
+              "attributes": {
+                "name": "Grant-Zebra",
+                "subtitle": "Die häufigste Zebraart",
+                "habitat": "Savannen in Ostafrika",
+                "food": "Gras",
+                "age": "20 Jahre",
+                "weight": "220 bis 340 kg",
+                "offspring": "1 Junges",
+                "gestation": "12 Monate",
+                "iucn": "Gefährdet",
+                "eep": false,
+                "description": "# Grant-Zebra\n*Equus quagga boehmi*\n\nDas Grant-Zebra ist die in den afrikanischen Savannen am häufigsten vorkommende Zebraart. Seine Streifen sind breit und auch am Bauch durchlaufend. Es ist die einzige Zebraart, die nicht bedroht ist.\n",
+                "bottomDescription": "### Dick?\nZebras fressen fast nur Gras. Zebras fressen vor allem die trockene Spitze der Grashalme. Weil darin nicht viele Nährstoffe enthalten sind, fressen sie sehr viel davon. Manchmal grasen sie 19 Stunden am Tag. Um das Gras gut verdauen zu können, haben Zebras sehr lange Därme. Ihr Bauch ist daher nicht umsonst so dick. In ihren Därmen leben verschiedene Bakterien, die dabei helfen, die harte Außenschicht des Grases zu zerstören. So können die Zebras alles aus dem Gras herausholen, was sie benötigen. \n\n### Schön der Reihe nach\nGrant-Zebras leben in Gruppen. Eine Gruppe besteht aus einem erwachsenen Männchen, einem bis sechs Weibchen und ihren Jungen. Die Weibchen bleiben ihr ganzes Leben in derselben Gruppe. Das Männchen schützt seine Gruppe gegen Raubtiere und gegen andere Männchen. Es bestimmt auch, wohin die Gruppe weiterzieht. Bei den Weibchen ist meistens das älteste der Chef. Es läuft an der Spitze. Dahinter folgen die anderen Weibchen in der Reihenfolge ihres Alters.\n",
+                "createdAt": "2023-03-14T10:51:57.999Z",
+                "updatedAt": "2024-09-25T14:24:29.170Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "TrfXUTNVqE4qaEo6oc6EQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 172,
+              "attributes": {
+                "name": "Grant's zebra",
+                "subtitle": "The most common type of zebra",
+                "habitat": "Savannahs of eastern Africa",
+                "food": "Grass",
+                "age": "20 years",
+                "weight": "220 to 340 kg",
+                "offspring": "1 young",
+                "gestation": "12 months",
+                "iucn": "Near threatened",
+                "eep": false,
+                "description": "# Grant's zebra\n*Equus quagga boehmi*\n\nThe Grant's zebra is the most common zebra species on the African savannahs. Its stripes are wide and extend to the belly. It is the only zebra species that is not endangered.",
+                "bottomDescription": "### Fat?\nZebras eat almost nothing but grass. They eat the dry tops of the blades of grass. Because those parts do not contain many nutrients, zebras really have to eat. They can sometimes graze 19 hours per day. In order to digest the grass properly, zebras have a very long intestines – so there's a reason why their bellies are so fat. All sorts of bacteria live in their intestines, which help to destroy the hard outer layer of the grass. In this way, zebras can get everything they need from the grass. \n\n### In the right order\nGrant's zebras live in groups. A group consists of one adult male, between one and six females and their young. Females remain in the same group for their whole lives. The male protects his group against predators and other males. He also decides where the group goes. Among the females, the eldest female is usually the boss. She leads the way. The other females follow behind her in order of age.\n",
+                "createdAt": "2023-03-14T10:48:53.374Z",
+                "updatedAt": "2024-09-25T14:24:29.214Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "TrfXUTNVqE4qaEo6oc6EQ",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 76,
+      "attributes": {
+        "order": null,
+        "name": "Grévy zebra",
+        "subtitle": "De grootste en zwaarste zebrasoort",
+        "habitat": "Droge graslanden in Kenia en Ethiopië",
+        "food": "Gras",
+        "age": "18 jaar",
+        "weight": "350 tot 450 kg",
+        "offspring": "1 jong",
+        "gestation": "13 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Grévy zebra\n*Equus grevyi*\n\nDe Grévy zebra is de grootste en zwaarste zebrasoort en hij lijkt op meerdere vlakken meer op een ezel dan de andere zebrasoorten.",
+        "bottomDescription": "### Land veroveren\nGrévy zebra’s leven niet in vaste groepen. Ze trekken rond op zoek naar eten en drinken. Alleen moeders en hun jongen blijven langere tijd bij elkaar. De sterkste volwassen mannetjes hebben een eigen territorium. Zij proberen een gebied voor zichzelf te veroveren met veel gras en drinkplaatsen. Zo hopen ze veel vrouwtjes in hun gebied te krijgen om mee te paren. Zo’n territorium kan wel tien vierkante kilometer groot zijn. \n\n### Ezel met strepen\nEr zijn drie verschillende soorten zebra’s. De Grévy zebra is de grootste zebrasoort. Je kunt hem herkennen aan zijn smalle strepen en witgekleurde buik. Hoewel de Grévy zebra een echte zebra is, lijkt hij meer op een ezel. Onder andere de leefwijze en het geluid lijken meer op dat van een ezel dan van een zebra.",
+        "createdAt": "2022-10-05T11:28:58.894Z",
+        "updatedAt": "2023-06-07T10:00:19.149Z",
+        "publishedAt": "2022-10-05T11:28:58.889Z",
+        "tenantRef": "29apY2PS8IWkaeCIwQk2E0",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1303,
+              "attributes": {
+                "name": "Safaripark-dieren-grevy-zebra.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_grevy_zebra_cdf3b33604.jpg",
+                    "hash": "large_Safaripark_dieren_grevy_zebra_cdf3b33604",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-grevy-zebra.jpg",
+                    "path": null,
+                    "size": 141.05,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_grevy_zebra_cdf3b33604.jpg",
+                    "hash": "small_Safaripark_dieren_grevy_zebra_cdf3b33604",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-grevy-zebra.jpg",
+                    "path": null,
+                    "size": 46.54,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_grevy_zebra_cdf3b33604.jpg",
+                    "hash": "medium_Safaripark_dieren_grevy_zebra_cdf3b33604",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-grevy-zebra.jpg",
+                    "path": null,
+                    "size": 90.19,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_grevy_zebra_cdf3b33604.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_grevy_zebra_cdf3b33604",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-grevy-zebra.jpg",
+                    "path": null,
+                    "size": 12.12,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_grevy_zebra_cdf3b33604",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 290.66,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_grevy_zebra_cdf3b33604.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:00:15.518Z",
+                "updatedAt": "2023-06-07T10:00:15.518Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 911,
+              "attributes": {
+                "name": "Grévy zebra (bij giraffen)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:58:10.093Z",
+                "updatedAt": "2024-09-17T13:04:33.984Z",
+                "publishedAt": "2023-07-13T08:58:12.951Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 912,
+              "attributes": {
+                "name": "Grévy zebra (tegenover Lodges)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:59:34.026Z",
+                "updatedAt": "2024-09-17T13:05:09.793Z",
+                "publishedAt": "2023-07-13T08:59:36.509Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 134,
+              "attributes": {
+                "name": "Giraffenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:39:33.705Z",
+                "updatedAt": "2023-05-09T07:01:52.565Z",
+                "publishedAt": "2023-02-15T08:39:35.587Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 13,
+              "attributes": {
+                "title": "Giraffenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.516841795559806,
+                    "lon": 5.10923554408248
+                  },
+                  {
+                    "lat": 51.51705543950972,
+                    "lon": 5.109353561279136
+                  },
+                  {
+                    "lat": 51.516908559401806,
+                    "lon": 5.109895367500144
+                  },
+                  {
+                    "lat": 51.51657140099897,
+                    "lon": 5.10964323985274
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:28:54.072Z",
+                "updatedAt": "2023-07-10T07:44:46.434Z",
+                "publishedAt": "2023-01-13T07:29:02.805Z",
+                "locale": "nl",
+                "order": null
+              }
+            },
+            {
+              "id": 14,
+              "attributes": {
+                "title": "De Kaapse buffel",
+                "triggerArea": [
+                  {
+                    "lat": 51.51807959847059,
+                    "lon": 5.112807553040852
+                  },
+                  {
+                    "lat": 51.51812967000046,
+                    "lon": 5.113070409524312
+                  },
+                  {
+                    "lat": 51.51800616012722,
+                    "lon": 5.11311332486855
+                  },
+                  {
+                    "lat": 51.51794941223532,
+                    "lon": 5.11289874814735
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:29:54.782Z",
+                "updatedAt": "2023-07-10T07:52:19.238Z",
+                "publishedAt": "2023-01-13T07:30:14.799Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 365,
+              "attributes": {
+                "name": " Zèbre de Grévy",
+                "subtitle": "Le plus grand et le plus lourd des zèbres",
+                "habitat": "Régions boisées arides (Kenya, Éthiopie)",
+                "food": "Herbe",
+                "age": "18 ans",
+                "weight": "350 à 450 kg",
+                "offspring": "1 petit",
+                "gestation": "13 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Zèbre de Grévy\n*Equus grevyi*\n\nLe zèbre de Grévy est le plus grand et le plus lourd des zèbres et il ressemble à plusieurs points de vu plus à un âne qu'aux autres espèces de zèbres.\n",
+                "bottomDescription": "### Conquête de territoire\nLes zèbres de Grévy ne vivent pas en troupeaux fixes. Ils changent d'endroit à la recherche d'eau et de nourriture. Seules les mères et leurs petits restent plus longtemps ensemble. Les mâles adultes les plus forts ont leur propre territoire. Ils essaient de conquérir un territoire riche en herbe et en points d'eau. Ils espèrent ainsi attirer de nombreuses femelles pour se reproduire. Ce genre de territoire peut atteindre jusqu'à 10 kilomètres carrés. \n\n### Âne à rayures\nIl existe trois sortes de zèbres. Le zèbre de Grévy est la plus grande espèce. On le reconnait à ses fines rayures et à son ventre blanc. Bien que le zèbre de Grévy soit un vrai zèbre, il ressemble plus à un âne. Par exemple, son mode de vie et son cri ressemblent plus à ceux d'un âne que d'un zèbre.\n",
+                "createdAt": "2023-03-14T10:55:14.544Z",
+                "updatedAt": "2023-06-07T10:00:19.488Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "29apY2PS8IWkaeCIwQk2E0",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 269,
+              "attributes": {
+                "name": " Grevyzebra",
+                "subtitle": "Die größte und schwerste Zebraart",
+                "habitat": "Trockengrasgebiet in Kenia und Äthiopien",
+                "food": "Gras",
+                "age": "18 Jahre",
+                "weight": "350 bis 450 kg",
+                "offspring": "1 Junges",
+                "gestation": "13 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Grevy-Zebra\n*Equus grevyi*\n\nDas Grevyzebra ist die größte und schwerste Zebraart und erinnert in vieler Hinsicht mehr an einen Esel als an seine Artgenossen.\n",
+                "bottomDescription": "### Land erobern\nGrevy-Zebras leben nicht in festen Gruppen. Sie ziehen auf der Suche nach Wasser und Nahrung umher. Nur die Mütter und ihre Jungen bleiben längere Zeit beisammen. Die stärksten erwachsenen Männchen haben ein eigenes Territorium. Sie versuchen, ein Gebiet mit viel Gras und vielen Trinkplätzen zu erobern. So hoffen sie, viele Weibchen in ihr Gebiet zu locken, um sich mit ihnen zu paaren. Ein solches Gebiet kann durchaus mehrere Quadratkilometer groß sein. \n\n### Esel mit Streifen\nEs gibt drei verschiedene Zebraarten. Das Grevy-Zebra ist die größte Zebraart. Man kann es gut an seinen schmalen Streifen und an dem weiß gefärbten Bauch erkennen. Auch wenn das Grevy-Zebra ein echtes Zebra ist, erinnert es mehr an einen Esel. Unter anderem seine Lebensweise und seine Rufe gleichen eher einem Esel als einem Zebra.\n",
+                "createdAt": "2023-03-14T10:51:59.466Z",
+                "updatedAt": "2023-06-07T10:00:19.492Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "29apY2PS8IWkaeCIwQk2E0",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 173,
+              "attributes": {
+                "name": "Grévy's zebra",
+                "subtitle": "The largest and heaviest zebra species",
+                "habitat": "Dry grasslands of Kenya and Ethiopia",
+                "food": "Grass",
+                "age": "18 years",
+                "weight": "350 to 450 kg",
+                "offspring": "1 young",
+                "gestation": "13 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Grévy's zebra\n*Equus grevyi*\n\nThe Grévy's zebra is the largest and heaviest zebra species and in several respects, it resembles a donkey rather than any of the other zebra species.\n",
+                "bottomDescription": "### Conquering territory\nGrévy's zebras do not live in fixed groups. They move around looking for food and water. Only mothers and their young stay together for an extended time. The strongest adult males have their own territories. They try to conquer a territory with plenty of grass and watering holes. In this way, they hope to attract a lot of females to their territory to mate with. A male's territory can be as much as 10 square kilometres in size. \n\n### Striped donkey\nThere are three different types of zebras. The Grévy's zebra is the largest of them. You can recognise it by its narrow stripes and white-coloured belly. Although the Grévy's zebra is a true zebra, it rather resembles a donkey. Its lifestyle and the sound it makes, along with other features, are more like a donkey than a zebra.\n",
+                "createdAt": "2023-03-14T10:48:54.947Z",
+                "updatedAt": "2023-06-07T10:00:19.484Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "29apY2PS8IWkaeCIwQk2E0",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 23,
+      "attributes": {
+        "order": null,
+        "name": "Grote textorwever",
+        "subtitle": "Hangende nesten",
+        "habitat": "Midden en West-Afrika onder de Sahara ",
+        "food": "Insecten, planten en menselijk afval ",
+        "age": "10 tot 15 jaar",
+        "weight": "30 tot 50 gram",
+        "offspring": "4 tot 5 eieren",
+        "gestation": "24 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Grote textorwever\n*Ploceus cucullatus*\n\nDe grote textorwever is een vogel in de familie van de wevers. Leden van de wevers staan bekend om de uitgebreide en vaak min of meer hangende nesten die ze maken.",
+        "bottomDescription": "### Grote keuring\nVoordat deze vogels zich kunnen voortplanten moet de man een mooi nest maken. Dit nest wordt eerst gekeurd door het vrouwtje. Wanneer het nest niet goedgekeurd is, breekt ze het af en kan het mannetje opnieuw beginnen.  ",
+        "createdAt": "2022-10-05T11:28:38.626Z",
+        "updatedAt": "2024-09-25T14:31:54.700Z",
+        "publishedAt": "2022-10-05T11:28:38.619Z",
+        "tenantRef": "5asjPmV5lKAyOmiUYQa2Eq",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 416,
+              "attributes": {
+                "name": "shutterstock_232189471.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 3843,
+                "height": 2562,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_shutterstock_232189471_c4cdb84077.jpg",
+                    "hash": "large_shutterstock_232189471_c4cdb84077",
+                    "mime": "image/jpeg",
+                    "name": "large_shutterstock_232189471.jpg",
+                    "path": null,
+                    "size": 115.97,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_shutterstock_232189471_c4cdb84077.jpg",
+                    "hash": "small_shutterstock_232189471_c4cdb84077",
+                    "mime": "image/jpeg",
+                    "name": "small_shutterstock_232189471.jpg",
+                    "path": null,
+                    "size": 36.67,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_shutterstock_232189471_c4cdb84077.jpg",
+                    "hash": "medium_shutterstock_232189471_c4cdb84077",
+                    "mime": "image/jpeg",
+                    "name": "medium_shutterstock_232189471.jpg",
+                    "path": null,
+                    "size": 70.84,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_shutterstock_232189471_c4cdb84077.jpg",
+                    "hash": "thumbnail_shutterstock_232189471_c4cdb84077",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_shutterstock_232189471.jpg",
+                    "path": null,
+                    "size": 10.03,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "shutterstock_232189471_c4cdb84077",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 5754.69,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/shutterstock_232189471_c4cdb84077.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:27:55.204Z",
+                "updatedAt": "2022-10-05T09:27:55.204Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 312,
+              "attributes": {
+                "name": "Tisserin gendarme",
+                "subtitle": "Nids suspendus",
+                "habitat": "Afrique centr. & occident. subsaharienne",
+                "food": "Insectes, plantes et déchets de l'homme",
+                "age": "10 à 15 ans",
+                "weight": "30 à 50 g",
+                "offspring": "4 à 5 œufs",
+                "gestation": "24 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Tisserin gendarme\n*Ploceus cucullatus*\n\nLe tisserin gendarme est un oiseau de la famille des tisserins. Les tisserins sont connus pour les larges nids plus ou moins suspendus qu'ils fabriquent.\n",
+                "bottomDescription": "### Inspection\nAvant de pouvoir se reproduire, le mâle doit fabriquer un beau nid. Ce nid doit d'abord être inspecté par la femelle. Si la femelle n'approuve pas le nid, elle le détruit et le mâle doit recommencer.  \n",
+                "createdAt": "2023-03-14T10:53:48.034Z",
+                "updatedAt": "2024-09-25T14:31:54.699Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5asjPmV5lKAyOmiUYQa2Eq",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 216,
+              "attributes": {
+                "name": "Dorfweber",
+                "subtitle": "Hängende Nester",
+                "habitat": "Mittel- & Westafrika südlich der Sahara",
+                "food": "Insekten, Pflanzen, menschliche Abfälle",
+                "age": "10 bis 15 Jahre",
+                "weight": "30 bis 50 Gramm",
+                "offspring": "4 bis 5 Eier",
+                "gestation": "24 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Dorfweber\n*Ploceus cucullatus*\n\nDer Dorfweber ist ein Vogel aus der Familie der Webervögel. Die Mitglieder dieser Familie sind für ihre kunstvollen, oft mehr oder weniger hängenden Nester bekannt.\n",
+                "bottomDescription": "### Große Auswahl\nBevor diese Vögel sich fortpflanzen können, muss das Männchen ein schönes Nest bauen. Dieses Nest wird zuerst vom Weibchen begutachtet. Gefällt dem Weibchen das Nest nicht, wird es abgelehnt, und das Männchen muss mit dem Bau eines anderen Nests beginnen.  \n",
+                "createdAt": "2023-03-14T10:50:32.893Z",
+                "updatedAt": "2024-09-25T14:31:54.655Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5asjPmV5lKAyOmiUYQa2Eq",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 120,
+              "attributes": {
+                "name": "Village weaver",
+                "subtitle": "Hanging nests",
+                "habitat": "Central/West Africa south of the Sahara",
+                "food": "Insects, plants and human waste",
+                "age": "10 to 15 years",
+                "weight": "30 to 50 grams",
+                "offspring": "4 to 5 eggs",
+                "gestation": "24 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Village weaver\n*Ploceus cucullatus*\n\nThe village weaver is a bird of the weaver family. Members of this family are known for the elaborate nests they build, which are often more or less suspended.\n\n",
+                "bottomDescription": "### Inspection\nBefore these birds can reproduce, the male must build a nice nest. The nest is then inspected by the female. If it doesn't meet with her approval, she dismantles it and the male can start again.  ",
+                "createdAt": "2023-03-14T10:47:28.486Z",
+                "updatedAt": "2024-09-25T14:31:54.699Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5asjPmV5lKAyOmiUYQa2Eq",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 94,
+      "attributes": {
+        "order": null,
+        "name": "Guineaduif",
+        "subtitle": "Zijn snavel is net een rietje",
+        "habitat": "Open gebieden in Afrika",
+        "food": "Zaden en fruit",
+        "age": "15 tot 30 jaar",
+        "weight": "220 tot 400 gram",
+        "offspring": "1 tot 3 eieren",
+        "gestation": "14 tot 16 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Guineaduif\n*Columba guinea*\n\nDe guineaduif leeft in open gebieden in Afrika, ten zuiden van de Sahara. Doordat zijn vleugeldekveren een lichte driehoekige punt hebben, lijkt de duif gestipt. ",
+        "bottomDescription": "# Drinken door een rietje\n\nOm te drinken scheppen de meeste vogels water op met hun snavel. Ze doen dan hun kop achterover om het water naar binnen te laten lopen. De Guineaduif hoeft dat niet te doen. Zijn snavel is gebouwd als een soort rietje. Zo kan hij water gewoon naar binnen zuigen. ",
+        "createdAt": "2022-10-05T11:29:05.933Z",
+        "updatedAt": "2023-03-14T10:55:43.775Z",
+        "publishedAt": "2022-10-05T11:29:05.929Z",
+        "tenantRef": "xplN5j966iJACMoAK6JwE",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 635,
+              "attributes": {
+                "name": "beekse_bergen_guineaduif_dieren.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 783,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_guineaduif_dieren_f4fac8f17e.jpg",
+                    "hash": "large_beekse_bergen_guineaduif_dieren_f4fac8f17e",
+                    "mime": "image/jpeg",
+                    "name": "large_beekse_bergen_guineaduif_dieren.jpg",
+                    "path": null,
+                    "size": 106.77,
+                    "width": 1000,
+                    "height": 765
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_guineaduif_dieren_f4fac8f17e.jpg",
+                    "hash": "small_beekse_bergen_guineaduif_dieren_f4fac8f17e",
+                    "mime": "image/jpeg",
+                    "name": "small_beekse_bergen_guineaduif_dieren.jpg",
+                    "path": null,
+                    "size": 32.81,
+                    "width": 500,
+                    "height": 382
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_guineaduif_dieren_f4fac8f17e.jpg",
+                    "hash": "medium_beekse_bergen_guineaduif_dieren_f4fac8f17e",
+                    "mime": "image/jpeg",
+                    "name": "medium_beekse_bergen_guineaduif_dieren.jpg",
+                    "path": null,
+                    "size": 65.15,
+                    "width": 750,
+                    "height": 573
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_guineaduif_dieren_f4fac8f17e.jpg",
+                    "hash": "thumbnail_beekse_bergen_guineaduif_dieren_f4fac8f17e",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_beekse_bergen_guineaduif_dieren.jpg",
+                    "path": null,
+                    "size": 7.27,
+                    "width": 205,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_guineaduif_dieren_f4fac8f17e",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 219.72,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_guineaduif_dieren_f4fac8f17e.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:34:56.429Z",
+                "updatedAt": "2022-10-05T09:34:56.429Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 383,
+              "attributes": {
+                "name": "Pigeon roussard",
+                "subtitle": "Son bec est comme une paille",
+                "habitat": "Espaces ouverts en Afrique",
+                "food": "Graines et fruits",
+                "age": "15 à 30 ans",
+                "weight": "220 à 400 gramme",
+                "offspring": "1 à 3 oeufs",
+                "gestation": "14 à 16 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Pigeon roussard\n*Columba guinea*\n\nLe pigeon roussard vit dans des zones ouvertes en Afrique, au sud du Sahara. Parce que ses couvertures alaires ont une légère pointe triangulaire, le pigeon apparaît à pois.",
+                "bottomDescription": "# Boire avec une paille\n\nLa plupart des oiseaux puisent de l'eau avec leur bec pour boire. Ils inclinent ensuite la tête en arrière pour laisser couler l'eau. Le pigeon roussard n'a pas à le faire. Son bec est construit comme une paille. De cette façon, il peut simplement aspirer de l'eau.",
+                "createdAt": "2023-03-14T10:55:43.408Z",
+                "updatedAt": "2023-03-14T10:55:43.408Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "xplN5j966iJACMoAK6JwE",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 287,
+              "attributes": {
+                "name": "Guineataube",
+                "subtitle": "Sein Schnabel ist wie ein Strohhalm",
+                "habitat": "Freiflächen in Afrika",
+                "food": "Samen und Früchte",
+                "age": "15 bis 30 Jahre",
+                "weight": "220 bis 400 Gramm",
+                "offspring": "1 bis 3 Eier",
+                "gestation": "14 bis 16 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Guineataube\n*Columba guinea*\n\nDas Guineataube lebt in offenen Gebieten in Afrika südlich der Sahara. Da ihre Flügeldecken eine leicht dreieckige Spitze haben, erscheint die Taube gepunktet.",
+                "bottomDescription": "# Durch einen Strohhalm trinken\n\nDie meisten Vögel schöpfen mit ihrem Schnabel Wasser zum Trinken. Dann neigen sie den Kopf nach hinten, um das Wasser einlaufen zu lassen. Die Guineataube muss das nicht. Sein Schnabel ist wie ein Strohhalm gebaut. So kann er einfach Wasser einsaugen.",
+                "createdAt": "2023-03-14T10:52:27.815Z",
+                "updatedAt": "2023-03-14T10:55:43.773Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "xplN5j966iJACMoAK6JwE",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 191,
+              "attributes": {
+                "name": "Speckled pigeon",
+                "subtitle": "His beak is like a straw",
+                "habitat": "Open areas in Africa",
+                "food": "Seeds and fruits",
+                "age": "15 to 30 years",
+                "weight": "220 to 400 gram",
+                "offspring": "1 to 3 eggs",
+                "gestation": "14 to 16 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Speckled pigeon\n*Columba guinea*\n\nThe speckled pigeon lives in open areas in Africa, south of the Sahara. Because its wing coverts have a slight triangular point, the pigeon appears polka-dot.",
+                "bottomDescription": "# Drink through a straw\n\nMost birds scoop up water with their beaks to drink. They then tilt their heads back to let the water run in. The speckled pigeon does not have to do that. Its beak is built like a straw. This way he can just suck water in. ",
+                "createdAt": "2023-03-14T10:49:23.729Z",
+                "updatedAt": "2023-03-14T10:55:43.770Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "xplN5j966iJACMoAK6JwE",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 92,
+      "attributes": {
+        "order": null,
+        "name": "Hadada ibis",
+        "subtitle": "Te herkennen aan zijn lange, kromme snavel",
+        "habitat": "Bossen, graslanden en wetlands in Afrika",
+        "food": "Insect, worm, spin, slak, reptiel",
+        "age": "16 jaar",
+        "weight": "1-1.5 kg",
+        "offspring": "2 tot 3 eieren",
+        "gestation": "25 tot 28 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Hadada ibis\n*_Bostrychia hagedash_*\n\nDe hadada ibis is een soort ibis uit de familie ibissen en lepelaars die voorkomt in Afrika. Het is een luidruchtige vogel, vooral gedurende de avond- en morgenschemering. Het geluid is een hard en rauw klinkend. ",
+        "bottomDescription": "# Modderig maaltje\n\nDe hadada ibis leeft in natte gebieden. Hij zoekt zijn eten vooral in de modder en in ondiep water. Met zijn lange, kromme snavel prikt hij in de grond. Als hij iets voelt bewegen klapt hij snel zijn snavel dicht. Zo vangt hij vooral heel veel snuitkevers, maar ook andere kleine dieren. ",
+        "createdAt": "2022-10-05T11:29:05.180Z",
+        "updatedAt": "2024-09-25T14:34:57.107Z",
+        "publishedAt": "2022-10-05T11:29:05.171Z",
+        "tenantRef": "1g8h1QcevwANDY91NSk79k",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 633,
+              "attributes": {
+                "name": "beekse_bergen_hadada_ibis_dieren.png",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1030,
+                "formats": {
+                  "large": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_hadada_ibis_dieren_d74f40271d.png",
+                    "hash": "large_beekse_bergen_hadada_ibis_dieren_d74f40271d",
+                    "mime": "image/png",
+                    "name": "large_beekse_bergen_hadada_ibis_dieren.png",
+                    "path": null,
+                    "size": 589.32,
+                    "width": 994,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_hadada_ibis_dieren_d74f40271d.png",
+                    "hash": "small_beekse_bergen_hadada_ibis_dieren_d74f40271d",
+                    "mime": "image/png",
+                    "name": "small_beekse_bergen_hadada_ibis_dieren.png",
+                    "path": null,
+                    "size": 176.09,
+                    "width": 497,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_hadada_ibis_dieren_d74f40271d.png",
+                    "hash": "medium_beekse_bergen_hadada_ibis_dieren_d74f40271d",
+                    "mime": "image/png",
+                    "name": "medium_beekse_bergen_hadada_ibis_dieren.png",
+                    "path": null,
+                    "size": 360.01,
+                    "width": 746,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_hadada_ibis_dieren_d74f40271d.png",
+                    "hash": "thumbnail_beekse_bergen_hadada_ibis_dieren_d74f40271d",
+                    "mime": "image/png",
+                    "name": "thumbnail_beekse_bergen_hadada_ibis_dieren.png",
+                    "path": null,
+                    "size": 23.94,
+                    "width": 155,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_hadada_ibis_dieren_d74f40271d",
+                "ext": ".png",
+                "mime": "image/png",
+                "size": 129.06,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_hadada_ibis_dieren_d74f40271d.png",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:34:53.071Z",
+                "updatedAt": "2022-10-05T09:34:53.071Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 381,
+              "attributes": {
+                "name": "Ibis hagedash",
+                "subtitle": "Reconnaissable à son long bec recourbé",
+                "habitat": "Forêts,prairies,zones humides en Afrique",
+                "food": "Insecte,ver,araignée,escargot,reptile",
+                "age": "16 ans",
+                "weight": "1 à 1.5 kg",
+                "offspring": "2 à 3 oeufs",
+                "gestation": "25 à 28 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Ibis hagedash\n*_Bostrychia hagedash_*\n\nL'ibis hagedash est une espèce d'ibis de la famille des ibis et des spatules présente en Afrique. C'est un oiseau bruyant, surtout au crépuscule et à l'aube. Le son est un son dur et brut.",
+                "bottomDescription": "# Repas boueux\n\nL'ibis hagedash vit dans les zones humides. Il recherche principalement sa nourriture dans la vase et les eaux peu profondes. Il pique le sol avec son long bec recourbé. Lorsqu'il sent quelque chose bouger, il ferme rapidement son bec. Il attrape surtout beaucoup de charançons, mais aussi d'autres petits animaux.",
+                "createdAt": "2023-03-14T10:55:39.728Z",
+                "updatedAt": "2024-09-25T14:34:57.061Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1g8h1QcevwANDY91NSk79k",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 285,
+              "attributes": {
+                "name": "Hagedasch",
+                "subtitle": "Erkennbar an seinem langen, gebogenen Schnabel",
+                "habitat": "Wälder, Wiesen, Feuchtgebiete in Afrika",
+                "food": "Insekt, Wurm, Spinne, Schnecke, Reptil",
+                "age": "16 Jahre",
+                "weight": "1 bis 1.5 kg",
+                "offspring": "2 bis 3 Eier",
+                "gestation": "25 bis 28 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Hagedasch\n*_Bostrychia hagedash_*\n\nDer Hagedasch ist eine Ibis-Art aus der Familie der Ibis und Löffler, die in Afrika vorkommt. Es ist ein lauter Vogel, besonders in der Dämmerung und im Morgengrauen. Der Sound ist hart und rau.",
+                "bottomDescription": "# Schlammiges Essen\n\nDer Hagedasch lebt in Feuchtgebieten. Er sucht seine Nahrung hauptsächlich im Schlamm und im seichten Wasser. Mit seinem langen, gebogenen Schnabel sticht er in den Boden. Wenn er spürt, dass sich etwas bewegt, schließt er schnell seinen Schnabel. Er fängt vor allem viele Rüsselkäfer, aber auch andere Kleintiere.",
+                "createdAt": "2023-03-14T10:52:24.868Z",
+                "updatedAt": "2024-09-25T14:34:57.106Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1g8h1QcevwANDY91NSk79k",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 189,
+              "attributes": {
+                "name": "Hadada ibis",
+                "subtitle": "Recognizable by its long, curved bill",
+                "habitat": "Forests, grasslands, wetlands in Africa",
+                "food": "Insect, worm, spider, snail, reptile",
+                "age": "16 years",
+                "weight": "1-1.5 kg",
+                "offspring": "2 to 3 eggs",
+                "gestation": "25 to 28 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Hadada ibis\n*_Bostrychia hagedash_*\n\nThe hadada ibis is a species of ibis in the ibis and spoonbill family that occurs in Africa. It is a noisy bird, especially at dusk and dawn. The sound is a harsh and raw sounding.",
+                "bottomDescription": "# Muddy meal\n\nThe hadada ibis lives in wet areas. It mainly searches for its food in mud and shallow water. It pricks the ground with its long, curved bill. When he feels something move, he quickly closes his beak. He mainly catches a lot of weevils, but also other small animals.",
+                "createdAt": "2023-03-14T10:49:20.346Z",
+                "updatedAt": "2024-09-25T14:34:57.108Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1g8h1QcevwANDY91NSk79k",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 48,
+      "attributes": {
+        "order": null,
+        "name": "Hamerkop",
+        "subtitle": "Een liefhebber van kikkers",
+        "habitat": "Afrika, ten zuiden van de Sahara",
+        "food": "Kikkers, amfibieën, vissen en insecten",
+        "age": "20 jaar",
+        "weight": "350 tot 450 gram",
+        "offspring": "3 tot 7 eieren",
+        "gestation": "26 tot 30 dagen",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Hamerkop\n*Scopus umbretta*\n\nDe hamerkop is een Afrikaanse watervogel die zijn naam dankt aan de vorm van zijn hoofd: dankzij de lange snavel en de naar achter gerichte kam doet deze aan een hamer denken. ",
+        "bottomDescription": "### 100x zo groot\nDe hamerkop maakt een ontzettend groot nest, waar hij soms wel 6 weken mee bezig is. Het wordt tot 2 meter groot en soms zit er zelfs een aparte kamer in waar de eieren worden uitgebroed.",
+        "createdAt": "2022-10-05T11:28:48.739Z",
+        "updatedAt": "2023-06-07T10:02:51.594Z",
+        "publishedAt": "2022-10-05T11:28:48.736Z",
+        "tenantRef": "57L970jXy8S6s0W2wagOyE",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1304,
+              "attributes": {
+                "name": "Safaripark-dieren-hamerkop.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_hamerkop_5d953d6ddd.JPG",
+                    "hash": "large_Safaripark_dieren_hamerkop_5d953d6ddd",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-hamerkop.JPG",
+                    "path": null,
+                    "size": 103.02,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_hamerkop_5d953d6ddd.JPG",
+                    "hash": "small_Safaripark_dieren_hamerkop_5d953d6ddd",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-hamerkop.JPG",
+                    "path": null,
+                    "size": 35.1,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_hamerkop_5d953d6ddd.JPG",
+                    "hash": "medium_Safaripark_dieren_hamerkop_5d953d6ddd",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-hamerkop.JPG",
+                    "path": null,
+                    "size": 66.83,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_hamerkop_5d953d6ddd.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_hamerkop_5d953d6ddd",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-hamerkop.JPG",
+                    "path": null,
+                    "size": 9.66,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_hamerkop_5d953d6ddd",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 213.06,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_hamerkop_5d953d6ddd.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:02:47.630Z",
+                "updatedAt": "2023-06-07T10:02:47.630Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 337,
+              "attributes": {
+                "name": "Ombrette africaine",
+                "subtitle": "Une fan de grenouilles",
+                "habitat": "Afrique, sud du Sahara",
+                "food": "Grenouilles,amphibiens,poissons,insectes",
+                "age": "20 ans",
+                "weight": "350 à 450 g",
+                "offspring": "3 à 7 œufs",
+                "gestation": "26 à 30 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Ombrette africaine\n*Scopus umbretta*\n\nL'ombrette africaine est un oiseau aquatique qui doit son nom anglais (« hammerhead ») à la forme de sa tête : en effet, son long bec et la crête à l'arrière de la tête font un peu penser à un marteau.\n",
+                "bottomDescription": "### 100x la taille\nL'ombrette africaine fabrique un nid très large, qui lui demande parfois 6 semaines de fabrication. Il peut mesurer jusqu'à 2 mètres et on y trouve une chambre séparée pour couver les œufs.\n",
+                "createdAt": "2023-03-14T10:54:28.946Z",
+                "updatedAt": "2023-06-07T10:02:51.919Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "57L970jXy8S6s0W2wagOyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 241,
+              "attributes": {
+                "name": "Hammerkopf",
+                "subtitle": "Ein Liebhaber von Fröschen",
+                "habitat": "Afrika, südlich der Sahara",
+                "food": "Frösche, Amphibien, Fische und Insekten",
+                "age": "20 Jahre",
+                "weight": "350 bis 450 Gramm",
+                "offspring": "3 bis 7 Eier",
+                "gestation": "26 bis 30 Tage",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Hammerkopf\n*Scopus umbretta*\n\nDer Hammerkopf ist ein afrikanischer Wasservogel, der nach seiner Kopfform benannt wurde: Wegen des langen Schnabels und des nach hinten gerichteten Kamms erinnert sein Kopf an einen Hammer.\n",
+                "bottomDescription": "### 100 Mal so groß\nDer Hammerkopf baut ein riesig großes Nest, mit dem er an die 6 Wochen lang beschäftigt ist. Es wird bis zu 2 Meter groß und manchmal befindet sich darin sogar eine separate Kammer, in der die Eier ausgebrütet werden.\n",
+                "createdAt": "2023-03-14T10:51:13.921Z",
+                "updatedAt": "2023-06-07T10:02:51.926Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "57L970jXy8S6s0W2wagOyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 145,
+              "attributes": {
+                "name": "Hamerkop",
+                "subtitle": "Frog lover",
+                "habitat": "Africa, south of the Sahara",
+                "food": "Frogs, amphibians, fish and insects",
+                "age": "20 years",
+                "weight": "350 to 450 grams",
+                "offspring": "3 to 7 eggs",
+                "gestation": "26 to 30 days",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Hamerkop\n*Scopus umbretta*\n\nThe hamerkop is an African wading bird that owes its name to the shape of its head: the long beak and the crest at the back of its head resemble a hammer (hamerkop means 'hammerhead' in Dutch).\n",
+                "bottomDescription": "### 100x the size\nThe hamerkop makes a very large nest, which can take it up to six weeks to build. When finished, it can be as much as 2 metres across and may even contain a separate chamber in which the eggs are incubated.",
+                "createdAt": "2023-03-14T10:48:09.836Z",
+                "updatedAt": "2023-06-07T10:02:51.925Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "57L970jXy8S6s0W2wagOyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 91,
+      "attributes": {
+        "order": null,
+        "name": "Heckrund",
+        "subtitle": "Echte natuurlijke begrazers",
+        "habitat": "Graslanden en velden",
+        "food": "Gras, kruiden, rietscheuten",
+        "age": "20 jaar",
+        "weight": "800 - 1400 kilo",
+        "offspring": "9 maanden",
+        "gestation": "1 jong",
+        "iucn": "n.v.t.",
+        "eep": false,
+        "description": "# Heckrund\n\nDe echte oeros is al een paar eeuwen uitgestorven. Maar het heckrund is een rund dat heel erg lijkt op een oeros, als je dit vergelijkt met de schilderijen van vroeger.",
+        "bottomDescription": "## Kruising\nVorige eeuw heeft de familie ‘Heck’ uit Duitsland koeien en stieren van verschillende rassen gekruist, zodat er kalfjes werden geboren die op oerossen leken. Zo ontstond de ‘nieuwe’ oeros en daar ben ik, het heckrund er één van. Net als de oude oerossen ben ik sterk en kan ik goed tegen leven in de vrije natuur. ",
+        "createdAt": "2022-10-05T11:29:04.722Z",
+        "updatedAt": "2024-09-25T14:48:36.894Z",
+        "publishedAt": "2022-10-05T11:29:04.715Z",
+        "tenantRef": "1OGKBFAEw3Bn6vwFbe8Xqt",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 631,
+              "attributes": {
+                "name": "beekse_bergen_heckrund_dieren.png",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1009,
+                "formats": {
+                  "large": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_heckrund_dieren_977f4c1ebd.png",
+                    "hash": "large_beekse_bergen_heckrund_dieren_977f4c1ebd",
+                    "mime": "image/png",
+                    "name": "large_beekse_bergen_heckrund_dieren.png",
+                    "path": null,
+                    "size": 723.22,
+                    "width": 1000,
+                    "height": 985
+                  },
+                  "small": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_heckrund_dieren_977f4c1ebd.png",
+                    "hash": "small_beekse_bergen_heckrund_dieren_977f4c1ebd",
+                    "mime": "image/png",
+                    "name": "small_beekse_bergen_heckrund_dieren.png",
+                    "path": null,
+                    "size": 219,
+                    "width": 500,
+                    "height": 493
+                  },
+                  "medium": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_heckrund_dieren_977f4c1ebd.png",
+                    "hash": "medium_beekse_bergen_heckrund_dieren_977f4c1ebd",
+                    "mime": "image/png",
+                    "name": "medium_beekse_bergen_heckrund_dieren.png",
+                    "path": null,
+                    "size": 446.59,
+                    "width": 750,
+                    "height": 739
+                  },
+                  "thumbnail": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_heckrund_dieren_977f4c1ebd.png",
+                    "hash": "thumbnail_beekse_bergen_heckrund_dieren_977f4c1ebd",
+                    "mime": "image/png",
+                    "name": "thumbnail_beekse_bergen_heckrund_dieren.png",
+                    "path": null,
+                    "size": 32.51,
+                    "width": 158,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_heckrund_dieren_977f4c1ebd",
+                "ext": ".png",
+                "mime": "image/png",
+                "size": 183.63,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_heckrund_dieren_977f4c1ebd.png",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:34:47.280Z",
+                "updatedAt": "2022-10-05T09:34:47.280Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 919,
+              "attributes": {
+                "name": "Heckrund",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:12:03.119Z",
+                "updatedAt": "2024-09-17T13:53:25.403Z",
+                "publishedAt": "2023-07-19T12:12:06.254Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 132,
+              "attributes": {
+                "name": "Europees bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:35:28.882Z",
+                "updatedAt": "2023-07-19T12:17:48.983Z",
+                "publishedAt": "2023-02-15T08:35:30.929Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 6,
+              "attributes": {
+                "title": "Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.52282609089278,
+                    "lon": 5.106487300559581
+                  },
+                  {
+                    "lat": 51.523108964829945,
+                    "lon": 5.10657715456158
+                  },
+                  {
+                    "lat": 51.522938740016336,
+                    "lon": 5.107025083467079
+                  },
+                  {
+                    "lat": 51.52277268676646,
+                    "lon": 5.10679307238727
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:16:40.777Z",
+                "updatedAt": "2023-07-10T07:43:19.666Z",
+                "publishedAt": "2023-01-13T07:16:43.547Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 380,
+              "attributes": {
+                "name": "Aurochs de Heck",
+                "subtitle": "Vrais brouteurs de la nature",
+                "habitat": "Prairies et champs",
+                "food": "Herbe, herbes, pousses de roseau",
+                "age": "20 ans",
+                "weight": "800 à 1400 kg",
+                "offspring": "9 mois",
+                "gestation": "1 petit",
+                "iucn": "sans object",
+                "eep": false,
+                "description": "# Aurochs de Heck\n\nLe véritable aurochs est éteint depuis plusieurs siècles. Mais l'aurochs de heck est un boeuf qui ressemble beaucoup à un aurochs, si vous comparez cela avec les peintures du passé.\n",
+                "bottomDescription": "## Course mixte\nAu siècle dernier, la famille \"Heck\" d'Allemagne a croisé des vaches et des taureaux de différentes races, de sorte que des veaux ressemblant à des aurochs sont nés. C'est ainsi que les \"nouveaux\" aurochs sont nés, et moi l'aurochs de heck, je suis l'un d'entre eux. omme les anciens aurochs, je suis fort et je supporte la vie au grand air.",
+                "createdAt": "2023-03-14T10:55:38.309Z",
+                "updatedAt": "2024-09-25T14:48:36.935Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1OGKBFAEw3Bn6vwFbe8Xqt",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 284,
+              "attributes": {
+                "name": "Heckrind",
+                "subtitle": "Echte Naturfresser",
+                "habitat": "Wiesen und Felder",
+                "food": "Gräser, Kräuter, Schilftriebe",
+                "age": "20 Jahre",
+                "weight": "800 bis 1400 kg",
+                "offspring": "9 Monate",
+                "gestation": "1 Junges",
+                "iucn": "n/v",
+                "eep": false,
+                "description": "# Heckrind\n\nDer echte Auerochsen ist seit mehreren Jahrhunderten ausgestorben. Aber der Heckochse ist ein Ochse, der einem Auerochsen sehr ähnlich sieht, wenn man das mit den Gemälden der Vergangenheit vergleicht.",
+                "bottomDescription": "## Gemischte Rasse\nIm letzten Jahrhundert kreuzte die Familie 'Heck' aus Deutschland Kühe und Bullen verschiedener Rassen, sodass auerochsenähnliche Kälber geboren wurden. So entstanden die 'neuen' Auerochsen und ich, das Heckrind, bin einer von ihnen. Wie die alten Auerochsen bin ich stark und kann das Leben in der freien Natur vertragen.",
+                "createdAt": "2023-03-14T10:52:23.066Z",
+                "updatedAt": "2024-09-25T14:48:36.937Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1OGKBFAEw3Bn6vwFbe8Xqt",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 188,
+              "attributes": {
+                "name": "Heck cattle",
+                "subtitle": "Real natural grazers",
+                "habitat": "Grasslands and fields",
+                "food": "Grass, herbs, reed shoots",
+                "age": "20 years",
+                "weight": "800 - 1400 kg",
+                "offspring": "9 months",
+                "gestation": "1 young",
+                "iucn": "n/a",
+                "eep": false,
+                "description": "# Heck cattle\n\nThe true aurochs has been extinct for several centuries. But the heck cattle is an ox that looks very much like an aurochs, if you compare this with the paintings of the past.",
+                "bottomDescription": "## Mixed breed\nIn the last century, the \"Heck\" family from Germany crossed cows and bulls of different breeds, so that calves that resembled aurochs were born. This is how the 'new' aurochs came into being and I, the heck cattle, am one of them. Like the ancient aurochs, I am strong and I can tolerate living in the great outdoors.",
+                "createdAt": "2023-03-14T10:49:18.725Z",
+                "updatedAt": "2024-09-25T14:48:36.937Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1OGKBFAEw3Bn6vwFbe8Xqt",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 44,
+      "attributes": {
+        "order": null,
+        "name": "Heilige ibis",
+        "subtitle": "Een zeer heilige vogel",
+        "habitat": "Afrika, ten zuiden van de Sahara",
+        "food": "Insecten, wormen, reptielen en vogels",
+        "age": "20 jaar",
+        "weight": "1,5 kg",
+        "offspring": "2 tot 5 eieren",
+        "gestation": "28 tot 29 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Heilige ibis\n*Threskiornis aethiopicus*\n\nIn het oude Egypte werd de heilige ibis vereerd. Hij was het symbool van de god Thoth, god van de maan en de schrijfkunst. Deze vogel is zwart en wit van kleur en heeft een lange kromme snavel. ",
+        "bottomDescription": "### Mummy\nDe heilige ibis werd in het oude Egypte vereerd. Daarnaast was hij het symbool voor de god Toth, god van de maan, de schrijfkunst en de wijsheid. Veel mensen geloofden dat als je een heilige ibis meenam naar het hiernamaals en hem daar zou aanbieden aan de goden, dat je goed terecht zou komen. Hierom zijn er veel ibissen gemummificeerd en meegenomen in het graf.",
+        "createdAt": "2022-10-05T11:28:47.132Z",
+        "updatedAt": "2024-09-25T14:53:49.760Z",
+        "publishedAt": "2024-09-25T14:53:45.260Z",
+        "tenantRef": "63n8nHzKvKU0CqC68g6MYW",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 447,
+              "attributes": {
+                "name": "aquazoo005-1.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 4667,
+                "height": 3171,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_aquazoo005_1_afebe2e2cf.jpg",
+                    "hash": "large_aquazoo005_1_afebe2e2cf",
+                    "mime": "image/jpeg",
+                    "name": "large_aquazoo005-1.jpg",
+                    "path": null,
+                    "size": 42.63,
+                    "width": 1000,
+                    "height": 679
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_aquazoo005_1_afebe2e2cf.jpg",
+                    "hash": "small_aquazoo005_1_afebe2e2cf",
+                    "mime": "image/jpeg",
+                    "name": "small_aquazoo005-1.jpg",
+                    "path": null,
+                    "size": 14.57,
+                    "width": 500,
+                    "height": 340
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_aquazoo005_1_afebe2e2cf.jpg",
+                    "hash": "medium_aquazoo005_1_afebe2e2cf",
+                    "mime": "image/jpeg",
+                    "name": "medium_aquazoo005-1.jpg",
+                    "path": null,
+                    "size": 27.06,
+                    "width": 750,
+                    "height": 509
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_aquazoo005_1_afebe2e2cf.jpg",
+                    "hash": "thumbnail_aquazoo005_1_afebe2e2cf",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_aquazoo005-1.jpg",
+                    "path": null,
+                    "size": 4.55,
+                    "width": 230,
+                    "height": 156
+                  }
+                },
+                "hash": "aquazoo005_1_afebe2e2cf",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 1298.18,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/aquazoo005_1_afebe2e2cf.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:29:22.258Z",
+                "updatedAt": "2022-10-05T09:29:22.258Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 333,
+              "attributes": {
+                "name": "Ibis sacré",
+                "subtitle": "Un oiseau vraiment sacré",
+                "habitat": "Afrique, sud du Sahara",
+                "food": "Insectes, vers, reptiles et oiseaux",
+                "age": "20 ans",
+                "weight": "1,5 kg",
+                "offspring": "2 à 5 œufs",
+                "gestation": "28 à 29 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Ibis sacré\n*Threskiornis aethiopicus*\n\nDans l'Egypte ancienne, l'ibis sacré était vénéré. Il était le symbole du dieu Thoth, dieu de la lune et de l'écriture. Cet oiseau est noir et blanc et il a un long bec crochu. \n",
+                "bottomDescription": "### Momie !\nDans l'Egypte ancienne, l'ibis sacré était vénéré. Il était le symbole du dieu Thoth, dieu de la lune et de l'écriture. De nombreuses personnes croyaient que si elles emmenaient un ibis sacré dans l'au-delà pour l'offrir aux dieux, elles seraient récompensées. De nombreux ibis ont donc été momifiés et ensevelis dans les tombes.\n",
+                "createdAt": "2023-03-14T10:54:22.257Z",
+                "updatedAt": "2024-09-25T14:53:49.761Z",
+                "publishedAt": "2024-09-25T14:53:20.553Z",
+                "tenantRef": "63n8nHzKvKU0CqC68g6MYW",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 237,
+              "attributes": {
+                "name": "Heiliger Ibis",
+                "subtitle": "Ein sehr heiliger Vogel",
+                "habitat": "Afrika, südlich der Sahara",
+                "food": "Insekten, Würmer, Reptilien und Vögel",
+                "age": "20 Jahre",
+                "weight": "1,5 kg",
+                "offspring": "2 bis 5 Eier",
+                "gestation": "28 bis 29 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Heiliger Ibis\n*Threskiornis aethiopicus*\n\nIm alten Ägypten wurde der Ibis als heilig verehrt. Es war das Symboltier von Thoth, dem Gott des Mondes und der Schreibkunst. Dieser Vogel ist schwarz-weiß gefärbt und hat einen langen, krummen Schnabel. \n",
+                "bottomDescription": "### Mumie\nDer Heilige Ibis wurde im alten Ägypten verehrt. Außerdem war er das Symboltier von Thoth, dem Gott des Mondes, der Schreibkunst und der Weisheit. Viele Menschen glaubten damals, dass man im Jenseits einen guten Platz erobern könne, indem man den Göttern einen Heiligen Ibis schenkte. Daher wurden viele Ibisse mumifiziert und als Grabbeigabe verwendet.\n",
+                "createdAt": "2023-03-14T10:51:07.640Z",
+                "updatedAt": "2024-09-25T14:53:49.759Z",
+                "publishedAt": "2024-09-25T14:53:39.652Z",
+                "tenantRef": "63n8nHzKvKU0CqC68g6MYW",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "African sacred ibis",
+                "subtitle": "A very holy bird",
+                "habitat": "Africa, south of the Sahara",
+                "food": "Insects, worms, reptiles and birds",
+                "age": "20 years",
+                "weight": "1.5 kg",
+                "offspring": "2 to 5 eggs",
+                "gestation": "28 to 29 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# African sacred ibis\n*Threskiornis aethiopicus*\n\nIn ancient Egypt, the African sacred ibis was revered. It was the symbol of the god Thoth, god of the moon and of the art of writing. This bird has a black and white colouring and a long, curved beak. \n\n\n",
+                "bottomDescription": "### Mummy\nThe African sacred ibis was revered in ancient Egypt. It was the symbol of the god Thoth, god of the moon, the art of writing and wisdom. Many ancient Egyptians believed that if you took an African sacred ibis with you to the hereafter and presented it to the gods, you would be blessed. For this reason, many ibises were mummified and taken to the grave when people died.",
+                "createdAt": "2023-03-14T10:48:02.972Z",
+                "updatedAt": "2024-09-25T14:53:49.716Z",
+                "publishedAt": "2024-09-25T14:53:49.708Z",
+                "tenantRef": "63n8nHzKvKU0CqC68g6MYW",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 95,
+      "attributes": {
+        "order": null,
+        "name": "Hop",
+        "subtitle": "Hebben een lange dunne snavel",
+        "habitat": "Europa, Azië en Afrika",
+        "food": "Insecten, slakken en kleine reptielen",
+        "age": "5 tot 11 jaar",
+        "weight": "55 tot 80 gram",
+        "offspring": "4 tot 7 eieren",
+        "gestation": "14 tot 16 dagen",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Hop\n*Upupa epops*\n\nDe hop leeft in open bossen, graslanden en woestijngebieden in Europa, Azië en Afrika. Met zijn lange snavel kan hij makkelijk voedsel van de grond pakken. ",
+        "bottomDescription": "# Stinkerds\n\nJonge hoppen blijven een paar weken in het nest nadat ze uit het ei zijn gekomen. Moeder zorgt dat ze warm blijven en vader zorgt voor het eten. Om roofdieren uit de buurt te houden smeren moeder en jongen het nest in met een hele vieze geur. Die geur komt van een vloeistof uit hun lijf en ruikt naar rottende eieren. ",
+        "createdAt": "2022-10-05T11:29:06.333Z",
+        "updatedAt": "2024-09-25T14:54:54.469Z",
+        "publishedAt": "2022-10-05T11:29:06.326Z",
+        "tenantRef": "3jq8BQbRdr7duuShZBeFrM",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 636,
+              "attributes": {
+                "name": "beekse_bergen_europese_hop_dieren.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1137,
+                "height": 1024,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_europese_hop_dieren_22619e1b1a.jpg",
+                    "hash": "large_beekse_bergen_europese_hop_dieren_22619e1b1a",
+                    "mime": "image/jpeg",
+                    "name": "large_beekse_bergen_europese_hop_dieren.jpg",
+                    "path": null,
+                    "size": 60.04,
+                    "width": 1000,
+                    "height": 901
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_europese_hop_dieren_22619e1b1a.jpg",
+                    "hash": "small_beekse_bergen_europese_hop_dieren_22619e1b1a",
+                    "mime": "image/jpeg",
+                    "name": "small_beekse_bergen_europese_hop_dieren.jpg",
+                    "path": null,
+                    "size": 19.07,
+                    "width": 500,
+                    "height": 450
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_europese_hop_dieren_22619e1b1a.jpg",
+                    "hash": "medium_beekse_bergen_europese_hop_dieren_22619e1b1a",
+                    "mime": "image/jpeg",
+                    "name": "medium_beekse_bergen_europese_hop_dieren.jpg",
+                    "path": null,
+                    "size": 37.57,
+                    "width": 750,
+                    "height": 675
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_europese_hop_dieren_22619e1b1a.jpg",
+                    "hash": "thumbnail_beekse_bergen_europese_hop_dieren_22619e1b1a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_beekse_bergen_europese_hop_dieren.jpg",
+                    "path": null,
+                    "size": 3.83,
+                    "width": 173,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_europese_hop_dieren_22619e1b1a",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 151.87,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_europese_hop_dieren_22619e1b1a.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:34:57.635Z",
+                "updatedAt": "2022-10-05T09:34:57.635Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 384,
+              "attributes": {
+                "name": "Huppe fasciée",
+                "subtitle": "Avoir un long bec fin",
+                "habitat": "Europe, Asie et Afrique",
+                "food": "Insectes, escargots et petits reptiles",
+                "age": "5 à 11 ans",
+                "weight": "55 à 80 gramme",
+                "offspring": "4 à 7 oeufs",
+                "gestation": "14 à 16 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Huppe fasciée\n*Upupa epops*\n\nLa huppe fasciée vit dans les forêts ouvertes, les prairies et les zones désertiques d'Europe, d'Asie et d'Afrique. Avec son long bec, il peut facilement ramasser de la nourriture au sol.",
+                "bottomDescription": "# Salaud\n\nLes jeunes huppes restent au nid pendant quelques semaines après l'éclosion. La mère les garde au chaud et le père s'occupe de la nourriture. Pour éloigner les prédateurs, la mère et les jeunes enduisent le nid d'une odeur très nauséabonde. Cette odeur provient d'un liquide de leur corps et sent les œufs pourris.",
+                "createdAt": "2023-03-14T10:55:44.952Z",
+                "updatedAt": "2024-09-25T14:54:54.517Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3jq8BQbRdr7duuShZBeFrM",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 288,
+              "attributes": {
+                "name": "Wiedehopf",
+                "subtitle": "Habe einen langen dünnen Schnabel",
+                "habitat": "Europa, Asien und Afrika",
+                "food": "Insekten, Schnecken und kleine Reptilien",
+                "age": "5 bis 11 Jahre",
+                "weight": "55 bis 80 Gramm",
+                "offspring": "4 bis 7 Eier",
+                "gestation": "14 bis 16 Tage",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Wiedehopf\n*Upupa epops*\n\nDer Wiedehopf lebt in offenen Wäldern, Grasland und Wüstengebieten in Europa, Asien und Afrika. Mit seinem langen Schnabel kann er leicht Nahrung vom Boden aufheben.",
+                "bottomDescription": "# Stinker\n\nJung hopfen bleibt nach dem Schlüpfen einige Wochen im Nest. Mutter hält sie warm und Vater kümmert sich um das Essen. Um Raubtiere fernzuhalten, schmieren Mutter und Junge das Nest mit einem sehr üblen Geruch. Dieser Geruch kommt von einer Flüssigkeit aus ihrem Körper und riecht nach faulenden Eiern.",
+                "createdAt": "2023-03-14T10:52:29.415Z",
+                "updatedAt": "2024-09-25T14:54:54.514Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3jq8BQbRdr7duuShZBeFrM",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 192,
+              "attributes": {
+                "name": "Eurasian hoopoe",
+                "subtitle": "Have a long thin beak",
+                "habitat": "Europe, Asia and Africa",
+                "food": "Insects, snails and small reptiles",
+                "age": "5 to 11 years",
+                "weight": "55 to 80 gram",
+                "offspring": "4 to 7 eggs",
+                "gestation": "14 to 16 days",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Eurasian hoopoe\n*Upupa epops*\n\nThe Eurasian hoopoe lives in open forests, grasslands and desert areas in Europe, Asia and Africa. With its long bill it can easily pick up food from the ground.\n",
+                "bottomDescription": "# Stinker\n\nYoung hops remain in the nest for a few weeks after hatching. Mother keeps them warm and father takes care of the food. To keep predators away, mother and young smear the nest with a very foul odor. That smell comes from a liquid from their body and smells like rotting eggs.",
+                "createdAt": "2023-03-14T10:49:25.785Z",
+                "updatedAt": "2024-09-25T14:54:54.515Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3jq8BQbRdr7duuShZBeFrM",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 386,
+      "attributes": {
+        "order": null,
+        "name": "Impala",
+        "subtitle": "Een van de bekendste dieren uit Afrika ",
+        "habitat": "Zuid-Afrika, Oeganda en Kenia",
+        "food": "Verschillende soorten gras en bladeren",
+        "age": "15 jaar",
+        "weight": "45 tot 60 kilo ",
+        "offspring": "1 jong",
+        "gestation": "6,5 maand",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Impala \n*Aepyceros melampus*\n\nDe impala (Aepyceros melampus), in het Afrikaans ook wel rooibok genoemd, is een van de bekendste dieren uit Afrika. Hij is geen familie van het hert en deelt dezelfde grote familie als de gazelle.",
+        "bottomDescription": "### Kuddedier\nDe impala is een kuddedier en de grootte van de kuddes wisselt het hele jaar door. De vrouwtjes en de mannetjes leven in aparte kuddes. Zo bestaat een kudde vrouwtjes meestal uit vijftien tot 100 dieren. De groepen waarin de vrouwtjes leven, worden clans genoemd en hebben een territorium van tachtig tot 180 hectare. Als het natte seizoen is aangebroken, vormen er zich drie verschillende groepsstructuren. Deze bestaan uit een groep territoriale mannetjes met of zonder vrouwtjes, een groep vrijgezelle mannetjes en een groep met de vrouwtjes en hun jongen.\n\n### Bijzondere hoorns\nKenmerkend voor de impala zijn de grote S-vormige hoorns op zijn kop. Hierdoor is ook gelijk het verschil tussen het mannetje en het vrouwtje goed te zien. Alleen het mannetje heeft namelijk de S-vormige hoorns op zijn kop. Deze hoorns hebben een lengte tussen de 45 en 90 centimeter lang.",
+        "createdAt": "2023-07-31T10:41:38.613Z",
+        "updatedAt": "2024-09-25T14:57:33.293Z",
+        "publishedAt": "2023-07-31T10:41:43.007Z",
+        "tenantRef": null,
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1422,
+              "attributes": {
+                "name": "Safaripark-dieren-impala.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_impala_2c39619ca0.JPG",
+                    "hash": "large_Safaripark_dieren_impala_2c39619ca0",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-impala.JPG",
+                    "path": null,
+                    "size": 137.57,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_impala_2c39619ca0.JPG",
+                    "hash": "small_Safaripark_dieren_impala_2c39619ca0",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-impala.JPG",
+                    "path": null,
+                    "size": 39.79,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_impala_2c39619ca0.JPG",
+                    "hash": "medium_Safaripark_dieren_impala_2c39619ca0",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-impala.JPG",
+                    "path": null,
+                    "size": 83.31,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_impala_2c39619ca0.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_impala_2c39619ca0",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-impala.JPG",
+                    "path": null,
+                    "size": 9.56,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_impala_2c39619ca0",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 269.01,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_impala_2c39619ca0.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-07-31T10:34:21.236Z",
+                "updatedAt": "2023-07-31T10:34:21.236Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 934,
+              "attributes": {
+                "name": "Impala",
+                "tenantRef": null,
+                "createdAt": "2023-07-31T10:49:00.165Z",
+                "updatedAt": "2023-07-31T10:55:15.319Z",
+                "publishedAt": "2023-07-31T10:49:02.834Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 389,
+              "attributes": {
+                "name": "Impala",
+                "subtitle": "L'un des animaux les plus célèbres d'Afrique",
+                "habitat": "Afrique du Sud, Ouganda et Kenya",
+                "food": "Différents types d'herbe et de feuilles",
+                "age": "15 ans",
+                "weight": "45 à 60 kilos",
+                "offspring": "1 mineur",
+                "gestation": "6,5 mois",
+                "iucn": "Sûr",
+                "eep": false,
+                "description": "# Impala\n*Aepyceros melampus\n\nL'impala (Aepyceros melampus), également appelé grub buck en afrikaans, est l'un des animaux les plus connus d'Afrique. Il n'est pas apparenté au cerf et partage la même grande famille que la gazelle.",
+                "bottomDescription": "### Animal de troupeau\nL'impala est un animal de troupeau et la taille des troupeaux varie tout au long de l'année. Les femelles et les mâles vivent dans des troupeaux séparés. Par exemple, un troupeau de femelles est généralement composé de 15 à 100 animaux. Les groupes dans lesquels vivent les femelles sont appelés clans et ont un territoire de 80 à 180 hectares. Lorsque la saison des pluies arrive, trois structures de groupe différentes se forment. Il s'agit d'un groupe de mâles territoriaux avec ou sans femelles, d'un groupe de mâles célibataires et d'un groupe avec les femelles et leurs jeunes.\n\n### Cornes spéciales\nLes grandes cornes en forme de S sur la tête sont caractéristiques de l'impala. Cela montre également la différence entre les mâles et les femelles. Seul le mâle a des cornes en forme de S sur la tête. Ces cornes mesurent entre 45 et 90 centimètres de long.",
+                "createdAt": "2023-07-31T10:42:45.839Z",
+                "updatedAt": "2024-09-25T14:57:33.133Z",
+                "publishedAt": "2024-09-25T14:57:33.085Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 388,
+              "attributes": {
+                "name": "Impala",
+                "subtitle": "Eines der berühmtesten Tiere Afrikas",
+                "habitat": "Südafrika, Uganda und Kenia",
+                "food": "Verschiedene Arten von Gras und Blättern",
+                "age": "15 Jahre",
+                "weight": "45 bis 60 Kilo",
+                "offspring": "1 Jugendlicher",
+                "gestation": "6,5 Monate",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Impala\n*Aepyceros melampus*\n\nDer Impala (Aepyceros melampus), auf Afrikaans auch Grubbock genannt, ist eines der bekanntesten Tiere Afrikas. Es ist nicht mit den Hirschen verwandt und gehört zur selben großen Familie wie die Gazelle.",
+                "bottomDescription": "### Herdentier\nDas Impala ist ein Herdentier und die Größe der Herden ändert sich im Laufe des Jahres. Weibchen und Männchen leben in getrennten Herden. Eine Herde von Weibchen zum Beispiel besteht normalerweise aus 15 bis 100 Tieren. Die Gruppen, in denen die Weibchen leben, werden Clans genannt und haben ein Territorium von achtzig bis 180 Hektar. Wenn die Regenzeit eintritt, bilden sich drei verschiedene Gruppenstrukturen. Diese bestehen aus einer Gruppe von territorialen Männchen mit oder ohne Weibchen, einer Gruppe von Junggesellen-Männchen und einer Gruppe mit den Weibchen und ihren Jungen.\n\n### Besondere Hörner\nCharakteristisch für das Impala sind die großen S-förmigen Hörner auf seinem Kopf. Daran erkennt man auch den Unterschied zwischen Männchen und Weibchen. Nur das Männchen hat S-förmige Hörner auf seinem Kopf. Diese Hörner sind zwischen 45 und 90 Zentimetern lang.",
+                "createdAt": "2023-07-31T10:42:27.098Z",
+                "updatedAt": "2024-09-25T14:57:33.287Z",
+                "publishedAt": "2023-07-31T10:42:30.124Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 387,
+              "attributes": {
+                "name": "Impala",
+                "subtitle": "One of the most famous animals from Africa",
+                "habitat": "South Africa, Uganda and Kenya",
+                "food": "Different types of grass and leaves",
+                "age": "15 years",
+                "weight": "45 to 60 pounds",
+                "offspring": "1 juvenile",
+                "gestation": "6.5 months",
+                "iucn": "Safe",
+                "eep": false,
+                "description": "# Impala\n*Aepyceros melampus*\n\nThe impala (Aepyceros melampus), also called grub buck in Afrikaans, is one of Africa's best-known animals. It is not related to the deer and shares the same large family as the gazelle.",
+                "bottomDescription": "### Herd animal\nThe impala is a herd animal and the size of the herds changes throughout the year. Females and males live in separate herds. For example, a herd of females usually consists of 15 to 100 animals. The groups in which the females live are called clans and have a territory of eighty to 180 acres. When the wet season arrives, three different group structures form. These consist of a group of territorial males with or without females, a group of bachelor males and a group with the females and their young.\n\n### Special horns\nCharacteristic of the impala are the large S-shaped horns on its head. This also shows the difference between the male and female. Only the male has S-shaped horns on his head. These horns are between 45 and 90 centimeters long.",
+                "createdAt": "2023-07-31T10:42:04.376Z",
+                "updatedAt": "2024-09-25T14:57:33.294Z",
+                "publishedAt": "2023-07-31T10:42:07.090Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 40,
+      "attributes": {
+        "order": null,
+        "name": "Indische antilope",
+        "subtitle": "Razend snelle sprinter",
+        "habitat": "Open bosgebieden in India",
+        "food": "Gras",
+        "age": "18 jaar",
+        "weight": "32 tot 43 kg",
+        "offspring": "1 jong",
+        "gestation": "5 tot 6 maanden",
+        "iucn": "Veilig ",
+        "eep": false,
+        "description": "# Indische antilope\n*Antilope cervicapra*\n\nDe Indische antilope is de snelste antilope van het Indische subcontinent. De hoorns van de Indische antilope zijn spiraalsgewijs gedraaid. De soort is bedreigd geweest doordat er veel op de dieren gejaagd is. ",
+        "bottomDescription": "### Kleur bekennen\nBij de Indische antilopen zien de mannetjes en de vrouwtjes er heel anders uit. Als ze volwassen zijn tenminste. Alle jonge Indische antilopen zien er hetzelfde uit als hun moeders. Ze zijn lichtbruin van kleur en hebben geen hoorns. Als de mannetjes volwassen worden krijgt hun vacht een donkerbruine kleur. Alleen hun buik blijft wit, net als bij de vrouwtjes. Daarnaast krijgen de mannetjes ook mooie gedraaide hoorns. \n\n### Spring voor je leven!\nAls een Indische anitlope gevaar ziet rent hij zo hard mogelijk weg. Hij kan daarbij een snelheid halen van wel 80 km/u. dit houdt hij soms wel 20 km vol, maar behalve hard rennen doet de Indische antilope nog iets anders. Hij springt heel hoog de lucht in, met vier poten tegelijk. Dit doet hij om aan het roofdier te laten zien hoe fit hij is en dat het verspilde moeite is om hem achterna te rennen. ",
+        "createdAt": "2022-10-05T11:28:45.585Z",
+        "updatedAt": "2024-09-25T15:00:41.912Z",
+        "publishedAt": "2022-10-05T11:28:45.579Z",
+        "tenantRef": "6Kn4wsaxFeCMU8WQgaYE4E",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1305,
+              "attributes": {
+                "name": "Safaripark-dieren-indische-antilope.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_indische_antilope_e1b9f0c041.JPG",
+                    "hash": "large_Safaripark_dieren_indische_antilope_e1b9f0c041",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-indische-antilope.JPG",
+                    "path": null,
+                    "size": 126.85,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_indische_antilope_e1b9f0c041.JPG",
+                    "hash": "small_Safaripark_dieren_indische_antilope_e1b9f0c041",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-indische-antilope.JPG",
+                    "path": null,
+                    "size": 41.86,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_indische_antilope_e1b9f0c041.JPG",
+                    "hash": "medium_Safaripark_dieren_indische_antilope_e1b9f0c041",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-indische-antilope.JPG",
+                    "path": null,
+                    "size": 80.78,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_indische_antilope_e1b9f0c041.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_indische_antilope_e1b9f0c041",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-indische-antilope.JPG",
+                    "path": null,
+                    "size": 11.48,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_indische_antilope_e1b9f0c041",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 290.19,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_indische_antilope_e1b9f0c041.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:04:41.638Z",
+                "updatedAt": "2023-06-07T10:04:41.638Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 923,
+              "attributes": {
+                "name": "Indische antilope ",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:27:21.516Z",
+                "updatedAt": "2024-09-17T13:59:32.631Z",
+                "publishedAt": "2023-07-19T12:27:26.450Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 125,
+              "attributes": {
+                "name": "Aziatisch bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:22:30.025Z",
+                "updatedAt": "2023-05-09T06:58:29.611Z",
+                "publishedAt": "2023-02-15T08:22:42.282Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 137,
+              "attributes": {
+                "name": "Indische antilope",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:44:12.811Z",
+                "updatedAt": "2024-09-17T13:58:37.311Z",
+                "publishedAt": "2023-02-15T08:44:14.391Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 329,
+              "attributes": {
+                "name": "Antilope cervicapre ",
+                "subtitle": "Super sprinter",
+                "habitat": "Zones boisées ouvertes (Inde)",
+                "food": "Herbe",
+                "age": "18 ans",
+                "weight": "32 à 43 kg",
+                "offspring": "1 petit",
+                "gestation": "5 à 6 mois",
+                "iucn": "En sécurité",
+                "eep": false,
+                "description": "# Antilope cervicapre \n*Antilope cervicapra*\n\nL'antilope cervicapre est la plus rapide des antilopes du sous-continent indien. Les cornes de l'antilope cervicapre sont torsadées. Autrefois, l'espèce a été menacée car elle était la proie de nombreux chasseurs.\n",
+                "bottomDescription": "### Contraste de couleurs\nChez les antilopes cervicapres, les mâles et les femelles ont une apparence très différente, du moins quand ils sont à l'âge adulte. Toutes les jeunes antilopes cervicapres ressemblent à leurs mères. Elles sont brun clair et elles n'ont pas de cornes. Quand les jeunes mâles deviennent adultes, ils deviennent brun foncé. Seul leur ventre reste blanc, tout comme celui des femelles. Les mâles ont également de belles cornes torsadées. \n\n### Sauter pour survivre !\nSi une antilope cervicapre voit un danger, elle s'enfuit en courant aussi vite qu'elle le peut. Elle peut atteindre une vitesse de 80 km/h, qu'elle maintient parfois sur une distance de 20 km. À part celui de courir vite, l'antilope cervicapre a un autre don : elle saute très haut, en levant ses quatre pattes simultanément. En sautant de cette manière, elle montre toute sa vitalité à son prédateur pour qu'il sache que ça ne sert à rien d'essayer de la pourchasser !\n",
+                "createdAt": "2023-03-14T10:54:15.462Z",
+                "updatedAt": "2024-09-25T15:00:41.794Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6Kn4wsaxFeCMU8WQgaYE4E",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 233,
+              "attributes": {
+                "name": "Hirschziegenantilope",
+                "subtitle": "Ein superschneller Sprinter",
+                "habitat": "Offene Waldgebiete in Indien",
+                "food": "Gras",
+                "age": "18 Jahre",
+                "weight": "32 bis 43 kg",
+                "offspring": "1 Junges",
+                "gestation": "5 bis 6 Monate",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Hirschziegenantilope\n*Antilope cervicapra*\n\nDie Hirschziegenantilope ist die schnellste Antilope des indischen Subkontinents. Die Hörner der Hirschziegenantilope sind spiralförmig gedreht. Die Art war einige Zeit bedroht, weil die Tiere häufig gejagt wurden.\n",
+                "bottomDescription": "### Farbe bekennen\nBei den Hirschziegenantilope sehen Männchen und Weibchen ganz unterschiedlich aus. Zumindest dann, wenn sie erwachsen sind. Alle jungen Hirschziegenantilope sind ein Spiegelbild ihrer Mutter. Sie sind nämlich hellbraun gefärbt und haben keine Hörner. Werden die Männchen erwachsen, ändert sich die Farbe ihres Fells zu dunkelbraun. Nur der Bauch bleibt weiß, ebenso wie bei den Weibchen. Außerdem bekommen die Männchen auch schöne, in sich gedrehte Hörner. \n\n### Spring um dein Leben!\nWenn eine Hirschziegenantilope eine Gefahr erkennt, läuft sie so schnell wie möglich davon. Sie kann dabei ein Tempo von 80 km/h erreichen. Aber die Hirschziegenantilope läuft nicht nur schnell, sondern kann noch mehr. Sie springt nämlich mit allen vier Füßen gleichzeitig in die Luft. Sie macht das, um dem Raubtier zu zeigen, wie fit sie ist und dass es Zeitverschwendung ist, ihr hinterher zu rennen.\n",
+                "createdAt": "2023-03-14T10:51:00.779Z",
+                "updatedAt": "2024-09-25T15:00:41.913Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6Kn4wsaxFeCMU8WQgaYE4E",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 137,
+              "attributes": {
+                "name": "Blackbuck",
+                "subtitle": "Super sprinter",
+                "habitat": "Open forested areas of India",
+                "food": "Grass",
+                "age": "18 years",
+                "weight": "32 to 43 kg",
+                "offspring": "1 young",
+                "gestation": "5 to 6 months",
+                "iucn": "Safe",
+                "eep": false,
+                "description": "# Blackbuck\n*Antilope cervicapra*\n\nThe blackbuck or Indian antelope is the fastest antelope on the Indian subcontinent. The horns of the blackbuck are spiral-shaped. The species was previously threatened due to intensive hunting.",
+                "bottomDescription": "### Contrasting colours\nMale and female blackbucks look very different – at least when they are fully grown. All young blackbucks look the same as their mothers. Their coats are light brown in colour and they have no horns. Adult males take on a dark brown colour. Only their bellies remain white, like the females. The males also grow beautiful spiral-shaped horns. \n\n### Jump for your life!\nWhen a blackbuck spots danger, it runs away as fast as possible. It can reach a speed of 80 kilometres per hour, which it can maintain for a distance of up to 20 kilometres. But besides running fast, the blackbuck also has another trick: it jumps very high into the air, with all four legs leaving the ground at once. It does this to show the predator how fit it is and that chasing it is a waste of effort.",
+                "createdAt": "2023-03-14T10:47:56.735Z",
+                "updatedAt": "2024-09-25T15:00:41.915Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6Kn4wsaxFeCMU8WQgaYE4E",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 41,
+      "attributes": {
+        "order": null,
+        "name": "Jak",
+        "subtitle": "Beste klimmers",
+        "habitat": "Berggebieden in Centraal Azië",
+        "food": "Grassen, struiken, vetplanten en mossen",
+        "age": "25 jaar ",
+        "weight": "Man: 400 - 600 kg Vrouw: 225 - 300 kg ",
+        "offspring": "1 jong",
+        "gestation": "9 maanden",
+        "iucn": "Geen",
+        "eep": false,
+        "description": "# Jak\n*Bos grunniens*\n\nGedomesticeerde jaks komen in meerdere kleurvarianten voor dan wilde jaks. Gedomesticeerde jaks zijn namelijk bruin, zwart, rood, wit of gevlekt. Ze hebben hoorns die naar buiten en omhoog zijn gericht en kunnen een meter lang worden. ",
+        "bottomDescription": "### Een jak in huis?\nJaks leven in het wild, maar ook bij mensen thuis. In veel berggebieden in Azië worden jaks gehouden en gefokt. Bijna alles van de jak wordt gebruikt. De melk wordt gedronken en het vlees wordt gegeten. Van de huid wordt leer gemaakt. Ook wordt de jak geschoren zodat er wol gesponnen kan worden van de vacht. Zelfs de keutels van de jak worden gebruikt. Die worden gedroogd en daar worden dan vuurtjes mee gestookt.  \n\n### Koud, kouder, koudst\nDe jak leeft hoog in de bergen. Daar kan het erg koud zijn. Soms wel -40 graden. Jaks zijn helemaal gebouwd om goed tegen de kou te kunnen. Ze hebben een dikke vacht waardoor ze droog en warm blijven. Op hun buik is de vacht extra lang, zodat ze geen koude buik krijgen als ze door de diepe sneeuw lopen. Om hun eten te vinden in de sneeuw gebruiken ze hun hoorns. Zo kunnen ze bij het gras en andere planten. ",
+        "createdAt": "2022-10-05T11:28:45.957Z",
+        "updatedAt": "2024-09-25T15:04:09.555Z",
+        "publishedAt": "2022-10-05T11:28:45.954Z",
+        "tenantRef": "53VzdzDrscIoOSUceCMe0m",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1306,
+              "attributes": {
+                "name": "Safaripark-dieren-jak.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 799,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_jak_94bc2ec3e8.jpg",
+                    "hash": "large_Safaripark_dieren_jak_94bc2ec3e8",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-jak.jpg",
+                    "path": null,
+                    "size": 162.25,
+                    "width": 1000,
+                    "height": 780
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_jak_94bc2ec3e8.jpg",
+                    "hash": "small_Safaripark_dieren_jak_94bc2ec3e8",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-jak.jpg",
+                    "path": null,
+                    "size": 42.44,
+                    "width": 500,
+                    "height": 390
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_jak_94bc2ec3e8.jpg",
+                    "hash": "medium_Safaripark_dieren_jak_94bc2ec3e8",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-jak.jpg",
+                    "path": null,
+                    "size": 92.54,
+                    "width": 750,
+                    "height": 585
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_jak_94bc2ec3e8.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_jak_94bc2ec3e8",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-jak.jpg",
+                    "path": null,
+                    "size": 8.03,
+                    "width": 201,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_jak_94bc2ec3e8",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 316.58,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_jak_94bc2ec3e8.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:05:58.354Z",
+                "updatedAt": "2023-06-07T10:05:58.354Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 97,
+              "attributes": {
+                "name": "Jak",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:54:36.348Z",
+                "updatedAt": "2024-09-17T14:00:31.886Z",
+                "publishedAt": "2023-02-15T06:54:38.195Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 330,
+              "attributes": {
+                "name": "Yak",
+                "subtitle": "Meilleurs grimpeurs",
+                "habitat": "Régions montagneuses d'Asie centrale",
+                "food": "Graminées, arbustes, succulentes,mousses",
+                "age": "25 ans",
+                "weight": "Mâle : 400–600 kg Femelle : 225–300 kg",
+                "offspring": "1 jeune",
+                "gestation": "9 mois",
+                "iucn": "Non évalué",
+                "eep": false,
+                "description": "# Yak\n*Bos grunniens*\n\nOn compte plus de variante de couleurs chez les yaks domestiqués que chez les yaks à l'état sauvage. En effet, les yaks domestiqués peuvent être bruns, noirs, brun rouille, blancs ou tachetés. Ils ont de longues cornes tournées vers l'extérieur qui peuvent mesurer un mètre.\n",
+                "bottomDescription": "### Un yak à la maison ?\nLes yaks vivent à l'état sauvage mais aussi chez les habitants. Dans les régions montagneuses d'Asie, les habitants possèdent et élèvent des yacks chez eux. Les habitants utilisent toutes les parties du yak. Ils boivent le lait et mangent la viande. Ils utilisent la peau pour faire du cuir. Ils rasent également les yaks pour pouvoir tisser leur laine. Même les excréments du yak sont utilisés : ils sont séchés et utilisés comme combustibles pour faire du feu.  \n\n### Froid, toujours plus froid\nLe yak vit dans les hautes montagnes. Il peut faire très froid à cette altitude. Les températures descendent parfois jusqu'à -40 degrés. Les yaks sont constitués de manière à bien supporter le froid. Ils ont une épaisse fourrure qui les garde bien au chaud et au sec. Leur fourrure est très longue au niveau du ventre, pour qu'ils n'aient pas froid en marchant dans les épaisses couches de neige. Ils utilisent leurs cornes pour trouver de la nourriture dans la neige. De cette manière, ils parviennent à atteindre l'herbe et les autres plantes.\n",
+                "createdAt": "2023-03-14T10:54:16.817Z",
+                "updatedAt": "2024-09-25T15:04:09.255Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "53VzdzDrscIoOSUceCMe0m",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 234,
+              "attributes": {
+                "name": "Yak",
+                "subtitle": "Hervorragende Kletterer",
+                "habitat": "Bergregionen in Zentralasien",
+                "food": " Gräser, Sträucher, Sukkulenten, Moose",
+                "age": "25 Jahre",
+                "weight": "♂: 400 – 600 kg ♀: 225 – 300 kg",
+                "offspring": "1 Jung",
+                "gestation": "9 Monate",
+                "iucn": "Nicht zutreffend",
+                "eep": false,
+                "description": "# Yak\n*Bos grunniens*\n\nZahme Yaks kommen in mehr Farbvarianten vor als wilde. Zahme Yaks sind nämlich braun, schwarz, rot, weiß oder gefleckt. Sie haben Hörner, die nach außen und oben gerichtet sind und einen Meter lang werden können.\n",
+                "bottomDescription": "### Ein Yak als Haustier?\nYaks leben in der Wildnis, aber auch als Haustiere des Menschen. In vielen Bergregionen Asiens werden Yaks gehalten und gezüchtet. Fast alles vom Yak kann genutzt werden. Die Milch wird getrunken und das Fleisch gegessen. Aus der Haut wird Leder hergestellt. Ferner wird das Yak geschoren und sein Fell zu Wolle versponnen. Sogar der Dung des Yaks kann genutzt werden. Er wird getrocknet und als Brandstoff für das Feuer verwendet.  \n\n### Kalt, kälter, am kältesten\nDas Yak lebt hoch in den Bergen. Dort kann es sehr kalt werden. Manchmal sogar bis zu -40 °C. Yaks sind genau dafür ausgestattet, Kälte gut auszuhalten. Sie haben ein dickes Fell, das sie trocken und warm hält. Am Bauch ist das Fell besonders lang, sodass sie keinen kalten Bauch bekommen, wenn sie durch tiefen Schnee laufen. Um unter dem Schnee etwas zu fressen zu finden, nutzen sie ihre Hörner. Damit gelangen sie an das Gras und an andere Pflanzen.\n",
+                "createdAt": "2023-03-14T10:51:02.778Z",
+                "updatedAt": "2024-09-25T15:04:09.550Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "53VzdzDrscIoOSUceCMe0m",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 138,
+              "attributes": {
+                "name": "Yak",
+                "subtitle": "Champion climbers",
+                "habitat": "Mountainous areas of central Asia",
+                "food": "Graminées, arbustes, succulentes,mousses",
+                "age": "25 years",
+                "weight": "Male: 400 - 600 kg Female: 225 - 300 kg",
+                "offspring": "1 young",
+                "gestation": "9 months",
+                "iucn": "None",
+                "eep": false,
+                "description": "# Yak\n*Bos grunniens*\n\nDomestic yaks come in more different colours than wild yaks. Domestic yaks can be brown, black, rusty brown, white or with patches of different colours. They have horns that sweep outwards and upwards and can grow to a metre in length.\n",
+                "bottomDescription": "### A yak at home?\nYaks live in the wild but also in people's homes. Yaks are kept and bred in many mountainous areas of Asia. Nearly every part of the yak is used: the milk is drunk and the meat is eaten, while the hide is used to make leather. Yaks are also shorn so that wool can be spun from their fur. Even the yak's droppings are used. They are dried and used as a fuel for fires. \n\n### Cold, cold, coldest\nYaks live high up in the mountains. It can get very cold there – sometimes as cold as -40°C. Yaks are perfectly built to withstand the cold. They have a long coat to keep them dry and warm. Their fur is extra long on their bellies, so that their bellies don't get cold from walking through the deep snow. They use their horns in order to find food in the snow. That way, they can get to grass and other plants.",
+                "createdAt": "2023-03-14T10:47:58.297Z",
+                "updatedAt": "2024-09-25T15:04:09.554Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "53VzdzDrscIoOSUceCMe0m",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 74,
+      "attributes": {
+        "order": null,
+        "name": "Kaapse buffel",
+        "subtitle": "Een van de gevaarlijkste dieren van Afrika",
+        "habitat": "Savanne in Oost- en Zuid-Afrika",
+        "food": "Gras",
+        "age": "20-30 jaar",
+        "weight": "Man: 800-900 kg Vrouw: 300-500 kg",
+        "offspring": "1 jong",
+        "gestation": "11 tot 12 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Kaapse buffel\n*Syncerus caffer caffer*\n\nDe Kaapse Buffel heeft een slecht imago. Hij is onvoorspelbaar en kan zeer gevaarlijk zijn als mensen te dichtbij komen. De Kaapse Buffel is onderdeel van The Big Five.",
+        "bottomDescription": "### Big Five\nEen Kaapse buffel heeft stevige hoorns op zijn hoofd waarmee hij zichzelf goed kan verdedigen. Als er gevaar is, zal een buffel eerder aanvallen dan wegrennen. Hij wordt dan ook gezien als één van de gevaarlijkste dieren van Afrika. Daarom hoort de Kaapse buffel bij de ‘Big Five’. De ‘Big Five’ bestond vroeger uit dieren die het gevaarlijkst waren om op te jagen. Nu zijn het de dieren die je niet mag missen als je op safari gaat. Behalve de Kaapse buffel horen de olifant, het luipaard, de neushoorn en de leeuw ook bij de ‘Big Five’. \n\n### Samen sta je sterk\nKaapse buffels leven in grote groepen. Zo’n groep bestaat soms uit meer dan 1000 dieren. In die groepen leven een paar volwassen mannetjes. Het leven in een groep heeft een groot voordeel: je kunt elkaar namelijk waarschuwen als er gevaar is. Daarnaast is een groep handig tegen vijanden. Als iemand uit de groep wordt aangevallen door een roofdier, kan de rest van de groep komen helpen. Zo heb je samen een grotere kans om te overleven dan wanneer je alleen bent. ",
+        "createdAt": "2022-10-05T11:28:58.136Z",
+        "updatedAt": "2024-09-25T15:06:49.780Z",
+        "publishedAt": "2022-10-05T11:28:58.128Z",
+        "tenantRef": "vUm8krp9BYEeYQAAMUCIA",
+        "bigFive": true,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1307,
+              "attributes": {
+                "name": "Safaripark-dieren-Kaapse-buffel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 879,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Kaapse_buffel_956bb05389.jpg",
+                    "hash": "large_Safaripark_dieren_Kaapse_buffel_956bb05389",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Kaapse-buffel.jpg",
+                    "path": null,
+                    "size": 163.95,
+                    "width": 1000,
+                    "height": 858
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Kaapse_buffel_956bb05389.jpg",
+                    "hash": "small_Safaripark_dieren_Kaapse_buffel_956bb05389",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Kaapse-buffel.jpg",
+                    "path": null,
+                    "size": 46.73,
+                    "width": 500,
+                    "height": 429
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Kaapse_buffel_956bb05389.jpg",
+                    "hash": "medium_Safaripark_dieren_Kaapse_buffel_956bb05389",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Kaapse-buffel.jpg",
+                    "path": null,
+                    "size": 97.4,
+                    "width": 750,
+                    "height": 644
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Kaapse_buffel_956bb05389.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Kaapse_buffel_956bb05389",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Kaapse-buffel.jpg",
+                    "path": null,
+                    "size": 8.28,
+                    "width": 182,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Kaapse_buffel_956bb05389",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 322.21,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Kaapse_buffel_956bb05389.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:07:14.063Z",
+                "updatedAt": "2023-06-07T10:07:14.063Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 134,
+              "attributes": {
+                "name": "Giraffenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:39:33.705Z",
+                "updatedAt": "2023-05-09T07:01:52.565Z",
+                "publishedAt": "2023-02-15T08:39:35.587Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 139,
+              "attributes": {
+                "name": "Kaapse buffel",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:46:45.824Z",
+                "updatedAt": "2024-09-17T14:01:15.929Z",
+                "publishedAt": "2023-02-15T08:46:47.423Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 14,
+              "attributes": {
+                "title": "De Kaapse buffel",
+                "triggerArea": [
+                  {
+                    "lat": 51.51807959847059,
+                    "lon": 5.112807553040852
+                  },
+                  {
+                    "lat": 51.51812967000046,
+                    "lon": 5.113070409524312
+                  },
+                  {
+                    "lat": 51.51800616012722,
+                    "lon": 5.11311332486855
+                  },
+                  {
+                    "lat": 51.51794941223532,
+                    "lon": 5.11289874814735
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:29:54.782Z",
+                "updatedAt": "2023-07-10T07:52:19.238Z",
+                "publishedAt": "2023-01-13T07:30:14.799Z",
+                "locale": "nl",
+                "order": null
+              }
+            },
+            {
+              "id": 13,
+              "attributes": {
+                "title": "Giraffenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.516841795559806,
+                    "lon": 5.10923554408248
+                  },
+                  {
+                    "lat": 51.51705543950972,
+                    "lon": 5.109353561279136
+                  },
+                  {
+                    "lat": 51.516908559401806,
+                    "lon": 5.109895367500144
+                  },
+                  {
+                    "lat": 51.51657140099897,
+                    "lon": 5.10964323985274
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:28:54.072Z",
+                "updatedAt": "2023-07-10T07:44:46.434Z",
+                "publishedAt": "2023-01-13T07:29:02.805Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 363,
+              "attributes": {
+                "name": "Buffle d'Afrique",
+                "subtitle": "L'un des animaux les plus dangereux d'Afrique",
+                "habitat": "Savane (est et ouest de l'Afrique)",
+                "food": "Herbe",
+                "age": "20-30 ans",
+                "weight": "Mâle : 800-900 kg Femelle : 300-500 kg",
+                "offspring": "1 petit",
+                "gestation": "11 à 12 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Buffle d'Afrique\n*Syncerus caffer caffer*\n\nLe buffle d'Afrique a une mauvaise réputation. Il est imprévisible et peut être dangereux si l'homme s'approche trop près. Le buffle d'Afrique fait partie du « Big 5 ».\n",
+                "bottomDescription": "### Big Five\nLe buffle d'Afrique possède des cornes solides sur la tête qui lui permettent de se défendre. En cas de danger, le buffle va plutôt attaquer que fuir. Il est donc considéré comme l'un des animaux les plus dangereux d'Afrique. Voilà pourquoi il fait partie du « Big 5 ». Avant, le « Big 5 » regroupait les animaux les plus dangereux à chasser. À présent, il désigne les animaux à ne pas rater lors d'un safari. Outre le buffle d'Afrique, on y retrouve l'éléphant, le léopard, le rhinocéros et le lion. \n\n### Ensemble, on est plus fort\nLes buffles d'Afrique vivent en grands groupes. Un troupeau peut compter plus de 1 000 individus. Quelques mâles adultes vivent dans ces groupes. La vie en groupe présente un grand avantage : en effet, on peut prévenir ses congénères en cas de danger. De plus, un groupe peut s'avérer pratique contre les prédateurs. Si un prédateur attaque un individu du groupe, les autres peuvent venir l'aider. Les animaux ont donc plus de chances de survie en groupe que seuls.\n",
+                "createdAt": "2023-03-14T10:55:11.395Z",
+                "updatedAt": "2024-09-25T15:06:49.781Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "vUm8krp9BYEeYQAAMUCIA",
+                "bigFive": true,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 267,
+              "attributes": {
+                "name": "Afrikanischer Büffel",
+                "subtitle": "Eins der gefährlichsten Tiere Afrikas",
+                "habitat": "Savannen in Ost- und Südafrika",
+                "food": "Gras",
+                "age": "20-30 Jahre",
+                "weight": "♂: 800 - 900 kg ♀: 300 - 500 kg",
+                "offspring": "1 Junges",
+                "gestation": "11 bis 12 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Afrikanischer Büffel\n*Syncerus caffer caffer*\n\nDer Afrikanischer Büffel hat einen sehr schlechten Ruf. Er ist unberechenbar und kann sehr gefährlich werden, wenn Menschen ihm zu nahe kommen. Der Afrikanischer Büffel gehört zu den „Big Five“.\n",
+                "bottomDescription": "### Big Five\nEin Afrikanischer Büffel trägt massive Hörner auf seinem Kopf, mit denen er sich gut verteidigen kann. Bei drohender Gefahr greift ein Büffel lieber an, als weg zu laufen. Er wird daher als eines der gefährlichsten Tiere Afrikas angesehen. Daher zählt der Afrikanischer Büffel zu den „Big Five“. Als „Big Five“ galten früher die Tiere, die sich am gefährlichsten erjagen ließen. Heute sind es die Tiere, die man nicht verpassen darf, wenn man auf Safari geht. Neben dem Afrikanischer Büffel gehört der Elefant, der Leopard, das Nashorn und der Löwe zu den „Big Five“. \n\n### Gemeinsam stark\nAfrikanischer Büffel leben in großen Gruppen. Eine solche Gruppe besteht manchmal aus über 1.000 Tieren. In diesen Gruppen leben einige erwachsene Männchen. Das Leben in einer Gruppe hat einen großen Vorteil: Man kann sich gegenseitig warnen, wenn Gefahr droht. Außerdem kann eine Gruppe Feinde besser abwehren. Wird ein Tier aus der Gruppe von einem Raubtier angegriffen, kann der Rest der Gruppe ihm zu Hilfe kommen. So hat man gemeinsam eine höhere Überlebenschance als ein alleinlebendes Tier.\n",
+                "createdAt": "2023-03-14T10:51:56.299Z",
+                "updatedAt": "2024-09-25T15:06:49.664Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "vUm8krp9BYEeYQAAMUCIA",
+                "bigFive": true,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 171,
+              "attributes": {
+                "name": "Cape buffalo",
+                "subtitle": "One of the most dangerous African animals",
+                "habitat": "Savannah in East and South Africa",
+                "food": "Grass",
+                "age": "20-30 years",
+                "weight": "Male: 800-900 kg Female: 300-500 kg",
+                "offspring": "1 young",
+                "gestation": "11 to 12 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Cape buffalo\n*Syncerus caffer caffer*\n\nThe Cape buffalo has a bad reputation. It is unpredictable and can be very dangerous if humans get too close. The Cape buffalo is one of the Big Five.",
+                "bottomDescription": "### Big Five\nAn Cape buffalo has sturdy horns on its head that are good defensive weapons. If there is danger, a buffalo will sooner attack than run away. It is therefore seen as one of the most dangerous African animals. That is why the Cape buffalo belongs to the so-called Big Five. The Big Five used to refer to animals that were the most dangerous to hunt. Now, these are the animals that should not be missed on a safari. Apart from the Cape buffalo, the Big Five consists of the elephant, the leopard, the rhinoceros and the lion. \n\n### Strength in numbers\nCape buffaloes live in large groups. Such a group sometimes consists of more than 1,000 animals. A few adult males make up part of the group. Living in a group has one big advantage: you can warn each other of any danger. A group is also useful against enemies. If one member of the group is attacked by a predator, the rest of the group can come to its assistance. This increases the chances of survival.",
+                "createdAt": "2023-03-14T10:48:51.771Z",
+                "updatedAt": "2024-09-25T15:06:49.779Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "vUm8krp9BYEeYQAAMUCIA",
+                "bigFive": true,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 19,
+      "attributes": {
+        "order": null,
+        "name": "Kaapse griel",
+        "subtitle": "In de maling nemen",
+        "habitat": "Afrika, ten zuiden van de Sahara",
+        "food": "Insecten, spinnen en graszaden",
+        "age": "10-15 jaar",
+        "weight": "360 tot 550 gram",
+        "offspring": "1 tot 3 eieren",
+        "gestation": "24 tot 30 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Kaapse griel\n*Burhinus capensis*\n\nDe Kaapse griel is door zijn gestippelde verenkleed moeilijk te zien in savannes en graslanden. Dit is voor hem natuurlijk super handig, want zo kunnen grotere roofdieren hem niet vinden.",
+        "bottomDescription": "### Van je ouders moet je het hebben\nDe Kaapse griel beschermt zijn jongen goed. Als er een roofdier in de buurt van de jongen komt doen de ouders alsof zij gewond zijn. Ze fladderen rond op de grond alsof hun vleugels of poten gebroken zijn. Hierbij maken ze ook veel geluid. Dit leidt de vijand af, waardoor de jongen veilig zijn.\n",
+        "createdAt": "2022-10-05T11:28:37.089Z",
+        "updatedAt": "2024-09-25T15:08:10.592Z",
+        "publishedAt": "2024-09-25T15:07:54.571Z",
+        "tenantRef": "1Ls29ssgcAoCC2OyuyKuMs",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1308,
+              "attributes": {
+                "name": "Safaripark-dieren-Kaapse-griel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1072,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Kaapse_griel_974f6ff23a.jpg",
+                    "hash": "large_Safaripark_dieren_Kaapse_griel_974f6ff23a",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Kaapse-griel.jpg",
+                    "path": null,
+                    "size": 225.97,
+                    "width": 955,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Kaapse_griel_974f6ff23a.jpg",
+                    "hash": "small_Safaripark_dieren_Kaapse_griel_974f6ff23a",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Kaapse-griel.jpg",
+                    "path": null,
+                    "size": 66.34,
+                    "width": 478,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Kaapse_griel_974f6ff23a.jpg",
+                    "hash": "medium_Safaripark_dieren_Kaapse_griel_974f6ff23a",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Kaapse-griel.jpg",
+                    "path": null,
+                    "size": 138.76,
+                    "width": 716,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Kaapse_griel_974f6ff23a.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Kaapse_griel_974f6ff23a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Kaapse-griel.jpg",
+                    "path": null,
+                    "size": 6.61,
+                    "width": 149,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Kaapse_griel_974f6ff23a",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 452.26,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Kaapse_griel_974f6ff23a.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:43:14.119Z",
+                "updatedAt": "2023-06-07T10:43:14.119Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 30,
+            "attributes": {
+              "title": "Grielvolière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.519669,
+                    "lon": 5.111111
+                  },
+                  {
+                    "lat": 51.519666,
+                    "lon": 5.111055
+                  },
+                  {
+                    "lat": 51.519614,
+                    "lon": 5.111051
+                  },
+                  {
+                    "lat": 51.519613,
+                    "lon": 5.111106
+                  },
+                  {
+                    "lat": 51.519669,
+                    "lon": 5.111111
+                  }
+                ]
+              },
+              "description": "In de grielvolière vind je de Kaapse griel en de roodkuiftoerako.",
+              "createdAt": "2022-10-05T12:42:01.264Z",
+              "updatedAt": "2022-10-05T12:43:30.386Z",
+              "publishedAt": "2022-10-05T12:42:01.220Z",
+              "tenantRef": "7cjBInIrPyXaQDIqGkVJqF",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 136,
+              "attributes": {
+                "name": "Grielvolière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:42:55.173Z",
+                "updatedAt": "2023-05-09T07:02:18.771Z",
+                "publishedAt": "2023-02-15T08:42:57.265Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 308,
+              "attributes": {
+                "name": "Oedicnème tachard",
+                "subtitle": "Petit plaisantin",
+                "habitat": "Afrique, au sud du Sahara",
+                "food": "Insectes, araignées et graines d'herbe",
+                "age": "10-15 ans",
+                "weight": "360 à 550 g",
+                "offspring": "1 à 3 œuf(s)",
+                "gestation": "24 à 30 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Oedicnème tachard\n*Burhinus capensis*\n\nAvec ses plumes tachetées, l'oedicnème tachard est difficile à distinguer dans les savanes et les prairies. C'est évidemment très pratique pour ne pas être repéré par les grands prédateurs.\n",
+                "bottomDescription": "### Tu tiens ça de tes parents\nL'oedicnème tachard protège bien ses petits. Lorsqu'un prédateur s'approche de leurs petits, les parents font mine d'être blessés. Ils s'agitent sur le sol comme s'ils avaient leurs ailes ou leurs pattes cassées. Ils font également beaucoup de bruit. Cela distrait l'ennemi, et leur permet de garder leur progéniture saine et sauve.\n",
+                "createdAt": "2023-03-14T10:53:41.742Z",
+                "updatedAt": "2024-09-25T15:08:10.553Z",
+                "publishedAt": "2024-09-25T15:08:10.545Z",
+                "tenantRef": "1Ls29ssgcAoCC2OyuyKuMs",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 212,
+              "attributes": {
+                "name": "Kaptriel",
+                "subtitle": "Alle auf den Arm nehmen",
+                "habitat": "Afrika, südlich der Sahara",
+                "food": "Insekten, Spinnen und Grassamen",
+                "age": "10-15 Jahre",
+                "weight": "360 bis 550 g",
+                "offspring": "1 bis 3 Eier",
+                "gestation": "24 bis 30 Tage",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Kaptriel\n*Burhinus capensis*\n\nDer Kaptriel ist dank seines gepunkteten Federkleids nur schwer in der Savanne und in Grasgebieten zu erkennen. Das ist für ihn natürlich sehr praktisch, denn so können ihn größere Raubtiere nicht finden.\n",
+                "bottomDescription": "### Von den Eltern gelernt\nDer Kaptriel schützt seine Jungen gut. Kommt ein Raubtier in die Nähe der Jungen, tun die Eltern so, als wären sie verletzt. Sie flattern am Boden herum, als ob ihre Flügel oder Beine gebrochen wären. Dabei machen sie auch viel Lärm. Das lenkt den Feind ab, und die Jungen bleiben sicher.\n",
+                "createdAt": "2023-03-14T10:50:26.731Z",
+                "updatedAt": "2024-09-25T15:08:10.594Z",
+                "publishedAt": "2024-09-25T15:08:05.909Z",
+                "tenantRef": "1Ls29ssgcAoCC2OyuyKuMs",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 116,
+              "attributes": {
+                "name": "Spotted thick-knee",
+                "subtitle": "Pulling your leg",
+                "habitat": "Africa, south of the Sahara",
+                "food": "Insects, spiders and grass seeds",
+                "age": "10-15 years",
+                "weight": "360 to 550 grams",
+                "offspring": "1 to 3 eggs",
+                "gestation": "24 to 30 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Spotted thick-knee\n*Burhinus capensis*\n\nThe spotted thick-knee is difficult to see in savannahs and grasslands due to its spotted plumage.  This is exceedingly useful for it, of course, because this means that larger predators can’t find it.",
+                "bottomDescription": "### You must get it from your parents\nThe spotted thick-knee protects its offspring well. If a predator comes in the vicinity of the offspring, the parents act as if they are injured. They flap about on the ground as if their wings or legs are broken. They also make a lot of noise. This distracts the enemy, as a result of which their offspring remain safe.\n",
+                "createdAt": "2023-03-14T10:47:22.287Z",
+                "updatedAt": "2024-09-25T15:08:10.593Z",
+                "publishedAt": "2024-09-25T15:07:48.823Z",
+                "tenantRef": "1Ls29ssgcAoCC2OyuyKuMs",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 61,
+      "attributes": {
+        "order": null,
+        "name": "Kameel",
+        "subtitle": " Het schip van de woestijn",
+        "habitat": "Woestijngebieden in de buurt van mensen",
+        "food": "Planten",
+        "age": "25 tot 50 jaar",
+        "weight": "600 tot 800 kg",
+        "offspring": "1 jong",
+        "gestation": "12 tot 14 maanden",
+        "iucn": "Geen status",
+        "eep": false,
+        "description": "# Kameel\n*Camelus bactrianus*\n\nDe kameel heeft een klein leefgebied. Hij leeft enkel nog in de Gobi-woestijn en wordt met uitsterven bedreigd. Een bijzonder kenmerk van het dier is dat hij 280 kilo kan dragen en wel 120 liter water in één keer kan drinken na een lange tocht. Hij kan hiermee tot tien dagen in de woestijn blijven.",
+        "bottomDescription": "### Goed aangepast\nDe kameel kan zich goed redden in de woestijn, waar het ’s zomers erg warm en ’s winters erg koud wordt. Verschillende aanpassingen zorgen ervoor dat het dier prima kan leven in dit gebied. Zo verliest de kameel  zijn dikke wintervacht in het voorjaar. Ter bescherming tegen het zand heeft een kameel lange wimpers die het zand uit de ogen houden, kleine oren en gespierde neusvleugels waarmee hij zijn neusvleugels kan afsluiten. Verder eten kamelen gewoon botten, huid of zelfs sandalen en touw om te overleven als er te weinig planten zijn om te eten.\n\n### Dorstig type\nNa een lange tocht drinkt een kameel wel 120 liter water in één keer om zijn vochttekort aan te vullen. Hij verliest dit vocht niet snel; nog geen liter per dag verliest hij via mest of urine. De rest slaat hij allemaal op in zijn rode bloedcellen. Die vormen samen met het vet in zijn bulten een ‘energievoorraad’ waarmee hij langer dan tien dagen in de woestijn kan blijven.",
+        "createdAt": "2022-10-05T11:28:53.374Z",
+        "updatedAt": "2024-09-25T15:11:32.108Z",
+        "publishedAt": "2022-10-05T11:28:53.371Z",
+        "tenantRef": "3wSLcb8Ht6mmQmEUWCG6A6",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1309,
+              "attributes": {
+                "name": "Safaripark-dieren-Kameel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                    "hash": "large_Safaripark_dieren_Kameel_9413b1b2dc",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Kameel.jpg",
+                    "path": null,
+                    "size": 126.43,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                    "hash": "small_Safaripark_dieren_Kameel_9413b1b2dc",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Kameel.jpg",
+                    "path": null,
+                    "size": 32.4,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                    "hash": "medium_Safaripark_dieren_Kameel_9413b1b2dc",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Kameel.jpg",
+                    "path": null,
+                    "size": 71.58,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Kameel_9413b1b2dc",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Kameel.jpg",
+                    "path": null,
+                    "size": 7.93,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Kameel_9413b1b2dc",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 281.17,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:46:16.428Z",
+                "updatedAt": "2023-06-07T10:46:16.428Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 98,
+              "attributes": {
+                "name": "Kameel",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:55:35.139Z",
+                "updatedAt": "2024-09-17T14:02:28.941Z",
+                "publishedAt": "2023-02-15T06:55:45.869Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 140,
+              "attributes": {
+                "name": "Kamelenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:47:40.622Z",
+                "updatedAt": "2023-05-09T07:02:29.264Z",
+                "publishedAt": "2023-02-15T08:47:42.503Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 8,
+              "attributes": {
+                "title": "Kamelenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.518693970615516,
+                    "lon": 5.0988983105390995
+                  },
+                  {
+                    "lat": 51.51856628968752,
+                    "lon": 5.099371720430228
+                  },
+                  {
+                    "lat": 51.51830925771424,
+                    "lon": 5.099043149825904
+                  },
+                  {
+                    "lat": 51.51853708158178,
+                    "lon": 5.09848256814099
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:18:05.836Z",
+                "updatedAt": "2023-07-10T07:47:16.816Z",
+                "publishedAt": "2023-01-13T07:18:08.488Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 350,
+              "attributes": {
+                "name": "Chameau de bactriane",
+                "subtitle": "Le navire du désert",
+                "habitat": "Zones désertiques",
+                "food": "Les plantes",
+                "age": "25 à 50 ans",
+                "weight": "600 à 800 kg",
+                "offspring": "1 petit",
+                "gestation": "12 à 14 mois",
+                "iucn": "Pas de statut",
+                "eep": false,
+                "description": "# Chameau de bactriane\n*Camelus bactrianus*\n\nLa zone d'habitat du Chameau de bactriane n'est pas bien grande. On ne le trouve plus que dans le désert de Gobi et il est menacé d'extinction. Caractéristique de cet animal : il peut porter 280 kilos et il peut boire 120 litres d'eau en une fois après un long périple. Il peut ainsi tenir jusqu'à dix jours sans boire dans le désert.\n",
+                "bottomDescription": "### Bien adapté\nLe Chameau de bactriane peut très bien s'en sortir dans le désert, où il fait très chaud en été et très froid en hiver. Quelques adaptations lui permettent de survivre parfaitement dans cette région. Par exemple, le Chameau de bactriane perd son épaisse fourrure d'hiver au printemps. Pour le protéger du sable, il possède de très longs cils qui empêchent le sable de pénétrer dans les yeux, de petites oreilles et des muscles puissants au niveau des narines permettant de les fermer. Le Chameau de bactriane peut aussi se nourrir d'os, de peau et même de sandales et de corde pour survivre s'il n'y a pas assez de plantes à manger !\n\n### Grande soif\nAprès un long trajet, un Chameau de bactriane peut boire 120 litres d'eau en une fois pour se réhydrater. Il ne perd pas rapidement de liquide ; il perd moins d'un litre par jour en urine et excréments. Tout le reste est stocké dans ses globules rouges. Avec la graisse stockée dans ses bosses, cela constitue une « réserve d'énergie » qui lui permet de rester dans le désert plus de dix jours.\n",
+                "createdAt": "2023-03-14T10:54:50.511Z",
+                "updatedAt": "2024-09-25T15:11:32.064Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3wSLcb8Ht6mmQmEUWCG6A6",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 254,
+              "attributes": {
+                "name": "Trampeltier",
+                "subtitle": "Das Wüstenschiff",
+                "habitat": "Wüstengebiete in der Nähe von Menschen",
+                "food": "Pflanzen",
+                "age": "25 bis 50 Jahre",
+                "weight": "600 bis 800 kg",
+                "offspring": "1 Junges",
+                "gestation": "12 bis 14 Monate",
+                "iucn": " Kein Status",
+                "eep": false,
+                "description": "# Trampeltier\n*Camelus bactrianus*\n\nDas Trampeltier kommt nur in einer kleinen Region vor. Es lebt nur noch in der Wüste Gobi und ist vom Aussterben bedroht. Zu den besonderen Merkmalen des Tieres gehört, dass es 280 kg tragen und nach einer längeren Reise 120 Liter Wasser auf einmal trinken kann. Es kann damit bis zu zehn Tage in der Wüste ausharren.\n",
+                "bottomDescription": "### Gut angepasst\nDas Trampeltier kommt in der Wüste gut zurecht, auch wenn es dort im Sommer sehr heiß und im Winter sehr kalt wird. Das Tier hat sich so gut angepasst, dass es in dieser Region prima leben kann. So verliert das Trampeltier im Frühjahr sein dickes Winterfell. Zum Schutz vor Sand hat ein Trampeltier lange Wimpern, die den Sand aus den Augen halten, kleine Ohren und Muskeln an den Nasenflügeln, mit denen es seine Nase verschließen kann. Gibt es nur wenig Pflanzen zum Fressen, können Trampeltieren außerdem einfach Knochen, Haut oder sogar Sandalen und Seile fressen, um zu überleben.\n\n\n### Hat viel Durst\nNach einer langen Reise kann ein Trampeltier durchaus 120 Liter Wasser auf einmal trinken, um den Flüssigkeitsmangel zu decken. Es verliert auch nicht viel Flüssigkeit, nämlich weniger als einen Liter pro Tag über Kot oder Urin. Den Rest speichert es in seinen roten Blutkörperchen. Diese bilden gemeinsam mit dem Fett in den Höckern einen „Energievorrat“, mit dem sich das Tier länger als zehn Tage in der Wüste aufhalten kann.\n",
+                "createdAt": "2023-03-14T10:51:35.327Z",
+                "updatedAt": "2024-09-25T15:11:32.110Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3wSLcb8Ht6mmQmEUWCG6A6",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 158,
+              "attributes": {
+                "name": "Bactrian camel",
+                "subtitle": "The ship of the desert",
+                "habitat": "Desert areas near people",
+                "food": "Plants",
+                "age": "25 to 50 years",
+                "weight": "600 to 800 kg",
+                "offspring": "1 young",
+                "gestation": "12 to 14 months",
+                "iucn": "No status",
+                "eep": false,
+                "description": "# Bactrian camel\n*Camelus bactrianus*\n\nThe Bactrian camel has a small habitat. It only lives still in the Gobi desert and is threatened with extinction. A unique characteristic of the animal is that it can carry 280 kilos and can drink 120 litres of water in one go after a long journey. As a result, it can remain for up to 10 days in the desert.",
+                "bottomDescription": "### Well adjusted\nThe Bactrian camel can manage very well in the desert, where it’s very hot in the summer and very cold in the winter. Its different adjustment techniques ensure that the animal has no trouble living in this region. For example, the camel sheds its thick winter coat in the spring. In order to protect against the sand, the Bactrian camel has long eyelashes that keep sand out of its eyes, small ears and strong muscles with which it can close off its nostrils. Furthermore, camels can simply eat bones, skin or even sandals and rope in order to survive if there are not enough plants to eat.\n\n\n### Thirsty type\nAfter a long journey, a Bactrian camel drinks 120 litres of water in one go in order to rehydrate. It does not lose this fluid quickly; it loses less than a litre per day via dung or urine. It stores all the rest in its red blood cells. Together with the fat in its humps, which forms an ‘energy supply’, it can use these supplies to remain longer than 10 days in the desert.",
+                "createdAt": "2023-03-14T10:48:30.466Z",
+                "updatedAt": "2024-09-25T15:11:32.109Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3wSLcb8Ht6mmQmEUWCG6A6",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 13,
+      "attributes": {
+        "order": null,
+        "name": "Kirks dik-dik",
+        "subtitle": "Rara, hoe kom ik aan mijn naam?",
+        "habitat": "Droge gebieden met veel struikgewas",
+        "food": "Bladeren, grassen en fruit",
+        "age": "4 jaar",
+        "weight": "2,5 tot 6,5 kilo",
+        "offspring": "1 jong",
+        "gestation": "5,5 tot 6 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Kirks dik-dik\n*Madoqua kirkii*\n\nDe Kirks dik-dik is een kleine antilopesoort uit de drogere gebieden in Oost- en Zuidwest-Afrika. Hij is de hele dag actief, maar als het te heet wordt zoekt hij de schaduw op. Dit doet hij vaak in struikgewassen. Zodra het is afgekoeld komt hij uit zijn schuilplaats en gaat hij op zoek naar eten. ",
+        "bottomDescription": "### 3x raden\nDeze kleine antilopes vormen een paartje voor het leven. Hun territorium, dat ze met mest afbakenen, bestaat uit grote stukken kaalgevreten vlakte. Hierdoor kunnen ze de omgeving goed in de gaten houden. Struiken bieden de dik-diks een goede schuilplaats. Wanneer ze vluchten maken ze een geluid dat klinkt als 'dik-dik'. Drie keer raden hoe ze aan hun naam komen...",
+        "createdAt": "2022-10-05T11:28:34.665Z",
+        "updatedAt": "2024-09-25T15:12:45.530Z",
+        "publishedAt": "2022-10-05T11:28:34.659Z",
+        "tenantRef": "1KOZ4rknkoUegaa6yGEEi8",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1310,
+              "attributes": {
+                "name": "Safaripark-dieren-Dikdik.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 779,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Dikdik_9cbcf8830b.jpg",
+                    "hash": "large_Safaripark_dieren_Dikdik_9cbcf8830b",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Dikdik.jpg",
+                    "path": null,
+                    "size": 182.97,
+                    "width": 1000,
+                    "height": 761
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Dikdik_9cbcf8830b.jpg",
+                    "hash": "small_Safaripark_dieren_Dikdik_9cbcf8830b",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Dikdik.jpg",
+                    "path": null,
+                    "size": 57.49,
+                    "width": 500,
+                    "height": 380
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Dikdik_9cbcf8830b.jpg",
+                    "hash": "medium_Safaripark_dieren_Dikdik_9cbcf8830b",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Dikdik.jpg",
+                    "path": null,
+                    "size": 116.26,
+                    "width": 750,
+                    "height": 571
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Dikdik_9cbcf8830b.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Dikdik_9cbcf8830b",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Dikdik.jpg",
+                    "path": null,
+                    "size": 10.74,
+                    "width": 205,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Dikdik_9cbcf8830b",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 567.58,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Dikdik_9cbcf8830b.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:49:11.829Z",
+                "updatedAt": "2023-06-07T10:49:11.829Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 11,
+            "attributes": {
+              "title": "Bosvolière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.52094477552967,
+                    "lon": 5.11237839688754
+                  },
+                  {
+                    "lat": 51.520795704999536,
+                    "lon": 5.112290607338157
+                  },
+                  {
+                    "lat": 51.52080789355349,
+                    "lon": 5.11217442733328
+                  },
+                  {
+                    "lat": 51.5208215674795,
+                    "lon": 5.112178782410844
+                  },
+                  {
+                    "lat": 51.520829868157115,
+                    "lon": 5.11211179126535
+                  },
+                  {
+                    "lat": 51.52083695195234,
+                    "lon": 5.112054821225845
+                  },
+                  {
+                    "lat": 51.520826803701276,
+                    "lon": 5.112051748807939
+                  },
+                  {
+                    "lat": 51.5208975091025,
+                    "lon": 5.111842057538534
+                  },
+                  {
+                    "lat": 51.52105548404651,
+                    "lon": 5.111914539225484
+                  },
+                  {
+                    "lat": 51.52105359563329,
+                    "lon": 5.1119184005708505
+                  },
+                  {
+                    "lat": 51.521044574948114,
+                    "lon": 5.111934575245738
+                  },
+                  {
+                    "lat": 51.52103492277569,
+                    "lon": 5.111949782611727
+                  },
+                  {
+                    "lat": 51.52101238032334,
+                    "lon": 5.111988432562249
+                  },
+                  {
+                    "lat": 51.5209984569176,
+                    "lon": 5.112018990471405
+                  },
+                  {
+                    "lat": 51.52099468273898,
+                    "lon": 5.11203547628675
+                  },
+                  {
+                    "lat": 51.52099192547089,
+                    "lon": 5.112052468885264
+                  },
+                  {
+                    "lat": 51.52099020811019,
+                    "lon": 5.11206980963694
+                  },
+                  {
+                    "lat": 51.520989546456214,
+                    "lon": 5.112087337073969
+                  },
+                  {
+                    "lat": 51.52098994911086,
+                    "lon": 5.1121048868902506
+                  },
+                  {
+                    "lat": 51.52100352932212,
+                    "lon": 5.112180563883575
+                  },
+                  {
+                    "lat": 51.52100462396366,
+                    "lon": 5.112193475795613
+                  },
+                  {
+                    "lat": 51.52100462586824,
+                    "lon": 5.112206509581438
+                  },
+                  {
+                    "lat": 51.521003534466296,
+                    "lon": 5.112219423183294
+                  },
+                  {
+                    "lat": 51.52100136898353,
+                    "lon": 5.11223198306862
+                  },
+                  {
+                    "lat": 51.52099816844086,
+                    "lon": 5.1122439642304185
+                  },
+                  {
+                    "lat": 51.52097681292507,
+                    "lon": 5.112298124617604
+                  },
+                  {
+                    "lat": 51.52094477552967,
+                    "lon": 5.11237839688754
+                  }
+                ]
+              },
+              "description": "In de bosvolière vind je de Kirks dikdik en de Abessijnse hoornraaf. ",
+              "createdAt": "2022-10-05T12:41:52.554Z",
+              "updatedAt": "2022-10-05T12:43:22.291Z",
+              "publishedAt": "2022-10-05T12:41:52.511Z",
+              "tenantRef": "5ssCQd84aQ42AAMGasSO8y",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 142,
+              "attributes": {
+                "name": "Kirks dik-dik",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:52:32.898Z",
+                "updatedAt": "2024-09-17T14:05:35.085Z",
+                "publishedAt": "2023-02-15T08:52:35.023Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 302,
+              "attributes": {
+                "name": "Dik-dik de Kirk",
+                "subtitle": "Devine d'où vient mon nom ?",
+                "habitat": "Régions arides très broussailleuses",
+                "food": "Feuilles, herbe et fruits",
+                "age": "4 ans",
+                "weight": "2,5 à 6,5 kg",
+                "offspring": "1 petit",
+                "gestation": "5,5 à 6 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Dik-dik de Kirk\n*Madoqua kirkii*\n\nLe dik-dik de Kirk est une petite espèce d'antilope des régions arides de l'est et du sud-ouest de l'Afrique. Il est actif toute la nuit, et lorsqu'il fait trop chaud, il se met à l'ombre. Il trouve souvent refuge dans les broussailles. Lorsqu'il a réussi à se rafraîchir, il sort de sa cachette pour aller chercher de la nourriture.\n",
+                "bottomDescription": "### Devinette\nCes petites antilopes restent avec le même partenaire toute leur vie. Leur territoire, qu'elles marquent avec leurs excréments, se compose de vastes étendues intensément broutées qui leur permettent de garder un œil sur les alentours. Les buissons offrent de bonnes cachettes aux dik-dik de Kirk. Lorsqu'ils fuient, ces animaux poussent un cri qui ressemble à « dik-dik ». Vous devinez donc d'où ils tiennent leur nom...\n",
+                "createdAt": "2023-03-14T10:53:31.792Z",
+                "updatedAt": "2024-09-25T15:12:45.576Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1KOZ4rknkoUegaa6yGEEi8",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 206,
+              "attributes": {
+                "name": "Kirk-Dikdik",
+                "subtitle": "Rate mal, wie ich zu meinem Namen komme?",
+                "habitat": "Trockene Gebiete mit vielen Sträuchern",
+                "food": "Blätter, Gräser und Früchte",
+                "age": "4 Jahre",
+                "weight": "2,5 bis 6,5 kg",
+                "offspring": "1 Junges",
+                "gestation": "5,5 bis 6 Monate",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Kirk-Dikdik\n*Madoqua kirkii*\n\nDas Kirk-Dikdik ist eine kleine Antilopenart aus den trockeneren Gebieten in Ost- und Südwestafrika. Es ist den ganzen Tag aktiv, aber wenn es zu heiß wird, sucht es den Schatten auf. Es hält sich dann meist im Gestrüpp auf. Sobald es sich abgekühlt hat, kommt es wieder aus seinem Versteck und sucht nach Futter.\n",
+                "bottomDescription": "### 3 x raten\nDiese kleinen Antilopen bilden Paare für das ganze Leben. Ihr Territorium, das sie mit Dung abgrenzen, besteht aus großen, kahlgefressenen Flächen. So können sie ihre Umgebung gut beobachten. Im Gestrüpp finden die Dikdiks ein gutes Versteck. Wenn sie flüchten, machen sie ein Geräusch, das etwa wie „dik-dik“ klingt. Da muss man nicht lange raten, woher ihr Name kommt...\n",
+                "createdAt": "2023-03-14T10:50:17.278Z",
+                "updatedAt": "2024-09-25T15:12:45.575Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1KOZ4rknkoUegaa6yGEEi8",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 110,
+              "attributes": {
+                "name": "Kirk's dik-dik",
+                "subtitle": "Guess how I got my name?",
+                "habitat": "Dry regions with a lot of scrub",
+                "food": "Leaves, grasses and fruit",
+                "age": "4 years",
+                "weight": "2.5 to 6.5 kg",
+                "offspring": "1 young",
+                "gestation": "5.5 to 6 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Kirk's dik-dik\n*Madoqua kirkii*\n\nThe Kirk's dik-dik is a small antelope species from the drier areas of eastern and south-western Africa. The animals are active all day, but if it gets too hot they seek out the shade, often in thickets. Once it has cooled down, they emerge from their hiding places and go in search of food.",
+                "bottomDescription": "### Guess how\nThese small antelopes mate for life. Their territory, which they mark with manure, consists of large areas of closely cropped ground. This allows them to keep a close eye on their surroundings. Shrubs offer the dik-dik a good hiding place. When they flee, they make a sound that sounds like 'dik-dik'. So guess how they got their name...",
+                "createdAt": "2023-03-14T10:47:12.984Z",
+                "updatedAt": "2024-09-25T15:12:45.577Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1KOZ4rknkoUegaa6yGEEi8",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 47,
+      "attributes": {
+        "order": null,
+        "name": "Koereiger",
+        "subtitle": "Een slimme meelifter",
+        "habitat": "Zuid-Europa, Amerika, Azië en Australië",
+        "food": "Insecten, wormen, spinnen en vissen",
+        "age": "10 tot 20 jaar",
+        "weight": "300 tot 400 gram",
+        "offspring": "1 tot 7 eieren",
+        "gestation": "22 tot 26 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Koereiger\n_Bubulcus ibis_\n\nDe koereiger is een kleine, witte reiger met een korte nek. In de broedtijd kleuren zijn witte veren wat meer oranje en wordt zijn snavel oranjegeel.",
+        "bottomDescription": "### Hapjes in de wei\nDeze vogel dankt zijn naam aan het feit dat hij vaak in weilanden met vee te zien is. Door het gestamp van het vee komen er wormen omhoog. Deze eet hij maar al te graag. Ook zorgt het vee ervoor dat insecten en kikkers uit hun schuilplaatsen worden gejaagd. Dit maakt het voor de koereiger een stuk gemakkelijker om ze te vangen. ",
+        "createdAt": "2022-10-05T11:28:48.329Z",
+        "updatedAt": "2024-09-23T08:08:36.711Z",
+        "publishedAt": "2024-09-23T08:08:32.001Z",
+        "tenantRef": "5bRpOu9GCAM8CSoM2SmcUC",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1311,
+              "attributes": {
+                "name": "Safaripark-dieren-koereiger.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 640,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_koereiger_3c68bc98e8.jpg",
+                    "hash": "large_Safaripark_dieren_koereiger_3c68bc98e8",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-koereiger.jpg",
+                    "path": null,
+                    "size": 42.79,
+                    "width": 1000,
+                    "height": 625
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_koereiger_3c68bc98e8.jpg",
+                    "hash": "small_Safaripark_dieren_koereiger_3c68bc98e8",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-koereiger.jpg",
+                    "path": null,
+                    "size": 14.71,
+                    "width": 500,
+                    "height": 313
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_koereiger_3c68bc98e8.jpg",
+                    "hash": "medium_Safaripark_dieren_koereiger_3c68bc98e8",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-koereiger.jpg",
+                    "path": null,
+                    "size": 27.21,
+                    "width": 750,
+                    "height": 469
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_koereiger_3c68bc98e8.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_koereiger_3c68bc98e8",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-koereiger.jpg",
+                    "path": null,
+                    "size": 5.21,
+                    "width": 245,
+                    "height": 153
+                  }
+                },
+                "hash": "Safaripark_dieren_koereiger_3c68bc98e8",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 107.98,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_koereiger_3c68bc98e8.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:51:41.226Z",
+                "updatedAt": "2023-06-07T10:51:41.226Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 336,
+              "attributes": {
+                "name": "Héron garde-bœufs",
+                "subtitle": "Un auto-stoppeur intelligent",
+                "habitat": "Sud de l'Europe,Amérique,Asie,Australie",
+                "food": "Insectes, vers, araignées et poissons",
+                "age": "10 à 20 ans",
+                "weight": "300 à 400 g",
+                "offspring": "1 à 7 œuf(s)",
+                "gestation": "22 à 26 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Héron garde-bœufs\n_Bubulcus ibis_\n\nLe héron garde-bœufs est un petit héron blanc avec un petit cou. En période de nidification, ses plumes blanches deviennent plus orange et son bec devient jaune orangé.\n",
+                "bottomDescription": "### Encas dans la prairie\nCet oiseau doit son nom au fait qu'on l'aperçoit souvent dans les prairies avec le bétail. Les piétinements du bétail font remonter à la surface les vers dont il raffole ! Avec la présence du bétail, les insectes et les grenouilles sont souvent chassés de leur cachette. Il est donc plus facile pour le héron garde-bœufs de les attraper.\n",
+                "createdAt": "2023-03-14T10:54:27.314Z",
+                "updatedAt": "2024-09-23T08:08:36.710Z",
+                "publishedAt": "2024-09-23T08:08:16.273Z",
+                "tenantRef": "5bRpOu9GCAM8CSoM2SmcUC",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 240,
+              "attributes": {
+                "name": "Kuhreiher",
+                "subtitle": "Ein schlauer Mitfahrer",
+                "habitat": "Südeuropa, Amerika, Asien und Australien",
+                "food": "Insekten, Würmer, Spinnen und Fische",
+                "age": "10 bis 20 Jahre",
+                "weight": "300 bis 400 g",
+                "offspring": "1 bis 7 Eier",
+                "gestation": "22 bis 26 Tage",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Kuhreiher\n_Bubulcus ibis_\n\nDer Kuhreiher ist ein kleiner weißer Reiher mit kurzem Hals. Während der Brutzeit färben sich seine weißen Federn leicht orange, und sein Schnabel wird orangegelb.\n",
+                "bottomDescription": "### Futter auf der Weide\nDieser Vogel verdankt seinen Namen dem Umstand, dass er häufig auf Weiden zusammen mit dem Vieh zu sehen ist. Durch das Stampfen des Viehs kommen nämlich die Würmer an die Oberfläche. Die frisst er dann nur zu gern. Auch sorgt das Vieh dafür, dass Insekten und Frösche aus ihren Verstecken getrieben werden. Das macht es für den Kuhreiher einfacher, sie zu fangen.\n",
+                "createdAt": "2023-03-14T10:51:12.461Z",
+                "updatedAt": "2024-09-23T08:08:36.709Z",
+                "publishedAt": "2024-09-23T08:08:21.999Z",
+                "tenantRef": "5bRpOu9GCAM8CSoM2SmcUC",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 144,
+              "attributes": {
+                "name": "Cattle egret",
+                "subtitle": "A smart hitchhiker",
+                "habitat": "S. Europe, America, Asia and Australia",
+                "food": "Insects, worms, spiders and fish",
+                "age": "10 to 20 years",
+                "weight": "300 to 400 grams",
+                "offspring": "300 to 400 grams",
+                "gestation": "22 to 26 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Cattle egret\n_Bubulcus ibis_\n\nThe cattle egret is a small, white heron with a short neck. In the breeding season, its white feathers take on a slightly more orange colour and its beak turns orange-yellow.\n \n",
+                "bottomDescription": "### Snacks in the pasture\nThis bird owes its name to the fact that it is often seen in the pastures with cattle. The stamping of the cattle causes worms rise up to the surface and it’s more than happy to eat them. The cattle also ensure that insects and frogs are chased out of their hiding places, making it a lot easier for the cattle egret to catch them.\n",
+                "createdAt": "2023-03-14T10:48:07.707Z",
+                "updatedAt": "2024-09-23T08:08:36.675Z",
+                "publishedAt": "2024-09-23T08:08:36.667Z",
+                "tenantRef": "5bRpOu9GCAM8CSoM2SmcUC",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 90,
+      "attributes": {
+        "order": null,
+        "name": "Kuifmangabey",
+        "subtitle": "Hoge klimmers",
+        "habitat": "Regenwouden in Congo",
+        "food": "Fruit, zaden en bloemen",
+        "age": "20 tot 26 jaar ",
+        "weight": "Man: 6 - 11 kg Vrouw: 4 - 7 kg",
+        "offspring": "1 jong",
+        "gestation": "6 maanden",
+        "iucn": "Gevoelig",
+        "eep": true,
+        "description": "# Kuifmangabey\n*Lophocebus aterrimus*\n\nDe kuifmangabey is een bedreigde aapsoort. Ze zijn te herkennen aan de rechtopstaande kuif. Deze gebruiken ze samen met geluiden en gezichtsuitdrukkingen om met elkaar te communiceren.",
+        "bottomDescription": "### Uitgebreide menukaart\nHet menu van de kuifmangabeys bestaat vooral uit fruit en zaden. Soms eten ze ook bloemen, bladeren, nectar en boomschors. Af en toe vangen ze daarnaast insecten en andere kleine dieren. Mangabeys hebben grote voortanden waarmee ze goed fruit kunnen eten. Met hun platte kiezen kunnen ze juist goed harde zaden open bijten.\n\n### Alarm!\nKuifmangabeys hebben weinig natuurlijke vijanden. Wel wordt er door mensen veel op ze gejaagd. Het enige roofdier waar ze echt voor uit moeten kijken is de kroonarend. Als ze deze vogel zien geven de mangabeys een harde alarm-roep. Dan zoeken ze allemaal een veilige verstopplaats tussen de bladeren. Zo kunnen ze wel een paar uur stil blijven zitten.",
+        "createdAt": "2022-10-05T11:29:04.359Z",
+        "updatedAt": "2023-06-07T10:54:40.799Z",
+        "publishedAt": "2022-10-05T11:29:04.352Z",
+        "tenantRef": "7xmHqa26ZjwJGMkV6a4vpY",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1312,
+              "attributes": {
+                "name": "Safaripark-dieren-Kuifmangabey.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Kuifmangabey_1fe80cc248.jpg",
+                    "hash": "large_Safaripark_dieren_Kuifmangabey_1fe80cc248",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Kuifmangabey.jpg",
+                    "path": null,
+                    "size": 126.82,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Kuifmangabey_1fe80cc248.jpg",
+                    "hash": "small_Safaripark_dieren_Kuifmangabey_1fe80cc248",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Kuifmangabey.jpg",
+                    "path": null,
+                    "size": 40.49,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Kuifmangabey_1fe80cc248.jpg",
+                    "hash": "medium_Safaripark_dieren_Kuifmangabey_1fe80cc248",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Kuifmangabey.jpg",
+                    "path": null,
+                    "size": 79.46,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Kuifmangabey_1fe80cc248.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Kuifmangabey_1fe80cc248",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Kuifmangabey.jpg",
+                    "path": null,
+                    "size": 10.98,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Kuifmangabey_1fe80cc248",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 275.5,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Kuifmangabey_1fe80cc248.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:54:25.833Z",
+                "updatedAt": "2023-06-07T10:54:25.833Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 130,
+              "attributes": {
+                "name": "Kuifmangabey",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:32:20.703Z",
+                "updatedAt": "2024-09-17T14:08:11.072Z",
+                "publishedAt": "2023-02-15T08:32:22.582Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 379,
+              "attributes": {
+                "name": "Mangabey noir",
+                "subtitle": "Bon grimpeur",
+                "habitat": "Forêts tropicales du Congo",
+                "food": "Fruits, graines et fleurs",
+                "age": "20 à 26 ans",
+                "weight": "Mâle : 6 – 11 kg Femelle : 4 – 7 kg",
+                "offspring": "1 petit",
+                "gestation": "6 mois",
+                "iucn": "Quasi menacé",
+                "eep": true,
+                "description": "# Mangabey noir\n*Lophocebus aterrimus*\n\nLe mangabey noir est une espèce de singe menacée. On les reconnait à leur crête droite. Ils se servent de leur crête ainsi que des sons et des expressions faciales pour pouvoir communiquer entre eux.\n",
+                "bottomDescription": "### Menu varié\nLe menu des mangabeys se compose de fruits et de graines mais ils mangent aussi parfois des fleurs, des feuilles, du nectar et de l'écorce d'arbre. Ils attrapent de temps à autres des insectes et d'autres petits animaux. Les mangabeys peuvent manger des fruits grâce à leurs grandes incisives tandis que leurs molaires plates leur permettent d'écraser les graines dures.\n### Alerte !\nLes mangabeys noirs ont peu d'ennemis naturels. Mais ils sont souvent chassés par l'homme. Le seul prédateur dont ils doivent vraiment se méfier est l'aigle couronné. Lorsqu'ils aperçoivent ce rapace, les mangabeys poussent un grand cri d'alerte. Ensuite, ils partent se mettre à l'abri entre les feuilles. Ils peuvent rester cachés ainsi pendant des heures.\n",
+                "createdAt": "2023-03-14T10:55:36.778Z",
+                "updatedAt": "2023-06-07T10:54:41.238Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "7xmHqa26ZjwJGMkV6a4vpY",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 283,
+              "attributes": {
+                "name": "Schopfmangabe",
+                "subtitle": "Klettert ganz hoch",
+                "habitat": "Regenwälder im Kongo",
+                "food": "Früchte, Samen und Blüten",
+                "age": "20 bis 26 Jahre",
+                "weight": "Männchen: 6 – 11 kg Weibchen: 4 – 7 kg",
+                "offspring": "1 Junges",
+                "gestation": "6 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Schopfmangabe\n*Lophocebus aterrimus*\n\nDie Schopfmangabe ist eine bedrohte Affenart. Erkennbar ist sie an ihrem aufrecht stehenden Schopf. Sie verwendet diesen zusammen mit Geräuschen und Gesichtsausdrücken, um mit Artgenossen zu kommunizieren.\n",
+                "bottomDescription": "### Umfangreiche Speisekarte\nDie Schopfmangaben ernähren sich vor allem von Früchten und Samen. Manchmal fressen sie auch Blüten, Blätter, Nektar und Baumrinde. Ab und zu fangen sie außerdem Isekten und andere Kleintiere. Mangaben haben starke Vorderzähne, mit denen sie Früchte gut verzehren können. Mit ihren flachen Backenzähnen können sie auch harte Samen gut aufbeißen.\n### Alarm!\nSchopfmangaben haben kaum natürliche Feinde. Aber vom Menschen werden sie häufig gejagt. Das einzige Raubtier, das ihnen wirklich gefährlich werden kann, ist der Kronenadler. Wenn sie diesen Vogel sehen, stoßen die Mangaben einen lauten Alarmruf aus. Sie suchen dann alle ein sicheres Versteck zwischen den Blättern. Dort können sie durchaus einige Stunden still sitzen bleiben.\n",
+                "createdAt": "2023-03-14T10:52:21.504Z",
+                "updatedAt": "2023-06-07T10:54:41.232Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "7xmHqa26ZjwJGMkV6a4vpY",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 187,
+              "attributes": {
+                "name": "Black crested mangabey",
+                "subtitle": "High climbers",
+                "habitat": "Rainforests in Congo",
+                "food": "Fruit, seeds and flowers",
+                "age": "20 to 26 years",
+                "weight": "Male: 6 - 11 kg Female: 4 - 7 kg",
+                "offspring": "1 young",
+                "gestation": "6 months",
+                "iucn": "Near theatened",
+                "eep": true,
+                "description": "# Black crested mangabey\n*Lophocebus aterrimus*\n\nThe black crested mangabey is an endangered breed of monkey. They can be recognised by their upright crest of hair, which they use together with sounds and facial expressions to communicate with each other.",
+                "bottomDescription": "### Extensive menu\nThe menu of the black crested mangabey mainly consists of fruit and seeds. They also sometimes eat flowers, leaves, nectar and bark. In addition to this, they will occasionally catch insects and other small animals. Mangabeys have large front teeth, with which they easily eat fruit. With their flat molars, they’re good at biting open hard seeds.\n### Alarm!\nBlack crested mangabeys have few natural enemies. However, they are frequently hunted by humans. The only predator, which they really have to watch out for, is the crowned eagle. If they see this bird, the mangabeys make a loud alarm call. Then all of them look for a safe hiding place between the leaves where they are able to sit still for a couple of hours.\n",
+                "createdAt": "2023-03-14T10:49:16.963Z",
+                "updatedAt": "2023-06-07T10:54:41.239Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "7xmHqa26ZjwJGMkV6a4vpY",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 27,
+      "attributes": {
+        "order": null,
+        "name": "Kuifparelhoen",
+        "subtitle": "Een lange kuif",
+        "habitat": "Somalië, Kenia, Tanzania",
+        "food": "Zaden,vruchten,bessen,bladeren,insecten",
+        "age": "10 tot 15 jaar",
+        "weight": "800 tot 1400 gram",
+        "offspring": "9 tot 10 eieren",
+        "gestation": "23 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Kuifparelhoen\n*Guttera plumifera*\n\nParelhoenders leven in groepen gedurende het grootste deel van het jaar. Ze slapen vaak in groepen in hoge bomen. Meestal blijft een parelhoender zijn hele leven bij dezelfde groep. Wanneer het broedseizoen begint, gaan de groepen uit elkaar en leven de vogels solitair of in paren",
+        "bottomDescription": "### Taaie vogels\nHoewel de kuifparelhoen oorspronkelijk uit Afrika komt zijn het vogels die heel goed tegen kou kunnen. Alleen bij strenge vorst of hevige regenval hebben ze een beschutte plek nodig.",
+        "createdAt": "2022-10-05T11:28:40.178Z",
+        "updatedAt": "2023-03-14T10:53:55.212Z",
+        "publishedAt": "2022-10-05T11:28:40.168Z",
+        "tenantRef": "dXY2Iwj5JYAaWKwuu2yyE",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 420,
+              "attributes": {
+                "name": "kroeskopparelhoender-safaripark-beekse-bergen-app.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 2064,
+                "height": 1548,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d.jpg",
+                    "hash": "large_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d",
+                    "mime": "image/jpeg",
+                    "name": "large_kroeskopparelhoender-safaripark-beekse-bergen-app.jpg",
+                    "path": null,
+                    "size": 241.28,
+                    "width": 1000,
+                    "height": 750
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d.jpg",
+                    "hash": "small_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d",
+                    "mime": "image/jpeg",
+                    "name": "small_kroeskopparelhoender-safaripark-beekse-bergen-app.jpg",
+                    "path": null,
+                    "size": 60.5,
+                    "width": 500,
+                    "height": 375
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d.jpg",
+                    "hash": "medium_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d",
+                    "mime": "image/jpeg",
+                    "name": "medium_kroeskopparelhoender-safaripark-beekse-bergen-app.jpg",
+                    "path": null,
+                    "size": 139.46,
+                    "width": 750,
+                    "height": 563
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d.jpg",
+                    "hash": "thumbnail_kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_kroeskopparelhoender-safaripark-beekse-bergen-app.jpg",
+                    "path": null,
+                    "size": 9.94,
+                    "width": 209,
+                    "height": 156
+                  }
+                },
+                "hash": "kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 1727.93,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/kroeskopparelhoender_safaripark_beekse_bergen_app_c926482c4d.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:28:01.384Z",
+                "updatedAt": "2022-10-05T09:28:01.384Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 316,
+              "attributes": {
+                "name": "Pintade huppée",
+                "subtitle": "Une longue crête",
+                "habitat": "Somalie, Kenya et Tanzanie",
+                "food": "Graines, fruits, baies,feuilles,insectes",
+                "age": "10 à 15 ans",
+                "weight": "800 à 1400 grammes",
+                "offspring": "9 à 10 œufs",
+                "gestation": "23 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Pintade huppée\n*Guttera plumifera*\n\nChez la sous-espèce nominotypique occidentale, la tête et le cou de la pintade sont recouverts d'une peau glabre d'une teinte gris-bleu, tandis que celle de la sous-espèce orientale schubotzi est tachée d'orange.\n",
+                "bottomDescription": "### Oiseaux coriaces\nBien que la pintade huppée soit, à la base, originaire d'Afrique, elle résiste très bien au froid. Elle a besoin de s'abriter uniquement en cas de forte gelée ou de forte pluie.\n",
+                "createdAt": "2023-03-14T10:53:54.820Z",
+                "updatedAt": "2023-03-14T10:53:54.820Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "dXY2Iwj5JYAaWKwuu2yyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 220,
+              "attributes": {
+                "name": " Haubenperlhuhn",
+                "subtitle": "Eine lange Kopfhaube",
+                "habitat": "Somalia, Kenia, Tansania",
+                "food": "Samen, Früchte, Beeren, Blätter,Insekten",
+                "age": "10 bis 15 Jahre",
+                "weight": "800 bis 1400 Gramm",
+                "offspring": "9 bis 10 Eier",
+                "gestation": "23 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Haubenperlhuhn\n*Guttera plumifera*\n\nBei der westlichen Unterart dieses Huhns sind Kopf und Hals vollständig fahl-graublau, während bei der östlichen Unterart, dem Schubotz-Perlhuhn, das Graublau einige orangefarbene Flecken aufweist.\n",
+                "bottomDescription": "### Zähe Vögel\nObwohl das Haubenperlhuhn eigentlich aus Afrika stammt, erträgt es Kälte sehr gut. Nur bei strengem Frost oder starkem Regen brauchen die Vögel einen geschützten Ort.\n",
+                "createdAt": "2023-03-14T10:50:39.349Z",
+                "updatedAt": "2023-03-14T10:53:55.207Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "dXY2Iwj5JYAaWKwuu2yyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Crested guineafowl",
+                "subtitle": "A long plume",
+                "habitat": "Somalia, Kenya, Tanzania",
+                "food": "Seeds, fruits, berries, leaves, insects",
+                "age": "10 to 15 years",
+                "weight": "800 to 1400 grams",
+                "offspring": "9 to 10 eggs",
+                "gestation": "23 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Crested guineafowl\n*Guttera plumifera*\n\nGuineafowl live in groups for most of the year. They often sleep in groups in trees. Usually a guineafowl stays with the same group all his life. When the breeding season starts, the groups separate and the birds live solitary or in pairs.\n",
+                "bottomDescription": "### Tough birds\nAlthough the crested guineafowl originally comes from Africa, these birds are very resistant to cold. Only when there is a severe frost or heavy rain do they need a sheltered spot.",
+                "createdAt": "2023-03-14T10:47:35.342Z",
+                "updatedAt": "2023-03-14T10:53:55.210Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "dXY2Iwj5JYAaWKwuu2yyE",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 395,
+      "attributes": {
+        "order": null,
+        "name": "L’Hoëst meerkat",
+        "subtitle": "Een herkenbaar wit gezicht ",
+        "habitat": "tropische bossen in midden Afrika",
+        "food": "Fruit, bladeren en insecten",
+        "age": "15 tot 25 jaar ",
+        "weight": "3 tot 10 kg ",
+        "offspring": "1 jong",
+        "gestation": "5 maanden ",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# l’Hoëst meerkat\n*Allochrocebus lhoesti*\n\nPasgeboren l’Hoëst meerkatten zijn bruin van kleur. Na een maand of drie wordt hun vacht donkerder. De volwassen dieren hebben een heel herkenbaar wit masker op hun gezicht. Ze hebben een lichtgekleurde staart met een zwarte punt. Mannetjes en vrouwtjes zien er bijna hetzelfde uit. Er is wel een opvallend verschil: mannetjes hebben felgekleurde blauwe testikels. Hoe hoger de man in rang staat, hoe feller de kleur blauw is.\n",
+        "bottomDescription": "### Zware taak\nL’Hoëst meerkatten leven in groepen. Zo’n groep bestaat uit één mannetje en tien tot zeventien vrouwtjes met hun jongen. De vrouwtjes zijn meestal familie van elkaar. Als een mannetje volwassen is, verlaat hij de groep. Hij probeert dan om zelf de baas te worden van een groep vrouwtjes. Het is niet makkelijk om als mannetje de leider van een groep te zijn. Hij moet zijn plaats namelijk de hele tijd tegen andere mannetjes verdedigen. Meestal lukt het een mannetje niet langer dan twee jaar om leider te blijven.\n",
+        "createdAt": "2023-08-02T11:59:26.879Z",
+        "updatedAt": "2023-08-02T12:08:29.024Z",
+        "publishedAt": "2023-08-02T11:59:30.127Z",
+        "tenantRef": null,
+        "bigFive": false,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1426,
+              "attributes": {
+                "name": "Safaripark_dieren_L’HOËST MEERKAT.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1575,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7.JPG",
+                    "hash": "large_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark_dieren_L’HOËST MEERKAT.JPG",
+                    "path": null,
+                    "size": 67.15,
+                    "width": 650,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7.JPG",
+                    "hash": "small_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark_dieren_L’HOËST MEERKAT.JPG",
+                    "path": null,
+                    "size": 22.77,
+                    "width": 325,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7.JPG",
+                    "hash": "medium_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark_dieren_L’HOËST MEERKAT.JPG",
+                    "path": null,
+                    "size": 42.57,
+                    "width": 488,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_L_HOEST_MEERKAT_504af693c7",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark_dieren_L’HOËST MEERKAT.JPG",
+                    "path": null,
+                    "size": 3.79,
+                    "width": 102,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_L_HOEST_MEERKAT_504af693c7",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 312.99,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_L_HOEST_MEERKAT_504af693c7.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-08-02T11:55:34.837Z",
+                "updatedAt": "2023-08-02T11:55:34.837Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 1048,
+              "attributes": {
+                "name": "L’Hoëst meerkat",
+                "tenantRef": null,
+                "createdAt": "2023-08-02T12:05:52.852Z",
+                "updatedAt": "2024-09-17T14:09:26.313Z",
+                "publishedAt": "2023-08-02T12:05:56.071Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 398,
+              "attributes": {
+                "name": "Cercopithèque de l’Hœst",
+                "subtitle": "Un visage blanc reconnaissable",
+                "habitat": "les forêts tropicales d'Afrique centrale",
+                "food": "Fruits, feuilles et insectes",
+                "age": "15 à 25 ans",
+                "weight": "3 à 10 kg",
+                "offspring": "1 mineur",
+                "gestation": "5 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Cercopithèque de l’Hœst\n*Allochrocebus lhoesti\n\nCercopithèque de l’Hœst nouveau-nés sont de couleur brune. Après environ trois mois, leur fourrure s'assombrit. Les adultes ont un masque blanctrès reconnaissable sur le visage. Leur queue est de couleur claire avec une pointe noire. Les mâles et les femelles se ressemblent presque tous. Il existe cependant une différence notable : les mâles ont des testicules bleus de couleur vive. Plus le mâle est haut placé, plus la couleur bleue est vive.\n",
+                "bottomDescription": "### Une tâche difficile\nCercopithèque de l’Hœst vivent en groupes. Un groupe se compose d'un mâle et de 10 à 17 femelles avec leurs petits. Les femelles sont généralement apparentées entre elles. Lorsqu'un mâle atteint l'âge adulte, il quitte le groupe. Il essaie alors de prendre en charge lui-même un groupe de femelles. Il n'est pas facile pour un mâle d'être le chef d'un groupe. En effet, il doit constamment défendre sa place contre les autres mâles. En général, un mâle ne parvient pas à rester chef pendant plus de deux ans.\n",
+                "createdAt": "2023-08-02T12:02:58.332Z",
+                "updatedAt": "2023-08-02T12:08:29.391Z",
+                "publishedAt": "2023-08-02T12:03:01.272Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 397,
+              "attributes": {
+                "name": "Östliche Vollbartmeerkatze",
+                "subtitle": "Ein erkennbares weißes Gesicht",
+                "habitat": "tropische Wälder in Zentralafrika",
+                "food": "Früchte, Blätter und Insekten",
+                "age": "15 bis 25 Jahre",
+                "weight": "3 bis 10 kg",
+                "offspring": "1 Jugendlicher",
+                "gestation": "5 Monate",
+                "iucn": "Verwundbar",
+                "eep": true,
+                "description": "# Östliche Vollbartmeerkatze\n*Allochrocebus lhoesti*\n\nNeugeborene Östliche Vollbartmeerkatzen sind braun gefärbt. Nach etwa drei Monaten wird ihr Fell dunkler. Die erwachsenen Tiere haben eine sehr sehr gut erkennbare weiße Maske im Gesicht. Sie haben einen hellen Schwanz mit einer schwarzen Spitze. Männchen und Weibchen sehen fast gleich aus. Es gibt jedoch einen bemerkenswerten Unterschied: Männchen haben leuchtend blaue Hoden. Je ranghöher das Männchen ist, desto heller ist die Farbe Blau.\n",
+                "bottomDescription": "### Schwierige Aufgabe\nÖstliche Vollbartmeerkatze leben in Gruppen. Eine solche Gruppe besteht aus einem Männchen und 10 bis 17 Weibchen mit ihren Jungen. Die Weibchen sind in der Regel miteinander verwandt. Wenn ein Männchen das Erwachsenenalter erreicht, verlässt es die Gruppe. Er versucht dann, selbst eine Gruppe von Weibchen zu leiten. Als Männchen ist es nicht einfach, eine Gruppe zu leiten. Denn er muss seinen Platz ständig gegen andere Männchen verteidigen. Normalerweise schafft es ein Männchen nicht, länger als zwei Jahre Anführer zu bleiben.\n",
+                "createdAt": "2023-08-02T12:01:14.208Z",
+                "updatedAt": "2023-08-02T12:08:29.396Z",
+                "publishedAt": "2023-08-02T12:01:17.249Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 396,
+              "attributes": {
+                "name": "L’Hoest’s monkey",
+                "subtitle": "A recognizable white face",
+                "habitat": "tropical forests in central Africa",
+                "food": "Fruit, leaves and insects",
+                "age": "15 to 25 years",
+                "weight": "3 to 10 kg",
+                "offspring": "1 juvenile",
+                "gestation": "5 months",
+                "iucn": "Vulnerable",
+                "eep": true,
+                "description": "# L’Hoest’s monkey\n*Allochrocebus lhoesti*\n\nNewborn L’Hoest’s monkeys vervet monkeys are brown in color. After about three months, their fur becomes darker. The adults have a very\nrecognizable white mask on their face. They have a light-colored tail with a black tip. Males and females look almost the same. There is one notable difference, however: males have brightly colored blue testicles. The higher the male is in rank, the brighter the color blue.\n",
+                "bottomDescription": "### Tough task\nL’Hoest’s monkeys live in groups. Such a group consists of one male and ten to seventeen females with their young. The females are usually related to each other. When a male reaches adulthood, he leaves the group. He then tries to take charge of a group of females himself. It is not easy for a male to be the leader of a group. In fact, he has to defend his place against other males all the time. Usually a male does not manage to remain leader for more than two years.\n",
+                "createdAt": "2023-08-02T12:00:27.217Z",
+                "updatedAt": "2023-08-02T12:08:29.397Z",
+                "publishedAt": "2023-08-02T12:00:30.175Z",
+                "tenantRef": null,
+                "bigFive": false,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 33,
+      "attributes": {
+        "order": null,
+        "name": "Lippenbeer",
+        "subtitle": "De slurper van Zuid-Azië",
+        "habitat": "India, Nepal en Sri Lanka",
+        "food": "Fruit, bloemen, honing en insecten",
+        "age": "35 jaar",
+        "weight": "Man: 80 - 140 kg, Vrouw: 55 - 95 kg",
+        "offspring": "2 jongen",
+        "gestation": "6 tot 7 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# Lippenbeer\n*Melursus ursinus ursinus*\n\nDe lippenbeer kan je herkennen aan zijn warrige vacht, het haar op zijn oren en een witte snuit. Hij dankt zijn naam aan de manier waarop hij eet.",
+        "bottomDescription": "### Blazen en slurpen\nNet als de meeste beren zijn lippenberen alleseters. Hun dieet is voor beren toch wel bijzonder omdat ze vooral termieten eten. Om die termieten te kunnen eten hebben ze een speciale techniek. Ze hakken met hun lange klauwen een gat in een termietenheuvel. Dan blazen ze met veel kracht zand en stof uit de heuvel. Tot slot tuiten ze hun lippen tot een buis en slurpen ze de termieten naar binnen. Dit geslurp is tot wel 100 meter verderop te horen!\n\n### Brullen of rennen!\nLippenberen hebben weinig natuurlijke vijanden. Ze hoeven eigenlijk alleen uit te kijken voor tijgers en luipaarden. Beren zijn goede klimmers, maar als ze een roofdier tegenkomen klimmen ze niet in de boom. Tijgers en luipaarden kunnen namelijk ook heel goed klimmen. Als er gevaar dreigt rennen ze meestal hard weg. Of ze gaan rechtop staan en maken zich groot. Daarbij brullen ze ook nog eens zo hard als ze kunnen. Als dat het roofdier nog niet afschrikt, vallen ze aan. ",
+        "createdAt": "2022-10-05T11:28:42.401Z",
+        "updatedAt": "2023-06-07T10:57:46.601Z",
+        "publishedAt": "2022-10-05T11:28:42.397Z",
+        "tenantRef": "1ycIQCGZtKOeA08624ck6y",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1313,
+              "attributes": {
+                "name": "Safaripark-dieren-lippenbeer.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 723,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_lippenbeer_a745aae320.jpg",
+                    "hash": "large_Safaripark_dieren_lippenbeer_a745aae320",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-lippenbeer.jpg",
+                    "path": null,
+                    "size": 169.24,
+                    "width": 1000,
+                    "height": 706
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_lippenbeer_a745aae320.jpg",
+                    "hash": "small_Safaripark_dieren_lippenbeer_a745aae320",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-lippenbeer.jpg",
+                    "path": null,
+                    "size": 48.29,
+                    "width": 500,
+                    "height": 353
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_lippenbeer_a745aae320.jpg",
+                    "hash": "medium_Safaripark_dieren_lippenbeer_a745aae320",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-lippenbeer.jpg",
+                    "path": null,
+                    "size": 100.85,
+                    "width": 750,
+                    "height": 530
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_lippenbeer_a745aae320.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_lippenbeer_a745aae320",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-lippenbeer.jpg",
+                    "path": null,
+                    "size": 10.71,
+                    "width": 221,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_lippenbeer_a745aae320",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 329.47,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_lippenbeer_a745aae320.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:56:34.862Z",
+                "updatedAt": "2023-06-07T10:56:34.862Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 101,
+              "attributes": {
+                "name": "Lippenbeer",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:00:55.641Z",
+                "updatedAt": "2024-09-17T14:10:10.362Z",
+                "publishedAt": "2023-02-15T07:00:59.584Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 322,
+              "attributes": {
+                "name": "Ours lippu (ou ours paresseux)",
+                "subtitle": "Le goinfre d'Asie du Sud",
+                "habitat": "Inde, Népal et Sri Lanka",
+                "food": "Fruits, fleurs, miel et insectes",
+                "age": "35 ans",
+                "weight": "Mâle: 80 - 140 kg, Femelle: 55 - 95 kg",
+                "offspring": "2 petits",
+                "gestation": "6 à 7 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Ours lippu\n*Melursus ursinus*\n\nOn reconnait l'ours lippu à son pelage ébouriffé, aux poils de ses oreilles et à son museau blanc. Il doit son nom à sa façon de manger.\n",
+                "bottomDescription": "### Souffler et avaler\nComme la plupart des ours, les ours lippus sont omnivores. Leur régime alimentaire est toutefois particulier pour des ours car ils mangent surtout des termites. Ils ont une technique spéciale pour attraper ces insectes et les manger. Avec leurs longues mâchoires, ils creusent un trou dans la termitière. Ensuite, ils soufflent avec beaucoup de force pour évacuer le sable et la poussière de la termitière. Enfin, ils tordent leurs lèvres de manière à ce qu'elles forment une sorte de tube et aspirent les termites. On les entend à 100 mètres à la ronde !\n\n### Rugir ou courir !\nLes ours lippus ont peu d'ennemis naturels. Ils doivent seulement se méfier des tigres et des léopards. Les ours sont de bons grimpeurs mais lorsqu'ils aperçoivent un prédateur, ils ne grimpent pas aux arbres. En effet, les tigres et les léopards sont aussi de très bons grimpeurs. En cas de danger, ils se mettent généralement à courir très vite. Ou ils se mettent debout pour avoir l'air plus grand. Ils rugissent alors le plus fort possible. Si cela ne suffit pas à effrayer le prédateur, ils attaquent.\n",
+                "createdAt": "2023-03-14T10:54:04.283Z",
+                "updatedAt": "2023-06-07T10:57:46.948Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1ycIQCGZtKOeA08624ck6y",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 226,
+              "attributes": {
+                "name": "Lippenbär",
+                "subtitle": "Der Schlürfer aus Südasien",
+                "habitat": "Indien, Nepal und Sri Lanka",
+                "food": "Früchte, Blüten, Honig und Insekten",
+                "age": "35 Jahre",
+                "weight": "Männer: 80 - 140kg, Weibchen: 55 - 95kg",
+                "offspring": "2 Junge",
+                "gestation": "6 bis 7 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Lippenbär\n*Melursus ursinus ursinus*\n\nDer Lippenbär ist an seinem strubbeligen Fell, den Haaren auf den Ohren und seiner weißen Schnauze erkennbar. Seinen Namen verdankt er der Art, wie er frisst.\n",
+                "bottomDescription": "### Blasen und schlürfen\n\nWie die meisten Bären sind auch Lippenbären Allesfresser. Ihre Nahrung ist für einen Bären dennoch etwas Besonderes, weil sie vor allem Termiten fressen. Um die Termiten fressen zu können, haben sie eine spezielle Technik entwickelt. Sie hacken mit ihren langen Klauen ein Loch in einen Termitenbau. Dann blasen sie mit viel Kraft Sand und Staub aus dem Bau. Schließlich formen sie ihre Lippen zu einer Röhre und saugen damit die Termiten ein. Dieses Geschlürfe kann man bis zu 100 m weit hören!\n\n### Brüllen oder rennen!\n\nLippenbären haben kaum natürliche Feinde. Sie müssen eigentlich nur auf Tiger und Leoparden aufpassen. Bären sind gute Kletterer, aber wenn sie einem Raubtier begegnen, klettern sie nicht auf einen Baum. Tiger und Leoparden können nämlich auch sehr gut klettern. Wenn Gefahr droht, rennen sie daher meistens schnell weg. Oder sie stellen sich aufrecht hin und machen sich groß. Dabei brüllen sie auch noch so laut wie es geht. Wenn sich das Raubtier dadurch nicht abschrecken lässt, greifen sie es an.\n",
+                "createdAt": "2023-03-14T10:50:49.247Z",
+                "updatedAt": "2023-06-07T10:57:46.950Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1ycIQCGZtKOeA08624ck6y",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 130,
+              "attributes": {
+                "name": "Sloth bear",
+                "subtitle": "The slurper of South Asia",
+                "habitat": "India, Nepal and Sri Lanka",
+                "food": "Fruit, flowers, honey and insects",
+                "age": "35 years",
+                "weight": "Male: 80 - 140 kg, Female: 55 - 95 kg",
+                "offspring": "2 young",
+                "gestation": "6 to 7 months",
+                "iucn": "Vulnerable",
+                "eep": true,
+                "description": "# Sloth bear\n*Melursus ursinus ursinus*\n\nYou can recognise the sloth bear by its shaggy coat, the hair on its ears and its white muzzle. It owes its name to the way in which it eats.",
+                "bottomDescription": "### Blowing and slurping\n\nJust like most bears, sloth bears are omnivores. However, their diet is unique for bears, because they mainly eat termites. They have developed a special technique that allows them to eat those termites. They rip a hole in a termite mound with their long claws. They then blow sand and dust out of the mound with great force. Finally, they purse their lips to make a tube and they slurp up the termites. This slurping can be heard up to 100 metres away!\n\n### Roar or run!\n\nSloth bears have few natural enemies. They only actually have to watch out for tigers and leopards. Bears are good climbers, but if they come across one of these predators, they do not climb in the tree. This is because tigers and leopards are also good climbers. If there is the threat of danger, they mostly run away quickly or they stand upright and make themselves look big. They also roar as loud as they can. If that doesn’t scare away the predator, they attack.",
+                "createdAt": "2023-03-14T10:47:45.902Z",
+                "updatedAt": "2023-06-07T10:57:46.943Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1ycIQCGZtKOeA08624ck6y",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 72,
+      "attributes": {
+        "order": null,
+        "name": "Mantelbaviaan",
+        "subtitle": "Een bijzondere grijze jas",
+        "habitat": "Steppes en berggebieden Afrika en Jemen",
+        "food": "Planten, insecten en kleine zoogdieren",
+        "age": "37 jaar",
+        "weight": "Man: 17-25 kg Vrouw: 10-13 kg",
+        "offspring": "1 jong",
+        "gestation": "5 tot 6 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Mantelbaviaan\n*Papio hamadryas*\n\nDe mantelbaviaan is te herkennen aan de grijze ‘mantel’ bij de mannen. Aan deze mantel kun je zien hoe oud een mannetje is: hoe meer haar, hoe jonger de aap. Ze gebruiken hun vacht ook als flosdraad.",
+        "bottomDescription": "### Op de rotsen\nMantelbavianen leven in grote groepen van soms wel 90 dieren. De groep is verdeeld in kleinere groepen. De kleinste groepen bestaan uit één mannetje en een aantal vrouwtjes. Het mannetje is hier de baas. De vrijgezelle mannen zoeken elkaar op om samen een groep te vormen. ’s Nachts komen meerdere groepen samen. Ze slapen dan met zijn allen hoog en veilig tussen de rotsen. Er kunnen dan wel meer dan 750 bavianen op één rots slapen!\n\n### Viespeuken\nDe maaltijd van de mantelbaviaan kan verschillen van fruit of gras tot een klein zoogdier. Bavianen zijn namelijk alleseters en kunnen op veel verschillende manieren aan eten komen. In het Safaripark leven ze samen met de Afrikaanse olifanten. De mantelbavianen zijn hier erg blij mee. Ze pluizen de uitwerpselen van de olifanten uit en halen er kleine stukjes fruit uit om op te eten. Vies he?!",
+        "createdAt": "2022-10-05T11:28:57.422Z",
+        "updatedAt": "2024-09-23T07:59:43.515Z",
+        "publishedAt": "2022-10-05T11:28:57.418Z",
+        "tenantRef": "5e15X4e9qwWCS4OEmC6q6q",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1314,
+              "attributes": {
+                "name": "Safaripark-dieren-mantelbaviaan.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_mantelbaviaan_34752b0099.jpg",
+                    "hash": "large_Safaripark_dieren_mantelbaviaan_34752b0099",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-mantelbaviaan.jpg",
+                    "path": null,
+                    "size": 157.66,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_mantelbaviaan_34752b0099.jpg",
+                    "hash": "small_Safaripark_dieren_mantelbaviaan_34752b0099",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-mantelbaviaan.jpg",
+                    "path": null,
+                    "size": 45.19,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_mantelbaviaan_34752b0099.jpg",
+                    "hash": "medium_Safaripark_dieren_mantelbaviaan_34752b0099",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-mantelbaviaan.jpg",
+                    "path": null,
+                    "size": 94.43,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_mantelbaviaan_34752b0099.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_mantelbaviaan_34752b0099",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-mantelbaviaan.jpg",
+                    "path": null,
+                    "size": 11.21,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_mantelbaviaan_34752b0099",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 323.18,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_mantelbaviaan_34752b0099.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T10:58:55.726Z",
+                "updatedAt": "2023-06-07T10:58:55.726Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 933,
+              "attributes": {
+                "name": "Mantelbaviaan (bij gorilla's)",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T13:01:44.169Z",
+                "updatedAt": "2024-09-17T14:11:50.538Z",
+                "publishedAt": "2023-07-25T13:01:46.994Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 83,
+              "attributes": {
+                "name": "Mantelbaviaan",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:14:35.747Z",
+                "updatedAt": "2024-09-17T14:11:04.816Z",
+                "publishedAt": "2023-02-14T19:14:37.521Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 361,
+              "attributes": {
+                "name": "Babouin hamadryas",
+                "subtitle": "Une robe grise unique",
+                "habitat": "Steppes, montagnes Afrique et Yémen",
+                "food": "Plantes, insectes et petits mammifères",
+                "age": "37 ans",
+                "weight": "Mâle : 17-25 kg Femelle : 10-13 kg",
+                "offspring": "1 petit",
+                "gestation": "5 à 6 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Babouin hamadryas\n*Papio hamadryas*\n\nOn reconnait le babouin hamadryas à la « robe » grise des mâles. L'aspect de cette « robe » permet de déterminer l'âge d'un male : plus il y a de poils, plus le singe est jeune. En effet, ils utilisent leurs poils... comme fil dentaire !\n",
+                "bottomDescription": "### Sur les rochers\nLes babouins hamadryas vivent en grands groupes avec parfois 90 individus. Les groupes sont divisés en plus petits groupes. Les plus petits groupes se composent d'un mâle et de plusieurs femelles. C'est le mâle qui commande. Les mâles célibataires se rejoignent afin de former un groupe. La nuit, les groupes se réunissent. Ils dorment alors tous ensemble perchés et à l'abri entre les rochers. Parfois, plus de 750 babouins dorment sur le même rocher !\n\n### Petits cochons\nLe repas des babouins hamadryas peut se composer de fruits et d'herbes ou d'un petit mammifère. En effet, les babouins hamadryas sont omnivores et peuvent manger de manières très différentes. Au parc animalier, ils vivent avec les éléphants d'Afrique. Les babouins hamadryas s'en réjouissent. Ils fouillent les excréments des éléphants pour y trouver de petits morceaux de fruits à manger. Dégoûtant, n'est-ce pas ?!\n",
+                "createdAt": "2023-03-14T10:55:07.716Z",
+                "updatedAt": "2024-09-23T07:59:43.519Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5e15X4e9qwWCS4OEmC6q6q",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 265,
+              "attributes": {
+                "name": "Mantelpavian",
+                "subtitle": "Eine besonders graue Jacke",
+                "habitat": "Steppen, Bergregionen Afrika und Jemen",
+                "food": "Pflanzen, Insekten und kleine Säugetiere",
+                "age": "37 Jahre",
+                "weight": "Männchen 17–25 kg, Weibchen 10-13 kg",
+                "offspring": "1 Junges",
+                "gestation": "5 bis 6 Monate",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Mantelpavian\n*Papio hamadryas*\n\nDer Mantelpavian ist an seinem grauen „Mantel“ bei den Männchen erkennbar. An diesem Mantel kann man sehen, wie alt ein Männchen ist: Je mehr Haare daran sind, desto jünger ist der Affe. Sie nutzen die Haare aus ihrem Fell auch als Zahnseide.\n",
+                "bottomDescription": "### Auf den Felsen\nMantelpaviane leben in großen Gruppen, die oft bis zu 90 Tiere zählen. Die Gruppe ist in kleinere Gruppen aufgeteilt. Die kleinsten Gruppen bestehen aus einem Männchen und einigen Weibchen. Das Männchen ist dabei der Chef. Die ledigen Männchen tun sich ebenfalls zu einer Gruppe zusammen. Nachts kommen mehrere Gruppen zusammen. Sie schlafen dann gemeinsam hoch und sicher auf den Felsen. Dann können schon einmal über 750 Paviane auf einem Felsen schlafen!\n\n### Schmutzfinken\nDie Ernährung der Mantelpaviane reicht von Früchten oder Gras bis hin zu kleinen Säugetieren. Paviane sind nämlich Allesfresser und haben viele Möglichkeiten, an ihr Fressen zu gelangen. Im Safaripark leben sie mit den afrikanischen Elefanten zusammen. Darüber freuen sich die Mantelpaviane bestimmt. Sie durchsuchen nämlich den Kot der Elefanten und holen kleine Stücke von Früchten heraus, die sie dann verzehren. Irgendwie eklig, oder?\n",
+                "createdAt": "2023-03-14T10:51:53.146Z",
+                "updatedAt": "2024-09-23T07:59:43.342Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5e15X4e9qwWCS4OEmC6q6q",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 169,
+              "attributes": {
+                "name": "Hamadryas baboon",
+                "subtitle": "A unique grey jacket",
+                "habitat": "Steppes and mountains Africa and Yemen",
+                "food": "Plants, insects and small mammals",
+                "age": "37 years",
+                "weight": "Male: 17-25 kg Female: 10-13 kg",
+                "offspring": "1 young",
+                "gestation": "5 to 6 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Hamadryas baboon\n*Papio hamadryas*\n\nThe hamadryas baboon can be recognised by the grey ‘mantle’ of the males. You can see how old a male is from this mantle: the more hair, the younger the monkey. They use their fur as dental floss.",
+                "bottomDescription": "### On the rocks\nHamadryas baboons live in large groups of up to 90 animals. The group is divided into smaller groups. The smallest groups consist of a male and a number of females, in which the male is the boss. Single males seek each other out in order to form a group together. At night, numerous groups come together. They then sleep together high and safe between the rocks. More than 750 hamadryas baboons can sleep on one rock!\n\n### Mucky pups\nThe diet of the hamadryas baboon can range from fruit or grass to small mammals. Hamadryas baboons are omnivores and can find food in many different ways. They live together with the African elephants at the Safari Park. The hamadryas baboons are very pleased with this situation. They sift through the droppings of the elephants and pick out small pieces of fruit to eat. Gross, aren't they?",
+                "createdAt": "2023-03-14T10:48:48.814Z",
+                "updatedAt": "2024-09-23T07:59:43.514Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5e15X4e9qwWCS4OEmC6q6q",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 60,
+      "attributes": {
+        "order": null,
+        "name": "Maraboe",
+        "subtitle": "Een goede visser",
+        "habitat": "In Afrika ten zuiden van de Sahara",
+        "food": "Voornamelijk vlees van dode dieren",
+        "age": "25 jaar",
+        "weight": "8 tot 9 kg",
+        "offspring": "2 tot 3 eieren",
+        "gestation": "30 dagen",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Maraboe\n*Leptoptilos crumenifer*\n\nDe maraboe is een echte aaseter. Het eten vindt hij bijvoorbeeld nabij een afvalplaats. De Maraboe is een opvallende verschijning met zijn grote snavel en kale, roze en ietwat vuil ogende kop. ",
+        "bottomDescription": "### Afvaleters\nDe maraboe is familie van de ooievaar, maar toch gedraagt hij zich meer als een gier. Maraboes zijn namelijk aaseters. Maraboes zijn ook vaak te zien in de buurt van dorpen en steden. Daar zijn ze op zoek naar eten bij afvalhopen, slachthuizen of vissersboten. \n\n### Uiterlijk\nDe vogel is een erg grote, opvallende vogel. Als hij zijn vleugels uitslaat kan hij ongeveer drie meter breed worden. De lengte van een maraboe is tot 1,50 meter. De grote zwarte vogel met een witte buik heeft een opvallende kale kop en een rozekleurige keelzak en grote snavel. De keelzak gebruikt een maraboe onder meer om indruk te maken op een vrouwtje door het maken van bepaalde geluiden. Een maraboe-stel blijft hun hele leven bij elkaar en leeft meestal samen met andere maraboes. ",
+        "createdAt": "2022-10-05T11:28:53.054Z",
+        "updatedAt": "2024-09-23T07:58:49.542Z",
+        "publishedAt": "2022-10-05T11:28:53.051Z",
+        "tenantRef": "2yTlVNVtKYW0MYEKYgMyYS",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1315,
+              "attributes": {
+                "name": "Safaripark-dieren-maraboe.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_maraboe_eac4e0da82.jpg",
+                    "hash": "large_Safaripark_dieren_maraboe_eac4e0da82",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-maraboe.jpg",
+                    "path": null,
+                    "size": 103.59,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_maraboe_eac4e0da82.jpg",
+                    "hash": "small_Safaripark_dieren_maraboe_eac4e0da82",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-maraboe.jpg",
+                    "path": null,
+                    "size": 36.54,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_maraboe_eac4e0da82.jpg",
+                    "hash": "medium_Safaripark_dieren_maraboe_eac4e0da82",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-maraboe.jpg",
+                    "path": null,
+                    "size": 67.1,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_maraboe_eac4e0da82.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_maraboe_eac4e0da82",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-maraboe.jpg",
+                    "path": null,
+                    "size": 11.64,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_maraboe_eac4e0da82",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 227.03,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_maraboe_eac4e0da82.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:00:24.438Z",
+                "updatedAt": "2023-06-07T11:00:24.438Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 917,
+              "attributes": {
+                "name": "Maraboe",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:14:40.498Z",
+                "updatedAt": "2024-09-17T14:12:35.797Z",
+                "publishedAt": "2023-07-13T09:14:43.010Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 349,
+              "attributes": {
+                "name": "Marabout d'Afrique",
+                "subtitle": "Un bon pêcheur",
+                "habitat": "En Afrique, au sud du Sahara",
+                "food": "Essentiellement viande et animaux morts",
+                "age": "25 ans",
+                "weight": "8 à 9 kg",
+                "offspring": "2 à 3 œufs",
+                "gestation": "30 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Marabout d'Afrique\n*Leptoptilos crumenifer*\n\nLe Marabout d'Afrique est un vrai charognard. Il trouve, par exemple, sa nourriture près des décharges. L'oiseau a un physique ",
+                "bottomDescription": "### Se nourrit de déchets\nLe marabout appartient à la famille de la cigogne mais il se comporte plutôt comme un vautour. En effet, les marabouts sont des charognards. On aperçoit souvent les marabouts près des villes et villages. Ils y cherchent à manger près des déchetteries, des abattoirs ou des bateaux de pêche. \n\n### Apparence\nCet oiseau est très grand et impressionnant. Lorsqu'il déploie ses ailes, il peut mesurer près de trois mètres d'envergure. Le marabout peut atteindre jusqu'à 1,50 mètre de haut. Ce grand oiseau noir avec le ventre blanc a une tête chauve typique, un sac gulaire rosâtre et un large bec. Le marabout utilise son sac gulaire notamment pour impressionner les femelles en émettant certains sons. Les couples de marabouts passent leur vie ensemble et cohabitent généralement avec d'autres marabouts.\n",
+                "createdAt": "2023-03-14T10:54:48.922Z",
+                "updatedAt": "2024-09-23T07:58:49.456Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2yTlVNVtKYW0MYEKYgMyYS",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 253,
+              "attributes": {
+                "name": "Marabu",
+                "subtitle": "Ein guter Fischer",
+                "habitat": "In Afrika, südlich der Sahara",
+                "food": "Hauptsächlich Fleisch von toten Tieren",
+                "age": "25 Jahre",
+                "weight": "8 bis 9 kg",
+                "offspring": "2 bis 3 Eier",
+                "gestation": "30 Tage",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Marabu\n*Leptoptilos crumenifer*\n\nDer Marabu ist ein echter Aasfresser. Seine Nahrung findet er beispielsweise in der Nähe eines Abfallplatzes. Der Marabu ist eine auffällige Erscheinung, dank seines großen Schnabels und des kahlen, rosa und irgendwie schmutzig aussehenden Kopfs. \n",
+                "bottomDescription": "### Abfallfresser\nDer Marabu gehört zur Familie der Storche, verhält sich aber mehr wie ein Geier. Marabus sind nämlich Aasfresser. Marabus sind auch häufig in der Nähe von Dörfern und Städten zu sehen. Dort suchen sie ihr Fressen in der Nähe von Müllhaufen, Schlachthöfen oder bei Fischerbooten. \n\n### Aussehen\nDieser Vogel ist sehr groß und auffällig. Bei ausgespannten Flügeln kann er etwa 3 Meter breit werden. Die Größe eines Marabus beträgt bis zu 1,50 Meter. Der große Vogel mit weißem Bauch hat einen auffallend kahlen Kopf, einen rosafarbenen Kehlsack und einen großen Schnabel. Den Kehlsack nutzt ein Marabu u.a. dazu, bei einem Weibchen Eindruck zu machen, indem er damit bestimmte Geräusche erzeugt. Ein Marabu-Paar bleibt sich das ganze Leben treu und lebt meist mit anderen Marabus zusammen.\n",
+                "createdAt": "2023-03-14T10:51:33.795Z",
+                "updatedAt": "2024-09-23T07:58:49.541Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2yTlVNVtKYW0MYEKYgMyYS",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 157,
+              "attributes": {
+                "name": "Marabou stork",
+                "subtitle": "A good fisher",
+                "habitat": "In Africa, south of the Sahara",
+                "food": "Mainly meat from dead animals",
+                "age": "25 years",
+                "weight": "8 to 9 kg",
+                "offspring": "2 to 3 eggs",
+                "gestation": "30 days",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Marabou stork\n*Leptoptilos crumenifer*\n\nThe Marabou stork is a real scavenger. For example, it finds food close to waste sites. The Marabou has a striking appearance with its large beak and bald, pink and somewhat dirty-looking head.\n\n\n\n\n\n",
+                "bottomDescription": "### Waste eaters\n\nThe marabou is related to the stork, but it act more like a vulture. Marabous are scavengers and they can often be seen close to villages and cities, where they are looking for food at garbage dumps, slaughterhouses or fishing boats.\n\n### Appearance\n\nThis bird is large and striking. If it spreads its wings, it can be about three metres wide. Marabous can reach up to 1.50 metres in height. This large black bird with a white belly has a strikingly bald head and pink-coloured throat pouch and large beak. A marabou uses the throat pouch to, among other things, impress females by making certain sounds. A marabou couple mates for life and mostly lives together with other marabous.",
+                "createdAt": "2023-03-14T10:48:28.816Z",
+                "updatedAt": "2024-09-23T07:58:49.544Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2yTlVNVtKYW0MYEKYgMyYS",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 58,
+      "attributes": {
+        "order": null,
+        "name": "Nijlantilope",
+        "subtitle": "Een bijzonder paringsritueel",
+        "habitat": "Moerasgebieden in Sudan en Ethiopië",
+        "food": "Grassen en moerasplanten",
+        "age": "10 - 15 jaar",
+        "weight": "Man: 90 - 120 kg Vrouw: 60 - 90 kg",
+        "offspring": "1 jong",
+        "gestation": "8 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Nijlantilope\n*Kobus megaceros*\n\nDe nijlantilope is een antilope die voorkomt in moerassen en graslanden in Zuid-Sudan en Zuidwest Ethiopië. ",
+        "bottomDescription": "### Man is de baas\nBij de nijlantilopen verschillen de mannetjes en de vrouwtjes zichtbaar van elkaar. Het meest opvallende is het verschil in kleur. De mannetjes zijn donkerbruin en hebben een witte vlek op de rug. De vrouwtjes zijn egaal geel-bruin. Bij de geboorte hebben ze wel dezelfde kleur. De mannetjes zijn groter en hebben grotere hoorns. Hoe mooier en gaver de witte vlek op de rug, hoe sterker de man in principe is. Bij twijfel vindt er een krachtmeting plaats in de vorm van een gevecht.\n\n### Geurend voorspel\nAan de paring bij de nijlantilopes gaat een bijzonder ritueel vooraf. Het mannetje steekt zijn kop zo ver mogelijk tussen zijn voorpoten naar beneden. Hij plast vervolgens over zijn eigen hals. Voor de\nparing zal hij met zijn hals over de vrouw heen wrijven om zijn geur af te geven. Het vrouwtje stelt zich hierbij onderdanig op en staat dit toe. Andere mannetjes ruiken aan de vrouw dat ze al aan de ‘beurt’ is geweest.",
+        "createdAt": "2022-10-05T11:28:52.380Z",
+        "updatedAt": "2023-03-14T10:54:45.983Z",
+        "publishedAt": "2022-10-05T11:28:52.377Z",
+        "tenantRef": "6kTevB5DmE6GC8GaqOKuWa",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1011,
+              "attributes": {
+                "name": "nijlantilope.jpeg",
+                "alternativeText": "nijlantilope.jpeg",
+                "caption": "nijlantilope.jpeg",
+                "width": 1900,
+                "height": 1267,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_nijlantilope_c58c427cd9.jpeg",
+                    "hash": "large_nijlantilope_c58c427cd9",
+                    "mime": "image/jpeg",
+                    "name": "large_nijlantilope.jpeg",
+                    "path": null,
+                    "size": 90.46,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_nijlantilope_c58c427cd9.jpeg",
+                    "hash": "small_nijlantilope_c58c427cd9",
+                    "mime": "image/jpeg",
+                    "name": "small_nijlantilope.jpeg",
+                    "path": null,
+                    "size": 28.3,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_nijlantilope_c58c427cd9.jpeg",
+                    "hash": "medium_nijlantilope_c58c427cd9",
+                    "mime": "image/jpeg",
+                    "name": "medium_nijlantilope.jpeg",
+                    "path": null,
+                    "size": 55.96,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_nijlantilope_c58c427cd9.jpeg",
+                    "hash": "thumbnail_nijlantilope_c58c427cd9",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_nijlantilope.jpeg",
+                    "path": null,
+                    "size": 8.31,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "nijlantilope_c58c427cd9",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 1568.54,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/nijlantilope_c58c427cd9.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T18:34:47.851Z",
+                "updatedAt": "2022-12-19T18:34:47.851Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 1060,
+              "attributes": {
+                "name": "Nijlantilope",
+                "tenantRef": null,
+                "createdAt": "2023-08-04T09:11:27.282Z",
+                "updatedAt": "2024-09-17T14:13:25.670Z",
+                "publishedAt": "2023-08-04T09:11:30.163Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1064,
+              "attributes": {
+                "name": "Olifantenvallei",
+                "tenantRef": null,
+                "createdAt": "2023-08-04T09:19:01.982Z",
+                "updatedAt": "2023-08-04T09:20:41.267Z",
+                "publishedAt": "2023-08-04T09:19:10.418Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 347,
+              "attributes": {
+                "name": "Cobe de Lechwe du Nil",
+                "subtitle": "Un rituel d'accouplement particulier",
+                "habitat": "Zones humides au Soudan et en Ethiopie",
+                "food": "Herbes et plantes de marécages",
+                "age": "10 - 15 ans",
+                "weight": "Mâle : 90 – 120 kg Femelle : 60 – 90 kg",
+                "offspring": "1 petit",
+                "gestation": "8 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Cobe de Lechwe du Nil\n*Kobus megaceros*\nLe cobe de Lechwe du Nil est une antilope originaire des marécages et des prairies au sud du Soudan et dans le sud-ouest de l'Éthiopie.\n",
+                "bottomDescription": "### Le mâle est le chef\nChez les cobes de Lechwe du Nil, les mâles et les femelles diffèrent en apparence. Le plus frappant est la différence de couleur. Les mâles sont brun foncé et ont une tache blanche sur le dos. Les femelles sont brun jaunâtre. À la naissance, ils ont toutefois la même couleur. Les mâles sont plus grands et possèdent de plus grandes cornes. En principe, plus la tache blanche sur le dos est belle et régulière, plus le mâle est fort. En cas de doute, les mâles s'affrontent pour mesurer leur force.\n\n### Préliminaires malodorants\nChez le cobe de Lechwe du Nil, l'accouplement suit un rituel particulier. Le mâle baisse la tête le plus possible entre ses pattes avant. Ensuite, il urine sur son propre cou. Avant l'accouplement,\nil va frotter son cou sur la femelle pour y laisser son odeur. La femelle se soumet et laisse faire le mâle. L'odeur de la femelle indique aux autres mâles qu'elle est déjà prise.\n",
+                "createdAt": "2023-03-14T10:54:45.612Z",
+                "updatedAt": "2023-03-14T10:54:45.612Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6kTevB5DmE6GC8GaqOKuWa",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 251,
+              "attributes": {
+                "name": "Weißnacken-Moorantilope",
+                "subtitle": "Ein besonderes Paarungsritual",
+                "habitat": "Feuchtgebiete im Sudan und in Äthiopien",
+                "food": "Gräser und Sumpfpflanzen",
+                "age": "10 - 15 Jahre",
+                "weight": "Männchen 90–120 kg, Weibchen 60–90 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Weißnacken-Moorantilope\n*Kobus megaceros*\n\nDie Weißnacken-Moorantilope ist eine Antilope, die in Sümpfen und Grasgebieten im Südsudan und in Südwest-Äthiopien vorkommt.\n",
+                "bottomDescription": "### Der Mann ist der Chef\nBei den Weißnacken-Moorantilopen unterscheiden sich Männchen und Weibchen deutlich voneinander. Besonders auffällig ist der Farbunterschied. Die Männchen sind dunkelbraun und haben einen weißen Flecken auf dem Rücken. Die Weibchen sind gleichmäßig gelblich-braun. Bei der Geburt haben sie allerdings noch dieselbe Farbe. Die Männchen sind größer und haben größere Geweihe. Je größer und schöner der weiße Fleck auf dem Rücken ist, desto stärker ist das Männchen (im Prinzip). Im Zweifel findet aber ein Kräftemessen durch einen Kampf statt.\n\n### Duftendes Vorspiel\nDer Paarung geht bei den Weißnacken-Moorantilopen ein besonderes Ritual voraus. Das Männchen reckt seinen Kopf so weit wie möglich zwischen den Vorderbeinen nach unten. Anschließend lässt er Wasser auf seinen eigenen Hals. Vor der Paarung reibt er mit seinem Hals über das Weibchen, um seinen Duft an es abzugeben. Das Weibchen verhält sich dabei unterwürfig und lässt das zu. Andere Männchen riechen dann an dem Weibchen, dass es bereits „an der Reihe“ gewesen ist.\n",
+                "createdAt": "2023-03-14T10:51:30.762Z",
+                "updatedAt": "2023-03-14T10:54:45.981Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6kTevB5DmE6GC8GaqOKuWa",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 155,
+              "attributes": {
+                "name": "Nile lechwe",
+                "subtitle": "An unusual mating ritual",
+                "habitat": "Feuchtgebiete im Sudan und in Äthiopien",
+                "food": "Grasses and marsh plants",
+                "age": "10 - 15 years",
+                "weight": "Male: 90 - 120 kg Female: 60 - 90 kg",
+                "offspring": "1 young",
+                "gestation": "8 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Nile lechwe\n*Kobus megaceros*\n\nThe Nile lechwe is an antelope that can be found in marshes and grasslands in South Sudan and south-west Ethiopia.\n\n\n \n",
+                "bottomDescription": "### The male is the boss\nAmong the Nile lechwes, the males and females are visibly different from each other. The most striking difference is in their colour. The males are dark brown and have a white spot on their backs. The females are an even yellow-brown colour. They are, however, the same colour at birth. The males are larger and have larger horns. The more beautiful and perfect the white spot is on its back, the stronger the male is in principle. If there is any doubt, a trial of strength takes place in the form of a fight.\n\n### Smelly foreplay\nA special ritual precedes mating among Nile lechwes. The male sticks its head as far as possible between downwards between its front legs. He subsequently urinates over his own neck. Before mating, he will rub his neck over the female in order to give off his smell. The female adopts a submissive attitude and allows this. Other males can now smell on the female that she is already ‘taken'.",
+                "createdAt": "2023-03-14T10:48:24.941Z",
+                "updatedAt": "2023-03-14T10:54:45.978Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6kTevB5DmE6GC8GaqOKuWa",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 59,
+      "attributes": {
+        "order": null,
+        "name": "Nijlkrokodil",
+        "subtitle": "Een harteloze jager",
+        "habitat": "Afrika ten zuiden van de Sahara",
+        "food": "Vis en vlees",
+        "age": "45 -80 jaar",
+        "weight": "Vrouw; 100-200 kg, man; 400-600 kg",
+        "offspring": "35 tot 80 eieren",
+        "gestation": "3 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Nijlkrokodil\n*Crocodylus niloticus*\n\nDe nijlkrokodil jaagt op alles wat hij te pakken kan krijgen. Dit doet hij door op een afstandje te loeren en ineens toe te slaan. De krokodil eet zijn prooi in zijn geheel op, want hij kan niet kauwen. ",
+        "bottomDescription": "### Koudbloedig\nNijlkrokodillen zijn koudbloedig. Dat wil zeggen dat ze hun lichaam zelf niet warm kunnen houden. ’s Nachts, als de lucht koeler is, gaan ze vaak het warme water in. In de ochtend laten ze zich vervolgens op het land opwarmen door de zon. Mochten ze het te warm krijgen, dan nemen ze een verfrissende duik. Door hun gepantserde huid kan geen afkoeling door verdamping plaatsvinden. Aan de binnenkant van de bek kan dat wel. Daarom liggen krokodillen als ze het warm hebben vaak met hun bek open.\n\n### Eten zonder te kauwen\nHet menu van krokodillen bestaat uit vlees en vis. Ze zijn in staat de helft van hun lichaamsgewicht in één keer op te eten. Na een grote prooi kunnen ze soms wel een jaar zonder eten! Zodra de krokodil een prooi op het land heeft gezien, zal hij proberen hem zo dicht mogelijk te naderen. Razendsnel zal hij de prooi pakken en het water inslepen om deze te verdrinken. Wanneer de prooi is verdronken, wordt het in stukken gescheurd en zonder te kauwen doorgeslikt.  ",
+        "createdAt": "2022-10-05T11:28:52.712Z",
+        "updatedAt": "2023-06-07T11:03:16.851Z",
+        "publishedAt": "2022-10-05T11:28:52.708Z",
+        "tenantRef": "7K8gVCblkWwwMI4SG2m4es",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1316,
+              "attributes": {
+                "name": "Safaripark-dieren-nijlkrokodil.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                    "hash": "large_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-nijlkrokodil.jpg",
+                    "path": null,
+                    "size": 93.62,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                    "hash": "small_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-nijlkrokodil.jpg",
+                    "path": null,
+                    "size": 27.25,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                    "hash": "medium_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-nijlkrokodil.jpg",
+                    "path": null,
+                    "size": 55.7,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-nijlkrokodil.jpg",
+                    "path": null,
+                    "size": 7.4,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 196.64,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:03:04.227Z",
+                "updatedAt": "2023-06-07T11:03:04.227Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 99,
+              "attributes": {
+                "name": "Nijlkrokodil",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:56:44.956Z",
+                "updatedAt": "2023-07-12T11:33:50.459Z",
+                "publishedAt": "2023-02-15T06:56:47.974Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 348,
+              "attributes": {
+                "name": "Crocodile du Nil",
+                "subtitle": "Un chasseur sans cœur",
+                "habitat": "Afrique, au sud du Sahara",
+                "food": "Poisson et viande",
+                "age": "45 - 80 ans",
+                "weight": "Femme; 100-200 kg, mâle ; 400-600 kg",
+                "offspring": "35 à 80 œufs",
+                "gestation": "3 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Crocodile du Nil\n*Crocodylus niloticus*\nLe crocodile du Nil chasse tout ce qu'il peut attraper. Il maintient ses distances avant d'attaquer par surprise. Le crocodile avale sa proie dans son intégralité car il ne peut pas mâcher.\n",
+                "bottomDescription": "### Sang froid\nLes crocodiles du Nil sont des animaux à sang froid. Cela signifie qu'ils ne peuvent pas réchauffer leur corps. La nuit, lorsque l'air est plus froid, ils vont souvent dans des eaux plus chaudes. Ensuite, le matin, ils vont sur la terre ferme pour se réchauffer au soleil. S'ils ont trop chaud, ils retournent dans l'eau froide. Avec leur peau épaisse, ils ne risquent pas de se refroidir par évaporation. Par contre, cela peut arriver à l'intérieur de leur bouche. C'est la raison pour laquelle les crocodiles ont souvent la bouche ouverte quand ils ont chaud.\n### Manger sans mâcher\nLe menu des crocodiles se compose de viande et de poisson. Ils peuvent manger la moitié de leur poids en une seule fois. Après une grande proie, ils peuvent parfois rester un an sans manger ! Dès que le crocodile voit une proie au sol, il essaie de s'en rapprocher le plus possible. Il attrape très rapidement sa proie et la tire dans l'eau pour la noyer. Une fois la proie noyée, il la déchiquette et l'avale sans mâcher.\n",
+                "createdAt": "2023-03-14T10:54:47.254Z",
+                "updatedAt": "2023-06-07T11:03:17.153Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "7K8gVCblkWwwMI4SG2m4es",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 252,
+              "attributes": {
+                "name": "Nilkrokodil",
+                "subtitle": "Ein Jäger ohne Herz",
+                "habitat": "Afrika, südlich der Sahara",
+                "food": "Fisch und Fleisch",
+                "age": "45 -80 Jahre",
+                "weight": "Weiblich; 100-200kg, männlich; 400-600kg",
+                "offspring": "35 bis 80 Eier",
+                "gestation": "3 Monate",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Nilkrokodil\n*Crocodylus niloticus*\n\nDas Nilkrokodil jagt auf alles, was es kriegen kann. Es macht das, indem es in einiger Entfernung lauert und dann plötzlich zuschlägt. Das Krokodil verzehrt seine Beute ganz, denn es kann nicht kauen.\n",
+                "bottomDescription": "### Kaltblüter\nNilkrokodile sind Kaltblüter. Das bedeutet, dass sie ihren Körper nicht selbst warm halten können. Nachts, wenn die Luft kühler ist, gehen sie gerne ins warme Wasser. Morgens lassen sie sich dann an Land wieder von der Sonne aufwärmen. Wenn es ihnen zu warm ist, nehmen sie ein erfrischendes Bad. Denn wegen ihrer gepanzerten Haut kann keine Abkühlung auf dem Weg der Verdunstung stattfinden. Auf der Innenseite des Mauls ist das allerdings möglich. Wenn es den Krokodilen warm ist, liegen sie daher mit geöffnetem Maul herum.\n\n### Essen ohne zu kauen\nDie Nahrung von Krokodilen besteht aus Fleisch und Fisch. Sie sind in der Lage, bis zur Hälfte ihres eigenen Körpergewichts auf einmal zu verzehren. Nach einer großen Beute können sie es daher ein Jahr ohne Fressen aushalten! Sobald das Krokodil eine Beute an Land gesehen hat, versucht es, so dicht wie möglich heranzukommen. Rasend schnell packt es dann die Beute und zieht sie ins Wasser, um sie zu ertränken. Ist die Beute ertrunken, wird sie in Stücke gerissen und ohne zu kauen verschluckt.\n",
+                "createdAt": "2023-03-14T10:51:32.207Z",
+                "updatedAt": "2023-06-07T11:03:17.165Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "7K8gVCblkWwwMI4SG2m4es",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 156,
+              "attributes": {
+                "name": "Nile crocodile",
+                "subtitle": "A heartless hunter",
+                "habitat": "Sub-Saharan Africa",
+                "food": "Fish and meat",
+                "age": "45 - 80 years",
+                "weight": "Female; 100-200 kg, male; 400-600 kg",
+                "offspring": "35 to 80 eggs",
+                "gestation": "3 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Nile crocodile\n*Crocodylus niloticus*\n\nThe Nile crocodile hunts whatever it can catch. It does this by lurking at a distance and striking suddenly. The crocodile eats its prey whole, because it cannot chew.\n\n\n",
+                "bottomDescription": "### Cold-blooded\nNile crocodiles are cold-blooded. That is to say that they cannot keep their bodies warm themselves. At night, when the air is cooler, they often go into the warm water. In the morning, they subsequently let the sun warm them up on land. If they become too hot, they take a refreshing dip. Due to their armoured skin, they cannot cool down through evaporation. This is possible, however, on the inside of their mouths, which is why crocodiles lie with their mouths open when they are too hot.\n\n### Eating without chewing\nThe crocodile's diet consists of meat and fish. They are able to eat half of their body weight in one go. After consuming a large meal, they can sometimes go a year without eating. As soon as the crocodile has seen a potential prey on land, it will try to approach it as closely as possible. It grabs its prey quick as a flash and drag it into the water to drown it. When the prey has drowned, it is torn into pieces and swallowed without being chewed.",
+                "createdAt": "2023-03-14T10:48:27.317Z",
+                "updatedAt": "2023-06-07T11:03:17.161Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "7K8gVCblkWwwMI4SG2m4es",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 57,
+      "attributes": {
+        "order": null,
+        "name": "Nijlpaard",
+        "subtitle": " Gevaarlijker dan je denkt",
+        "habitat": "Afrika ten zuiden van de Sahara",
+        "food": "Grassen",
+        "age": "45 jaar",
+        "weight": "Man:1500 - 3200 kg Vrouw:1350 - 2500 kg ",
+        "offspring": "1 jong",
+        "gestation": "8 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# Nijlpaard\n*Hippopotamus amphibius*\n\nHet nijlpaard is gevaarlijker dan je denkt. Ze lijken misschien langzaam, maar op het land rennen ze gemakkelijk 40 km per uur!",
+        "bottomDescription": "### Poepslingeren\nNijlpaarden leven in groepen waarin de sterkste man de baas is. Zijn territorium markeert hij met poep. Wanneer hij poept slingert hij de poep met zijn staart in het rond. Hierdoor ruiken andere mannetjes dat het gebied bezet is. Mocht het toch tot een gevecht komen dan gebruiken de mannen hun grote hoektanden. Het kan er tijdens deze gevechten heftig aan toe gaan. Veel mannetjes zitten dan ook onder de littekens. Overigens wordt niet alleen op het land met poep geslingerd, ook in het water doen ze dit.\n\n### Waterratten\n’s Nachts zijn nijlpaarden vaak op het land te vinden om te grazen. Overdag verblijven ze vooral in het water. Ze zoeken verkoeling en bescherming tegen de felle zon. Nijlpaarden zijn goed aangepast aan het leven in het water. Kijk maar eens naar de kop. De oren, ogen en neusgaten zitten allemaal op één lijn aan de bovenkant van de kop. Wanneer hij in het water ligt zijn alleen deze drie zintuigen zichtbaar. Hierdoor kan hij toch ademen, horen en zien terwijl hij in het water ligt. Nijlpaarden blijven niet drijven en kunnen ook niet zwemmen. Ze leven voornamelijk in ondiep water. In dieper water laten ze zich zinken naar de bodem om zich daarop af te zetten.",
+        "createdAt": "2022-10-05T11:28:52.047Z",
+        "updatedAt": "2024-09-23T07:54:55.977Z",
+        "publishedAt": "2022-10-05T11:28:52.044Z",
+        "tenantRef": "1fYXTlJs4usi4WMwSEGUcw",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1317,
+              "attributes": {
+                "name": "Safaripark-dieren-nijlpaard.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                    "hash": "large_Safaripark_dieren_nijlpaard_98a529be2d",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-nijlpaard.JPG",
+                    "path": null,
+                    "size": 128.71,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                    "hash": "small_Safaripark_dieren_nijlpaard_98a529be2d",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-nijlpaard.JPG",
+                    "path": null,
+                    "size": 41.28,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                    "hash": "medium_Safaripark_dieren_nijlpaard_98a529be2d",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-nijlpaard.JPG",
+                    "path": null,
+                    "size": 81.32,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_nijlpaard_98a529be2d",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-nijlpaard.JPG",
+                    "path": null,
+                    "size": 10.73,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_nijlpaard_98a529be2d",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 268.05,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:06:15.337Z",
+                "updatedAt": "2023-06-07T11:06:15.337Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 103,
+              "attributes": {
+                "name": "Nijlpaard",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:02:51.166Z",
+                "updatedAt": "2024-09-17T14:22:20.156Z",
+                "publishedAt": "2023-02-15T07:02:53.123Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 346,
+              "attributes": {
+                "name": "Hippopotame",
+                "subtitle": "Plus dangereux qu'on le pense",
+                "habitat": "Afrique, au sud du Sahara",
+                "food": "Herbes",
+                "age": "45 ans",
+                "weight": "Mâle:1500-3200 kg Femelle:1350-2500 kg",
+                "offspring": "1 petit",
+                "gestation": "8 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Hippopotame\n*Hippopotamus amphibius*\n\nL'hippopotame est plus dangereux qu'on le pense. Ils ont l'air lents, mais sur terre ils peuvent courir jusqu'à 40 km/heure !",
+                "bottomDescription": "### Jets d'excréments\nLes hippopotames vivent en groupes sous la direction du mâle le plus fort. Il marque son territoire avec ses excréments. Lorsqu'il défèque, il lance ses excréments tout autour de lui avec sa queue. Les autres mâles sentent ainsi que le territoire est occupé. S'il y a quand même un combat, les mâles utilisent leurs larges canines. Les combats peuvent être assez violents. De nombreux mâles sont d'ailleurs couverts de cicatrices. Ils ne lancent pas leurs excréments uniquement au sol mais aussi dans l'eau.\n\n### Rats d'eau\nLa nuit, on voit souvent les hippopotames à terre en train de brouter. La journée, ils restent généralement dans l'eau. Ils cherchent à se refroidir et à se protéger du soleil intense. Les hippopotames sont bien adaptés à la vie aquatique. Il suffit de regarder leur tête. Leurs oreilles, leurs yeux et leurs narines sont tous alignés sur la partie supérieure de la tête. Lorsqu'il se trouve dans l'eau, seuls ces trois organes sensoriels sont visibles. Ainsi, il peut continuer à respirer, entendre et voir lorsqu'il est dans l'eau. Les hippopotames ne flottent pas et ils ne peuvent pas non plus nager. Ils vivent principalement dans des eaux peu profondes. Dans les eaux plus profondes, ils se laissent couler jusqu'au fond pour se faire ensuite remonter.\n",
+                "createdAt": "2023-03-14T10:54:43.692Z",
+                "updatedAt": "2024-09-23T07:54:55.975Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1fYXTlJs4usi4WMwSEGUcw",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 250,
+              "attributes": {
+                "name": "Fluβpferd",
+                "subtitle": "Gefährlicher, als man denkt",
+                "habitat": "Afrika, südlich der Sahara",
+                "food": "Gräser",
+                "age": "45 Jahre",
+                "weight": "♂ 1.500 g-3.200 kg, ♀ 1.300-2.250 kg ",
+                "offspring": "1 Junges",
+                "gestation": "8 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Fluβpferd\n*Hippopotamus amphibius*\n\nDas Fluβpferd ist gefährlicher, als man denkt Es scheint etwas langsam zu sein, aber an Land rennt es leicht 40 km pro Stunde!",
+                "bottomDescription": "### Kot um sich werfen\nNilpferde leben in Gruppen, in denen das stärkste Männchen der Chef ist. Es markiert sein Territorium mit Kot. Wenn er Kot abgesetzt hat, verteilt er ihn mit seinem Schwanz in die Runde. Dadurch riechen andere Männchen, dass das Gebiet bereits besetzt ist. Sollte es doch zum Gefecht kommen, nutzen die Männchen dazu ihre großen Eckzähne. Bei diesen Gefechten kann es sehr heftig zugehen. Viele Männchen sind daher von Narben übersät. Übrigens wird nicht nur an Land mit Kot geworfen, sondern auch im Wasser.\n\n### Wasserratten\nNachts sind die Nilpferde oft an Land zu finden, wo sie grasen. Tagsüber halten sie sich vor allem im Wasser auf. Sie suchen dort Abkühlung und Schutz vor der starken Sonne. Nilpferde sind an das Leben im Wasser gut angepasst. Das sieht man schon an ihrem Kopf. Ohren, Augen und Nasenlöcher liegen alle auf einer Linie an der Oberseite des Kopfes. Im Wasser sind von ihnen nur diese drei Sinnesorgane zu sehen. Dadurch kann das Tier atmen, hören und sehen, obwohl es sich im Wasser befindet. Nilpferde bleiben nicht an der Wasseroberfläche und können auch nicht schwimmen. Sie halten sich daher hauptsächlich in flachen Gewässern auf. Ist das Wasser tiefer, lassen sie sich auf den Boden sinken, um sich dort hinzusetzen.\n",
+                "createdAt": "2023-03-14T10:51:28.589Z",
+                "updatedAt": "2024-09-23T07:54:55.934Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1fYXTlJs4usi4WMwSEGUcw",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 154,
+              "attributes": {
+                "name": "Hippopotamus",
+                "subtitle": "More dangerous than you'd think",
+                "habitat": "Sub-Saharan Africa",
+                "food": "Grasses",
+                "age": "45 years",
+                "weight": "Male:1500-3200 kg Female:1350-2500 kg",
+                "offspring": "1 young",
+                "gestation": "8 months",
+                "iucn": "Near threatened",
+                "eep": true,
+                "description": "# Hippopotamus\n*Hippopotamus amphibius*\n\nThe hippopotamus is more dangerous than you'd think. They may appear to be slow, but they can easily run 40 km per hour on land.",
+                "bottomDescription": "### Flinging poo\nHippos live in groups in which the strongest male is the boss. It marks its territory with poo. When it defecates, it flings the poo around with its tail. As a result of this, other males smell that the area is occupied. Should it come to a fight, however, the males make use of their large canine teeth. Things can get intense during these fights. Many males are therefore covered in scars. Poo is not only flung on land, as they also do it in the\n\n### Water rats\nAt night, hippos can also often be found grazing on land. During the day, they mainly stay in the water, where they go to cool off and to find protection against the bright sun. Hippos are well suited to life in the water. Take a look at their heads. The ears, eyes and nostrils are all in one line on the top of the head. When a hippo is in the water, only these three sensory organs are visible. As a result of this, it can still breathe, hear and see while it is in the water. Hippos don’t remain afloat and can also not swim. They primarily live in shallow water. They let themselves sink to the bottom in deeper water in order to push back off it.",
+                "createdAt": "2023-03-14T10:48:23.416Z",
+                "updatedAt": "2024-09-23T07:54:55.976Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1fYXTlJs4usi4WMwSEGUcw",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 85,
+      "attributes": {
+        "order": null,
+        "name": "Nubische giraffe",
+        "subtitle": "Het hoogste dier ter wereld",
+        "habitat": "Savannes in Soedan, Ethiopië en Oeganda",
+        "food": "Acaciabladeren",
+        "age": "Wordt 20 tot 27 jaar oud",
+        "weight": "700 tot 1900 kg",
+        "offspring": "1 jong",
+        "gestation": "14 of 15 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# Nubische giraffe\n*Giraffa camelopardalis camelopardalis*\n\nNubische giraffen eten bladeren en twijgen. Het liefst van de acacia boom, die doorns heeft van vijf centimeter lang. Hun mond en lippen zijn bedekt met een dikke eeltlaag, waardoor ze de stekels niet voelen.",
+        "bottomDescription": "### Snelle groeiers\nEen pasgeboren giraffe is bijna twee meter groot en weegt ongeveer 50 kilo. Het eerste jaar drinkt de jonge giraffe melk bij zijn moeder. Daarnaast begint hij ook al snel bladeren te eten. Dat eten heeft hij nodig om goed te kunnen groeien. Als een giraffe één jaar oud is, is hij al twee keer zo groot als bij zijn geboorte. Dat betekent dat hij gemiddeld vier centimeter per week groeit!\n\n### Een groot hart\nGiraffes hebben een hele lange nek. Dat betekent dat hun hart heel hard moet pompen om genoeg bloed naar hun kop te brengen. Een giraffenhart is dan ook het grootste hart van alle landdieren. Het hart weegt bijna elf kilo. Om al het bloed rond te pompen, klopt het hart van een giraf twee keer zo snel als dat van een mens.",
+        "createdAt": "2022-10-05T11:29:02.455Z",
+        "updatedAt": "2024-09-23T07:51:24.762Z",
+        "publishedAt": "2022-10-05T11:29:02.453Z",
+        "tenantRef": "6uGdXpEPviEogKS8osimCk",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1299,
+              "attributes": {
+                "name": "Safaripark-dieren-nubische-giraf.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1535,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_giraf_73a6d94067.jpg",
+                    "hash": "large_Safaripark_dieren_giraf_73a6d94067",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-giraf.jpg",
+                    "path": null,
+                    "size": 90.83,
+                    "width": 667,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_giraf_73a6d94067.jpg",
+                    "hash": "small_Safaripark_dieren_giraf_73a6d94067",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-giraf.jpg",
+                    "path": null,
+                    "size": 31.73,
+                    "width": 334,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_giraf_73a6d94067.jpg",
+                    "hash": "medium_Safaripark_dieren_giraf_73a6d94067",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-giraf.jpg",
+                    "path": null,
+                    "size": 58.98,
+                    "width": 500,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_giraf_73a6d94067.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_giraf_73a6d94067",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-giraf.jpg",
+                    "path": null,
+                    "size": 5.38,
+                    "width": 105,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_giraf_73a6d94067",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 336.01,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_giraf_73a6d94067.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:50:34.545Z",
+                "updatedAt": "2023-06-07T11:13:29.040Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 913,
+              "attributes": {
+                "name": "Nubische giraffe (safaripark)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:01:20.444Z",
+                "updatedAt": "2024-09-17T14:23:16.122Z",
+                "publishedAt": "2023-07-13T09:01:30.583Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 914,
+              "attributes": {
+                "name": "Nubische giraffe (tegenover Lodges)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:03:09.733Z",
+                "updatedAt": "2024-09-17T14:23:55.472Z",
+                "publishedAt": "2023-07-13T09:03:12.371Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 134,
+              "attributes": {
+                "name": "Giraffenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:39:33.705Z",
+                "updatedAt": "2023-05-09T07:01:52.565Z",
+                "publishedAt": "2023-02-15T08:39:35.587Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 13,
+              "attributes": {
+                "title": "Giraffenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.516841795559806,
+                    "lon": 5.10923554408248
+                  },
+                  {
+                    "lat": 51.51705543950972,
+                    "lon": 5.109353561279136
+                  },
+                  {
+                    "lat": 51.516908559401806,
+                    "lon": 5.109895367500144
+                  },
+                  {
+                    "lat": 51.51657140099897,
+                    "lon": 5.10964323985274
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:28:54.072Z",
+                "updatedAt": "2023-07-10T07:44:46.434Z",
+                "publishedAt": "2023-01-13T07:29:02.805Z",
+                "locale": "nl",
+                "order": null
+              }
+            },
+            {
+              "id": 14,
+              "attributes": {
+                "title": "De Kaapse buffel",
+                "triggerArea": [
+                  {
+                    "lat": 51.51807959847059,
+                    "lon": 5.112807553040852
+                  },
+                  {
+                    "lat": 51.51812967000046,
+                    "lon": 5.113070409524312
+                  },
+                  {
+                    "lat": 51.51800616012722,
+                    "lon": 5.11311332486855
+                  },
+                  {
+                    "lat": 51.51794941223532,
+                    "lon": 5.11289874814735
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:29:54.782Z",
+                "updatedAt": "2023-07-10T07:52:19.238Z",
+                "publishedAt": "2023-01-13T07:30:14.799Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 374,
+              "attributes": {
+                "name": "Girafe de Nubie",
+                "subtitle": "L'animal le plus grand au monde",
+                "habitat": "Savanes du Soudan, Ethiopie et Ouganda",
+                "food": "Feuilles d'acacia",
+                "age": "20 à 27 ans",
+                "weight": "700 à 1900 kg",
+                "offspring": "1 petit",
+                "gestation": "14 à 15 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Girafe de Nubie\n*Giraffa camelopardalis camelopardalis*\n\nLes girafes de Nubie mangent des feuilles et des branches, de préférence de l'acacia, dont les épines mesurent cinq centimètres de long. Leur bouche et leurs lèvres sont couvertes d'une muqueuse épaisse, ce qui les empêche de sentir les épines.\n",
+                "bottomDescription": "### Croissance rapide\nUn girafon mesure près de deux mètres de haut et pèse environ 50 kilos. La première année, le girafon se nourrit de lait maternel. Il se met aussi à manger des feuilles rapidement. Il a besoin de cette alimentation pour bien grandir. Lorsque le girafon atteint l'âge d'un an, il mesure le double de sa taille de naissance. Il grandit donc, en moyenne, de quatre centimètres par semaine !\n\n### Un gros cœur\nLes girafes ont un très long cou. Le cœur doit énormément pomper pour envoyer suffisamment de sang jusqu'à la tête. Les girafes sont donc les animaux terrestres qui ont le plus gros cœur. Leur cœur pèse pratiquement onze kilos ! Pour faire circuler tout le sang dans le corps, le cœur de la girafe bat deux fois plus vite que celui de l'homme.\n",
+                "createdAt": "2023-03-14T10:55:28.802Z",
+                "updatedAt": "2024-09-23T07:51:24.720Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6uGdXpEPviEogKS8osimCk",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 278,
+              "attributes": {
+                "name": "Nubische Giraffe",
+                "subtitle": "Das höchste Tier der Welt",
+                "habitat": "Savannen im Sudan, Äthiopien und Uganda",
+                "food": "Akazienblätter",
+                "age": "Wird 20 bis 27 Jahre alt",
+                "weight": "700 bis 1.900 kg",
+                "offspring": "1 Junges",
+                "gestation": "14 oder 15 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Nubische Giraffe\n*Giraffa camelopardalis camelopardalis*\nNubische Giraffen fressen Blätter und Zweige. Am liebsten von der Akazie, die allerdings 5 cm lange Dornen hat. Ihr Mund und ihre Lippen sind mit einer dicken Hornhaut geschützt, sodass sie die Dornen nicht merken.\n",
+                "bottomDescription": "### Werden schnell groß\nEine neu geborene Giraffe ist fast zwei Meter groß und wiegt etwa 50 Kilo. Im ersten Lebensjahr trinkt die junge Giraffe nur Muttermilch. Danach beginnt sie recht schnell, Blätter zu verzehren. Sie braucht diese Ernährung, um schnell wachsen zu können. Im Alter von einem Jahr ist eine Giraffe schon zweimal so groß wie bei ihrer Geburt. Das bedeutet, dass sie durchschnittlich 4 cm pro Woche wächst!\n\n### Ein großes Herz\nGiraffen haben einen sehr langen Hals. Das bedeutet, dass ihr Herz sehr hart arbeiten muss, um genügend Blut bis in ihren Kopf zu pumpen. Eine Giraffe hat daher das größte Herz unter allen Landtieren. Das Herz wiegt fast 11 kg. Um das Blut überall hin pumpen zu können, schlägt das Herz einer Giraffe zweimal so schnell wie beim Menschen.\n",
+                "createdAt": "2023-03-14T10:52:13.669Z",
+                "updatedAt": "2024-09-23T07:51:24.761Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6uGdXpEPviEogKS8osimCk",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 182,
+              "attributes": {
+                "name": "Nubian giraffe",
+                "subtitle": "The tallest animals in the world",
+                "habitat": "Savannahs in Sudan, Ethiopia and Uganda",
+                "food": "Acacia leaves",
+                "age": "Lives to the age of 20 to 27 years",
+                "weight": "700 - 1900 kg",
+                "offspring": "1 young",
+                "gestation": "14 or 15 months",
+                "iucn": "Vulnerable",
+                "eep": true,
+                "description": "# Nubian giraffe\n*Giraffa camelopardalis camelopardalis*\nNubian giraffes eat leaves and twigs, preferably from the acacia, which has thorns that are 5 cm long. Their mouths and lips are covered in a thick layer of calluses so the thorns do not hurt them.",
+                "bottomDescription": "### Fast growers\nA newborn giraffe is almost two metres tall and weighs around 50 kg. For the first year, the young giraffe drinks milk from its mother. It also starts eating leaves quite early on. It needs plenty of food for vigorous growth. When a giraffe is a year old, it is twice as big as when it was born. That means that it grows an average of four centimetres per week!\n\n### A big heart\nGiraffes have a very long neck. Their heart consequently has to pump very hard to get enough blood to their head. The giraffe has the largest heart of all land animals. The heart weighs almost 11 kg. In order to ensure effective blood circulation, a giraffe’s heart beats twice as quickly as a human’s.",
+                "createdAt": "2023-03-14T10:49:09.403Z",
+                "updatedAt": "2024-09-23T07:51:24.762Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6uGdXpEPviEogKS8osimCk",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 73,
+      "attributes": {
+        "order": null,
+        "name": "Nyala",
+        "subtitle": "Bluffen als de beste",
+        "habitat": "Droge bosgebieden in Zuidoost-Afrika",
+        "food": "Bladeren, vruchten en gras",
+        "age": "16 jaar",
+        "weight": "Man: 100-125 kg Vrouw: 55-70 kg",
+        "offspring": "1 jong",
+        "gestation": "7 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Nyala\n*Tragelaphus angasii*\n\nDe nyala is een antilope die voornamelijk in de dageraad en de schemering actief is. De mannetjes verschillen erg van de vrouwtjes, bijvoorbeeld in grootte en kleur.",
+        "bottomDescription": "### Bluf!\nEr zijn veel verschillen tussen de mannetjes en de vrouwtjes nyala’s. Mannetjes zijn bijvoorbeeld veel groter, hebben een donkere vacht en grote hoorns. Die hoorns kunnen tot zo’n 80 cm lang worden. Ondanks die hoorns vechten nyala’s bijna nooit met elkaar. Meestal blijft het bij bluffen. Een mannetje doet dan zijn kop en staart omhoog om zichzelf groot te maken. Hij zet dan ook de witte haren op zijn rug recht overeind. Het grootste mannetje wint dit soort bluf meestal en hij mag dan met de vrouwtjes paren. \n\n### Samen sta je sterk\nNyala’s zijn schuwe dieren. Ze komen niet graag op open plekken. Overdag verstoppen ze zich meestal in de struiken. Als het donker is gaan ze op zoek naar eten. In het wild moeten ze goed oppassen voor luipaarden, leeuwen en Afrikaanse wilde honden. Als ze een roofdier zien, maken nyala’s een hoog, blaffend geluid. Het zijn vooral de vrouwtjes die dit geluid maken. Iedereen die dit hoort, rent zo hard mogelijk weg. Nyala’s reageren ook op de alarmroep van andere diersoorten zoals bavianen en impala’s. Zo is er bijna altijd wel iemand die kan waarschuwen voor gevaar.",
+        "createdAt": "2022-10-05T11:28:57.781Z",
+        "updatedAt": "2024-09-23T07:48:50.563Z",
+        "publishedAt": "2022-10-05T11:28:57.778Z",
+        "tenantRef": "67VEftkm9qCEkIwgmq4WO2",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1320,
+              "attributes": {
+                "name": "Safaripark-dieren-nyala.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_nyala_ecf8c6a5f3.jpg",
+                    "hash": "large_Safaripark_dieren_nyala_ecf8c6a5f3",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-nyala.jpg",
+                    "path": null,
+                    "size": 149.78,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_nyala_ecf8c6a5f3.jpg",
+                    "hash": "small_Safaripark_dieren_nyala_ecf8c6a5f3",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-nyala.jpg",
+                    "path": null,
+                    "size": 45.8,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_nyala_ecf8c6a5f3.jpg",
+                    "hash": "medium_Safaripark_dieren_nyala_ecf8c6a5f3",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-nyala.jpg",
+                    "path": null,
+                    "size": 92.41,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_nyala_ecf8c6a5f3.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_nyala_ecf8c6a5f3",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-nyala.jpg",
+                    "path": null,
+                    "size": 11.85,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_nyala_ecf8c6a5f3",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 315.31,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_nyala_ecf8c6a5f3.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:14:40.770Z",
+                "updatedAt": "2023-06-07T11:14:40.770Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 105,
+              "attributes": {
+                "name": "Nyala",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:05:38.994Z",
+                "updatedAt": "2023-07-12T13:57:45.634Z",
+                "publishedAt": "2023-02-15T07:05:40.916Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 362,
+              "attributes": {
+                "name": "Nyala",
+                "subtitle": "Le meilleur dans l'art du bluff",
+                "habitat": "Afrique(sud-est),régions boisées arides ",
+                "food": "Feuilles, fruits et herbe",
+                "age": "16 ans",
+                "weight": "Mâle : 100-125 kg Femelle : 55-70 kg",
+                "offspring": "1 petit",
+                "gestation": "7 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Nyala\n*Tragelaphus angasii*\n\nLe nyala est une antilope qui est surtout active à l'aube et au crépuscule. Les mâles sont très différents des femelles, notamment en matière de taille et de couleur.\n",
+                "bottomDescription": "### Bluff !\nIl y a beaucoup de différences entre les mâles et les femelles. Par exemple, les mâles sont beaucoup plus grands, ils ont une fourrure plus foncée et de grandes cornes. Les cornes peuvent atteindre jusqu'à 80 cm. Malgré leurs cornes, les nyalas ne se battent quasi jamais entre eux. Souvent, ils se limitent au bluff. Un mâle dresse sa tête et sa queue pour paraître plus grand. Il hérisse alors les poils blancs du dos. En général, c'est le plus grand mâle qui gagne cette partie de bluff et qui obtient le droit de s'accoupler avec les femelles. \n### Ensemble, on est plus fort\nLes nyalas sont des animaux peureux. Ils n'aiment pas les espaces dégagés. La journée, il se cachent généralement dans les buissons. Ils partent à la recherche de nourriture à la nuit tombée. À l'état sauvage, ils doivent faire attention aux léopards, aux lions et aux chiens sauvages d'Afrique. Lorsqu'ils aperçoivent un prédateur, les nyalas poussent des cris puissants, qui ressemblent à des aboiements. Ce sont surtout les femelles qui poussent ces cris. Dès qu'ils l'entendent, les autres animaux fuient le plus vite possible. Les nyalas réagissent aussi aux cris d'alerte des autres espèces d'animaux comme les babouins et les impalas. Il y a donc toujours quelqu'un pour prévenir du danger.\n",
+                "createdAt": "2023-03-14T10:55:09.663Z",
+                "updatedAt": "2024-09-23T07:48:50.413Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "67VEftkm9qCEkIwgmq4WO2",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 266,
+              "attributes": {
+                "name": "Nyala",
+                "subtitle": "Bluff als beste Verteidigung",
+                "habitat": "Trockene Waldgebiete in Südostafrika",
+                "food": "Blätter, Früchte und Gras",
+                "age": "16 Jahre",
+                "weight": "Männchen: 100-125 kg  Weibchen: 55-70 kg",
+                "offspring": "1 Junges",
+                "gestation": "7 Monate",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Nyala\n*Tragelaphus angasii*\n\nDie Nyala-Antilope ist hauptsächlich während der Morgen- und Abenddämmerung aktiv. Die Männchen unterscheiden sich stark von den Weibchen, z.B. in ihrer Größe und Farbe.\n",
+                "bottomDescription": "### Alles nur Bluff\nEs gibt zahlreiche Unterschiede zwischen den Nyala-Männchen und den Weibchen. Die männlichen Antilopen sind beispielsweise viel größer, haben ein dunkles Fell und große Hörner. Diese Hörner können bis zu 80 cm lang werden. Trotz dieser Hörner kämpfen die Nyala-Antilopen so gut wie nie gegeneinander. Meistens bluffen sie nämlich nur. Ein Männchen reckt dann seinen Kopf und seinen Schwanz nach oben, um sich groß zu machen. Dazu kann es auch die weißen Haare auf dem Rücken aufrecht stellen. Das größte Männchen gewinnt diese Art des Bluffs meistens und darf sich dann mit den Weibchen paaren. \n\n### Gemeinsam stark\nNyala-Antilopen sind scheue Tiere. Sie kommen nicht gerne an offene Stellen. Tagsüber verstecken sie sich meist im Gebüsch. Erst wenn es dunkel wird, suchen sie etwas zu fressen. Als Wildtiere müssen sie auch gut auf Leoparden, Löwen und afrikanische Wildhunde aufpassen. Wenn sie ein Raubtier sehen, geben die Nyala-Antilopen ein hohes, bellendes Geräusch ab. Es sind vor allem die Weibchen, die dieses Geräusch machen. Wer es hört, macht sich so schnell wie möglich aus dem Staub. Nyala-Antilopen reagieren auch auf den Alarmruf anderer Tierarten, wie z.B. von Pavianen und Impalas. So gibt es fast immer ein Tier, das sie vor einer Gefahr warnt.\n",
+                "createdAt": "2023-03-14T10:51:54.780Z",
+                "updatedAt": "2024-09-23T07:48:50.562Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "67VEftkm9qCEkIwgmq4WO2",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 170,
+              "attributes": {
+                "name": "Nyala",
+                "subtitle": "Bluffing like the best of them",
+                "habitat": "Dry woodlands in southeastern Africa",
+                "food": "Leaves, fruits and grass",
+                "age": "16 years",
+                "weight": "Male: 100-125 kg Female: 55-70 kg",
+                "offspring": "1 young",
+                "gestation": "7 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Nyala\n*Tragelaphus angasii*\n\nThe nyala is an antelope that is primarily active at dawn and dusk. The males differ greatly from the females, for example in size and colour.",
+                "bottomDescription": "### Bluff!\nThere are lots of differences between male and female nyalas. Males are much larger, for example, have a darker hide and large horns, which can grow up to 80 cm long. In spite of these horns, nyalas almost never fight with each other. It mostly goes no further than bluffing. In that case, the male sticks his head and tail in the air in order make himself look big. He then makes the white hairs on his back stand on end. The largest male mostly wins this type of bluff and he is then allowed to mate with the females.\n\n### Together you’re strong\nNyalas are timid animals. They don’t like to be in open spaces. During the day, they mostly hide in the bushes. They go looking for food when it gets dark. In the wild, they need to be very careful of leopards, lions and African wild dogs. If they see a predator, nyalas make a high, barking sound. It is mainly the females that make this sound. Anyone who hears it, runs away as quickly as possible. Nyalas also react to the alarm call of other animal species, such as baboons and impalas. In this way, there is almost always some animal that can warn of danger.",
+                "createdAt": "2023-03-14T10:48:50.456Z",
+                "updatedAt": "2024-09-23T07:48:50.562Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "67VEftkm9qCEkIwgmq4WO2",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 71,
+      "attributes": {
+        "order": null,
+        "name": "Okapi",
+        "subtitle": "Een bijzondere verschijning",
+        "habitat": "Regenwouden in Congo",
+        "food": "Bladeren, vruchten en gras",
+        "age": "30 jaar",
+        "weight": "200 tot 300 kilo",
+        "offspring": "1 jong",
+        "gestation": "14 tot 15 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Okapi\n*Okapia johnstoni*\n\nDe okapi is te herkennen aan zijn donkere vacht met witte strepen op de poten en de billen. Deze ‘streepjescode’ is voor elke okapi uniek. Een jong herkent zijn moeder aan haar strepen.",
+        "bottomDescription": "### Niet gemakkelijk te vinden\nEen pasgeboren okapi kan al na 30 minuten staan. De eerste twee dagen loopt een jong achter zijn moeder. Daarna maakt de moeder een nest op de grond op een veilige plek. Hier blijft het jong ongeveer twee maanden verstopt. In die fase verbruikt hij heel weinig energie en drinkt hij erg weinig. Daardoor hoeft de jonge okapi al die tijd niet te poepen. Dit is erg handig, omdat roofdieren het jong dan moeilijk kunnen vinden. \n\n### Geheime berichten\nOkapi’s maken verschillende geluiden. Ze hoesten, blaffen en fluiten en maken een geluid dat zo laag is dat wij het met onze oren niet kunnen horen. Onderzoekers hebben dit geluid met de computer vastgelegd. Als een moeder eten zoekt in het regenwoud, blijft de jonge okapi veilig verstopt liggen. Met de lage geluiden kunnen moeder en jong met elkaar communiceren zonder dat roofdieren dat kunnen horen.",
+        "createdAt": "2022-10-05T11:28:56.930Z",
+        "updatedAt": "2023-06-07T11:15:56.079Z",
+        "publishedAt": "2022-10-05T11:28:56.925Z",
+        "tenantRef": "47BL52grwAooCW0YuMSCe0",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1321,
+              "attributes": {
+                "name": "Safaripark-dieren-okapi.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_okapi_f7964cf40c.jpg",
+                    "hash": "large_Safaripark_dieren_okapi_f7964cf40c",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-okapi.jpg",
+                    "path": null,
+                    "size": 149.58,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_okapi_f7964cf40c.jpg",
+                    "hash": "small_Safaripark_dieren_okapi_f7964cf40c",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-okapi.jpg",
+                    "path": null,
+                    "size": 45.57,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_okapi_f7964cf40c.jpg",
+                    "hash": "medium_Safaripark_dieren_okapi_f7964cf40c",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-okapi.jpg",
+                    "path": null,
+                    "size": 90.99,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_okapi_f7964cf40c.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_okapi_f7964cf40c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-okapi.jpg",
+                    "path": null,
+                    "size": 11.81,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_okapi_f7964cf40c",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 299.67,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_okapi_f7964cf40c.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:15:51.569Z",
+                "updatedAt": "2023-06-07T11:15:51.569Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 104,
+              "attributes": {
+                "name": "Okapi",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:04:37.076Z",
+                "updatedAt": "2023-07-12T13:54:08.695Z",
+                "publishedAt": "2023-02-15T07:04:39.663Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 360,
+              "attributes": {
+                "name": "Okapi",
+                "subtitle": "Une apparence particulière",
+                "habitat": "Forêts tropicales du Congo",
+                "food": "Feuilles, fruits et herbe",
+                "age": "30 ans",
+                "weight": "200 à 300 kg",
+                "offspring": "1 petit",
+                "gestation": "6 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Okapi\n*Okapia johnstoni*\nOn reconnait l'okapi à son pelage foncé marqué de bandes blanches au niveau des pattes et de l'arrière-train. C'est un « code-barres » unique. Un petit reconnait sa mère à ses rayures.\n",
+                "bottomDescription": "### Pas facile à trouver\nUn nouveau-né peut se mettre debout après tout juste 30 minutes. Les deux premiers jours après sa naissance, le petit marche derrière sa mère. Ensuite, elle lui prépare une couche sur le sol, dans un endroit sûr. Le petit y reste caché environ deux mois. Durant cette période, il consomme peu d'énergie et boit très peu. De ce fait, le jeune okapi n'a pas besoin de déféquer. C'est très pratique car, de cette manière, les prédateurs ne peuvent pas facilement trouver le petit ! \n\n### Messages codés\nLes okapis émettent différents sons. Ils toussent, aboient et sifflent et ils émettent un son tellement bas qu'il n'est pas audible pour nos oreilles. Les chercheurs ont utilisé des ordinateurs pour enregistrer ce son. Lorsque la femelle part chercher de la nourriture dans la forêt, le jeune okapi reste caché. Avec leurs sons très bas, la mère et le petit peuvent communiquer sans se faire entendre des prédateurs.\n",
+                "createdAt": "2023-03-14T10:55:06.202Z",
+                "updatedAt": "2023-06-07T11:15:56.409Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "47BL52grwAooCW0YuMSCe0",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 264,
+              "attributes": {
+                "name": "Okapi",
+                "subtitle": "Eine besondere Erscheinung",
+                "habitat": "Regenwälder im Kongo",
+                "food": "Blätter, Früchte und Gras",
+                "age": "30 Jahre",
+                "weight": "200 bis 300 kg",
+                "offspring": "1 Junges",
+                "gestation": "6 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Okapi\n*Okapia johnstoni*\n\nDas Okapi ist an seinem dunklen Fell mit den weißen Streifen an den Pfoten und am verlängerten Rücken zu erkennen. Dieser „Streifencode“ ist bei jedem Okapi individuell verschieden. Ein Junges erkennt seine Mutter an ihren Streifen.\n",
+                "bottomDescription": "### Nicht einfach zu finden\nEin neu geborenes Okapi kann schon nach 30 Minuten stehen. Die ersten beiden Tage läuft das Junge hinter seiner Mutter her. Danach macht die Mutter an einem sicheren Ort ein Nest am Boden. Hier bleibt das Junge etwa zwei Monate versteckt. In dieser Phase benötigt es sehr wenig Energie und trinkt auch sehr wenig. Dadurch muss das junge Okapi während dieser ganzen Zeit keinen Kot absetzen. Das ist sehr hilfreich, weil Raubtiere das Junge dann kaum finden können. \n\n### Geheimnachrichten\nOkapis können verschiedene Geräusche machen. Sie husten, bellen und flöten, und sie können auch ein Geräusch erzeugen, das so niedrig ist, dass wir es mit unseren Ohren nicht hören können. Wissenschaftler konnten dieses Geräusch mit dem Computer festhalten. Während die Mutter im Regenwald Nahrung sucht, bleibt das junge Okapi sicher versteckt liegen. Mit den niedrigen Geräuschen können die Mutter und das Junge kommunizieren, ohne dass Raubtiere das hören können.\n",
+                "createdAt": "2023-03-14T10:51:51.648Z",
+                "updatedAt": "2023-06-07T11:15:56.415Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "47BL52grwAooCW0YuMSCe0",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 168,
+              "attributes": {
+                "name": "Okapi",
+                "subtitle": "A unique appearance",
+                "habitat": "Rainforests in Congo",
+                "food": "Leaves, fruits and grass",
+                "age": "30 years",
+                "weight": "200 to 300 kg",
+                "offspring": "1 young",
+                "gestation": "14 to 15 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Okapi\n*Okapia johnstoni*\n\nThe okapi can be recognised by its dark hide with white stripes on the legs and rump. This ‘barcode’ is unique for each okapi. The young recognise their mother by her stripes.",
+                "bottomDescription": "### Not easy to find\n\nA newborn okapi is already able to stand after 30 minutes. The young walk behind their mother for the first two days. The mother then makes a nest on the ground in a safe spot where the young remain hidden for about two months. In this phase, they use very little energy and drink very little. As a result, young okapi don’t need to defecate at all while they stay in the nest. This is very handy; it makes it very difficult for predators to find the young.\n\n### Secret messages\n\nOkapi make different sounds. They cough, bark and whistle, and make a sound that’s so low that we can’t hear it with our ears. Researchers have used computers to record this sound. When a mother is looking for food in the rainforest, the young okapi remain safely hidden. The mother and young can communicate with each other with these low sounds without predators being able to hear them.",
+                "createdAt": "2023-03-14T10:48:47.122Z",
+                "updatedAt": "2023-06-07T11:15:56.414Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "47BL52grwAooCW0YuMSCe0",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 6,
+      "attributes": {
+        "order": null,
+        "name": "Oost-Afrikaanse kroonkraanvogel",
+        "subtitle": "De boom in",
+        "habitat": "Oost-Afrika",
+        "food": "Zaden, insecten, kleine gewervelden",
+        "age": "30 jaar",
+        "weight": "3 tot 4 kilo",
+        "offspring": "2 tot 5 eieren",
+        "gestation": "28 tot 31 dagen",
+        "iucn": "Bedreigd",
+        "eep": false,
+        "description": "# Oost-Afrikaanse kroonkraanvogel\n*Balerica regulorum*\n\nOostelijke kroonkraanvogels, ook wel de grijze kroonkraanvogel genoemd, zijn de enige kraanvogels die regelmatig in bomen zitten. Ze hebben een kortere snavel dan andere kraanvogels. Op de kop heeft het dier gouden kruinveren. De grijze kroonkraan is het nationale symbool van Oeganda. ",
+        "bottomDescription": "### Stampvoetend\nKraanvogels zijn dol op insecten. Ze lopen vaak stampvoetend over de savanne. De opspringende insecten zijn dan een makkelijk te vangen maaltijd.",
+        "createdAt": "2022-10-05T11:28:32.072Z",
+        "updatedAt": "2023-06-07T11:17:51.661Z",
+        "publishedAt": "2022-10-05T11:28:32.068Z",
+        "tenantRef": "aD07ECZAwSS4iaKMAoIiw",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1322,
+              "attributes": {
+                "name": "Safaripark-dieren-oost-Afrikaanse-kroonkraanvogel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1536,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470.jpg",
+                    "hash": "large_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-oost-Afrikaanse-kroonkraanvogel.jpg",
+                    "path": null,
+                    "size": 94.66,
+                    "width": 667,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470.jpg",
+                    "hash": "small_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-oost-Afrikaanse-kroonkraanvogel.jpg",
+                    "path": null,
+                    "size": 29.71,
+                    "width": 333,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470.jpg",
+                    "hash": "medium_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-oost-Afrikaanse-kroonkraanvogel.jpg",
+                    "path": null,
+                    "size": 58.85,
+                    "width": 500,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-oost-Afrikaanse-kroonkraanvogel.jpg",
+                    "path": null,
+                    "size": 4.14,
+                    "width": 104,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 387.34,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_oost_Afrikaanse_kroonkraanvogel_079bc65470.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:17:46.624Z",
+                "updatedAt": "2023-06-07T11:17:46.624Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 295,
+              "attributes": {
+                "name": "Grue royale, Afrique de l'Est",
+                "subtitle": "Dans les arbres",
+                "habitat": "Afrique de l'Est",
+                "food": "Graines, insectes, petits vertébrés",
+                "age": "30 ans",
+                "weight": "3 à 4 kg",
+                "offspring": "2 à 5 œufs",
+                "gestation": "28 à 31 jours",
+                "iucn": "En danger",
+                "eep": false,
+                "description": "# Afrique de l'Est Grue royale\n*Balerica regulorum*\n\nLes grues royales sont les seules grues qu'on trouve généralement dans les arbres. Elles ont un bec plus court que les autres espèces de grues. Leur tête est surmontée d'une couronne de plumes dorées. La grue royale est le symbole de l'Ouganda.\n",
+                "bottomDescription": "### Piétiner le sol\nLes grues royales raffolent des insectes. Elles se promènent dans la savane en piétinant le sol, pour faire remonter les insectes à la surface et pouvoir les attraper plus facilement.\n",
+                "createdAt": "2023-03-14T10:53:21.092Z",
+                "updatedAt": "2023-06-07T11:17:51.996Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "aD07ECZAwSS4iaKMAoIiw",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 199,
+              "attributes": {
+                "name": "Kronenkranich, Südafrika",
+                "subtitle": "Auf dem Baum",
+                "habitat": "Ostafrika",
+                "food": "Samen, Insekten, kleine Wirbeltiere",
+                "age": "30 Jahre",
+                "weight": "3 bis 4 kg",
+                "offspring": "2 bis 5 Eier",
+                "gestation": "28 bis 31 Tage",
+                "iucn": "Bedroht",
+                "eep": false,
+                "description": "# Südafrika-Kronenkranich\n*Balerica regulorum*\n\nSüdafrika-Kronenkraniche sind die einzigen Kraniche, die regelmäßig in Bäumen sitzen. Sie haben einen kürzeren Schnabel als andere Kraniche. Auf dem Kopf trägt das Tier goldene Kammfedern. Der Südafrika-Kronenkranich ist das Nationalsymbol von Uganda.\n",
+                "bottomDescription": "### Mit dem Fuß aufstampfen\nKraniche lieben Insekten. Sie laufen oft mit den Füßen stampfend über die Savanne. Die aufspringenden Insekten sind dann eine leicht zu fangende Mahlzeit\n",
+                "createdAt": "2023-03-14T10:50:05.766Z",
+                "updatedAt": "2023-06-07T11:17:51.990Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "aD07ECZAwSS4iaKMAoIiw",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 103,
+              "attributes": {
+                "name": "Crowned crane,  East African",
+                "subtitle": "Into the trees",
+                "habitat": "East Africa",
+                "food": "Seeds, insects, small vertebrates",
+                "age": "30 years",
+                "weight": "3 to 4 kilo",
+                "offspring": "2 to 5 eggs",
+                "gestation": "28 to 31 days",
+                "iucn": "Endangered",
+                "eep": false,
+                "description": "# East African crowned crane\n*Balerica regulorum*\n\nGrey crowned cranes, also known as the grey crowned crane, are the only cranes that can frequently be found in trees. They have a shorter beak than other cranes. This crane also has a crown of golden feathers on its head. The grey crowned crane is the national symbol of Uganda.",
+                "bottomDescription": "### Stamping\nCranes love insects. They often stamp over the savannah, causing insects to jump up and providing an easy meal.",
+                "createdAt": "2023-03-14T10:47:01.239Z",
+                "updatedAt": "2023-06-07T11:17:51.994Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "aD07ECZAwSS4iaKMAoIiw",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 3,
+      "attributes": {
+        "order": null,
+        "name": "Pater Davidshert",
+        "subtitle": "Geen van de vier",
+        "habitat": "Lage graslanden en moerassen in China",
+        "food": "Gras, bladeren en riet",
+        "age": "15 tot 23 jaar",
+        "weight": "150 tot 215 kilo",
+        "offspring": "1 jong",
+        "gestation": "9 tot 10 maanden",
+        "iucn": "Uitgestorven in het wild",
+        "eep": false,
+        "description": "# Pater Davidshert\n*Elaphurus davidianus*\n\nIn tegenstelling tot vele andere hertsoorten houdt het Pater Davidshert erg van water. Ze baden en zwemmen graag in het water. Als ze dit doen, staan ze tot hun schouders in het water. ",
+        "bottomDescription": "### Geen van de vier\nHet Pater Davidshert is een grote hertensoort uit China. De Fransman Pater David merkte dit dier op tijdens zijn werk in China. Hij stuurde een aantal karkassen naar Frankrijk, waar een bioloog het dier de naam Pater Davidshert gaf. Zo kennen we het hert in de meeste Europese talen. In het Chinees draagt dit dier echter een bijzondere bijnaam: sibuxiang. Dit betekent zoiets als ‘geen van de vier’. Het dier lijkt wel samengesteld uit allerlei andere dieren: de poten van een koe, de nek van een kameel, het gewei van een hert en de staart van een paard.",
+        "createdAt": "2022-10-05T11:28:30.426Z",
+        "updatedAt": "2023-06-07T11:19:47.438Z",
+        "publishedAt": "2022-10-05T11:28:30.421Z",
+        "tenantRef": "3QinHDy2E0SCcQMMqWKIyS",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1323,
+              "attributes": {
+                "name": "Safaripark-dieren-Pater-Davidshert.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 719,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                    "hash": "large_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Pater-Davidshert.jpg",
+                    "path": null,
+                    "size": 121.43,
+                    "width": 1000,
+                    "height": 702
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                    "hash": "small_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Pater-Davidshert.jpg",
+                    "path": null,
+                    "size": 34.15,
+                    "width": 500,
+                    "height": 351
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                    "hash": "medium_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Pater-Davidshert.jpg",
+                    "path": null,
+                    "size": 71.96,
+                    "width": 750,
+                    "height": 527
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Pater-Davidshert.jpg",
+                    "path": null,
+                    "size": 7.78,
+                    "width": 222,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 227.44,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:19:43.348Z",
+                "updatedAt": "2023-06-07T11:19:43.348Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 17,
+            "attributes": {
+              "title": "Aziatisch Bos",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.52055589820007,
+                    "lon": 5.101561554481895
+                  },
+                  {
+                    "lat": 51.52043515818498,
+                    "lon": 5.101787230145735
+                  },
+                  {
+                    "lat": 51.52038745194843,
+                    "lon": 5.10187273649432
+                  },
+                  {
+                    "lat": 51.52035264548656,
+                    "lon": 5.101935120249652
+                  },
+                  {
+                    "lat": 51.52028361417924,
+                    "lon": 5.102058843560132
+                  },
+                  {
+                    "lat": 51.52008724287133,
+                    "lon": 5.102479412765541
+                  },
+                  {
+                    "lat": 51.52000598593478,
+                    "lon": 5.102704104057583
+                  },
+                  {
+                    "lat": 51.519999232807706,
+                    "lon": 5.102738841577747
+                  },
+                  {
+                    "lat": 51.51997026548304,
+                    "lon": 5.10274420674309
+                  },
+                  {
+                    "lat": 51.51992837306901,
+                    "lon": 5.1027568452118475
+                  },
+                  {
+                    "lat": 51.519898329439,
+                    "lon": 5.1027701875981055
+                  },
+                  {
+                    "lat": 51.519879062049796,
+                    "lon": 5.102812595566195
+                  },
+                  {
+                    "lat": 51.5198436712482,
+                    "lon": 5.102863331252178
+                  },
+                  {
+                    "lat": 51.51980922544945,
+                    "lon": 5.102921956526132
+                  },
+                  {
+                    "lat": 51.51979961329439,
+                    "lon": 5.102940200907598
+                  },
+                  {
+                    "lat": 51.51977981198966,
+                    "lon": 5.102914177378626
+                  },
+                  {
+                    "lat": 51.519778845372684,
+                    "lon": 5.102915979781894
+                  },
+                  {
+                    "lat": 51.51937145328369,
+                    "lon": 5.102384283126478
+                  },
+                  {
+                    "lat": 51.51937263429555,
+                    "lon": 5.1023790601191
+                  },
+                  {
+                    "lat": 51.51935814303223,
+                    "lon": 5.102360014341038
+                  },
+                  {
+                    "lat": 51.51937972977957,
+                    "lon": 5.102224880542449
+                  },
+                  {
+                    "lat": 51.519386561801134,
+                    "lon": 5.102144052942992
+                  },
+                  {
+                    "lat": 51.51938218620451,
+                    "lon": 5.1020969234856555
+                  },
+                  {
+                    "lat": 51.51937241034392,
+                    "lon": 5.102076381544274
+                  },
+                  {
+                    "lat": 51.51936638370054,
+                    "lon": 5.102026755494708
+                  },
+                  {
+                    "lat": 51.519362027128054,
+                    "lon": 5.1019432461562415
+                  },
+                  {
+                    "lat": 51.519344974086245,
+                    "lon": 5.101876342264227
+                  },
+                  {
+                    "lat": 51.51931849466781,
+                    "lon": 5.101803215752369
+                  },
+                  {
+                    "lat": 51.51928436340778,
+                    "lon": 5.101751172756744
+                  },
+                  {
+                    "lat": 51.519228083013815,
+                    "lon": 5.101683996594125
+                  },
+                  {
+                    "lat": 51.51920813973065,
+                    "lon": 5.101666659533103
+                  },
+                  {
+                    "lat": 51.5191771951777,
+                    "lon": 5.101627606984619
+                  },
+                  {
+                    "lat": 51.519120150175745,
+                    "lon": 5.101567582184451
+                  },
+                  {
+                    "lat": 51.51907062165052,
+                    "lon": 5.101519396717076
+                  },
+                  {
+                    "lat": 51.51899689874083,
+                    "lon": 5.101454117286296
+                  },
+                  {
+                    "lat": 51.518943248454676,
+                    "lon": 5.101400252517649
+                  },
+                  {
+                    "lat": 51.51888158818448,
+                    "lon": 5.101360658599599
+                  },
+                  {
+                    "lat": 51.518831980186484,
+                    "lon": 5.101327789463885
+                  },
+                  {
+                    "lat": 51.51876803222034,
+                    "lon": 5.101290011076454
+                  },
+                  {
+                    "lat": 51.518696496046545,
+                    "lon": 5.101244169001491
+                  },
+                  {
+                    "lat": 51.51864137008145,
+                    "lon": 5.1012227744617515
+                  },
+                  {
+                    "lat": 51.5185892935204,
+                    "lon": 5.101205971231368
+                  },
+                  {
+                    "lat": 51.51852500231322,
+                    "lon": 5.1011932357383545
+                  },
+                  {
+                    "lat": 51.51850351709777,
+                    "lon": 5.101188630737497
+                  },
+                  {
+                    "lat": 51.51847338343119,
+                    "lon": 5.101187148929792
+                  },
+                  {
+                    "lat": 51.5184194405103,
+                    "lon": 5.101193726568896
+                  },
+                  {
+                    "lat": 51.51839458201653,
+                    "lon": 5.101184417117296
+                  },
+                  {
+                    "lat": 51.51836241394328,
+                    "lon": 5.101144998692671
+                  },
+                  {
+                    "lat": 51.51836010357179,
+                    "lon": 5.101138640774552
+                  },
+                  {
+                    "lat": 51.51836989563916,
+                    "lon": 5.101090166191631
+                  },
+                  {
+                    "lat": 51.518369640546936,
+                    "lon": 5.101089801241805
+                  },
+                  {
+                    "lat": 51.51848783809097,
+                    "lon": 5.100186582477729
+                  },
+                  {
+                    "lat": 51.51835433363795,
+                    "lon": 5.099881077728054
+                  },
+                  {
+                    "lat": 51.51851849432503,
+                    "lon": 5.099607204616134
+                  },
+                  {
+                    "lat": 51.51858903332919,
+                    "lon": 5.099178492861402
+                  },
+                  {
+                    "lat": 51.51859411013971,
+                    "lon": 5.099182168010442
+                  },
+                  {
+                    "lat": 51.51861075362249,
+                    "lon": 5.099096514937788
+                  },
+                  {
+                    "lat": 51.518603326929856,
+                    "lon": 5.099091625380283
+                  },
+                  {
+                    "lat": 51.51860375198616,
+                    "lon": 5.099089029320012
+                  },
+                  {
+                    "lat": 51.51853524524043,
+                    "lon": 5.098733941815953
+                  },
+                  {
+                    "lat": 51.51841470126777,
+                    "lon": 5.098480427572352
+                  },
+                  {
+                    "lat": 51.51834847133049,
+                    "lon": 5.098396203766039
+                  },
+                  {
+                    "lat": 51.5182779195861,
+                    "lon": 5.0983236200949005
+                  },
+                  {
+                    "lat": 51.51821651353975,
+                    "lon": 5.098278208686959
+                  },
+                  {
+                    "lat": 51.51815462092073,
+                    "lon": 5.098243231492404
+                  },
+                  {
+                    "lat": 51.518164575855494,
+                    "lon": 5.098172341173679
+                  },
+                  {
+                    "lat": 51.51831603835979,
+                    "lon": 5.098151871022644
+                  },
+                  {
+                    "lat": 51.51839848439595,
+                    "lon": 5.0979964084867415
+                  },
+                  {
+                    "lat": 51.518402110871804,
+                    "lon": 5.098001672996444
+                  },
+                  {
+                    "lat": 51.51847897754069,
+                    "lon": 5.097865493885873
+                  },
+                  {
+                    "lat": 51.51846929792112,
+                    "lon": 5.097851450455567
+                  },
+                  {
+                    "lat": 51.518554674580294,
+                    "lon": 5.097681762317212
+                  },
+                  {
+                    "lat": 51.518555990643556,
+                    "lon": 5.097549045665916
+                  },
+                  {
+                    "lat": 51.518554353049836,
+                    "lon": 5.097428723938881
+                  },
+                  {
+                    "lat": 51.51941999756408,
+                    "lon": 5.099002310771927
+                  },
+                  {
+                    "lat": 51.51990839958787,
+                    "lon": 5.099879401828782
+                  },
+                  {
+                    "lat": 51.52051737873649,
+                    "lon": 5.100991585873118
+                  },
+                  {
+                    "lat": 51.52054128777705,
+                    "lon": 5.1010352940311225
+                  },
+                  {
+                    "lat": 51.520518801311994,
+                    "lon": 5.101069640583336
+                  },
+                  {
+                    "lat": 51.520702481036054,
+                    "lon": 5.101370758980648
+                  },
+                  {
+                    "lat": 51.52055589820007,
+                    "lon": 5.101561554481895
+                  }
+                ]
+              },
+              "description": "Tijdens de autosafari rijd je door een groot bosgebied. In dit deel vind je bantengs, Indische antilopen en Japanse sikaherten. ",
+              "createdAt": "2022-10-05T12:41:55.355Z",
+              "updatedAt": "2022-10-05T12:43:24.722Z",
+              "publishedAt": "2022-10-05T12:41:55.312Z",
+              "tenantRef": "3fvLWS4m3CSuKg2MQye6GQ",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 922,
+              "attributes": {
+                "name": "Pater Davidshert",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:21:44.447Z",
+                "updatedAt": "2024-09-17T14:26:39.262Z",
+                "publishedAt": "2023-07-19T12:21:47.705Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 125,
+              "attributes": {
+                "name": "Aziatisch bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:22:30.025Z",
+                "updatedAt": "2023-05-09T06:58:29.611Z",
+                "publishedAt": "2023-02-15T08:22:42.282Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 7,
+              "attributes": {
+                "title": "Aziatisch en Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.520085821690664,
+                    "lon": 5.10170256006417
+                  },
+                  {
+                    "lat": 51.52049388507953,
+                    "lon": 5.101195622560355
+                  },
+                  {
+                    "lat": 51.52028693314293,
+                    "lon": 5.100795973417136
+                  },
+                  {
+                    "lat": 51.519932275419656,
+                    "lon": 5.101269383308264
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:17:17.489Z",
+                "updatedAt": "2024-03-20T08:16:18.975Z",
+                "publishedAt": "2023-01-13T07:17:19.278Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 292,
+              "attributes": {
+                "name": "Cerf du père David",
+                "subtitle": "Aucun des quatre",
+                "habitat": "Basses régions bois., z. humides (Chine)",
+                "food": "Herbe, feuilles et roseaux",
+                "age": "15 à 23 ans",
+                "weight": "150 à 215 kg",
+                "offspring": "1 petit",
+                "gestation": "9 à 10 mois",
+                "iucn": "Disparu à l'état sauvage",
+                "eep": false,
+                "description": "# Cerf du père David\n*Elaphurus davidianus*\n\nContrairement à de nombreuses autres espèces de cervidés, le cerf du père David adore l'eau. Il aime beaucoup se baigner et nager dans l'eau. Quand il va dans l'eau, il s'immerge jusqu'à hauteur des épaules.\n",
+                "bottomDescription": "### Aucun des quatre\nLe cerf du père David est une grande espèce de cerf de Chine. Le père David, de nationalité française, a découvert cette espèce de cerf lorsqu'il travaillait en Chine. Il a envoyé plusieurs carcasses en France, où un biologiste a décidé de baptiser l'animal « cerf du père David ». C'est sous ce nom que nous connaissons le cerf dans la plupart des langues européennes. En Chine, l'animal a toutefois un surnom particulier : sibuxiang, ce qui signifie « aucun des quatre ». L'animal semble être une composition de plusieurs animaux : les sabots d'une vache, le cou d'un chameau, les bois d'un cerf et la queue d'un cheval.\n",
+                "createdAt": "2023-03-14T10:53:15.537Z",
+                "updatedAt": "2023-06-07T11:19:47.771Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3QinHDy2E0SCcQMMqWKIyS",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 196,
+              "attributes": {
+                "name": "Davidshirsch",
+                "subtitle": "Keiner der Vier",
+                "habitat": "Grasebenen und Sümpfe in China",
+                "food": "Gras, Blätter und Schilf",
+                "age": "15 bis 23 Jahre",
+                "weight": "150 bis 215 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 bis 10 Monate",
+                "iucn": "In freier Wildbahn ausgestorben",
+                "eep": false,
+                "description": "# Davidshirsch\n*Elaphurus davidianus*\n\nIm Gegensatz zu vielen anderen Hirscharten liebt der Davidshirsch das Wasser. Er badet und schwimmt gerne. Dabei steht er bis zu den Schultern im Wasser.\n",
+                "bottomDescription": "### Keiner der Vier\n\nDer Davidshirsch ist eine große Hirschart aus China. Der französische Pater David hatte dieses Tier bei seiner Arbeit in China beobachtet. Er schickte mehrere tote Tiere nach Frankreich, wo ein Biologe sie untersuchte und dem Tier den Namen Davidshirsch gab. So kennen wir den Hirsch in den meisten europäischen Sprachen. Auf chinesisch hat dieses Tier aber einen besonderen Beinamen: sibuxiang. Das bedeutet so viel wie „keiner der Vier“. Das Tier erscheint nämlich aus vier Tieren zusammengesetzt: Es hat die Füße einer Kuh, den Hals eines Kamels, das Geweih eines Hirschs und den Schwanz eines Pferdes.\n",
+                "createdAt": "2023-03-14T10:50:01.012Z",
+                "updatedAt": "2023-06-07T11:19:47.775Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3QinHDy2E0SCcQMMqWKIyS",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 100,
+              "attributes": {
+                "name": "Père David’s deer",
+                "subtitle": "Like none of the four",
+                "habitat": "Low grasslands and wetlands in China",
+                "food": "Grass, leaves and reeds",
+                "age": "15 - 23 years",
+                "weight": "150 - 215 kg",
+                "offspring": "1 young",
+                "gestation": "9 - 10 months",
+                "iucn": "Extinct in the wild",
+                "eep": false,
+                "description": "# Père David’s deer\n*Elaphurus davidianus*\n\nIn contrast to many other types of deer, the Père David’s deer loves water. They enjoy bathing and swimming in water, and when they do, the water comes up to their shoulders.",
+                "bottomDescription": "### Like none of the four\nPère David’s deer is a species of large deer from China. French missionary Père David first saw this species during his work in China. He sent several carcasses to France, where a biologist named the species Père David's Deer. The deer is known as such in most European languages. In Chinese, however, the species is sometimes known by a unique nickname: sibuxiang. It loosely translates as: ‘like none of the four’. The deer seems to be compiled of all kinds of other animals: the hooves of a cow, the neck of a camel, the antlers of a deer and the tail of a horse.\n",
+                "createdAt": "2023-03-14T10:46:56.536Z",
+                "updatedAt": "2023-06-07T11:19:47.779Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3QinHDy2E0SCcQMMqWKIyS",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 36,
+      "attributes": {
+        "order": null,
+        "name": "Penseelzwijn",
+        "subtitle": "Witte kwastjes",
+        "habitat": "Regenwouden in centraal en West Afrika",
+        "food": "Wortels, fruit, eieren en insecten",
+        "age": "15 jaar",
+        "weight": "45 tot 120 kg",
+        "offspring": "1 tot 6 jongen",
+        "gestation": "4 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Penseelzwijn\n*Potamochoerus porcus*\n\nHet penseelzwijn is vooramelijk ’s nachts actief. Overdag schuilen ze in dicht struikgewas. Na zonsondergang zwerven ze rond in troepen en gaan ze op zoek naar voedsel. ",
+        "bottomDescription": "### Balanites wilsonia\nPenseelzwijnen eten bijna alles. Ze zoeken hun eten door te ruiken en te voelen met hun ronde snuit. De snuit wordt ook gebruikt om wortels op te graven. Soms volgen de penseelzwijnen een groep chimpansees voor het fruit dat de apen uit de bomen laten vallen. Penseelzwijnen zijn dol op de zaden van de boom Balanites wilsoniana, die ze in de poep van olifanten vinden. \n\n### Veilig nest\nPenseelzwijnen worden meestal geboren in het warme, natte zomerseizoen (tussen november en februari). Het vrouwtje verlaat de groep voor de bevalling. Ze maakt een nestkuil van drie meter breed en één meter diep en bedekt die vervolgens met gras. De jonge penseelzwijnen zijn gestreept zodat ze niet opvallen in het hoge gras. Na een paar dagen gaan moeder en haar jongen terug naar de familiegroep. Hier worden ze beschermd door het volwassen mannetje. ",
+        "createdAt": "2022-10-05T11:28:43.676Z",
+        "updatedAt": "2024-09-23T07:45:05.785Z",
+        "publishedAt": "2022-10-05T11:28:43.672Z",
+        "tenantRef": "2CDf2DDcgweckQImegeqYi",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1324,
+              "attributes": {
+                "name": "Safaripark-dieren-Penseelzwijn.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Penseelzwijn_0c4ca74b60.jpg",
+                    "hash": "large_Safaripark_dieren_Penseelzwijn_0c4ca74b60",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Penseelzwijn.jpg",
+                    "path": null,
+                    "size": 143.7,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Penseelzwijn_0c4ca74b60.jpg",
+                    "hash": "small_Safaripark_dieren_Penseelzwijn_0c4ca74b60",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Penseelzwijn.jpg",
+                    "path": null,
+                    "size": 43.29,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Penseelzwijn_0c4ca74b60.jpg",
+                    "hash": "medium_Safaripark_dieren_Penseelzwijn_0c4ca74b60",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Penseelzwijn.jpg",
+                    "path": null,
+                    "size": 87.52,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Penseelzwijn_0c4ca74b60.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Penseelzwijn_0c4ca74b60",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Penseelzwijn.jpg",
+                    "path": null,
+                    "size": 11.39,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Penseelzwijn_0c4ca74b60",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 295.2,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Penseelzwijn_0c4ca74b60.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:20:46.359Z",
+                "updatedAt": "2023-06-07T11:20:46.359Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 108,
+              "attributes": {
+                "name": "Penseelzwijn",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T07:09:54.484Z",
+                "updatedAt": "2024-09-17T14:27:50.933Z",
+                "publishedAt": "2023-02-15T07:09:56.645Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 325,
+              "attributes": {
+                "name": "Potamochère d‘Afrique ",
+                "subtitle": "Poils blancs",
+                "habitat": "Forêts tropicales en Afrique",
+                "food": "Carotte, fruits, reptiles et mammifères",
+                "age": "15 ans",
+                "weight": "45 à 120 kg",
+                "offspring": "1 à 6 petits",
+                "gestation": "4 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Potamochère d‘Afrique \n*Potamochoerus porcus*\n\nLes Potamochère d‘Afrique sont surtout actifs la nuit. En journée, ils se cachent dans les épais buissons. Après le coucher du soleil, ils se déplacent en troupeau à la recherche de nourriture.\n",
+                "bottomDescription": "### Balanites wilsonia\nLes potamochères roux mangent presque tout. Ils se mettent en quête de leur nourriture en reniflant et en tâtonnant partout avec leur groin arrondi. Ils se servent aussi de leur groin pour déterrer les racines. Parfois les potamochères roux suivent un groupe de chimpanzés pour les fruits que les singes font tomber des arbres. Les potamochères roux sont friands des graines de l'arbre Balanites wilsoniana, qu'ils trouvent dans les excréments des éléphants. \n### Cachette sûre\nLes potamochères roux naissent généralement durant la saison estivale chaude et humide (entre novembre et février). La femelle quitte le groupe pour donner naissance à ses petits. Elle creuse un trou de trois mètres de large sur un mètre de profondeur et le recouvre d'herbe. Les jeunes potamochères roux ont des rayures qui leur servent de camouflage dans les hautes herbes. Au bout de quelques jours passés à l'écart, la femelle et ses petits retournent dans le groupe, où ils sont protégés par le mâle adulte.\n",
+                "createdAt": "2023-03-14T10:54:09.241Z",
+                "updatedAt": "2024-09-23T07:45:05.741Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2CDf2DDcgweckQImegeqYi",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 229,
+              "attributes": {
+                "name": "Pinselohrschwein",
+                "subtitle": "Weiße Pinselchen",
+                "habitat": " Regenwälder Zentral- und Westafrika",
+                "food": "Wurzeln, Früchte, Reptile und Säugetiere",
+                "age": "15 Jahre",
+                "weight": "45 bis 120 kg",
+                "offspring": "1 bis 6 Ferkel",
+                "gestation": "4 Monate",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Pinselohrschwein\n*Potamochoerus porcus*\n\nDas Pinselschwein ist vor allem nachts aktiv. Tagsüber verstecken sie sich im dichten Gebüsch. Nach dem Sonnenuntergang schweifen sie in Gruppen umher und suchen Nahrung.\n",
+                "bottomDescription": "### Balanites wilsonia\nPinselschweine fressen fast alles. Sie suchen ihr Fressen, indem sie mit ihrem runden Rüssel an allem riechen und fühlen. Den Rüssel nutzen sie auch, um nach Wurzeln zu graben. Manchmal folgen die Pinselschweine einer Gruppe Schimpansen wegen der Früchte, die diese aus den Bäumen fallen lassen. Am liebsten fressen die Pinselschweine die Samen des Baums Balanites wilsoniana, die sie im Elefantenkot finden. \n\n### Sicheres Nest\nPinselschweine werden meist in der warmen, nassen Sommersaison (zwischen November und Februar) geboren. Das Weibchen trennt sich für die Geburt von der Gruppe. Es legt eine Nestkuhle von drei Metern Breite und einem Meter Tiefe an und bedeckt diese dann mit Gras. Die jungen Pinselschweine sind gestreift, sodass sie im hohen Gras nicht auffallen. Nach ein paar Tagen kehrt die Mutter mit ihren Jungen in die Familiengruppe zurück. Hier werden sie von dem erwachsenen Männchen geschützt.\n",
+                "createdAt": "2023-03-14T10:50:54.392Z",
+                "updatedAt": "2024-09-23T07:45:05.785Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2CDf2DDcgweckQImegeqYi",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 133,
+              "attributes": {
+                "name": "Red river hog",
+                "subtitle": "White bristles",
+                "habitat": "Rainforests in central and West Africa",
+                "food": "Carrot, fruit, eggs, reptiles, mammals",
+                "age": "15 years",
+                "weight": "45 to 120 kg",
+                "offspring": "1 to 6 young",
+                "gestation": "4 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Red river hog\n*Potamochoerus porcus*\n\nThe red river hog is mainly active at night. During the daytime, it hides in thick bushes. After sunset, they wander around in troops and look for food.\n\n\n\n\n",
+                "bottomDescription": "### Balanites wilsonia\nRed river hogs eat almost anything. They look for food by smelling and feeling around with their round snout. The snout is also used to dig up roots. Red river hogs sometimes follow chimpanzees for the fruit that the apes drop from the trees. Red river hogs love seeds from the Balanites wilsoniana tree, which they find in elephant poo.\n\n### Safe nest\nRed river hogs are mostly born in the hot, wet summer season (between November and February). The female leaves the group to birth her young. She makes a nest hole that is three metres wide and one metre deep, and subsequently covers it with grass. The young red river hogs are striped so that they’re camouflaged in the high grass. After a couple of days, the mother and her young return to the family group, where they are protected by the adult male.",
+                "createdAt": "2023-03-14T10:47:50.506Z",
+                "updatedAt": "2024-09-23T07:45:05.786Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2CDf2DDcgweckQImegeqYi",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 96,
+      "attributes": {
+        "order": null,
+        "name": "Perzische kropgazelle",
+        "subtitle": "Kunnen hard rennen",
+        "habitat": "(Half-) woestijnen in Azië",
+        "food": "Gras, takken en scheuten",
+        "age": "10 tot 12 jaar",
+        "weight": "Tussen de 17,5 en 43 kg",
+        "offspring": "1 tot 4 jongen",
+        "gestation": "5 à 6 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": false,
+        "description": "# Perzische kropgazelle\n_Gazella subgutturosa subgutturosa_\n\nDe Perzische kropgazelle heeft een witte buik, de rest van het lichaam is lichtbruin, waarbij het aan de zijkanten van het lichaam donkerder wordt. Ze leven in de woestijnen en half-woestijnen van Azië en het Midden-Oosten.",
+        "bottomDescription": "### Hoorns\nOver het algemeen hebben andere gazelle soorten allemaal hoorns. Bij de Perzische Kropgazelle is dit anders. Alleen de mannetjes hebben hoorns. De hoorns zijn ongeveer 25 tot 45 centimeter lang. Aan het uiteinde lopen de hoorns eerst naar buiten en dan weer naar binnen. Het geeft de mannetjes een elegante uitstraling.\n\n### Staartje\nDe Perzische Kropgazelle heeft een opvallend staartje. Het staartje is bruin aan de buitenkant en zwart aan de binnenkant. Daardoor valt het heel erg op tegen het witte achterste van het dier, vooral wanneer hij aan het rennen is. \n\n### Snel\nDe Perzische Kropgazelle zijn heel snel! Ze kunnen wel 60 km per uur rennen! Daarnaast zijn ze niet alleen snel, maar kunnen ook lange afstanden afleggen. Met name in de winter kunnen ze wel afstanden van 10 tot 30 km per dag afleggen.",
+        "createdAt": "2022-10-05T11:29:06.714Z",
+        "updatedAt": "2024-09-23T07:43:40.395Z",
+        "publishedAt": "2022-10-05T11:29:06.706Z",
+        "tenantRef": "O5nAxQ113N97udPyXB5jI",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 651,
+              "attributes": {
+                "name": "beekse_bergen_perzische_kropgazelle_dieren.png",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1119,
+                "formats": {
+                  "large": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb.png",
+                    "hash": "large_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb",
+                    "mime": "image/png",
+                    "name": "large_beekse_bergen_perzische_kropgazelle_dieren.png",
+                    "path": null,
+                    "size": 633.2,
+                    "width": 915,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb.png",
+                    "hash": "small_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb",
+                    "mime": "image/png",
+                    "name": "small_beekse_bergen_perzische_kropgazelle_dieren.png",
+                    "path": null,
+                    "size": 189.71,
+                    "width": 458,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb.png",
+                    "hash": "medium_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb",
+                    "mime": "image/png",
+                    "name": "medium_beekse_bergen_perzische_kropgazelle_dieren.png",
+                    "path": null,
+                    "size": 384.43,
+                    "width": 686,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb.png",
+                    "hash": "thumbnail_beekse_bergen_perzische_kropgazelle_dieren_786a657ddb",
+                    "mime": "image/png",
+                    "name": "thumbnail_beekse_bergen_perzische_kropgazelle_dieren.png",
+                    "path": null,
+                    "size": 27.07,
+                    "width": 143,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_perzische_kropgazelle_dieren_786a657ddb",
+                "ext": ".png",
+                "mime": "image/png",
+                "size": 159.42,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_perzische_kropgazelle_dieren_786a657ddb.png",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:35:26.611Z",
+                "updatedAt": "2022-10-05T09:35:26.611Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 906,
+              "attributes": {
+                "name": "Perzische kropgazelle",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:45:40.929Z",
+                "updatedAt": "2024-09-17T14:29:22.853Z",
+                "publishedAt": "2023-07-13T08:46:02.710Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 151,
+              "attributes": {
+                "name": "Woestijn",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:08:37.147Z",
+                "updatedAt": "2023-05-09T06:58:40.302Z",
+                "publishedAt": "2023-02-15T09:08:38.889Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 11,
+              "attributes": {
+                "title": "Woestijngebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.51422559455459,
+                    "lon": 5.106356840360018
+                  },
+                  {
+                    "lat": 51.51413211964273,
+                    "lon": 5.106913398730608
+                  },
+                  {
+                    "lat": 51.51377991780532,
+                    "lon": 5.106658588874193
+                  },
+                  {
+                    "lat": 51.51391512357206,
+                    "lon": 5.10625625752195
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:26:46.811Z",
+                "updatedAt": "2023-07-10T07:48:11.257Z",
+                "publishedAt": "2023-01-13T07:26:48.727Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 385,
+              "attributes": {
+                "name": "Gazelle de Perse",
+                "subtitle": "Peut courir vite",
+                "habitat": "(Semi-)déserts d'Asie",
+                "food": "Herbe, branches et pousses",
+                "age": "10 à 12 ans",
+                "weight": "Entre 17,5 et 43 kg",
+                "offspring": "1 à 4 petits",
+                "gestation": "5 à 6 mois",
+                "iucn": "Vulnérable",
+                "eep": false,
+                "description": "# Gazelle de Perse\n_Gazella subgutturosa subgutturosa_\n\nLa gazelle de Perse a un ventre blanc, le reste du corps est brun clair, s'assombrissant sur les côtés du corps. Ils vivent dans les déserts et semi-déserts d'Asie et du Moyen-Orient.",
+                "bottomDescription": "### Cornes\nEn général, les autres espèces de gazelles ont toutes des cornes. C'est différent avec la gazelle de Perse. Seuls les mâles ont des cornes. Les cornes mesurent environ 25 à 45 centimètres de long. À la fin, les cornes sortent d'abord, puis rentrent à nouveau. Il donne aux mâles un look élégant.\n\n### Queue\nLa gazelle de Perse a une queue frappante. La queue est brune à l'extérieur et noire à l'intérieur. De ce fait, il se démarque vraiment du derrière blanc de l'animal, surtout lorsqu'il est en train de courir. \n\n### Rapidement\nLa gazelle de Perse sont très rapides! Ils peuvent courir jusqu'à 60 km/h! De plus, ils sont non seulement rapides, mais peuvent également couvrir de longues distances. En hiver notamment, ils peuvent parcourir des distances de 10 à 30 km par jour.",
+                "createdAt": "2023-03-14T10:55:46.691Z",
+                "updatedAt": "2024-09-23T07:43:40.356Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "O5nAxQ113N97udPyXB5jI",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 289,
+              "attributes": {
+                "name": "Persische Kropfgazelle",
+                "subtitle": "Kann schnell rennen",
+                "habitat": "(Halb-)Wüsten in Asien",
+                "food": "Gras, Äste und Triebe",
+                "age": "10 bis 12 Jahre",
+                "weight": "Zwischen 17,5 und 43 kg",
+                "offspring": "1 bis 4 Junges",
+                "gestation": "5 bis 6 Monate",
+                "iucn": "Verletzlich",
+                "eep": false,
+                "description": "# Persische Kropfgazelle\n_Gazella subgutturosa subgutturosa_\n\nDie Persische Kropfgazelle hat einen weißen Bauch, der Rest des Körpers ist hellbraun und verdunkelt sich an den Seiten des Körpers. Sie leben in den Wüsten und Halbwüsten Asiens und des Nahen Ostens.",
+                "bottomDescription": "### Hörner\nIm Allgemeinen haben alle anderen Gazellenarten Hörner. Anders bei die Persische Kropfgazelle. Nur die Männchen haben Hörner. Die Hörner sind etwa 25 bis 45 Zentimeter lang. Am Ende laufen die Hörner erst raus und dann wieder rein. Es verleiht den Männchen ein elegantes Aussehen.\n\n### Schwanz\nDie Persische Kropfgazelle hat einen auffälligen Schwanz. Der Schwanz ist außen braun und innen schwarz. Dadurch hebt es sich besonders beim Laufen vom weißen Hintern des Tieres ab.\n\n### Schnell\nDie Persische Kropfgazelle ist sehr schnell! Sie können bis zu 60 km pro Stunde laufen! Außerdem sind sie nicht nur schnell, sondern können auch große Distanzen zurücklegen. Vor allem im Winter können sie Strecken von 10 bis 30 km pro Tag zurücklegen.",
+                "createdAt": "2023-03-14T10:52:31.075Z",
+                "updatedAt": "2024-09-23T07:43:40.397Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "O5nAxQ113N97udPyXB5jI",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 193,
+              "attributes": {
+                "name": "Persian gazelle",
+                "subtitle": "Can run fast",
+                "habitat": "(Semi-)deserts in Asia",
+                "food": "Grass, branches and shoots",
+                "age": "10 to 12 years",
+                "weight": " Between 17.5 and 43 kg",
+                "offspring": "1 to 4 young",
+                "gestation": "5 to 6 months",
+                "iucn": "Vulnerable",
+                "eep": false,
+                "description": "# Persian gazelle\n_Gazella subgutturosa subgutturosa_\n\nThe Persian gazelle has a white belly, the rest of the body is light brown, darkening on the sides of the body. They live in the deserts and semi-deserts of Asia and the Middle East.",
+                "bottomDescription": "### Horns\nIn general, other gazelle species all have horns. This is different with the Persian gazelle. Only the males have horns. The horns are about 25 to 45 centimeters long. At the end, the horns first run out and then back in. It gives the males an elegant look.\n\n### Tail\nThe Persian gazelle has a striking tail. The tail is brown on the outside and black on the inside. As a result, it really stands out against the animal's white behind, especially when it is running. \n\n### Fast\nThe Persian gazelle are very fast! They can run up to 60 km per hour! In addition, they are not only fast, but can also cover long distances. In winter in particular, they can cover distances of 10 to 30 km per day.",
+                "createdAt": "2023-03-14T10:49:27.355Z",
+                "updatedAt": "2024-09-23T07:43:40.396Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "O5nAxQ113N97udPyXB5jI",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 70,
+      "attributes": {
+        "order": null,
+        "name": "Perzische panter",
+        "subtitle": "Een goede luisteraar",
+        "habitat": "Zuidwest-Azië",
+        "food": "Zoogdieren, vogels, insecten, amfibieën",
+        "age": "15 jaar ",
+        "weight": "Man: 37 - 90 kg Vrouw: 28 - 60 kg",
+        "offspring": "1 tot  4 jongen",
+        "gestation": "3 tot 3,5 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Perzische panter\n*Panthera pardus saxicolor*\n\nEen panter wordt in Afrika ook wel luipaard genoemd. Panters leven solitair. Dat wil zeggen dat ze alleen leven en dus niet in een groep. Alleen vrouwtjes met hun jongen leven een tijdje samen.",
+        "bottomDescription": "### Een leven lang alleen\nPanters leven in het wild alleen. Ze hebben ieder hun eigen territorium.  Om duidelijk te maken dat een gebied bezet is gebruiken ze plas, poep en krabsporen. Zo kunnen panters elkaar dingen vertellen zonder dat ze elkaar tegenkomen. De geur kan bijvoorbeeld vertellen of het een mannetje of een vrouwtje is. Door hoog in een boom te krabben kan een panter laten zien hoe groot hij is. Panters zoeken elkaar eigenlijk alleen maar op als het paartijd is. Dan lokt het vrouwtje een mannetje met de geur van haar plas om te kunnen paren. Na de paring leven ze weer zonder elkaar verder.\n\n### De boom in\nPanters zijn heel sterk en zijn uitstekende klimmers. Nadat ze hun prooi hebben gedood trekken ze die een boom in. Ze kunnen zelfs een prooi van honderd kilo de boom in trekken. Verstopt in een boom is de prooi beschermd tegen andere roofdieren. Andere roofdieren, zoals bijvoorbeeld hyena’s en leeuwen, kunnen slecht klimmen. Zo kan een panter veilig eten en slapen in een boom.",
+        "createdAt": "2022-10-05T11:28:56.570Z",
+        "updatedAt": "2023-03-14T10:55:04.961Z",
+        "publishedAt": "2022-10-05T11:28:56.567Z",
+        "tenantRef": "6K7yDGplJKQEQAS2SiqKmI",
+        "bigFive": true,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 460,
+              "attributes": {
+                "name": "diana-klunder-1-kopie.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 6000,
+                "height": 4000,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_diana_klunder_1_kopie_f700a135a0.jpg",
+                    "hash": "large_diana_klunder_1_kopie_f700a135a0",
+                    "mime": "image/jpeg",
+                    "name": "large_diana-klunder-1-kopie.jpg",
+                    "path": null,
+                    "size": 129.73,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_diana_klunder_1_kopie_f700a135a0.jpg",
+                    "hash": "small_diana_klunder_1_kopie_f700a135a0",
+                    "mime": "image/jpeg",
+                    "name": "small_diana-klunder-1-kopie.jpg",
+                    "path": null,
+                    "size": 40.47,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_diana_klunder_1_kopie_f700a135a0.jpg",
+                    "hash": "medium_diana_klunder_1_kopie_f700a135a0",
+                    "mime": "image/jpeg",
+                    "name": "medium_diana-klunder-1-kopie.jpg",
+                    "path": null,
+                    "size": 80.52,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_diana_klunder_1_kopie_f700a135a0.jpg",
+                    "hash": "thumbnail_diana_klunder_1_kopie_f700a135a0",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_diana-klunder-1-kopie.jpg",
+                    "path": null,
+                    "size": 11.54,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "diana_klunder_1_kopie_f700a135a0",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 6900.1,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/diana_klunder_1_kopie_f700a135a0.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:30:14.751Z",
+                "updatedAt": "2022-10-05T09:30:14.751Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 85,
+              "attributes": {
+                "name": "Perzische panter",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:16:13.033Z",
+                "updatedAt": "2024-09-17T14:29:53.474Z",
+                "publishedAt": "2023-02-14T19:16:16.559Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 359,
+              "attributes": {
+                "name": "Panthère de Perse",
+                "subtitle": "Une bonne ouïe",
+                "habitat": "Sud-ouest de l'Asie",
+                "food": "Mammifères, oiseaux, insectes, amphibien",
+                "age": "15 ans",
+                "weight": "Mâle : 37 – 90 kg Femelle : 28 – 60 kg",
+                "offspring": "1 à 4 petit(s)",
+                "gestation": "3 à 3,5 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Panthère de Perse\n*Panthera pardus saxicolor*\n\nUne panthère est également appelée léopard en Afrique. Les panthères sont des animaux solitaires. Cela signifie qu'elles vivent seules et non en groupe. Seules les femelles et leurs petits vivent ensemble pendant une courte durée.\n",
+                "bottomDescription": "### Toute une vie en solitaire\nLes panthères vivent seules à l'état sauvage. Elles ont chacune leur territoire.  Pour indiquer clairement qu'elles occupent un territoire, elles le marquent avec leur urine, leurs excréments et leurs griffes. Les panthères peuvent ainsi communiquer entre elles sans même se voir. Par exemple, l'odeur peut indiquer s'il s'agit d'un mâle ou d'une femelle. En laissant des marques de griffes en hauteur sur un arbre, une panthère peut montrer à quel point elle est grande. Les panthères partent à la recherche de leurs congénères uniquement en période de reproduction. La femelle attire alors le mâle avec l'odeur de son urine pour s'accoupler. Après l'accouplement, chacun reprend sa vie en solitaire.\n### Dans les arbres\nLes panthères ont beaucoup de force et sont d'excellents grimpeurs. Après avoir tué leur proie, elles la traînent dans un arbre. Elles parviennent même à tirer une proie de cent kilos dans un arbre ! Stockée dans un arbre, la proie est ainsi protégée des autres prédateurs. Les autres prédateurs, comme les hyènes et les lions, ne sont pas d'aussi bons grimpeurs. La panthère peut de cette manière manger et dormir tranquillement dans un arbre.\n",
+                "createdAt": "2023-03-14T10:55:04.588Z",
+                "updatedAt": "2023-03-14T10:55:04.588Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6K7yDGplJKQEQAS2SiqKmI",
+                "bigFive": true,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 263,
+              "attributes": {
+                "name": "Persischer Leopard",
+                "subtitle": "Ein guter Zuhörer",
+                "habitat": "Südwestasien",
+                "food": "Säugetiere, Vögel, Insekten, Amphibien",
+                "age": "15 Jahre",
+                "weight": "Männchen 37–90 kg, Weibchen 28–60 kg",
+                "offspring": "1 bis 4 Junge",
+                "gestation": "3 bis 3,5 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Persischer Leopard\n*Panthera pardus saxicolor*\n\nEin Panther wird in Afrika auch als Leopard bezeichnet. Leoparden leben solitär. Das heißt, dass sie alleine leben, nicht in einer Gruppe. Nur die Weibchen leben eine gewisse Zeit mit ihren Jungen zusammen.\n",
+                "bottomDescription": "### Ein Leben lang allein\nIn der Wildnis leben Leoparden allein. Jeder von ihnen hat sein eigenes Territorium.  Um deutlich zu machen, dass ein Gebiet bereits besetzt ist, verwenden sie Urin, Kot und Kratzspuren. So können sich Leoparden einige Dinge sagen, ohne dass sie sich begegnen. Der Geruch kann z.B. angeben, ob es sich um ein Männchen oder ein Weibchen handelt. Wenn er hoch an einem Baum Kratzspuren anbringt, kann ein Leopard erkennen lassen, wie groß er ist. Leoparden suchen sich gegenseitig nur während der Paarungszeit auf. Dann lockt das Weibchen ein Männchen mit dem Geruch ihres Urins an, um sich paaren zu können. Nach der Paarung leben sie wieder getrennt.\n\n### Auf den Baum\nLeoparden sind sehr kräftig und sehr gute Kletterer. Wenn sie ihre Beute getötet haben, ziehen sie diese auf einen Baum. Sie können sogar eine 100 kg schwere Beute auf einen Baum ziehen. Versteckt auf einem Baum ist die Beute gut geschützt vor anderen Raubtieren. Denn andere Raubtiere wie Hyänen oder Löwen können nur schlecht klettern. Daher kann ein Leopard in einem Baum sicher fressen und schlafen.\n",
+                "createdAt": "2023-03-14T10:51:50.295Z",
+                "updatedAt": "2023-03-14T10:55:04.958Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6K7yDGplJKQEQAS2SiqKmI",
+                "bigFive": true,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 167,
+              "attributes": {
+                "name": "Persian leopard",
+                "subtitle": "A good listener",
+                "habitat": "Southwest Asia",
+                "food": "Mammals, Birds, Insects and amphibians",
+                "age": "15 years",
+                "weight": "Male: 37 - 90 kg Female: 28 - 60 kg",
+                "offspring": "1 to 4 young",
+                "gestation": "3 to 3.5 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Persian leopard\n*Panthera pardus saxicolor*\n\nA panther is also called a leopard in Africa. Leopards are solitary animals. That is to say that they live alone and not, therefore, in a group. Only females live together with their young for a brief period. ",
+                "bottomDescription": "### A lifetime alone\nLeopards live alone in the wild. They each have their own territory. In order to make it clear that an area is occupied, they use urine, poo and scratch marks. In this way, leopards can tell each other things without having to encounter each other. The smell can, for example, say whether it’s a male or a female. By scratching high in a tree, a leopard can show how big it is. Leopards only actually seek contact with each other when it’s mating time. The female then seduces the male with the smell of her urine in order to be able to mate. After mating, they carry on living without each other again.\n\n### Into the trees\nLeopards are very strong and are excellent climbers. After they have killed their pray, they pull it into a tree. They can even drag prey weighting 100 kilos into the tree. Hidden in a tree, the kill is protected from other predators. Other predators, such as hyenas and lions, are bad at climbing. In this way, a leopard can eat and sleep safely in a tree.",
+                "createdAt": "2023-03-14T10:48:45.680Z",
+                "updatedAt": "2023-03-14T10:55:04.956Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6K7yDGplJKQEQAS2SiqKmI",
+                "bigFive": true,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 56,
+      "attributes": {
+        "order": null,
+        "name": "Przewalskipaard",
+        "subtitle": "Het enige wilde paard",
+        "habitat": "Steppes in Mongolië en China",
+        "food": "Gras en kruiden",
+        "age": "20 jaar",
+        "weight": "200 tot 340 kg",
+        "offspring": "1 jong",
+        "gestation": "11 tot 12 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Przewalskipaard\n*Equus ferus przewalskii*\n\nHet Przewalskipaard is een wilde ondersoort van paarden en is een neef van de zebra’s. Hij is vernoemd naar Nikolai Przewalski. Hij was de eerste die dit paard beschreef in 1878. ",
+        "bottomDescription": "### Vrouwtjes afpakken\nPrzewalskipaarden leven in groepen met een aantal vrouwtjes en één volwassen mannetje. Zo’n groep noem je een harem. De jonge dieren verlaten de groep als ze ongeveer twee jaar oud zijn. Jonge mannetjes leven dan eerst een tijdje samen in vrijgezellengroepjes. Als ze ouder worden proberen ze zelf een harem te vormen. Ze stelen dan vrouwtjes uit een andere groep of ze jagen een ouder mannetje bij zijn harem weg.\n\n### Terug van weggeweest\nPrzewalskipaarden waren een tijd uitgestorven in het wild. Er werd op de paarden gejaagd voor het vlees. Daarnaast werd ook hun leefgebied steeds kleiner. In 1969 werd voor het laatst een Przewalskipaard in het wild gezien. Gelukkig waren er nog wel een aantal van deze paarden in dierentuinen. Met deze dieren is een fokprogramma opgezet. Uiteindelijk waren er genoeg Przewalskipaarden in dierentuinen en konden ze weer in het wild worden uitgezet. Nu leven er tussen de 300 en 400 dieren in het wild in Mongolië en China.",
+        "createdAt": "2022-10-05T11:28:51.638Z",
+        "updatedAt": "2023-03-14T10:54:42.701Z",
+        "publishedAt": "2022-10-05T11:28:51.629Z",
+        "tenantRef": "5gR72pLbAkwUcao0YsWUEU",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 250,
+              "attributes": {
+                "name": "hr-beekse-bergen-overzichtsfotos-036.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 3826,
+                "height": 2551,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_hr_beekse_bergen_overzichtsfotos_036_7119aefe40.jpg",
+                    "hash": "large_hr_beekse_bergen_overzichtsfotos_036_7119aefe40",
+                    "mime": "image/jpeg",
+                    "name": "large_hr-beekse-bergen-overzichtsfotos-036.jpg",
+                    "path": null,
+                    "size": 110.72,
+                    "width": 1000,
+                    "height": 666
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_hr_beekse_bergen_overzichtsfotos_036_7119aefe40.jpg",
+                    "hash": "small_hr_beekse_bergen_overzichtsfotos_036_7119aefe40",
+                    "mime": "image/jpeg",
+                    "name": "small_hr-beekse-bergen-overzichtsfotos-036.jpg",
+                    "path": null,
+                    "size": 36,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_hr_beekse_bergen_overzichtsfotos_036_7119aefe40.jpg",
+                    "hash": "medium_hr_beekse_bergen_overzichtsfotos_036_7119aefe40",
+                    "mime": "image/jpeg",
+                    "name": "medium_hr-beekse-bergen-overzichtsfotos-036.jpg",
+                    "path": null,
+                    "size": 69.08,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_hr_beekse_bergen_overzichtsfotos_036_7119aefe40.jpg",
+                    "hash": "thumbnail_hr_beekse_bergen_overzichtsfotos_036_7119aefe40",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_hr-beekse-bergen-overzichtsfotos-036.jpg",
+                    "path": null,
+                    "size": 9.8,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "hr_beekse_bergen_overzichtsfotos_036_7119aefe40",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 4600.49,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/hr_beekse_bergen_overzichtsfotos_036_7119aefe40.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:22:38.628Z",
+                "updatedAt": "2022-10-05T09:22:38.628Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 927,
+              "attributes": {
+                "name": "Prezwalskipaard",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:23:41.074Z",
+                "updatedAt": "2023-08-04T09:30:47.300Z",
+                "publishedAt": "2023-07-25T12:23:43.554Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 140,
+              "attributes": {
+                "name": "Kamelenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:47:40.622Z",
+                "updatedAt": "2023-05-09T07:02:29.264Z",
+                "publishedAt": "2023-02-15T08:47:42.503Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 8,
+              "attributes": {
+                "title": "Kamelenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.518693970615516,
+                    "lon": 5.0988983105390995
+                  },
+                  {
+                    "lat": 51.51856628968752,
+                    "lon": 5.099371720430228
+                  },
+                  {
+                    "lat": 51.51830925771424,
+                    "lon": 5.099043149825904
+                  },
+                  {
+                    "lat": 51.51853708158178,
+                    "lon": 5.09848256814099
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:18:05.836Z",
+                "updatedAt": "2023-07-10T07:47:16.816Z",
+                "publishedAt": "2023-01-13T07:18:08.488Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 345,
+              "attributes": {
+                "name": "Cheval de Przewalski",
+                "subtitle": "Le seul cheval sauvage",
+                "habitat": "Steppes en Mongolie et Chine",
+                "food": "Herbe et plantes herbacées",
+                "age": "20 ans",
+                "weight": "200 à 340 kg",
+                "offspring": "1 petit",
+                "gestation": "11 à 12 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Cheval de Przewalski\n*Equus ferus przewalskii*\n\nLe cheval de Przewalski est une sous-espèce de cheval sauvage, cousin du zèbre. Il doit son nom à Nikolai Przewalski, qui fut le premier à décrire ce cheval en 1878.\n",
+                "bottomDescription": "### Femelles arrachées\nLes chevaux de Przewalski vivent en harde avec plusieurs femelles pour un seul mâle. On appelle cette harde un harem. Les jeunes chevaux quittent le groupe lorsqu'ils ont environ deux ans. Les jeunes mâles vivent entre eux pendant un certain temps. Lorsqu'ils sont plus âgés, ils essayent à leur tour de constituer un harem. Ils volent des femelles d'une autre harde ou chassent un mâle plus âgé de son propre harem.\n\n### De retour\nPendant un certain temps, les chevaux de Przewalski ont disparu à l'état sauvage. En effet, ils étaient chassés pour leur chair. En outre, leur habitat naturel s'est vu de plus en plus réduit. Le dernier cheval de Przewalski à l'état sauvage fut aperçu en 1969. Heureusement, il y avait encore quelques chevaux dans les parcs animaliers. Un programme de reproduction a alors été mis en place avec ces chevaux. Finalement, il y a eu assez de chevaux de Przewalski dans les parcs et ils ont pu être réintroduits dans la nature. À présent, on compte entre 300 et 400 animaux à l'état sauvage en Mongolie et en Chine.\n",
+                "createdAt": "2023-03-14T10:54:42.329Z",
+                "updatedAt": "2023-03-14T10:54:42.329Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5gR72pLbAkwUcao0YsWUEU",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 249,
+              "attributes": {
+                "name": "Przewalski-Pferd",
+                "subtitle": "Das einzige Wildpferd",
+                "habitat": "Steppen in der Mongolei und in China",
+                "food": "Gras und Kräuter",
+                "age": "20 Jahre",
+                "weight": "200 bis 340 kg",
+                "offspring": "1 Junges",
+                "gestation": "11 bis 12 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Przewalski-Pferd\n*Equus ferus przewalskii*\n\nDas Przewalski-Pferd ist eine wilde Unterart der Pferde und ein Neffe der Zebras. Benannt wurde es nach Nikolai Przewalski. Er war der erste, der dieses Pferd 1878 beschrieben hat.\n",
+                "bottomDescription": "### Frauenraub\nPrzewalski-Pferde leben in Gruppen mit mehreren Stuten und einem erwachsenen Hengst. Solch eine Gruppe nennt man auch Harem. Die Jungtiere verlassen die Gruppe, wenn sie etwa zwei Jahre alt sind. Junge Hengste leben dann erst einige Zeit gemeinsam in einer Junggesellengruppe. Werden sie älter, versuchen sie, selbst einen Harem zu bilden. Sie rauben dazu Stuten aus einer anderen Gruppe oder verjagen einen älteren Hengst aus seinem Harem.\n\n### Comeback\nPrzewalski-Pferde waren als Wildtiere vorübergehend ausgestorben. Man hatte die Pferde wegen ihres Fleischs gejagt. Außerdem wurde ihr Lebensraum immer kleiner. 1969 wurde letztmals ein Przewalski-Pferd in der Wildnis gesehen. Glücklicherweise gab es in diversen Zoos noch einige dieser Pferde. Mit diesen Tieren wurde ein Zuchtprogramm begonnen. Schließlich gab es so viele Przewalski-Pferde in Zoos, dass man sie wieder in der Wildnis aussetzen konnte. Heute leben wieder etwa 300 bis 400 Tiere wild in der Mongolei und in China.\n",
+                "createdAt": "2023-03-14T10:51:26.979Z",
+                "updatedAt": "2023-03-14T10:54:42.698Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5gR72pLbAkwUcao0YsWUEU",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 153,
+              "attributes": {
+                "name": "Przewalski’s horse",
+                "subtitle": "The only wild horse",
+                "habitat": "Steppes in Mongolia and China",
+                "food": "Grass and herbaceous plants",
+                "age": "20 years",
+                "weight": "200 to 340 kg",
+                "offspring": "1 young",
+                "gestation": "11 to 12 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Przewalski’s horse\n*Equus ferus przewalskii*\n\nThe Przewalski’s horse is a wild subspecies of horses and is a cousin to zebras. It is named after Nikolai Przewalski. He was the first person to describe this horse in 1878.\n",
+                "bottomDescription": "### Snatching females\nPrzewalski’s horses live in groups with a number of females and a mature male. These groups are known as harems. The young animals leave the group when they are about two years old. Young males first live together in bachelor groups for a while. When they grow older, they try to form a harem of their own. They do this by stealing females from another group or by chasing an older male away from his group.\n\n### Making a comeback\nFor a while, Przewalski’s horses were extinct in the wild. People hunted the horses for their meat. In addition, their habitat became smaller and smaller. A Przewalski’s horse was last seen in the wild in 1969. Fortunately, there were still a number of these horses in zoos. A breeding programme was set up with these animals, and eventually there were enough Przewalski’s horses in the zoos to enable them to be released into the wild. There are now between 300 and 400 animals living in the wild in Mongolia and China.\n",
+                "createdAt": "2023-03-14T10:48:21.920Z",
+                "updatedAt": "2023-03-14T10:54:42.692Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5gR72pLbAkwUcao0YsWUEU",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 15,
+      "attributes": {
+        "order": null,
+        "name": "Puntlipneushoorn",
+        "subtitle": "Een puntige lip",
+        "habitat": "Bosgebieden in het Zuid- en Oost-Afrika",
+        "food": "Bladeren, takken en scheuten",
+        "age": "30 tot 35 jaar ",
+        "weight": "vrouw; 900 kilo, man; 1.350 kilo",
+        "offspring": "1 jong",
+        "gestation": "15-17 maanden",
+        "iucn": "Ernstig bedreigd",
+        "eep": true,
+        "description": "# Puntlipneushoorn\n*Diceros bicornis*\n\nDe puntlipneushoorn wordt ook wel zwarte neushoorn genoemd. In tegenstelling tot de witte neushoorn, die ook wel 'breedlipneushoorn' wordt genoemd, heeft hij een puntige lip. Hiermee kan hij gemakkelijk takjes plukken. Beide neushoorns hebben, ondanks hun naam, een grijze kleur.",
+        "bottomDescription": "### Modderbad\nPuntlipneushoorns leven in warme gebieden. Overdag doen ze meestal niet zo veel. Zo zorgen ze er voor dat ze het niet te warm krijgen. Om af te koelen rollen ze ook vaak in de modder. Dat is niet alleen handig om af te koelen. De modder zorgt er ook voor dat ze niet zo snel worden gestoken door insecten.",
+        "createdAt": "2022-10-05T11:28:35.432Z",
+        "updatedAt": "2024-09-23T07:32:13.032Z",
+        "publishedAt": "2022-10-05T11:28:35.428Z",
+        "tenantRef": "18ohj4x8AmcQWk0kmCaSQC",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1326,
+              "attributes": {
+                "name": "Safaripark-dieren-puntlipneushoorn.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_puntlipneushoorn_3fed4c257a.JPG",
+                    "hash": "large_Safaripark_dieren_puntlipneushoorn_3fed4c257a",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-puntlipneushoorn.JPG",
+                    "path": null,
+                    "size": 144.59,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_puntlipneushoorn_3fed4c257a.JPG",
+                    "hash": "small_Safaripark_dieren_puntlipneushoorn_3fed4c257a",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-puntlipneushoorn.JPG",
+                    "path": null,
+                    "size": 43.33,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_puntlipneushoorn_3fed4c257a.JPG",
+                    "hash": "medium_Safaripark_dieren_puntlipneushoorn_3fed4c257a",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-puntlipneushoorn.JPG",
+                    "path": null,
+                    "size": 87,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_puntlipneushoorn_3fed4c257a.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_puntlipneushoorn_3fed4c257a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-puntlipneushoorn.JPG",
+                    "path": null,
+                    "size": 11.7,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_puntlipneushoorn_3fed4c257a",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 325.73,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_puntlipneushoorn_3fed4c257a.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:25:32.318Z",
+                "updatedAt": "2023-06-07T11:25:32.318Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 87,
+              "attributes": {
+                "name": "Puntlipneushoorn",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:17:36.601Z",
+                "updatedAt": "2024-09-17T14:31:03.854Z",
+                "publishedAt": "2023-02-14T19:17:38.322Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 304,
+              "attributes": {
+                "name": "Rhinocéros noir",
+                "subtitle": "Bouche pointue",
+                "habitat": "Régions boisées (sud + est de l'Afrique)",
+                "food": "Feuilles, branches et tire",
+                "age": "30 à 35 ans",
+                "weight": "Femme; 900 livres, mâle; 1 350 kilos",
+                "offspring": "1 petit",
+                "gestation": "15-17 mois",
+                "iucn": "En danger critique",
+                "eep": true,
+                "description": "# Rhinocéros noir\n*Diceros bicornis*\n\nLe rhinocéros noir est également appelé « rhinocéros à bouche pointue ». Contrairement au rhinocéros blanc, appelé « rhinocéros à bouche large », le rhinocéros noir a une bouche pointue. Celle-ci lui permet d'attraper plus facilement les branches. Malgré leurs noms, les deux espèces de rhinocéros ont une peau grise.\n",
+                "bottomDescription": "### Bain de boue\nLes rhinocéros noirs vivent dans des régions chaudes. La journée, ils ne font pas grand chose afin d'éviter d'avoir trop chaud. Ils se roulent souvent dans la boue pour se rafraîchir. Mais ce n'est pas tout: la boue permet de les protéger des piqûres d'insectes.\n",
+                "createdAt": "2023-03-14T10:53:34.872Z",
+                "updatedAt": "2024-09-23T07:32:13.036Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "18ohj4x8AmcQWk0kmCaSQC",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 208,
+              "attributes": {
+                "name": "Spitzmaulnashorn",
+                "subtitle": "Eine spitze Lippe",
+                "habitat": "Waldgebiete in Süd- und Ostafrika",
+                "food": "Blätter, Zweige und  schießt",
+                "age": "30 bis 35 Jahre",
+                "weight": "Weiblich; 900, männlich; 1.350 Kilo",
+                "offspring": "1 Junges",
+                "gestation": "15-17 Monate",
+                "iucn": "Stark bedroht",
+                "eep": true,
+                "description": "# Spitzmaulnashorn\n*Diceros bicornis*\n\nDiese Nashornart wird meistens „Spitzmaulnashorn“ genannt. Anders als das Breitmaulnashorn hat es spitz zulaufende Lippen. Damit kann es einfacher Zweige abpflücken. Beide Nashornarten sind grau gefärbt.\n",
+                "bottomDescription": "### Schlammbad\nSpitzmaulnashörner leben in warmen Gebieten. Tagsüber unternehmen sie wenig. Sie sorgen dafür, dass ihnen nicht zu warm wird. Um sich abzukühlen, wälzen sie sich auch oft im Schlamm. Das ist nicht nur zum Abkühlen praktisch. Der Schlamm dient auch als Schutz vor Insektenstichen\n",
+                "createdAt": "2023-03-14T10:50:20.524Z",
+                "updatedAt": "2024-09-23T07:32:12.974Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "18ohj4x8AmcQWk0kmCaSQC",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 112,
+              "attributes": {
+                "name": "Black rhinoceros ",
+                "subtitle": "Hooked lip",
+                "habitat": "Forested areas of s. and e. Africa",
+                "food": "Leaves, branches and shoots",
+                "age": "30 to 35 years",
+                "weight": "Female; 900 pounds, male; 1,350 kilos",
+                "offspring": "1 young",
+                "gestation": "15-17 months",
+                "iucn": "Critically endangered",
+                "eep": true,
+                "description": "# Black rhinoceros\n*Diceros bicornis*\n\nThe black rhinoceros is also known as the 'hook-lipped rhinoceros'. In contrast to the white rhinoceros, which is also known as the 'square-lipped rhinoceros', it has a hooked lip. This allows it to easily pick branches. Despite their names, both types of rhino are grey in colour.",
+                "bottomDescription": "### Mud bath\nBlack rhinos live in hot regions. During the daytime, they don't usually do much. They make sure they don't overheat. In order to cool down, they often roll in the mud. This is not just a good way of cooling off, the mud also reduces their exposure to insect bites.",
+                "createdAt": "2023-03-14T10:47:15.939Z",
+                "updatedAt": "2024-09-23T07:32:13.037Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "18ohj4x8AmcQWk0kmCaSQC",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 54,
+      "attributes": {
+        "order": null,
+        "name": "Ringstaartmaki",
+        "subtitle": "Echte zonaanbidders",
+        "habitat": "Zuid Madagaskar",
+        "food": "Fruit, bladeren, insecten en noten",
+        "age": "20 jaar",
+        "weight": "2  tot 3,5 kilo",
+        "offspring": "1 of 2 jongen",
+        "gestation": "4 tot 4,5 maand",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Ringstaartmaki\n*Lemur catta*\n\nDe ringstaartmaki hebben hun naam te danken aan de witte ‘ringen’ op hun staart. Over het algemeen heeft een staart 13 ringen. Ze gebruiken hun staart o.a. om mee te communiceren. ",
+        "bottomDescription": "### Stinkgevechten\nIn april en mei vechten de mannetjes met elkaar. Dit doen ze om te bepalen wie er met de vrouwtjes mag paren. Soms zijn dit echte gevechten en bijten en krabben ze elkaar. Echter houden ze meestal stinkgevechten. Ze smeren dan hun staart in met hun eigen geur en wapperen die naar elkaar toe. Het mannetje dat het hardst stinkt, wint het gevecht. Deze stinkgevechten duren soms wel een uur.\n\n### Vrouwen de baas\nRingstaartmaki’s leven in groepen van tien tot twintig dieren. Er zijn meestal evenveel mannetjes als vrouwtjes in zo’n groep. Bij de ringstaartmaki’s zijn de vrouwtjes de baas. Zij hebben de eerste keus bij het eten en mogen bijvoorbeeld de beste slaapplekken uitkiezen. De vrouwtjes hebben onder elkaar ook een rangorde. Het vrouwtje dat het hoogst in rang staat bepaalt waar de groep naartoe gaat en wanneer ze gaan eten of rusten.",
+        "createdAt": "2022-10-05T11:28:50.942Z",
+        "updatedAt": "2024-09-23T07:31:08.627Z",
+        "publishedAt": "2022-10-05T11:28:50.935Z",
+        "tenantRef": "27enjT5QO8UAqeuSSYcg2g",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1327,
+              "attributes": {
+                "name": "Safaripark-dieren-ringstaartmaki.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_ringstaartmaki_a9138a149a.JPG",
+                    "hash": "large_Safaripark_dieren_ringstaartmaki_a9138a149a",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-ringstaartmaki.JPG",
+                    "path": null,
+                    "size": 127.63,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_ringstaartmaki_a9138a149a.JPG",
+                    "hash": "small_Safaripark_dieren_ringstaartmaki_a9138a149a",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-ringstaartmaki.JPG",
+                    "path": null,
+                    "size": 40.51,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_ringstaartmaki_a9138a149a.JPG",
+                    "hash": "medium_Safaripark_dieren_ringstaartmaki_a9138a149a",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-ringstaartmaki.JPG",
+                    "path": null,
+                    "size": 79.12,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_ringstaartmaki_a9138a149a.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_ringstaartmaki_a9138a149a",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-ringstaartmaki.JPG",
+                    "path": null,
+                    "size": 11.43,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_ringstaartmaki_a9138a149a",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 237.65,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_ringstaartmaki_a9138a149a.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:26:44.726Z",
+                "updatedAt": "2023-06-07T11:26:44.726Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 925,
+              "attributes": {
+                "name": "Ringstaartmaki (bootsafari)",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:16:54.665Z",
+                "updatedAt": "2024-09-20T09:56:24.854Z",
+                "publishedAt": "2023-07-25T12:16:58.106Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 131,
+              "attributes": {
+                "name": "Edge of Africa",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:33:53.578Z",
+                "updatedAt": "2023-07-13T09:08:39.196Z",
+                "publishedAt": "2023-02-15T08:33:55.442Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 143,
+              "attributes": {
+                "name": "Ringstaartmaki",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:58:30.751Z",
+                "updatedAt": "2024-09-20T09:55:37.527Z",
+                "publishedAt": "2023-02-15T08:58:32.589Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 343,
+              "attributes": {
+                "name": "Lémur catta ",
+                "subtitle": "Les adorateurs du soleil",
+                "habitat": "Sud de Madagascar",
+                "food": "Fruits, feuilles, insectes et noix",
+                "age": "20 ans",
+                "weight": "2 à 3,5 kg",
+                "offspring": "1 ou 2 petit(s)",
+                "gestation": "4 à 4,5 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Lémur catta \n*Lemur catta*\n\nOn reconnait le Lémur catta  aux anneaux blancs sur sa queue. En général, il y en a 13. Ils utilisent leur queue notamment pour communiquer entre eux.\n",
+                "bottomDescription": "### Combats d'odeurs\nAux mois d'avril et de mai, les mâles s'affrontent. Cette confrontation sert à déterminer qui pourra s'accoupler avec les femelles. Parfois, les combats sont assez physiques avec des morsures et des griffures, mais en général, ils se limitent à des combats d'odeurs. Ils couvrent leur queue de leur propre odeur et l'agitent vers leur adversaire. Le mâle qui a l'odeur la plus forte gagne le combat. Ces combats d'odeurs peuvent durer pendant une heure.\n\n### Les femelles aux commandes\nLes makis mococo vivent en groupes de 10 à 20 individus. En général, le groupe compte autant de mâles que de femelles. Chez les makis mococo, ce sont les femelles qui commandent. Elles passent en premier pour manger et elles peuvent aussi choisir le meilleur emplacement pour dormir. Les femelles suivent également un certain rang entre elles. C'est la femelle la plus haut placée qui décide où le groupe va et quand les animaux mangent ou se reposent.\n",
+                "createdAt": "2023-03-14T10:54:38.386Z",
+                "updatedAt": "2024-09-23T07:31:08.582Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "27enjT5QO8UAqeuSSYcg2g",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 247,
+              "attributes": {
+                "name": "Katta",
+                "subtitle": "Echte Sonnenanbeter",
+                "habitat": "Süd-Madagaskar",
+                "food": "Früchte, Blätter, Insekten und Nüsse",
+                "age": "20 Jahre",
+                "weight": "2 bis 3,5 kg",
+                "offspring": "1 oder 2 Junge",
+                "gestation": "4 bis 4,5 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Katta\n*Lemur catta*\n\nDer Katta oder Ringschwanzmaki verdankt seinen Namen den weißen „Ringen“ an seinem Schwanz. Der Schwanz zählt gewöhnlich 13 Ringe. Kattas benutzen ihren Schwanz u. a zur Kommunikation.\n",
+                "bottomDescription": "### Stinkgefechte\nIm April und Mai kämpfen die Männchen gegeneinander. So bestimmen sie, wer sich mit den Weibchen paaren darf. Manchmal sind es echte Kämpfe, bei denen der andere gebissen und gekratzt wird. Meistens sind es aber Stinkgefechte. Sie schmieren dazu ihren Schwanz mit ihrem eigenen Geruch ein und wedeln ihn sich gegenseitig zu. Das Männchen, das am stärksten stinkt, hat gewonnen. Diese Stinkgefechte dauern manchmal eine ganze Stunde.\n\n### Weibchen sind der Chef\nKattas leben in Gruppen von zehn bis zwanzig Tieren. Meistens gibt es genau so viel Männchen wie Weibchen in einer Gruppe. Bei den Kattas haben die Weibchen das Sagen. Beispielsweise dürfen sie sich beim Fressen zuerst bedienen und sich die besten Schlafplätze auswählen. Die Weibchen haben untereinander ebenfalls eine Rangordnung. Das ranghöchste Weibchen bestimmt darüber, wohin die Gruppe zieht, wann es etwas zu fressen gibt und wann Ruhe herrscht.\n",
+                "createdAt": "2023-03-14T10:51:23.867Z",
+                "updatedAt": "2024-09-23T07:31:08.626Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "27enjT5QO8UAqeuSSYcg2g",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 151,
+              "attributes": {
+                "name": "Ring-tailed lemur",
+                "subtitle": "Real sun worshippers",
+                "habitat": "South Madagascar",
+                "food": " Fruits, leaves, insects and nuts",
+                "age": "20 years",
+                "weight": "2 to 3.5 kg",
+                "offspring": "1 or 2 young",
+                "gestation": "4 to 4.5 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Ring-tailed lemur\n*Lemur catta*\n\nThe ring-tailed lemur gets its name from the white rings on its tail. In general, a tail has 13 rings. The lemur uses its tail to communicate, among other things.\n",
+                "bottomDescription": "### Stink fights\nIn April and May, the males fight with each other. They do this in order to establish mating rights. These fights occasionally get physical, with biting and scratching, but usually they have stink fights. They spread their tail with their own scent and wave it at each other. The strongest smelling male wins the fight. These stink fights sometimes last up to an hour.\n\n### Females in charge\nRing-tailed lemurs live in groups of 10 to 20 animals. There are usually as many males as females in such a group. The females call the shots within the group. They have first choice with the food and they occupy the best sleeping spots. The females have a ranking order among themselves. The highest-ranking female determines where the group goes and when they eat or relax.",
+                "createdAt": "2023-03-14T10:48:18.870Z",
+                "updatedAt": "2024-09-23T07:31:08.628Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "27enjT5QO8UAqeuSSYcg2g",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 37,
+      "attributes": {
+        "order": null,
+        "name": "Rode bosbuffel",
+        "subtitle": "Bijzonder gekrulde horens ",
+        "habitat": "Regenwouden in West- en Centraal-Afrika",
+        "food": "Gras, kruiden en bladeren",
+        "age": "22 jaar ",
+        "weight": "250 tot 320 kg",
+        "offspring": "1 jong ",
+        "gestation": "11 maanden",
+        "iucn": " Veilig",
+        "eep": true,
+        "description": "# Rode bosbuffel\n*Syncerus caffer nanus*\n\nDe rode bosbuffel is een menselijke jachtprooi voor zijn vlees en hoorns. In het wild is het luipaard zijn voornaamste natuurlijke vijand.  ",
+        "bottomDescription": "### Plat op de kop\nEr zijn drie of vier ondersoorten van de Afrikaanse buffel. De biologen zijn het daar niet helemaal over eens, maar de rode bosbuffel is in elk geval een aparte ondersoort. Alle Afrikaanse buffels hebben hoorns. Bijzonder aan de rode bosbuffel is dat de hoorns helemaal plat op zijn kop staan. In het regenwoud waar ze leven staan veel bomen. Als je hoorns dan uitsteken zou je in de takken kunnen blijven hangen. Dat is natuurlijk niet handig. Vandaar dat de hoorns van de rode bosbuffel naar achteren groeien. \n\n### Anders\nDe rode bosbuffel is anders dan andere Afrikaanse buffels. Dat heeft te maken met waar hij leeft. Bosbuffels zijn bijvoorbeeld een stuk kleiner dan hun soortgenoten die op de savanne leven. Zo kunnen ze makkelijker rondlopen in het dichtbegroeide regenwoud. Ook leven ze in veel kleinere groepen. Afrikaanse buffels op de savanne leven in groepen van soms wel meer dan 1.000 dieren. In het bos zouden zulke grote groepen elkaar alleen maar kwijt raken. Bosbuffels zie je eigenlijk nooit met meer dan 20 dieren bij elkaar. ",
+        "createdAt": "2022-10-05T11:28:44.063Z",
+        "updatedAt": "2023-06-07T11:32:26.995Z",
+        "publishedAt": "2022-10-05T11:28:44.058Z",
+        "tenantRef": "4icbx5sssMSMwuU2mYykO6",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1330,
+              "attributes": {
+                "name": "Safaripark-dieren-rode-bosbuffel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 485,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_rode_bosbuffel_51994eabf4.jpg",
+                    "hash": "large_Safaripark_dieren_rode_bosbuffel_51994eabf4",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-rode-bosbuffel.jpg",
+                    "path": null,
+                    "size": 164.43,
+                    "width": 1000,
+                    "height": 474
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_rode_bosbuffel_51994eabf4.jpg",
+                    "hash": "small_Safaripark_dieren_rode_bosbuffel_51994eabf4",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-rode-bosbuffel.jpg",
+                    "path": null,
+                    "size": 41.36,
+                    "width": 500,
+                    "height": 237
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_rode_bosbuffel_51994eabf4.jpg",
+                    "hash": "medium_Safaripark_dieren_rode_bosbuffel_51994eabf4",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-rode-bosbuffel.jpg",
+                    "path": null,
+                    "size": 93.75,
+                    "width": 750,
+                    "height": 355
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_rode_bosbuffel_51994eabf4.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_rode_bosbuffel_51994eabf4",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-rode-bosbuffel.jpg",
+                    "path": null,
+                    "size": 10.04,
+                    "width": 245,
+                    "height": 116
+                  }
+                },
+                "hash": "Safaripark_dieren_rode_bosbuffel_51994eabf4",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 253.78,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_rode_bosbuffel_51994eabf4.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:32:21.425Z",
+                "updatedAt": "2023-06-07T11:32:21.425Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 904,
+              "attributes": {
+                "name": "Rode bosbuffel",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:40:43.095Z",
+                "updatedAt": "2023-08-04T09:31:37.988Z",
+                "publishedAt": "2023-07-13T08:41:06.875Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 127,
+              "attributes": {
+                "name": "Bosgebied",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:26:40.601Z",
+                "updatedAt": "2023-05-09T06:58:31.190Z",
+                "publishedAt": "2023-02-15T08:26:43.331Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 10,
+              "attributes": {
+                "title": "Bosgebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.514771417441935,
+                    "lon": 5.101440351235738
+                  },
+                  {
+                    "lat": 51.51471800387011,
+                    "lon": 5.101671021211018
+                  },
+                  {
+                    "lat": 51.51461037057997,
+                    "lon": 5.1017847131590965
+                  },
+                  {
+                    "lat": 51.51435912981026,
+                    "lon": 5.101515453088137
+                  },
+                  {
+                    "lat": 51.51446929610147,
+                    "lon": 5.10111312173586
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:24:34.757Z",
+                "updatedAt": "2023-07-10T07:11:04.934Z",
+                "publishedAt": "2023-01-13T07:25:18.443Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 326,
+              "attributes": {
+                "name": "Le buffle nain (ou buffle de forêt)",
+                "subtitle": "Cornes arrondies typiques",
+                "habitat": "Forêts tropicales d'Afrique centr., occ.",
+                "food": "Herbe, plantes herbacées et feuilles",
+                "age": "22 ans",
+                "weight": "250 à 320 kg",
+                "offspring": "1 petit",
+                "gestation": "11 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Le buffle nain (ou buffle de forêt)\n*Syncerus caffer nanus*\n\nLe buffle nain est chassé par l'homme pour sa chair et ses cornes. À l'état sauvage, son principal ennemi est le léopard.  \n",
+                "bottomDescription": "### Cornes plates\nIl existe trois ou quatre sous-espèces de buffle africain. Les biologistes ne sont pas tous d'accord mais le buffle nain constitue en tout cas une sous-espèce à part. Tous les buffles africains ont des cornes. Ce qu'il y a de particulier avec le buffle nain, c'est que ses cornes sont à plat sur sa tête. Il y a de nombreux arbres dans la forêt tropicale où ils vivent. Si les cornes dépassaient, l'animal pourrait rester accroché aux branches. Ce ne serait pas pratique. C'est pour cette raison que les cornes du buffle nain poussent vers l'arrière. \n\n### Différent\nLe buffle nain est différent des autres buffles d'Afrique, ce qui est dû à son habitat. Par exemple, les buffles nains sont un peu plus petits que leurs congénères qui vivent dans la savane. Cela leur permet de se déplacer plus facilement dans la forêt dense. Ils vivent également en plus petits groupes. Les buffles d'Afrique dans la savane vivent en groupes avec parfois plus de 1 000 individus. Dans la forêt, de si grands groupes se perdraient. On voit rarement plus de 20 buffles nains ensemble.\n",
+                "createdAt": "2023-03-14T10:54:10.619Z",
+                "updatedAt": "2023-06-07T11:32:27.353Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4icbx5sssMSMwuU2mYykO6",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 230,
+              "attributes": {
+                "name": "Rotbüffel",
+                "subtitle": "Besonders gebogene Hörner",
+                "habitat": "Regenwälder in West- und Zentralafrika",
+                "food": "Gras, Kräuter und Blätter",
+                "age": "22 Jahre",
+                "weight": "250 bis 320 kg",
+                "offspring": "1 Junges",
+                "gestation": "11 Monate",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Rotbüffel\n*Syncerus caffer nanus*\n\nDer Rotbüffel wird wegen seines Fleisches und seiner Hörner vom Menschen gejagt. In der Wildnis ist der Leopard sein wichtigster natürlicher Feind.  \n",
+                "bottomDescription": "### Flach am Kopf\nEs gibt drei oder vier Unterarten des Afrikanischen Büffels. Die Biologen sind sich darüber nicht völlig einig, aber der Rotbüffel ist in jedem Fall eine eigene Unterart. Alle Afrikanischen Büffel haben Hörner. Die Besonderheit beim Rotbüffel besteht darin, dass die Hörner sehr flach am Kopf stehen. Denn im Regenwald, in dem sie leben, gibt es viele Bäume. Wenn die Hörner dann weit abstehen, kann man leicht in den Ästen hängenbleiben. Das wäre natürlich unpraktisch. Daher wachsen die Hörner des Rotbüffels flach nach hinten. \n\n### Etwas anders\nDer Rotbüffel ist etwas anders als andere Afrikanische Büffel. Das hängt mit seinem Lebensraum zusammen. Waldbüffel sind beispielsweise immer ein Stück kleiner als ihre Artgenossen, die in der Savanne leben. Sie können dann leichter im dicht bewachsenen Regenwald herumlaufen. Sie leben auch in viel kleineren Gruppen. Afrikanische Büffel in der Savanne leben in Gruppen von manchmal über 1.000 Tieren. Im Wald würden sich so große Gruppen schnell verlieren. Bei Waldbüffeln sieht man eigentlich nie mehr als 20 Tiere auf einmal.\n",
+                "createdAt": "2023-03-14T10:50:56.058Z",
+                "updatedAt": "2023-06-07T11:32:27.370Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4icbx5sssMSMwuU2mYykO6",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 134,
+              "attributes": {
+                "name": "African forest buffalo",
+                "subtitle": "Unusual curved horns",
+                "habitat": "Rainforest in West and Central Africa",
+                "food": "Grass, herbaceous plants and leaves",
+                "age": "22 years",
+                "weight": "250 to 320 kg",
+                "offspring": "1 young",
+                "gestation": "11 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# African forest buffalo\n*Syncerus caffer nanus*\n\nThe African forest buffalo is hunted by humans for its meat and horns. The leopard is its main natural enemy in the wild.  ",
+                "bottomDescription": "### Flat horns\nThere are three or four subspecies of the African buffalo. Although biologists differ in opinion on this, they do agree that the African forest buffalo is a separate subspecies. All African buffaloes have horns. What is unique about the African forest buffalo is that the horns lie completely flat on its head. There are many trees in the rainforest where they live. A creature with protruding horns could get trapped in the branches, which could cause problems. That is why the horns of the African forest buffalo grow backwards. \n\n### Different\nThe African forest buffalo is different from other African buffaloes. That is because of its habitat. Forest buffaloes, for example, are much smaller than their counterparts that live on the savannah. This allows them to walk around the dense rain forest more easily. They also live in much smaller groups. African buffaloes on the savannah sometimes live in herds of more than 1,000 animals. Herds of this size would lose sight of one another in the forest. You rarely find more than about 20 forest buffaloes together.",
+                "createdAt": "2023-03-14T10:47:51.994Z",
+                "updatedAt": "2023-06-07T11:32:27.364Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4icbx5sssMSMwuU2mYykO6",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 38,
+      "attributes": {
+        "order": null,
+        "name": "Rode panda",
+        "subtitle": "Een rode vachtkleur ",
+        "habitat": "Bossen in het Himalayagebergte",
+        "food": "Bamboe, bloemen, fruit en eieren",
+        "age": "14 jaar ",
+        "weight": "3 tot 6 kg",
+        "offspring": "1 tot 4 jongen",
+        "gestation": "4,5 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Rode panda\n*Ailurus fulgens *\n\nDe rode panda is rood- of kastanjebruin, afgezien van witte randjes aan de oren en witte vlekken op de wangen, rond de snuit en boven de ogen. De rode panda heeft half- intrekbare klauwen waarmee het dier goed kan klimmen.\n\nRode panda’s krijgen één keer per jaar jongen. De eerste paar dagen na de geboorte blijft de moeder bijna de hele dag bij de jongen. Daarna gaat ze wat vaker weg om eten te zoeken. De jonge rode panda’s blijven zo’n drie maanden in het nest. De eerste keer dat ze naar buiten gaan is meestal ’s avonds. Dan is het veiliger. Een jaar lang blijven de jongen bij hun moeder. Dan zoeken ze hun eigen territorium en is de moeder klaar voor een nieuw nest met jongen.",
+        "bottomDescription": "### Weinig energie\nAls je kijkt naar het gebit van de rode panda zou je denken dat ze vlees eten. Ze hebben namelijk knipkiezen, net als bijvoorbeeld tijgers. Toch eten rode panda’s bijna alleen maar planten en heel veel bamboe. Behalve hun kiezen zijn ook hun maag en darmen gemaakt om vlees te eten. Rode panda’s halen dan ook maar weinig energie uit de bamboe. Dat is de reden dat je deze dieren bijna nooit actief ziet. Als ze niet aan het zijn, liggen ze opgerold boven in een boom te slapen. \n\n### Eenzaam?\nRode panda’s leven bijna altijd alleen. Nou ja, alleen? Tijdens de paartijd zoeken de mannetjes en vrouwtjes elkaar op. Voor een korte tijd blijven ze dan samen. Als er jongen geboren worden, blijven deze bijna een jaar bij hun moeder. Bij de volgende paartijd zoeken ze een eigen territorium. Vrouwtjes van de rode panda zijn dus eigenlijk bijna nooit alleen.",
+        "createdAt": "2022-10-05T11:28:44.449Z",
+        "updatedAt": "2024-09-23T07:29:08.870Z",
+        "publishedAt": "2022-10-05T11:28:44.442Z",
+        "tenantRef": "7rYF6lzHbi2qSSmsCWkc2q",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1331,
+              "attributes": {
+                "name": "Safaripark-dieren-rode-panda.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 768,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_rode_panda_7df2e5c6f5.jpg",
+                    "hash": "large_Safaripark_dieren_rode_panda_7df2e5c6f5",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-rode-panda.jpg",
+                    "path": null,
+                    "size": 116.03,
+                    "width": 1000,
+                    "height": 750
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_rode_panda_7df2e5c6f5.jpg",
+                    "hash": "small_Safaripark_dieren_rode_panda_7df2e5c6f5",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-rode-panda.jpg",
+                    "path": null,
+                    "size": 37.38,
+                    "width": 500,
+                    "height": 375
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_rode_panda_7df2e5c6f5.jpg",
+                    "hash": "medium_Safaripark_dieren_rode_panda_7df2e5c6f5",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-rode-panda.jpg",
+                    "path": null,
+                    "size": 72.76,
+                    "width": 750,
+                    "height": 563
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_rode_panda_7df2e5c6f5.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_rode_panda_7df2e5c6f5",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-rode-panda.jpg",
+                    "path": null,
+                    "size": 9.24,
+                    "width": 208,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_rode_panda_7df2e5c6f5",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 250.37,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_rode_panda_7df2e5c6f5.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:33:28.529Z",
+                "updatedAt": "2023-06-07T11:33:28.529Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 89,
+              "attributes": {
+                "name": "Rode panda",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:18:54.213Z",
+                "updatedAt": "2024-09-20T09:57:17.739Z",
+                "publishedAt": "2023-02-14T19:18:57.318Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 327,
+              "attributes": {
+                "name": "Panda roux",
+                "subtitle": "Une robe rousse",
+                "habitat": "Forêts dans la montagne de l'Himalaya",
+                "food": "Bambou, fleurs, fruits et oeufs",
+                "age": "14 ans",
+                "weight": "3 à 6 kg",
+                "offspring": "1 à 4 petit(s)",
+                "gestation": "4,5 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Panda roux\n*Ailurus fulgens* \n\nLes pandas roux sont roux ou châtains, sauf le bord des oreilles, les taches sur les joues, le contour du museau et les sourcils qui sont blancs. Le panda roux est un excellent grimpeur grâce à ses griffes semi-rétractiles.\n",
+                "bottomDescription": "### Peu d'énergie\nÀ voir la dentition des panda roux, on pourrait penser qu'ils sont carnivores. En effet, ils ont des dents dites carnassières, comme les tigres. Pourtant les pandas roux mangent presque exclusivement des plantes et beaucoup de bambou. En dehors de leurs dents, leur estomac et leurs intestins sont également faits pour manger de la viande. Les pandas roux tirent peu d'énergie du bambou. C'est la raison pour laquelle ces animaux sont rarement actifs. S'ils ne mangent pas, ils dorment enroulés dans un arbre. \n\n### Solitaire ?\nLa plupart du temps, les pandas roux vivent seuls. Seuls, vraiment ? Pendant la période de reproduction, les mâles et les femelles se cherchent. Ils cohabitent pendant un petit temps. Après leur naissance, les petits restent avec leur mère pendant environ un an. À la saison de reproduction suivante, ils partent à la recherche de leur propre territoire. Les femelles des pandas roux ne sont donc quasi jamais seules.\n",
+                "createdAt": "2023-03-14T10:54:12.172Z",
+                "updatedAt": "2024-09-23T07:29:08.805Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "7rYF6lzHbi2qSSmsCWkc2q",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 231,
+              "attributes": {
+                "name": "Roter Panda",
+                "subtitle": "Ein rotes Fell",
+                "habitat": "Wälder im Himalaya",
+                "food": "Bambus, Blumen, Früchte und Eier",
+                "age": "14 Jahre",
+                "weight": "3 bis 6 kg",
+                "offspring": "1 bis 4 Junge",
+                "gestation": "4,5 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Roter Panda\n*Ailurus fulgens*\n\nDer rote Panda ist rot- oder kastanienbraun, abgesehen von weißen Rändern an den Ohren und weißen Flecken auf den Backen, um das Maul und über den Augen. Der rote Panda hat halb-einziehbare Klauen, mit denen das Tier gut klettern kann.\n",
+                "bottomDescription": "### Wenig Energie\nSieht man sich das Gebiss des roten Pandas an, könnte man meinen, er würde Fleisch fressen. Er hat nämlich Schneidezähne, genau wie z. B. die Tiger. Aber trotzdem fressen rote Pandas fast nur Pflanzen und sehr viel Bambus. Außer ihren Zähnen sind auch ihr Magen und ihr Darm darauf eingestellt, Fleisch zu verdauen. Rote Pandas können daher nur wenig Energie aus dem Bambus gewinnen. Das ist der Grund, weshalb man diese Tiere fast nie in Aktion sieht. Wenn sie nicht gerade fressen, liegen sie zusammengerollt in einem Baum und schlafen. \n\n### Einsam?\nRote Pandas leben fast immer allein. Nun ja, allein? Während der Paarungszeit besuchen sich Männchen und Weibchen gegenseitig. Für kurze Zeit bleiben sie dann zusammen. Wenn Junge geboren werden, bleiben sie fast ein Jahr lang bei ihrer Mutter. In der nächsten Paarungszeit suchen sie dann ein eigenes Territorium. Die Weibchen des roten Panda sind daher eigentlich selten allein.\n",
+                "createdAt": "2023-03-14T10:50:57.603Z",
+                "updatedAt": "2024-09-23T07:29:08.871Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "7rYF6lzHbi2qSSmsCWkc2q",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 135,
+              "attributes": {
+                "name": "Red panda",
+                "subtitle": "Red coat",
+                "habitat": "Himalayan mountain forests ",
+                "food": "Bamboo, flowers, fruit and eggs",
+                "age": "14 years",
+                "weight": "3 to 6 kg",
+                "offspring": "1 to 4 young",
+                "gestation": "4.5 months",
+                "iucn": "Endangered",
+                "eep": true,
+                "description": "# Red panda\n*Ailurus fulgens*\n\nThe red panda is red or chestnut brown, apart from white edges around the ears and white spots on the cheeks, around the muzzle and above the eyes. The red panda has semi-retractable claws, which are useful for climbing.\n\nRed pandas have young once a year. For the first few days after birth, the mother stays with the young almost all day. Then she goes out more often to look for food. The young red pandas stay in the nest for about three months. The first time they go outside is usually in the evening. Then it's safer. The young stay with their mother for a year. Then they look for their own territory and the mother is ready for a new nest with young.",
+                "bottomDescription": "### Little energy\nIf you look at the teeth of the red panda, you would think that it eats meat. It has carnassial teeth (large upper premolars and lower molars) just like tigers, for example. However, red pandas eat almost exclusively plants and lots of bamboo. Apart from their carnassial teeth, their stomach and intestines are also designed for eating meat. The red pandas therefore derive very little energy from the bamboo. That is why these animals are fairly inactive. When they are not eating, they can be found rolled up in a tree asleep. \n\n### Lone existence\nRed pandas live alone for most of the time, but not entirely! During the mating season, the males go in search of females. They remain together for a short time. When cubs are born, they stay with their mother for almost a year. When the next mating season arrives, they seek their own habitat. Female red pandas are therefore almost never alone.",
+                "createdAt": "2023-03-14T10:47:53.527Z",
+                "updatedAt": "2024-09-23T07:29:08.872Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "7rYF6lzHbi2qSSmsCWkc2q",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 87,
+      "attributes": {
+        "order": null,
+        "name": "Rode vari",
+        "subtitle": "Ingebouwde kam",
+        "habitat": "Tropische bossen in Madagaskar",
+        "food": "Fruit, nectar en stuifmeel",
+        "age": "15 – 20 jaar",
+        "weight": "3,5 kg",
+        "offspring": "2 - 6 jongen",
+        "gestation": "3 - 3,5 maanden",
+        "iucn": "Ernstig bedreigd",
+        "eep": true,
+        "description": "# Rode vari\n*Varecia rubra*\n\nRode vari’s gebruiken hun ondertanden als een soort kam. Ze hebben zes lange, dunne tanden waarmee ze hun vacht verzorgen.\n",
+        "bottomDescription": "# Bestuivers\nRode vari’s eten veel nectar en stuifmeel uit bloemen. Tijdens het eten blijft er allemaal stuifmeel op hun neus zitten. Als ze naar de volgende bloem gaan nemen ze dat mee. Deze bestuiving zorgt er voor dat er vruchten kunnen groeien en dat planten zich verder kunnen verspreiden.\n",
+        "createdAt": "2022-10-05T11:29:03.226Z",
+        "updatedAt": "2023-06-07T11:38:25.038Z",
+        "publishedAt": "2022-10-05T11:29:03.222Z",
+        "tenantRef": "6y95m19Ihkp7dXX72JKwBu",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1333,
+              "attributes": {
+                "name": "Safaripark-dieren-rode-vari.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 953,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_rode_vari_216f075fec.jpg",
+                    "hash": "large_Safaripark_dieren_rode_vari_216f075fec",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-rode-vari.jpg",
+                    "path": null,
+                    "size": 138.75,
+                    "width": 1000,
+                    "height": 931
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_rode_vari_216f075fec.jpg",
+                    "hash": "small_Safaripark_dieren_rode_vari_216f075fec",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-rode-vari.jpg",
+                    "path": null,
+                    "size": 43.21,
+                    "width": 500,
+                    "height": 465
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_rode_vari_216f075fec.jpg",
+                    "hash": "medium_Safaripark_dieren_rode_vari_216f075fec",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-rode-vari.jpg",
+                    "path": null,
+                    "size": 85.48,
+                    "width": 750,
+                    "height": 698
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_rode_vari_216f075fec.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_rode_vari_216f075fec",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-rode-vari.jpg",
+                    "path": null,
+                    "size": 6.65,
+                    "width": 168,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_rode_vari_216f075fec",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 318.85,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_rode_vari_216f075fec.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:38:20.649Z",
+                "updatedAt": "2023-06-07T11:38:20.649Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 916,
+              "attributes": {
+                "name": "Rode vari",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:09:40.635Z",
+                "updatedAt": "2024-09-20T09:58:03.279Z",
+                "publishedAt": "2023-07-13T09:09:44.796Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 131,
+              "attributes": {
+                "name": "Edge of Africa",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:33:53.578Z",
+                "updatedAt": "2023-07-13T09:08:39.196Z",
+                "publishedAt": "2023-02-15T08:33:55.442Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 376,
+              "attributes": {
+                "name": "Vari roux",
+                "subtitle": "Un peigne intégré",
+                "habitat": "Forêts tropicales de Madagascar",
+                "food": "Fruits, nectar et pollen",
+                "age": "15 à 20 ans",
+                "weight": "3,5 kg",
+                "offspring": "2 à 6 petits",
+                "gestation": "3 à 3,5 mois",
+                "iucn": "En danger critique",
+                "eep": true,
+                "description": "# Vari roux\n*Varecia rubra*\n\nLes varis roux utilisent leurs dents du bas comme s'il s'agissait d'un peigne ; ils brossent leur fourrure en se servant de leurs six dents longues et fines.",
+                "bottomDescription": "# Pollinisateurs\nLes varis roux se nourrissent d'une grande quantité de nectar et de pollen de fleurs. Lorsqu'ils s'alimentent, le pollen s'agglutine sur leur museau et est transporté d'une fleur à l'autre. En pollinisant les fleurs de cette manière, les varis roux assurent la fructification et la multiplication des plantes.\n",
+                "createdAt": "2023-03-14T10:55:31.833Z",
+                "updatedAt": "2023-06-07T11:38:25.407Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6y95m19Ihkp7dXX72JKwBu",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 280,
+              "attributes": {
+                "name": "Roter Vari",
+                "subtitle": "Eingebauter Kamm",
+                "habitat": "Tropische Wälder im Madagaskar",
+                "food": "Obst, Nektar und Blütenstaub",
+                "age": "15 bis 20 Jahre",
+                "weight": "3,5 kg",
+                "offspring": "2 bis 6 Junge",
+                "gestation": "3 bis 3,5 Monate",
+                "iucn": "Stark bedroht",
+                "eep": true,
+                "description": "# Roter Vari\n*Varecia rubra*\n\nRote Varis benutzen ihre unteren Zähne als eine Art Kamm. Sie besitzen sechs lange, dünne Zähne, mit denen sie ihr Fell pflegen.",
+                "bottomDescription": "# Bestäuber\nRote Varis fressen eine Menge Nektar und Blütenstaub aus Blüten. Während des Fressens landet jedesmal ein Teil des Blütenstaubs auf ihrer Nase.   Wenn sie dann zur nächsten Blume gehen, nehmen sie den Blütenstaub mit. Diese Bestäubung sorgt dafür, dass Früchte gedeihen und dass Pflanzen sich weiter verbreiten können.\n",
+                "createdAt": "2023-03-14T10:52:16.807Z",
+                "updatedAt": "2023-06-07T11:38:25.412Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6y95m19Ihkp7dXX72JKwBu",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 184,
+              "attributes": {
+                "name": "Red ruffed lemur",
+                "subtitle": "Built-in comb",
+                "habitat": "Tropical forests in Madagascar",
+                "food": "Fruit, nectar and pollen",
+                "age": "15 to 20 years",
+                "weight": "3.5 kg",
+                "offspring": "2 to 6 young",
+                "gestation": "3 to 3.5 months",
+                "iucn": "Seriously endangered",
+                "eep": true,
+                "description": "# Red ruffed lemur\n*Varecia rubra*\n\nRed ruffed lemurs use their lower teeth as a kind of comb. They have six long, thin teeth that they use to groom their coat.",
+                "bottomDescription": "# Pollinators\nRed ruffed lemurs eat a lot of nectar and pollen from flowers. Some of the pollen sticks to their noses when they eat. They take it with them when they move on to the next flower. This pollination allows fruit to grow and plants to spread further.\n",
+                "createdAt": "2023-03-14T10:49:12.419Z",
+                "updatedAt": "2023-06-07T11:38:25.403Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6y95m19Ihkp7dXX72JKwBu",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 7,
+      "attributes": {
+        "order": null,
+        "name": "Roodbekwever",
+        "subtitle": "Meest algemene wilde vogelsoort",
+        "habitat": "Afrika, ten zuiden van de Sahara",
+        "food": "Gras, zaden en graan",
+        "age": "5 jaar",
+        "weight": "15 tot 20 gram",
+        "offspring": "2 tot 4 eieren",
+        "gestation": "12 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Roodbekwever\n*Quelea quelea*\n\nDe roodbekwever is zo groot als een huismus en heeft een relatief korte staart. Hij wordt beschouwd als de meest algemene wilde vogelsoort.",
+        "bottomDescription": "### Gespecialiseerd architect\nDe man bouwt zijn nest ongeveer twee meter boven de grond aan takken of aan rietstengels. Met gras weeft hij in drie dagen tijd een bolvormig nest.",
+        "createdAt": "2022-10-05T11:28:32.484Z",
+        "updatedAt": "2024-09-23T07:26:49.585Z",
+        "publishedAt": "2022-10-05T11:28:32.477Z",
+        "tenantRef": "5j2vuNKIcoAq06EimI8auG",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1332,
+              "attributes": {
+                "name": "Safaripark-dieren-roodbekwerver.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_roodbekwerver_3a49192160.JPG",
+                    "hash": "large_Safaripark_dieren_roodbekwerver_3a49192160",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-roodbekwerver.JPG",
+                    "path": null,
+                    "size": 76.95,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_roodbekwerver_3a49192160.JPG",
+                    "hash": "small_Safaripark_dieren_roodbekwerver_3a49192160",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-roodbekwerver.JPG",
+                    "path": null,
+                    "size": 27.91,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_roodbekwerver_3a49192160.JPG",
+                    "hash": "medium_Safaripark_dieren_roodbekwerver_3a49192160",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-roodbekwerver.JPG",
+                    "path": null,
+                    "size": 50.53,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_roodbekwerver_3a49192160.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_roodbekwerver_3a49192160",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-roodbekwerver.JPG",
+                    "path": null,
+                    "size": 9.04,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_roodbekwerver_3a49192160",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 158.52,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_roodbekwerver_3a49192160.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:37:02.022Z",
+                "updatedAt": "2023-06-07T11:37:02.022Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 296,
+              "attributes": {
+                "name": "Travailleur à bec rouge",
+                "subtitle": "L'espèce d'oiseau sauvage la plus commune",
+                "habitat": "Afrique, au sud du Sahara",
+                "food": "Herbe, graines et céréales",
+                "age": "5 ans",
+                "weight": "15 à 20 g",
+                "offspring": "2 à 4 œufs",
+                "gestation": "12 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Travailleur à bec rouge\n*Quelea quelea*\nLe travailleur à bec rouge a la taille d'un moineau et possède une queue assez courte. Il est considéré comme l'espèce d'oiseau sauvage la plus commune.\n",
+                "bottomDescription": "### Architecte spécialisé\nLe mâle construit son nid à environ deux mètres au-dessus du sol avec des branches et des tiges de roseaux. Il utilise ensuite de l'herbe pour tisser son nid en forme ovale en tout juste trois jours.\n",
+                "createdAt": "2023-03-14T10:53:22.519Z",
+                "updatedAt": "2024-09-23T07:26:49.586Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5j2vuNKIcoAq06EimI8auG",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 200,
+              "attributes": {
+                "name": "Blutschnabelweber",
+                "subtitle": "Sehr häufige Wildvogelart",
+                "habitat": " Afrika, südlich der Sahara",
+                "food": "Gras, Samen und Getreide",
+                "age": "5 Jahre",
+                "weight": "15 bis 20 Gramm",
+                "offspring": "2 bis 4 Eier",
+                "gestation": "12 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Blutschnabelweber\n*Quelea quelea*\n\nDer Blutschnabelweber ist so groß wie ein Haussperling und hat einen relativ kurzen Schwanz. Er wird als die häufigste Wildvogelart betrachtet.\n",
+                "bottomDescription": "### Ein spezialisierter Architekt\nDas Männchen baut sein Nest etwa zwei Meter über dem Boden auf Zweigen oder an Schilfstengeln. Es webt in drei Tagen aus Gras ein kugelförmiges Nest zusammen.\n",
+                "createdAt": "2023-03-14T10:50:07.528Z",
+                "updatedAt": "2024-09-23T07:26:49.586Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5j2vuNKIcoAq06EimI8auG",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 104,
+              "attributes": {
+                "name": "Red-billed quelea",
+                "subtitle": "The most common species of wild bird",
+                "habitat": "Africa, south of the Sahara",
+                "food": "Grass, seeds and grains",
+                "age": "5 years",
+                "weight": "15 to 20 gr",
+                "offspring": "2 to 4 eggs",
+                "gestation": "12 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Red-billed quelea\n*Quelea quelea*\n\nThe red-billed quelea is the size of a sparrow and has a relatively short tail. It is considered the most common species of wild bird.\n",
+                "bottomDescription": "### Specialised architect\nThe male builds his nest about two metres above the ground on branches or reed stalks. Using grass, he weaves a spherical nest in three days.",
+                "createdAt": "2023-03-14T10:47:02.953Z",
+                "updatedAt": "2024-09-23T07:26:49.539Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5j2vuNKIcoAq06EimI8auG",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 49,
+      "attributes": {
+        "order": null,
+        "name": "Roze flamingo",
+        "subtitle": "Een erg sociale vogel",
+        "habitat": "Kustgebieden Afrika, Zuid-Europa en Azië",
+        "food": "Schaaldier, wormen, insecten, krab, vis",
+        "age": "40 jaar",
+        "weight": "2 tot 4 kg",
+        "offspring": "1 ei",
+        "gestation": "26 tot 30 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Roze flamingo\n*Phoenicopterus roseus*\n\nDe roze flamingo, ook wel ‘gewone flamingo’ of ‘Europese flamingo’ genoemd, is de enige flamingosoort die in Europa voorkomt. Daarnaast komt hij voornamelijk voor in Azië en kustgebieden in Afrika.",
+        "bottomDescription": "### Paring-flashmob\nDe roze flamingo is een erg sociale vogel. Ze nestelen zich in grote kolonies van wel 20.000 paren of meer. Ze voeren ook hun paringsdans uit met grote groepen tegelijk. Dit heeft wel iets weg van een flashmob. ",
+        "createdAt": "2022-10-05T11:28:49.059Z",
+        "updatedAt": "2024-09-23T07:24:24.194Z",
+        "publishedAt": "2022-10-05T11:28:49.056Z",
+        "tenantRef": "2FmKyBxaM0AyWwsY8KwYys",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1335,
+              "attributes": {
+                "name": "Safaripark-dieren-flamingo.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_flamingo_b22936ac8b.jpg",
+                    "hash": "large_Safaripark_dieren_flamingo_b22936ac8b",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-flamingo.jpg",
+                    "path": null,
+                    "size": 146.57,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_flamingo_b22936ac8b.jpg",
+                    "hash": "small_Safaripark_dieren_flamingo_b22936ac8b",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-flamingo.jpg",
+                    "path": null,
+                    "size": 40.57,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_flamingo_b22936ac8b.jpg",
+                    "hash": "medium_Safaripark_dieren_flamingo_b22936ac8b",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-flamingo.jpg",
+                    "path": null,
+                    "size": 85.92,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_flamingo_b22936ac8b.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_flamingo_b22936ac8b",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-flamingo.jpg",
+                    "path": null,
+                    "size": 9.89,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_flamingo_b22936ac8b",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 298.19,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_flamingo_b22936ac8b.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:45:02.240Z",
+                "updatedAt": "2023-06-07T11:45:02.240Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 90,
+              "attributes": {
+                "name": "Roze flamingo",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:19:46.275Z",
+                "updatedAt": "2024-09-20T09:59:08.984Z",
+                "publishedAt": "2023-02-14T19:19:48.367Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 338,
+              "attributes": {
+                "name": "Flamant rosé",
+                "subtitle": "Un oiseau très sociable",
+                "habitat": "Régions d'Afrique, l'Europe et d'Asie",
+                "food": "Crustacés, vers, insecte, crabe, poisson",
+                "age": "40 ans",
+                "weight": "2 à 4 kg",
+                "offspring": "1 oeuf",
+                "gestation": "26 à 30 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Flamant rosé\n*Phoenicopterus roseus*\n\nLe flamant rosé, également appelé « flamant européen », est la seule espèce de flamants présente en Europe. On le trouve principalement en Asie et dans les régions côtières d'Afrique.\n",
+                "bottomDescription": "### Parade amoureuse groupée\nLe flamant rose est un oiseau très sociable. Ils vivent en grandes colonies de 20 000 couples voire plus. Ils exécutent leur parade amoureuse simultanément en groupe. Cela ressemble un peu à une flash-mob.\n",
+                "createdAt": "2023-03-14T10:54:30.472Z",
+                "updatedAt": "2024-09-23T07:24:23.921Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2FmKyBxaM0AyWwsY8KwYys",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 242,
+              "attributes": {
+                "name": "Rosaflamingo",
+                "subtitle": "Ein sehr sozialer Vogel",
+                "habitat": "Regionen in Afrika, Südeuropa und Asien",
+                "food": "Schalentier, Würm, Insekt, Krabbe, Fisch",
+                "age": "40 Jahre",
+                "weight": "2 bis 4 kg",
+                "offspring": "1 Ei",
+                "gestation": "26 bis 30 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Rosaflamingo\n*Phoenicopterus roseus*\n\nDer rosaflamingo, auch „gewöhnlicher“ oder „europäischer“ Flamingo genannt, ist die einzige in Europa vorkommende Flamingoart. Daneben kommt er hauptsächlich in Asien und in den Küstengebieten Afrikas vor.\n",
+                "bottomDescription": "### Parungs-Flashmob\nDer rosa Flamingo ist ein sehr sozialer Vogel. Er nistet in großen Kolonien von 20.000 oder mehr Paaren. Seinen Paarungstanz führt er mit großen Gruppen zugleich auf. Das hat fast etwas von einem Flashmob.\n",
+                "createdAt": "2023-03-14T10:51:15.477Z",
+                "updatedAt": "2024-09-23T07:24:24.227Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2FmKyBxaM0AyWwsY8KwYys",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 146,
+              "attributes": {
+                "name": "Greater flamingo",
+                "subtitle": "A very social bird",
+                "habitat": "Coastal regions Africa S.Europe and Asia",
+                "food": "Crustaceans, worms, insects, crabs, fish",
+                "age": "40 years",
+                "weight": "2 to 4 kg",
+                "offspring": "1 egg",
+                "gestation": "26 to 30 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Greater flamingo\n*Phoenicopterus roseus*\n\nThe greater flamingo is the only species of flamingo that can be found in Europe. It is mainly found in Asia and coastal regions of Africa.\n",
+                "bottomDescription": "### Flash mob mating dance\nThe pink flamingo is a very social bird. They settle in large colonies of 20,000 or more pairs. They perform their mating ritual simultaneously in large groups. This looks a bit like a flash mob.",
+                "createdAt": "2023-03-14T10:48:11.414Z",
+                "updatedAt": "2024-09-23T07:24:24.228Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2FmKyBxaM0AyWwsY8KwYys",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 9,
+      "attributes": {
+        "order": null,
+        "name": "Roze pelikaan",
+        "subtitle": "Een ijdel dier",
+        "habitat": "Open water in Afrika, Azië, Oost-Europa",
+        "food": "Vis",
+        "age": "50 jaar",
+        "weight": "Man: 9 - 15 kg Vrouw: 5 - 9 kg",
+        "offspring": "1 tot 3 eieren",
+        "gestation": "29 tot 36 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Roze pelikaan\n*Pelecanus onocrotalus*\n\nRoze pelikanen leven in grote kolonies. Het is een zeer sociale soort, die altijd het contact met andere soortgenoten opzoekt. ",
+        "bottomDescription": "### Liever lui dan moe\nRoze pelikanen zijn geen actieve dieren. Ze vissen in het wild vroeg in de ochtend. Meestal zijn ze daar om een uur of 9 mee klaar. De rest van de dag houden ze zich alleen nog bezig met het verzorgen van hun veren.",
+        "createdAt": "2022-10-05T11:28:33.297Z",
+        "updatedAt": "2023-06-07T11:47:14.006Z",
+        "publishedAt": "2022-10-05T11:28:33.295Z",
+        "tenantRef": "5uTDOranjGS6YMAU8ImkoK",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1336,
+              "attributes": {
+                "name": "Safaripark-dieren-roze-pelikaan.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_roze_pelikaan_bde37f5690.jpg",
+                    "hash": "large_Safaripark_dieren_roze_pelikaan_bde37f5690",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-roze-pelikaan.jpg",
+                    "path": null,
+                    "size": 134.93,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_roze_pelikaan_bde37f5690.jpg",
+                    "hash": "small_Safaripark_dieren_roze_pelikaan_bde37f5690",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-roze-pelikaan.jpg",
+                    "path": null,
+                    "size": 43.9,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_roze_pelikaan_bde37f5690.jpg",
+                    "hash": "medium_Safaripark_dieren_roze_pelikaan_bde37f5690",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-roze-pelikaan.jpg",
+                    "path": null,
+                    "size": 86.18,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_roze_pelikaan_bde37f5690.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_roze_pelikaan_bde37f5690",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-roze-pelikaan.jpg",
+                    "path": null,
+                    "size": 11.43,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_roze_pelikaan_bde37f5690",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 300.31,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_roze_pelikaan_bde37f5690.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:47:08.433Z",
+                "updatedAt": "2023-06-07T11:47:08.433Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 144,
+              "attributes": {
+                "name": "Roze pelikanen",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:59:35.833Z",
+                "updatedAt": "2023-05-09T07:02:31.764Z",
+                "publishedAt": "2023-02-15T08:59:38.174Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 298,
+              "attributes": {
+                "name": "Pélican blanc",
+                "subtitle": "Un animal vaniteux",
+                "habitat": "Bassins (Afrique,Asie,Europe de l'E.)",
+                "food": "Poisson",
+                "age": "50 ans",
+                "weight": "Mâle : 9 – 15 kg Femelle : 5 – 9 kg",
+                "offspring": "1 à 3 œuf(s)",
+                "gestation": "29 à 36 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Pélican blanc\n*Pelecanus onocrotalus*\n\nLes pélicans blancs vivent dans des grandes colonies. C'est une espèce très sociable, qui cherche toujours le contact avec d'autres espèces.\n",
+                "bottomDescription": "### Plutôt paresseux que fatigué\nLes pélicans blancs ne sont pas des animaux actifs. À l'état sauvage, ils pêchent tôt le matin. Généralement, ils ont fini vers 9 heures du matin et ils ne font rien d'autre de la journée, si ce n'est entretenir leurs plumes.\n",
+                "createdAt": "2023-03-14T10:53:25.458Z",
+                "updatedAt": "2023-06-07T11:47:14.354Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5uTDOranjGS6YMAU8ImkoK",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 202,
+              "attributes": {
+                "name": "Rosapelikan",
+                "subtitle": "Ein eitles Tier",
+                "habitat": "Offene Gewässer (Afrika,Asien,Osteuropa)",
+                "food": "Fisch",
+                "age": "50 Jahre",
+                "weight": "Männchen: 9 – 15 kg Weibchen: 5 – 9 kg",
+                "offspring": "1 bis 3 Eier",
+                "gestation": "29 bis 36 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Rosapelikan\n*Pelecanus onocrotalus*\n\nRosapelikane leben in großen Kolonien zusammen. Sie sind sehr soziale Tiere, die stets Kontakt zu anderen Artgenossen suchen.\n",
+                "bottomDescription": "### Lieber faul als müde\nRosapelikane sind keine besonders aktiven Tiere. In der freien Natur fischen sie nur frühmorgens. Meistens sind sie damit gegen 9.00 Uhr fertig. Den Rest des Tages beschäftigen sie sich dann nur noch mit der Pflege ihrer Federn.\n",
+                "createdAt": "2023-03-14T10:50:10.441Z",
+                "updatedAt": "2023-06-07T11:47:14.359Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5uTDOranjGS6YMAU8ImkoK",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 106,
+              "attributes": {
+                "name": "Great white pelican",
+                "subtitle": "A vain animal",
+                "habitat": "Open water in Africa,Asia,Eastern Europe",
+                "food": "Fish",
+                "age": "50 years",
+                "weight": "Males: 9 - 15 kg Female: 5 - 9 kg",
+                "offspring": "1 to 3 eggs",
+                "gestation": "29 to 36 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Great white pelican\n*Pelecanus onocrotalus*\n\nGreat white pelicans live in large colonies. They are a very gregarious species and always seek out others of their kind.\n",
+                "bottomDescription": "### Better lazy than tired\nGreat white pelicans are not active animals. In the wild, they fish early in the morning. Usually they are done by about 9 o'clock. All they do for the rest of the day is take care of their feathers.\n",
+                "createdAt": "2023-03-14T10:47:06.434Z",
+                "updatedAt": "2023-06-07T11:47:14.358Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5uTDOranjGS6YMAU8ImkoK",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 88,
+      "attributes": {
+        "order": null,
+        "name": "Rüppelsgier",
+        "subtitle": "Hoogvlieger",
+        "habitat": "Midden-Afrika",
+        "food": "Aas",
+        "age": "30 – 40 jaar",
+        "weight": "7 – 9 kg",
+        "offspring": "1 ei",
+        "gestation": "54 dagen",
+        "iucn": "Ernstig bedreigd",
+        "eep": true,
+        "description": "# Rüppelsgier\n*Gyps rueppellii*\n\nDe Rüppelsgier is de hoogst vliegende vogel ter wereld. Ze kunnen tot wel elf kilometer hoog vliegen. Dat weten we omdat er ooit een Rüppelsgier op die hoogte in de motor van een vliegtuig is gevlogen. Hoe hoger je in de lucht komt, hoe minder zuurstof er is. In het bloed van de Rüppelsgier zitten speciale eiwitten die extra zuurstof op kunnen nemen.",
+        "bottomDescription": "## Typische gier\nDe Rüppells gier ziet er uit zoals de meeste mensen zich een gier voorstellen. Een kromme snavel, een kleine kop en donsveertjes op zijn kop en nek. Dit uiterlijk heeft hij niet voor niets. Het is ideaal voor een aaseter. Met de kromme snavel kan hij een karkas open maken en stukken vlees afscheuren. De kleine kop zorgt er voor dat hij diep in een karkas kan duiken, op zoek naar de beste hapjes. Doordat zijn kop en nek bijna kaal zijn wordt hij niet al te vies van het bloed.\n\n## Bedreigd in het wild\nNet als met de meeste gierensoorten gaat het met de Rüppells gier niet goed in het wild. Hij is zelfs ernstig bedreigd. Daar zijn verschillende redenen voor. Eén probleem voor de gieren is dat er steeds minder eten voor ze is, omdat er steeds minder dieren in het wild zijn. Een ander probleem is het medicijn Diclofenac. Dit is een ontstekingsremmer die in veel landen in Afrika gebruikt wordt bij runderen, geiten en schapen. Helaas is dit medicijn dodelijk voor gieren. Als een Rüppells gier dus vlees eet van een dode koe of geit die Diclofenac heeft gehad, dan overleefd hij dat niet.\n\nOnderdelen van gieren worden ook gebruikt in traditionele medicijnen in Afrika. Tot slot worden gieren ook soms vergiftigd door stropers. Rondcirkelende gieren geven namelijk aan waar een dood dier ligt en zo kunnen rangers zien waar stropers actief zijn.\n\nStichting Wildlife zamelt in het Safaripark geld in om gieren in het wild te helpen. Daarnaast doet Safaripark Beekse Bergen mee aan het Europese fokprogramma voor Rüppells gieren. Zo zorgen we er samen met andere dierentuinen voor dat deze dieren niet helemaal verdwijnen.\n\n## Vuilnismannen\nHet grootste deel van de dag zweeft de Rüppells gier hoog in de lucht, op zoek naar eten. Een Rüppells gier kan niet ruiken, dus hij moet zijn ogen gebruiken om dode dieren op te sporen. Bij een karkas verzamelen zich vaak tientallen gieren. Er is niet echt een rangorde onder de gieren, maar er wordt wel flink geruzied om de beste stukjes.\n\nRüppells gieren eten alleen maar aas; vlees van dode dieren. Hiermee hebben ze een hele belangrijke rol. Het zijn een soort vuilnismannen in de natuur. Door dode dieren op te eten, zorgen ze er voor dat ziektes zich minder snel verspreiden. Gieren kunnen zonder problemen rottend vlees eten, zelfs als dat besmet is met bijvoorbeeld botulisme of cholera. De maagzuren van de gieren zorgen er voor dat de bacteriën gedood worden en ze niet ziek worden.\n\n## Rüppells gieren in het Safaripark\nDe Rüppells gieren zijn op twee plekken te zien in het Safaripark: in de volière tegenover de stokstaartjes en in de roofvogelsafari. Langs de wandelroute zit een mannetje en twee vrouwtjes. Dit zijn een koppeltje met hun, inmiddels volwassen, dochter. Het Safaripark is nu bij andere dierentuinen op zoek naar een geschikte partner voor de dochter. Zo hopen we in de toekomst twee koppels te hebben die voor nakomelingen kunnen zorgen. Omdat de Rüppels gier ernstig bedreigd is in het wild, is het heel belangrijk dat er in dierentuinen mee gekweekt wordt.\n",
+        "createdAt": "2022-10-05T11:29:03.612Z",
+        "updatedAt": "2024-09-18T13:42:26.638Z",
+        "publishedAt": "2022-10-05T11:29:03.609Z",
+        "tenantRef": "2yC79iguOcJitF0VUKa13I",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1337,
+              "attributes": {
+                "name": "Safaripark-dieren-ruppelsgier.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1536,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_ruppelsgier_148c70609c.JPG",
+                    "hash": "large_Safaripark_dieren_ruppelsgier_148c70609c",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-ruppelsgier.JPG",
+                    "path": null,
+                    "size": 76.48,
+                    "width": 667,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_ruppelsgier_148c70609c.JPG",
+                    "hash": "small_Safaripark_dieren_ruppelsgier_148c70609c",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-ruppelsgier.JPG",
+                    "path": null,
+                    "size": 25.43,
+                    "width": 333,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_ruppelsgier_148c70609c.JPG",
+                    "hash": "medium_Safaripark_dieren_ruppelsgier_148c70609c",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-ruppelsgier.JPG",
+                    "path": null,
+                    "size": 48.43,
+                    "width": 500,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_ruppelsgier_148c70609c.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_ruppelsgier_148c70609c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-ruppelsgier.JPG",
+                    "path": null,
+                    "size": 4.13,
+                    "width": 104,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_ruppelsgier_148c70609c",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 344.27,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_ruppelsgier_148c70609c.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T11:49:11.031Z",
+                "updatedAt": "2023-06-07T11:49:11.031Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 133,
+              "attributes": {
+                "name": "Gierenvolière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:37:58.266Z",
+                "updatedAt": "2023-05-09T07:05:05.567Z",
+                "publishedAt": "2023-02-15T08:38:00.036Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 377,
+              "attributes": {
+                "name": "Vautour de Rüppell",
+                "subtitle": "Vol à haute altitude",
+                "habitat": "Afrique centrale",
+                "food": "Charogne",
+                "age": "30 à 40 ans ",
+                "weight": "7 à 9 kg",
+                "offspring": "1 œuf",
+                "gestation": "54 jours",
+                "iucn": "En danger critique",
+                "eep": true,
+                "description": "# Vautour de Rüppell\n*Gyps rueppellii*\n\nLe vautour de Rüppell est l'oiseau qui vole à la plus haute altitude : il peut voler jusqu'à onze kilomètres au dessus du niveau de la mer. Un fait qui a été découvert lorsqu'un vautour de Rüppell est entré en collision avec le moteur d'un avion qui volait à cette altitude. Plus l'altitude grimpe, moins il y a d'oxygène. Le sang du vautour de Rüppell contient des protéines particulières qui lui permettent d'absorber d'avantage d'oxygène.\n",
+                "bottomDescription": "## Un vautour typique\nLe vautour de Rüppell ressemble exactement à l'image que l'on peut se faire des vautours : un bec crochu, une petite tête et un léger duvet sur le crâne et le cou. Une anatomie parfaite pour les charognards. Son bec crochu lui permet d'ouvrir les carcasses et de déchiqueter la chair, sa petite tête pouvant quant à elle fouiller dans tous les recoins de la carcasse pour en extraire les meilleurs morceaux. Le fait que son crâne et son cou soient quasiment nus lui permet de ne pas être recouvert du sang de la charogne.\n",
+                "createdAt": "2023-03-14T10:55:33.430Z",
+                "updatedAt": "2024-09-18T13:42:26.637Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2yC79iguOcJitF0VUKa13I",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 281,
+              "attributes": {
+                "name": "Sperbergeier",
+                "subtitle": "Ein Hochflieger",
+                "habitat": "Mittelafrika",
+                "food": "Aas",
+                "age": "30–40 Jahre",
+                "weight": "7 - 9 kg",
+                "offspring": "1 Ei",
+                "gestation": "54 Tage",
+                "iucn": "Stark bedroht",
+                "eep": true,
+                "description": "# Sperbergeier\n*Gyps rueppellii*\n\nDer Sperbergeier ist weltweit der am höchsten fliegende Vogel. Er kann bis zu elf Kilometer hoch fliegen. Wir wissen das, weil schon einmal ein Sperbergeier in dieser Höhe in einen Flugzeugmotor geflogen ist. Je höher man in die Atmosphäre aufsteigt, desto weniger Sauerstoff gibt es. Das Blut des Sperbergeiers enthält spezielle Eiweiße, die zusätzlichen Sauerstoff aufnehmen können.\n",
+                "bottomDescription": "## Ein typischer Geier\nDer Sperbergeier sieht so aus, wie sich die meisten Menschen einen Geier vorstellen. Ein krummer Schnabel, ein kleiner Kopf und kurze Daunenfedern auf Kopf und Nacken. Dieses Aussehen hat er nicht umsonst. Für einen Aasfresser ist es ideal. Mit seinem krummen Schnabel kann er eine Karkasse öffnen und Fleischstücke herausreißen. Der kleine Kopf stellt sicher, dass er tief in eine Karkasse abtauchen kann, wenn er darin nach den besten Stücken sucht. Weil sein Kopf und sein Nacken fast kahl sind, macht er sich durch das Blut nicht so schmutzig.\n",
+                "createdAt": "2023-03-14T10:52:18.394Z",
+                "updatedAt": "2024-09-18T13:42:26.634Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2yC79iguOcJitF0VUKa13I",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 185,
+              "attributes": {
+                "name": "Rüppell’s vulture",
+                "subtitle": "High-Flyer",
+                "habitat": "Central Africa",
+                "food": "Carrion (flesh of dead animals)",
+                "age": "30 to 40 years",
+                "weight": "7 - 9 kg",
+                "offspring": "1 egg",
+                "gestation": "54 days",
+                "iucn": "Critically endangered",
+                "eep": true,
+                "description": "# Rüppell’s vulture\n*Gyps rueppellii*\n\nThe Rüppell’s vulture flies higher than any other bird in the world, reaching altitudes of up to 11 kilometres. We know this because a Rüppell’s vulture once flew into the engine of an aeroplane cruising at that altitude. The higher you go, the less oxygen there is. The Rüppell’s vulture’s blood contains special proteins can absorb extra oxygen.",
+                "bottomDescription": "## Typical vulture\nThe Rüppell’s vulture looks just how most people imagine a vulture to look: a hooked beak, small head and down on its head and neck. The bird has these features for a for a reason. They’re ideal for a carrion bird. The hooked beak allows it to tear open a carcass and rip out pieces of meat. Its small head allows it to delve deep into the carcass to find the best meat. And because its head and neck are almost bald, it doesn’t get too dirty from all the blood.\n",
+                "createdAt": "2023-03-14T10:49:13.770Z",
+                "updatedAt": "2024-09-18T13:42:26.599Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2yC79iguOcJitF0VUKa13I",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 2,
+      "attributes": {
+        "order": null,
+        "name": "Schots hooglandrund",
+        "subtitle": "Met hele lange hoorns ",
+        "habitat": "Wereldwijd gehouden",
+        "food": "Bladeren, twijgen en gras",
+        "age": "18 jaar",
+        "weight": "400 tot 800 kilo",
+        "offspring": "10 maanden",
+        "gestation": "1 jong",
+        "iucn": "Gedomesticeerd",
+        "eep": false,
+        "description": "# Schots hooglandrund\n*Bos taurus taurus 'highland\"*\n\nDe Schotse hooglander is een meestal roodbruin runderras dat oorspronkelijk uit Schotland komt. Met hun lange haar en lange hoorns zijn ze een opvallende verschijning.",
+        "bottomDescription": "## Een boswachter\nSchotse Hooglanders zijn runderen die vroeger vooral gefokt zijn voor het vlees en de melk. Maar juist omdat ze ook gefokt werden op het gure Schotse klimaat, hebben ze een lekker warme vacht. Zo kunnen deze dieren zich prima redden buiten een beschutte stal. Daarom worden deze dieren ook veel ingezet om natuurgebieden te begrazen. Door jonge boompjes op te eten, blijft bijvoorbeeld een heidegebied mooi open. Een soort van boswachters op vier poten dus!",
+        "createdAt": "2022-10-05T11:28:29.748Z",
+        "updatedAt": "2023-06-12T11:05:32.995Z",
+        "publishedAt": "2022-10-05T11:28:29.733Z",
+        "tenantRef": "6uSRB55KzSyKmGGIeKs4u8",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1338,
+              "attributes": {
+                "name": "Safaripark-dieren-Schotse-Hooglander.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 709,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Schotse_Hooglander_039575b07f.jpg",
+                    "hash": "large_Safaripark_dieren_Schotse_Hooglander_039575b07f",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-Schotse-Hooglander.jpg",
+                    "path": null,
+                    "size": 111.46,
+                    "width": 1000,
+                    "height": 692
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Schotse_Hooglander_039575b07f.jpg",
+                    "hash": "small_Safaripark_dieren_Schotse_Hooglander_039575b07f",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-Schotse-Hooglander.jpg",
+                    "path": null,
+                    "size": 34.71,
+                    "width": 500,
+                    "height": 346
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Schotse_Hooglander_039575b07f.jpg",
+                    "hash": "medium_Safaripark_dieren_Schotse_Hooglander_039575b07f",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-Schotse-Hooglander.jpg",
+                    "path": null,
+                    "size": 68.38,
+                    "width": 750,
+                    "height": 519
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Schotse_Hooglander_039575b07f.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_Schotse_Hooglander_039575b07f",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-Schotse-Hooglander.jpg",
+                    "path": null,
+                    "size": 9.2,
+                    "width": 226,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_Schotse_Hooglander_039575b07f",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 236.47,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Schotse_Hooglander_039575b07f.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:05:28.329Z",
+                "updatedAt": "2023-06-12T11:05:28.329Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 5,
+            "attributes": {
+              "title": "Europees bos",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.522599735740485,
+                    "lon": 5.106890554601486
+                  },
+                  {
+                    "lat": 51.52257487701557,
+                    "lon": 5.106824744066439
+                  },
+                  {
+                    "lat": 51.52254687817437,
+                    "lon": 5.1067464316774
+                  },
+                  {
+                    "lat": 51.52254318308166,
+                    "lon": 5.106723645260149
+                  },
+                  {
+                    "lat": 51.52255457238102,
+                    "lon": 5.106708935636965
+                  },
+                  {
+                    "lat": 51.522578819809254,
+                    "lon": 5.106684795359374
+                  },
+                  {
+                    "lat": 51.52257754946131,
+                    "lon": 5.106627398312585
+                  },
+                  {
+                    "lat": 51.52255355650792,
+                    "lon": 5.10653289459396
+                  },
+                  {
+                    "lat": 51.522535449866744,
+                    "lon": 5.106505254895492
+                  },
+                  {
+                    "lat": 51.522500443462164,
+                    "lon": 5.106454723029222
+                  },
+                  {
+                    "lat": 51.522463172159874,
+                    "lon": 5.106351930025354
+                  },
+                  {
+                    "lat": 51.52242640014122,
+                    "lon": 5.106254955263986
+                  },
+                  {
+                    "lat": 51.522397322529635,
+                    "lon": 5.106202917385559
+                  },
+                  {
+                    "lat": 51.52237140650934,
+                    "lon": 5.106157358402255
+                  },
+                  {
+                    "lat": 51.52233185444236,
+                    "lon": 5.106081812621553
+                  },
+                  {
+                    "lat": 51.52229544584754,
+                    "lon": 5.106020166406785
+                  },
+                  {
+                    "lat": 51.522264161700974,
+                    "lon": 5.105970116470871
+                  },
+                  {
+                    "lat": 51.52222436001822,
+                    "lon": 5.105932827790525
+                  },
+                  {
+                    "lat": 51.522181865544155,
+                    "lon": 5.105874720804732
+                  },
+                  {
+                    "lat": 51.52216519490134,
+                    "lon": 5.105816367716489
+                  },
+                  {
+                    "lat": 51.522124167873734,
+                    "lon": 5.105725644918142
+                  },
+                  {
+                    "lat": 51.522076711445706,
+                    "lon": 5.105652569512528
+                  },
+                  {
+                    "lat": 51.522031118550345,
+                    "lon": 5.105580707458994
+                  },
+                  {
+                    "lat": 51.5219871550464,
+                    "lon": 5.105494959909549
+                  },
+                  {
+                    "lat": 51.52198243975307,
+                    "lon": 5.105462958645341
+                  },
+                  {
+                    "lat": 51.521976740653585,
+                    "lon": 5.105421828387962
+                  },
+                  {
+                    "lat": 51.52196461981747,
+                    "lon": 5.105349298229233
+                  },
+                  {
+                    "lat": 51.52192409877288,
+                    "lon": 5.105241181874569
+                  },
+                  {
+                    "lat": 51.521876311343384,
+                    "lon": 5.105168887413313
+                  },
+                  {
+                    "lat": 51.52178007393859,
+                    "lon": 5.10511480349734
+                  },
+                  {
+                    "lat": 51.521730025026706,
+                    "lon": 5.105099912832421
+                  },
+                  {
+                    "lat": 51.52169337952145,
+                    "lon": 5.105093007868443
+                  },
+                  {
+                    "lat": 51.521618080181945,
+                    "lon": 5.10509994433775
+                  },
+                  {
+                    "lat": 51.52155359449051,
+                    "lon": 5.105118167641029
+                  },
+                  {
+                    "lat": 51.52150161503334,
+                    "lon": 5.105163703925308
+                  },
+                  {
+                    "lat": 51.52146480648273,
+                    "lon": 5.105219606623709
+                  },
+                  {
+                    "lat": 51.521409166995916,
+                    "lon": 5.105268205579906
+                  },
+                  {
+                    "lat": 51.52137384047855,
+                    "lon": 5.105249146008356
+                  },
+                  {
+                    "lat": 51.52133547886056,
+                    "lon": 5.105190381149404
+                  },
+                  {
+                    "lat": 51.521278317106685,
+                    "lon": 5.1050886661349155
+                  },
+                  {
+                    "lat": 51.521222412774826,
+                    "lon": 5.105001467268567
+                  },
+                  {
+                    "lat": 51.52117292921022,
+                    "lon": 5.1048782653727285
+                  },
+                  {
+                    "lat": 51.52113108651323,
+                    "lon": 5.104796238725086
+                  },
+                  {
+                    "lat": 51.521092009144446,
+                    "lon": 5.104731513933846
+                  },
+                  {
+                    "lat": 51.52104071772762,
+                    "lon": 5.104615398425372
+                  },
+                  {
+                    "lat": 51.52096914962634,
+                    "lon": 5.104503774932001
+                  },
+                  {
+                    "lat": 51.52090340631993,
+                    "lon": 5.1043476802947465
+                  },
+                  {
+                    "lat": 51.52085607472697,
+                    "lon": 5.104196586500932
+                  },
+                  {
+                    "lat": 51.520853431944836,
+                    "lon": 5.104137154254309
+                  },
+                  {
+                    "lat": 51.52087855818065,
+                    "lon": 5.104034453884982
+                  },
+                  {
+                    "lat": 51.5208988661983,
+                    "lon": 5.10393908842911
+                  },
+                  {
+                    "lat": 51.52093354354925,
+                    "lon": 5.10384599633873
+                  },
+                  {
+                    "lat": 51.52096806397934,
+                    "lon": 5.103777183148935
+                  },
+                  {
+                    "lat": 51.520974358754174,
+                    "lon": 5.103744941264876
+                  },
+                  {
+                    "lat": 51.52097847968781,
+                    "lon": 5.103711805194425
+                  },
+                  {
+                    "lat": 51.52098037557564,
+                    "lon": 5.103678158523357
+                  },
+                  {
+                    "lat": 51.52098002935609,
+                    "lon": 5.1036443788615085
+                  },
+                  {
+                    "lat": 51.52097744016143,
+                    "lon": 5.103610849481653
+                  },
+                  {
+                    "lat": 51.520972643071126,
+                    "lon": 5.103577950550349
+                  },
+                  {
+                    "lat": 51.52096568754036,
+                    "lon": 5.103546059262369
+                  },
+                  {
+                    "lat": 51.520890525786925,
+                    "lon": 5.103413395083784
+                  },
+                  {
+                    "lat": 51.52085275973382,
+                    "lon": 5.103348562778576
+                  },
+                  {
+                    "lat": 51.52078607639992,
+                    "lon": 5.10330195025993
+                  },
+                  {
+                    "lat": 51.5207201265949,
+                    "lon": 5.103264986838847
+                  },
+                  {
+                    "lat": 51.520667961105666,
+                    "lon": 5.103215157347297
+                  },
+                  {
+                    "lat": 51.52061002394104,
+                    "lon": 5.103190837769088
+                  },
+                  {
+                    "lat": 51.520548115539654,
+                    "lon": 5.1031746404674205
+                  },
+                  {
+                    "lat": 51.520491565683606,
+                    "lon": 5.103140485951064
+                  },
+                  {
+                    "lat": 51.52042689657706,
+                    "lon": 5.103075736040209
+                  },
+                  {
+                    "lat": 51.520320080726286,
+                    "lon": 5.102952334746853
+                  },
+                  {
+                    "lat": 51.52026639023769,
+                    "lon": 5.102896435353918
+                  },
+                  {
+                    "lat": 51.52020448341411,
+                    "lon": 5.102843958954688
+                  },
+                  {
+                    "lat": 51.520136641187044,
+                    "lon": 5.102790309531074
+                  },
+                  {
+                    "lat": 51.520075822071654,
+                    "lon": 5.1027600438593534
+                  },
+                  {
+                    "lat": 51.52002106454314,
+                    "lon": 5.1027347975839294
+                  },
+                  {
+                    "lat": 51.519999232807706,
+                    "lon": 5.102738841577747
+                  },
+                  {
+                    "lat": 51.52000598593478,
+                    "lon": 5.102704104057583
+                  },
+                  {
+                    "lat": 51.52008724287133,
+                    "lon": 5.102479412765541
+                  },
+                  {
+                    "lat": 51.52028361417924,
+                    "lon": 5.102058843560132
+                  },
+                  {
+                    "lat": 51.52035264548656,
+                    "lon": 5.101935120249652
+                  },
+                  {
+                    "lat": 51.52038745194843,
+                    "lon": 5.10187273649432
+                  },
+                  {
+                    "lat": 51.52043515818498,
+                    "lon": 5.101787230145735
+                  },
+                  {
+                    "lat": 51.52055589820007,
+                    "lon": 5.101561554481895
+                  },
+                  {
+                    "lat": 51.520702481036054,
+                    "lon": 5.101370758980648
+                  },
+                  {
+                    "lat": 51.52098277780435,
+                    "lon": 5.101830278118237
+                  },
+                  {
+                    "lat": 51.52101117884543,
+                    "lon": 5.101876840656996
+                  },
+                  {
+                    "lat": 51.521011296188874,
+                    "lon": 5.101877041638
+                  },
+                  {
+                    "lat": 51.52184192448791,
+                    "lon": 5.103358541771805
+                  },
+                  {
+                    "lat": 51.52289665084309,
+                    "lon": 5.105291607078928
+                  },
+                  {
+                    "lat": 51.52334166764244,
+                    "lon": 5.106103798557666
+                  },
+                  {
+                    "lat": 51.52337418672672,
+                    "lon": 5.106162801722967
+                  },
+                  {
+                    "lat": 51.522949819839525,
+                    "lon": 5.106790358380919
+                  },
+                  {
+                    "lat": 51.52294331768479,
+                    "lon": 5.106834674356081
+                  },
+                  {
+                    "lat": 51.52293453893176,
+                    "lon": 5.10687796978589
+                  },
+                  {
+                    "lat": 51.522923543992,
+                    "lon": 5.106919947467284
+                  },
+                  {
+                    "lat": 51.522910409463336,
+                    "lon": 5.106960312980399
+                  },
+                  {
+                    "lat": 51.52289522815826,
+                    "lon": 5.106998786215343
+                  },
+                  {
+                    "lat": 51.52287810191923,
+                    "lon": 5.107035104298652
+                  },
+                  {
+                    "lat": 51.52286825785631,
+                    "lon": 5.107054740932586
+                  },
+                  {
+                    "lat": 51.52285794125721,
+                    "lon": 5.107073740711151
+                  },
+                  {
+                    "lat": 51.52284716464421,
+                    "lon": 5.107092077620926
+                  },
+                  {
+                    "lat": 51.522835947716466,
+                    "lon": 5.107109719840964
+                  },
+                  {
+                    "lat": 51.522824308395926,
+                    "lon": 5.107126644206639
+                  },
+                  {
+                    "lat": 51.522765263768456,
+                    "lon": 5.107217495776248
+                  },
+                  {
+                    "lat": 51.52273556000188,
+                    "lon": 5.107159048788692
+                  },
+                  {
+                    "lat": 51.522731324318585,
+                    "lon": 5.1071507032946
+                  },
+                  {
+                    "lat": 51.52268895069438,
+                    "lon": 5.107210300011081
+                  },
+                  {
+                    "lat": 51.52267757426284,
+                    "lon": 5.107196638373846
+                  },
+                  {
+                    "lat": 51.52267615694272,
+                    "lon": 5.107145322644293
+                  },
+                  {
+                    "lat": 51.52267464496657,
+                    "lon": 5.107110779444621
+                  },
+                  {
+                    "lat": 51.52266487424306,
+                    "lon": 5.107032008613312
+                  },
+                  {
+                    "lat": 51.52264484111833,
+                    "lon": 5.106950620996774
+                  },
+                  {
+                    "lat": 51.522599735740485,
+                    "lon": 5.106890554601486
+                  }
+                ]
+              },
+              "description": "Tijdens de autosafari rijd je door een groot bosgebied. In dit deel vind je edelherten, Schotse Hooglanders en Heckrunderen.",
+              "createdAt": "2022-10-05T12:41:49.494Z",
+              "updatedAt": "2022-10-05T12:43:19.666Z",
+              "publishedAt": "2022-10-05T12:41:49.448Z",
+              "tenantRef": "6n86mhCqqc6SWiC8cy62Oa",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 920,
+              "attributes": {
+                "name": "Schots hooglandrund",
+                "tenantRef": null,
+                "createdAt": "2023-07-19T12:14:55.918Z",
+                "updatedAt": "2023-08-02T10:12:41.997Z",
+                "publishedAt": "2023-07-19T12:14:59.069Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 132,
+              "attributes": {
+                "name": "Europees bos",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:35:28.882Z",
+                "updatedAt": "2023-07-19T12:17:48.983Z",
+                "publishedAt": "2023-02-15T08:35:30.929Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 6,
+              "attributes": {
+                "title": "Europees bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.52282609089278,
+                    "lon": 5.106487300559581
+                  },
+                  {
+                    "lat": 51.523108964829945,
+                    "lon": 5.10657715456158
+                  },
+                  {
+                    "lat": 51.522938740016336,
+                    "lon": 5.107025083467079
+                  },
+                  {
+                    "lat": 51.52277268676646,
+                    "lon": 5.10679307238727
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:16:40.777Z",
+                "updatedAt": "2023-07-10T07:43:19.666Z",
+                "publishedAt": "2023-01-13T07:16:43.547Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 291,
+              "attributes": {
+                "name": "Highland",
+                "subtitle": "Avec de très longues cornes",
+                "habitat": "Organisé dans le monde entier",
+                "food": "Feuilles, brindilles et herbe",
+                "age": "18 ans",
+                "weight": "400 à 800 kg",
+                "offspring": "10 mois",
+                "gestation": "1 petit",
+                "iucn": "Domestiqué",
+                "eep": false,
+                "description": "# Highland\n*Bos taurus taurus 'highland\"*\n\nLe highland est une race de bovin originaire d’Écosse et généralement de couleur rousse. Impossible de ne pas le reconnaître avec ses longs poils et ses cornes élancées.",
+                "bottomDescription": "## Gardien des forêts\nLes highlands sont des bovidés qui étaient autrefois élevés pour leur viande et leur lait. L'animal possède une fourrure bien chaude pour affronter le rude climat écossais, ce qui lui permet de survivre sans problème à l'extérieur. L'animal est donc essentiellement utilisé pour paître dans des zones naturelles. En mangeant les jeunes arbres, il permet de garder le paysage des landes bien ouvert. Un gardien des forêts à quatre pattes en quelque sorte !\n",
+                "createdAt": "2023-03-14T10:53:13.930Z",
+                "updatedAt": "2023-06-12T11:05:33.401Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6uSRB55KzSyKmGGIeKs4u8",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 195,
+              "attributes": {
+                "name": "Schottisches Hochlandrind",
+                "subtitle": "Mit sehr langen Hörnern",
+                "habitat": "Weltweit ausgetragen",
+                "food": "Blätter, Zweige und Gras",
+                "age": "18 Jahre",
+                "weight": "400 bis 800 kg",
+                "offspring": "10 Monate",
+                "gestation": "1 Junges",
+                "iucn": "Domestiziert",
+                "eep": false,
+                "description": "# Schottisches Hochlandrind\n*Bos taurus taurus 'highland\"*\n\nSchottische Hochlandrinder sind eine meist rotbraune Rinderrasse, die ursprünglich aus Schottland stammt. Mit ihren langen Haaren und langen Hörnern wirken sie sehr beeindruckend.",
+                "bottomDescription": "## Förster auf vier Füßen\nDas schottische Hochlandrind gehört zu den Rindern, die früher wegen ihres Fleischs und wegen der Milch gehalten wurden. Aber weil es für das nasskalte schottische Klima gezüchtet wurde, hat es auch ein herrlich warmes Fell. So können sich die Tiere sehr gut außerhalb des schützenden Stalls aufhalten. Daher werden die Tiere auch gerne eingesetzt, um in Naturschutzgebieten zu grasen. Sie fressen dort die nachwachsenden Bäume ab und halten somit beispielsweise ein offenes Heidegebiet instand. Eine Art Förster auf vier Füßen also!\n",
+                "createdAt": "2023-03-14T10:49:59.341Z",
+                "updatedAt": "2023-06-12T11:05:33.409Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6uSRB55KzSyKmGGIeKs4u8",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 99,
+              "attributes": {
+                "name": "Highland cattle",
+                "subtitle": "With very long horns",
+                "habitat": "Held worldwide",
+                "food": "Leaves, twigs and grass",
+                "age": "18 years",
+                "weight": "400 - 800 kg",
+                "offspring": "10 months",
+                "gestation": "1 young",
+                "iucn": "Domesticated",
+                "eep": false,
+                "description": "# Highland cattle\nThe Highland cattle is a Scottish cattle breed with long horns and a long coat. Their coat has a red, brown or black colour. ",
+                "bottomDescription": "## Park ranger\nHighland cattle used to be bred for their meat and milk, but breeding them in the inclement Scottish climate also led to them having a nice thick coat. This enables the animals to survive outside, albeit in a sheltered barn. Because of that, they are also used a lot for grazing in nature reserves. Eating saplings keeps heathlands nice and open, for example. They are a kind of four-footed park rangers!\n",
+                "createdAt": "2023-03-14T10:46:55.066Z",
+                "updatedAt": "2023-06-12T11:05:33.408Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6uSRB55KzSyKmGGIeKs4u8",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 8,
+      "attributes": {
+        "order": null,
+        "name": "Secretarisvogel",
+        "subtitle": "Een bijzondere manier van jagen",
+        "habitat": "Savannes ten zuiden van de Sahara",
+        "food": "Sprinkhanen, kevers, slangen, kikkers",
+        "age": "10 tot 20 jaar",
+        "weight": "2,5 tot 4,5 kilo",
+        "offspring": "1 tot 3 eieren",
+        "gestation": "6 tot 7 weken",
+        "iucn": "Kwetsbaar",
+        "eep": false,
+        "description": "# Secretarisvogel\n*Sagittarius serpentarius*\n\nDe secretarisvogel is een roofvogel. Hij heeft krachtige lange poten en een lange kuif van zwarte veren. De spanwijdte van de secretarisvogel is ongeveer 110 centimeter.\n\nNa 42 dagen is op 19 mei 2020 secretarisvogel Annet geboren. ",
+        "bottomDescription": "### Samen jagen\nSecretarisvogels hebben een typische manier van jagen. Ze wandelen rustig door het gras en als ze iets lekkers zien, dan wordt de prooi met een razendsnelle trap gedood. Bij het zien van een slang zijn ze extra voorzichtig. Dan vouwen ze de vleugels in een boog voor het lichaam als bescherming tegen een eventuele uitval van de slang. Zijn Latijnse naam betekent letterlijk: boogschutter der slangen. Ze geven natuurlijk de voorkeur aan minder gevaarlijke prooien, zoals insecten en hagedissen. Meestal jagen ze paarsgewijs. \n\n### Zachte afwerking\nZowel pap als mam bouwt aan het nest, maar ze verdelen de taken. Pap sleept de spullen aan en mam zorgt voor de afwerking. Het nest is een platvorm van takken met een doorsnede van 1 tot 2,5 meter en 30 tot 50 cm diep. De binnenkant werken ze af met zachte materialen, zoals gras, bladeren en vacht van andere dieren. Daarin leggen ze meestal 2 eieren. De kuikens kunnen na een maand goed op hun poten staan en na 2 maanden begint de vliegles. Dan duurt het nog een maand voordat ze het goed onder de knie hebben. Pas als ze een half jaar oud zijn kunnen ze goed genoeg jagen en zijn ze zelfstandig.",
+        "createdAt": "2022-10-05T11:28:32.873Z",
+        "updatedAt": "2024-09-18T13:40:30.195Z",
+        "publishedAt": "2022-10-05T11:28:32.866Z",
+        "tenantRef": "4k5HpirzzOUmiAw02Qgo8A",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1339,
+              "attributes": {
+                "name": "Safaripark-dieren-secretarisvogel.JPG",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_secretarisvogel_ca14654e26.JPG",
+                    "hash": "large_Safaripark_dieren_secretarisvogel_ca14654e26",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-secretarisvogel.JPG",
+                    "path": null,
+                    "size": 69.98,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_secretarisvogel_ca14654e26.JPG",
+                    "hash": "small_Safaripark_dieren_secretarisvogel_ca14654e26",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-secretarisvogel.JPG",
+                    "path": null,
+                    "size": 23.79,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_secretarisvogel_ca14654e26.JPG",
+                    "hash": "medium_Safaripark_dieren_secretarisvogel_ca14654e26",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-secretarisvogel.JPG",
+                    "path": null,
+                    "size": 44.95,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".JPG",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_secretarisvogel_ca14654e26.JPG",
+                    "hash": "thumbnail_Safaripark_dieren_secretarisvogel_ca14654e26",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-secretarisvogel.JPG",
+                    "path": null,
+                    "size": 7.37,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_secretarisvogel_ca14654e26",
+                "ext": ".JPG",
+                "mime": "image/jpeg",
+                "size": 161.41,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_secretarisvogel_ca14654e26.JPG",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:06:39.324Z",
+                "updatedAt": "2023-06-12T11:06:39.324Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 146,
+              "attributes": {
+                "name": "Secretarisvogel",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:01:45.639Z",
+                "updatedAt": "2024-10-10T15:13:12.756Z",
+                "publishedAt": "2023-02-15T09:01:47.630Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 297,
+              "attributes": {
+                "name": "Messager sagittaire",
+                "subtitle": "Une drôle de façon de chasser",
+                "habitat": "Savanes du sud du Sahara",
+                "food": "Sauterel.,coléopt.,serpents,grenouilles.",
+                "age": "10 à 20 ans",
+                "weight": "2,5 à 4,5 kg",
+                "offspring": "1 à 3 œuf(s)",
+                "gestation": "6 à 7 œufs",
+                "iucn": "Vulnérable",
+                "eep": false,
+                "description": "# Messager sagittaire\n*Sagittarius serpentarius*\n\nLe messager sagittaire est un rapace. Il a de longues pattes puissantes et une longue crête de plumes noires. L'envergure du messager sagittaire est d'environ 110 centimètres.\n\nAprès 42 jours, la secrétaire Bird Annet est née le 19 mai 2020.\n",
+                "bottomDescription": "### Chasser ensemble\nLes messagers sagittaires ont une façon typique de chasser. Ils se promènent tranquillement sur l'herbe et lorsqu'ils voient quelque chose d'appétissant, ils tuent leur proie d'un coup très rapide. Ils sont extrêmement prudents lorsqu'ils aperçoivent un serpent. Ils replient alors leurs ailes en arc de cercle devant eux pour se protéger d'une éventuelle attaque du reptile. Son nom latin signifie littéralement « archer des serpents ». Ils préfèrent évidemment des proies moins dangereuses, comme des insectes et des lézards. Ils chassent généralement par deux. \n\n### Finitions en douceur\nPapa et maman construisent le nid ensemble mais ils se répartissent les tâches. Papa apporte les matériaux et maman s'occupe des finitions. Le nid consiste en une plateforme de branches d'un diamètre de 1 à 2,5 mètres et d'une profondeur de 30 à 50 cm. Ils décorent l'intérieur avec des matériaux doux, comme de l'herbe, des feuilles ou des poils d'animaux. Le nid accueille en général 2 œufs. Les oisillons peuvent tenir debout sur leurs pattes après 1 mois et ils commencent à voler après 2 mois. Il leur faut encore 1 mois avant de bien maîtriser l'art de voler. À l'âge de 6 mois, ils peuvent chasser et ils sont donc indépendants.\n",
+                "createdAt": "2023-03-14T10:53:23.929Z",
+                "updatedAt": "2024-09-18T13:40:30.193Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4k5HpirzzOUmiAw02Qgo8A",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 201,
+              "attributes": {
+                "name": "Sekretär",
+                "subtitle": "Eine besondere Art des Jagens",
+                "habitat": "Savannen südlich der Sahara",
+                "food": "Heuschrecken, Käfer, Schlangen, Frösche",
+                "age": "10 bis 20 Jahre",
+                "weight": "2,5 bis 4,5 kg",
+                "offspring": "1 bis 3 Eier",
+                "gestation": "6 bis 7 Wochen",
+                "iucn": "Gefährdet",
+                "eep": false,
+                "description": "# Sekretär\n*Sagittarius serpentarius*\n\nDer Sekretär ist ein Raubvogel. Er hat kräftige lange Füße und lange, schwarze Schwanzfedern. Seine Spannweite beträgt etwa 110 cm.\n\nNach 42 Tagen wurde am 19. Mai 2020 der Sekretärvogel Annet geboren.",
+                "bottomDescription": "### Gemeinsam jagen\nSekretäre haben eine charakteristische Jagdmethode. Sie waten ruhig durchs Gras, und wenn sie etwas Leckeres sehen, wird diese Beute mit einem blitzschnellen Tritt getötet. Bei der Schlangenjagd sind sie besonders vorsichtig. Dann falten sie ihre Flügel bogenförmig vor den Körper und schützen sich so vor einem eventuellen Angriff der Schlange. Der lateinische Name dieses Vogels bedeutet in wörtlicher Übersetzung: Bogenschütze der Schlangen. Natürlich entscheiden sie sich lieber für eine weniger gefährliche Beute, wie beispielsweise Insekten und Eidechsen. Meistens jagen sie zu zweit. \n\n### Schön weich ausgebaut\nBeide Elternvögel bauen das Nest gemeinsam, aber mit verteilten Aufgaben. Der Papa schafft das Material herbei und die, Mama sorgt für den Zusammenbau. Das Nest ist eine Plattform aus Zweigen mit einem Durchschnitt von 1 bis 2,5 Meter und 30 bis 50 cm tief. Die Innenseite verkleiden sie mit weichem Material, wie z. B. Gras, Blätter und Haare von anderen Tieren. Meistens legen sie 2 Eier. Die Küken können nach einem Monat auf eigenen Füßen stehen und nach 2 Monaten lernen sie das Fliegen. Dann dauert es noch einen Monat, bis sie es gut beherrschen. Erst wenn sie ein halbes Jahr alt sind, können sie gut genug jagen und sind selbstständig.\n",
+                "createdAt": "2023-03-14T10:50:08.963Z",
+                "updatedAt": "2024-09-18T13:40:30.201Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4k5HpirzzOUmiAw02Qgo8A",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 105,
+              "attributes": {
+                "name": "Secretarybird",
+                "subtitle": "An unusual hunting method",
+                "habitat": "Savannas south of the Sahara",
+                "food": "Locusts, beetles, snakes, frogs",
+                "age": "10 to 20 years",
+                "weight": "2.5 to 4.5 kg",
+                "offspring": "1 to 3 eggs",
+                "gestation": "6 to 7 weeks",
+                "iucn": "Vulnerable",
+                "eep": false,
+                "description": "# Secretarybird\n*Sagittarius serpentarius*\n\nThe secretarybird is a bird of prey. It has long, powerful legs and a long crest of black feathers. The wingspan of the secretary bird is about 110 centimetres.\n\nAfter 42 days, secretary bird Annet was born on 19 May 2020.",
+                "bottomDescription": "### Hunting together\nSecretary birds have a characteristic manner of hunting. They walk quietly through the grass and if they see something tasty, they kill their prey with a lightning-fast kick. At the sight of a snake, they are extra cautious, folding their wings into a bow in front of their body as a protection against a possible strike by the snake. The bird's Latin name literally means 'snake archer'. They naturally prefer less dangerous prey, such as insects and lizards. They usually hunt in pairs. \n\n### Soft finish\nMum and dad both help build the nest, but they divide the tasks between them. Dad supplies the materials for the nest and mum takes care of the finish. The nest is a platform of branches with a diameter of between 1 and 2.5 metres and some 30 to 50 cm deep. They finish the interior with soft materials such as grass, leaves and fur from other animals. They usually lay 2 eggs. After a month, the chicks are steady on their feet, and after 2 months flying lessons begin. It then takes another month before they really get the hang of it. Only when they are six months old are they good enough at hunting to be independent.\n",
+                "createdAt": "2023-03-14T10:47:04.895Z",
+                "updatedAt": "2024-09-18T13:40:30.134Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4k5HpirzzOUmiAw02Qgo8A",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 12,
+      "attributes": {
+        "order": null,
+        "name": "Sitatoenga",
+        "subtitle": "Onverwacht goede zwemmers",
+        "habitat": "Natte gebieden in het midden van Afrika",
+        "food": "Moerasgrassen, bladeren en bloemen",
+        "age": "20 jaar",
+        "weight": "40 tot 120 kilo",
+        "offspring": "1 jong",
+        "gestation": "7 maanden",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Sitatoenga\n*Tragelaphus spekii gratus*\n\nDe sitatoenga is een schuwe diersoort, die zich meestal goed schuil houdt. De mannetjes en de vrouwtjes verschillen qua uiterlijk van elkaar. Het mannetje is een stuk groter dan het vrouwtje en heeft een donkerdere kleur vacht. Ook hebben enkel de mannetjes hoorns. \n",
+        "bottomDescription": "### Tenen wijd!\nSitatoenga's verblijven het liefst in moerasgebieden waar het hele jaar voldoende voedsel voor ze is. Hun lichaam is hierop aangepast. Door de lange en wijd-uitstaande hoeven zakken ze minder snel weg in de drassige ondergrond. Ze eten voornamelijk grassen van de bodem van het moeras. Bij het grazen steken ze hun kop en nek soms volledig in het water. Sitatoenga's zijn overigens goede zwemmers. Bij het zwemmen houden ze alleen de neusgaten boven water.\n\n### Verstoppertje\nDe witte strepen op hun bruine vacht geven de sitatoenga's een goede schutkleur in hun leefgebied. Worden ze toch opgemerkt en achterna gezeten door bijvoorbeeld leeuwen of Afrikaanse wilde honden, dan zullen ze al snel het water in vluchten. Daar zijn ze veilig voor deze vijanden. Stropers zetten vaak honden in om sitatoenga's het water in te jagen. Vanuit een boot is het dier dan een makkelijke prooi voor de stroper.",
+        "createdAt": "2022-10-05T11:28:34.334Z",
+        "updatedAt": "2024-09-18T13:39:28.695Z",
+        "publishedAt": "2022-10-05T11:28:34.329Z",
+        "tenantRef": "3uqO35lX56usc80akUIqoo",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1340,
+              "attributes": {
+                "name": "Safaripark-dieren-sitatoenga.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 644,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_sitatoenga_c4d1bc35fd.jpg",
+                    "hash": "large_Safaripark_dieren_sitatoenga_c4d1bc35fd",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-sitatoenga.jpg",
+                    "path": null,
+                    "size": 131.93,
+                    "width": 1000,
+                    "height": 629
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_sitatoenga_c4d1bc35fd.jpg",
+                    "hash": "small_Safaripark_dieren_sitatoenga_c4d1bc35fd",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-sitatoenga.jpg",
+                    "path": null,
+                    "size": 36.29,
+                    "width": 500,
+                    "height": 314
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_sitatoenga_c4d1bc35fd.jpg",
+                    "hash": "medium_Safaripark_dieren_sitatoenga_c4d1bc35fd",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-sitatoenga.jpg",
+                    "path": null,
+                    "size": 76.21,
+                    "width": 750,
+                    "height": 472
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_sitatoenga_c4d1bc35fd.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_sitatoenga_c4d1bc35fd",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-sitatoenga.jpg",
+                    "path": null,
+                    "size": 10.24,
+                    "width": 245,
+                    "height": 154
+                  }
+                },
+                "hash": "Safaripark_dieren_sitatoenga_c4d1bc35fd",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 280.77,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_sitatoenga_c4d1bc35fd.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:07:45.211Z",
+                "updatedAt": "2023-06-12T11:07:45.211Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 909,
+              "attributes": {
+                "name": "Sitatoenga (bij okapi's)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:52:08.826Z",
+                "updatedAt": "2024-09-20T10:03:03.676Z",
+                "publishedAt": "2023-07-13T08:52:11.319Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 910,
+              "attributes": {
+                "name": "Sitatoenga (tegenover lippenbeer)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:54:59.296Z",
+                "updatedAt": "2024-09-20T10:04:11.518Z",
+                "publishedAt": "2023-07-13T08:55:02.438Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 918,
+              "attributes": {
+                "name": "Sitatoenga (bij nijlpaarden)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:16:13.400Z",
+                "updatedAt": "2024-09-20T10:05:15.451Z",
+                "publishedAt": "2023-07-13T09:16:18.082Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 127,
+              "attributes": {
+                "name": "Bosgebied",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:26:40.601Z",
+                "updatedAt": "2023-05-09T06:58:31.190Z",
+                "publishedAt": "2023-02-15T08:26:43.331Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 10,
+              "attributes": {
+                "title": "Bosgebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.514771417441935,
+                    "lon": 5.101440351235738
+                  },
+                  {
+                    "lat": 51.51471800387011,
+                    "lon": 5.101671021211018
+                  },
+                  {
+                    "lat": 51.51461037057997,
+                    "lon": 5.1017847131590965
+                  },
+                  {
+                    "lat": 51.51435912981026,
+                    "lon": 5.101515453088137
+                  },
+                  {
+                    "lat": 51.51446929610147,
+                    "lon": 5.10111312173586
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:24:34.757Z",
+                "updatedAt": "2023-07-10T07:11:04.934Z",
+                "publishedAt": "2023-01-13T07:25:18.443Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 301,
+              "attributes": {
+                "name": "Sitatunga",
+                "subtitle": "Excellents nageurs",
+                "habitat": "Zones humides au centre de l'Afrique",
+                "food": "Herbes des marais, feuilles et fleurs",
+                "age": "20 ans",
+                "weight": "40 à 120 kg",
+                "offspring": "1 petit",
+                "gestation": "7 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": true,
+                "description": "# Sitatunga\n*Tragelaphus spekii gratus*\n\nLe sitatunga est un animal farouche qui reste généralement caché. Les mâles et les femelles diffèrent en apparence. Le mâle est un peu plus grand que la femelle et il a un pelage plus foncé. Les mâles sont également les seuls à avoir des cornes. \n",
+                "bottomDescription": "### Orteils écartés !\nLes sitatungas préfèrent rester dans les zones marécageuses où ils trouvent de la nourriture toute l'année. Ils sont tout à fait adaptés à vivre dans cet environnement. Leurs longs sabots longs et largement écartés les empêchent de s'enfoncer dans les sols marécageux. Ils se nourrissent principalement d'herbes des sols marécageux. Lorsqu'ils broutent, ils enfoncent parfois toute leur tête et leur cou dans l'eau. Les sitatungas sont d'ailleurs d'excellents nageurs. Lorsqu'ils nagent, il n'y a que leurs narines qui restent hors de l'eau.\n\n### Jeu de cache-cache\nLes bandes blanches de leur pelage brun leur permettent de bien se camoufler dans leur habitat naturel. S'ils sont repérés et chassés par des lions ou des chiens sauvages africains, ils courent vite se réfugier dans l'eau, où ils seront à l'abri des prédateurs. Mais les braconniers dressent souvent leurs chiens pour chasser les sitatungas dans l'eau. L'animal est une proie facile pour les braconniers qui se déplacent en bateau.\n",
+                "createdAt": "2023-03-14T10:53:30.408Z",
+                "updatedAt": "2024-09-18T13:39:28.696Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3uqO35lX56usc80akUIqoo",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 205,
+              "attributes": {
+                "name": "Sumpfantilope",
+                "subtitle": "Unerwartet gute Schwimmer",
+                "habitat": "Feuchtgebiete mitten in Afrika",
+                "food": "Sumpfgräser, Blätter und Blumen",
+                "age": "20 Jahre",
+                "weight": "40 bis 120 kg",
+                "offspring": "1 Junges",
+                "gestation": "7 Monate",
+                "iucn": "Gesichert",
+                "eep": true,
+                "description": "# Sumpfantilope\n*Tragelaphus spekii gratus*\n\nDie Sumpfantilope sind eine scheue Tierart, die sich meist gut versteckt hält. Männchen und Weibchen unterscheiden sich im Aussehen deutlich. Das Männchen ist etwas größer als das Weibchen und hat ein dunkleres Fell. Nur die Männchen tragen Hörner. \n",
+                "bottomDescription": "### Zehen weit!\nSitatungas halten sich am liebsten in Sumpfgebieten auf, wo es das ganze Jahr ausreichend Futter für sie gibt. Ihr Körper ist dieser Umgebung angepasst. Durch die langen und weit gespreizten Hufe sinken sie weniger schnell in den moorigen Boden ein. Sie fressen hauptsächlich Gräser, die im Sumpf wachsen. Beim Grasen stecken sie ihren Kopf und Hals manchmal ganz ins Wasser. Sitatungas sind auch gute Schwimmer. Beim Schwimmen halten sie nur die Nasenlöcher über Wasser.\n\n### Versteckspiel\nDurch die weißen Streifen auf ihrem braunen Fell sind die Sitatungas in ihrem Lebensraum gut getarnt. Werden sie dennoch entdeckt und beispielsweise von einem Löwen oder Afrikanischen Wildhund verfolgt, flüchten sie sich schnell ins Wasser. Dort sind sie vor Feinden sicher. Wilderer setzen oft Hunde ein, um die Sitatungas ins Wasser zu jagen. Aus einem Boot heraus ist das Tier dann eine leichte Beute für Wilderer.\n",
+                "createdAt": "2023-03-14T10:50:15.311Z",
+                "updatedAt": "2024-09-18T13:39:28.654Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3uqO35lX56usc80akUIqoo",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 109,
+              "attributes": {
+                "name": "Sitatunga",
+                "subtitle": "Exceptionally good swimmers",
+                "habitat": "Wet areas in the middle of Africa",
+                "food": "Marsh grasses, leaves and flowers",
+                "age": "20 years",
+                "weight": "40 to 120 kg",
+                "offspring": "1 young",
+                "gestation": "7 months",
+                "iucn": "Least concern",
+                "eep": true,
+                "description": "# Sitatunga\n*Tragelaphus spekii gratus *\n\nThe sitatunga is a shy animal which usually stays well hidden. The males and females differ visibly from each other. The male is a lot bigger than the female and has a darker coat. Furthermore only the males have horns. ",
+                "bottomDescription": "### Toes wide apart\nSitatungas prefer to stay in wetlands where there is enough food for them all year round. Their body has adjusted accordingly. Because of their long, broad hooves, they are less likely to sink into the swampy ground. They mainly eat grasses from the bottom of the marsh. When grazing, they sometimes stick their head and neck completely into the water. Sitatungas are good swimmers. When swimming, they keep only their nostrils above water.\n\n### Hide and seek\nThe white stripes on their brown coat provide the sitatungas with good camouflage in their habitat. If they are spotted and chased by predators such as lions or African wild dogs, they quickly flee into the water, where they are safe from these enemies. Poachers often use dogs to drive sitatungas into the water. From a boat the animal is then an easy prey for the poacher.",
+                "createdAt": "2023-03-14T10:47:11.182Z",
+                "updatedAt": "2024-09-18T13:39:28.697Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3uqO35lX56usc80akUIqoo",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 69,
+      "attributes": {
+        "order": null,
+        "name": "Springbok",
+        "subtitle": "Het nationale dier van Zuid-Afrika",
+        "habitat": "Open vlaktes in zuidelijk Afrika",
+        "food": "Bladeren, gras en wortels",
+        "age": "20 jaar",
+        "weight": "35 - 50 kg",
+        "offspring": "1 jong",
+        "gestation": "5,5 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Springbok\n*Antidorcas marsupialis*\n\nDe springbok is een middelgrote antilopensoort. Hij dankt zijn naam aan de hoge sprongen die hij kan maken. Hij is het nationale dier van Zuid-Afrika.",
+        "bottomDescription": "### Verstoppertje spelen\nSpringbokken kunnen het hele jaar door jongen krijgen. De meeste jongen worden wel geboren in het regenseizoen. Dan is er ook het meeste eten te vinden. Als een springbok wordt geboren, loopt hij niet direct met zijn moeder mee. De eerste paar weken blijft een jong goed verstopt liggen. Hij beweegt zich niet, totdat moeder hem weer melk komt geven. Soms verstopt moeder hem daarna weer op een andere plaats. Zo is de kans dat het jong wordt gevonden door een roofdier erg klein. Na ongeveer een maand gaat de jonge springbok met zijn moeder mee. \n\n### Kijk eens hoe gezond!\nSpringbokken hebben hun naam niet voor niets. Als er gevaar dreigt, springen deze dier met vier poten tegelijk de lucht in. Ze kunnen wel tot 3,5 meter hoog springen. Dit doen ze om aan roofdieren te laten zien hoe fit en gezond ze zijn. Roofdieren die op jacht gaan, kiezen het liefst voor de makkelijkste prooi. Een springbok die hoger kan springen dan zijn buurman laat daarmee zien dat hij niet het makkelijkst is om te vangen. Een roofdier zou dan eerder achter een ander dier aangaan. ",
+        "createdAt": "2022-10-05T11:28:56.214Z",
+        "updatedAt": "2023-06-12T11:09:15.347Z",
+        "publishedAt": "2022-10-05T11:28:56.210Z",
+        "tenantRef": "4bgyl1dQc8kQmIwQoE4ySM",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1341,
+              "attributes": {
+                "name": "Safaripark-dieren-springbok.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_springbok_39d7a2c1dd.jpg",
+                    "hash": "large_Safaripark_dieren_springbok_39d7a2c1dd",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-springbok.jpg",
+                    "path": null,
+                    "size": 170.68,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_springbok_39d7a2c1dd.jpg",
+                    "hash": "small_Safaripark_dieren_springbok_39d7a2c1dd",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-springbok.jpg",
+                    "path": null,
+                    "size": 50.23,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_springbok_39d7a2c1dd.jpg",
+                    "hash": "medium_Safaripark_dieren_springbok_39d7a2c1dd",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-springbok.jpg",
+                    "path": null,
+                    "size": 104.28,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_springbok_39d7a2c1dd.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_springbok_39d7a2c1dd",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-springbok.jpg",
+                    "path": null,
+                    "size": 11.92,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_springbok_39d7a2c1dd",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 329.36,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_springbok_39d7a2c1dd.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:09:10.734Z",
+                "updatedAt": "2023-06-12T11:09:10.734Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 931,
+              "attributes": {
+                "name": "Springbok",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:49:51.877Z",
+                "updatedAt": "2023-07-31T11:10:55.684Z",
+                "publishedAt": "2023-07-25T12:49:54.763Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "Neushoornvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:50:31.578Z",
+                "updatedAt": "2023-05-09T06:58:34.132Z",
+                "publishedAt": "2023-02-15T08:50:33.336Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 5,
+              "attributes": {
+                "title": "De neushoornvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.52133659294614,
+                    "lon": 5.107711728974891
+                  },
+                  {
+                    "lat": 51.52144340450445,
+                    "lon": 5.107883390351844
+                  },
+                  {
+                    "lat": 51.52117908651664,
+                    "lon": 5.108998246057905
+                  },
+                  {
+                    "lat": 51.52100948099042,
+                    "lon": 5.108596857949794
+                  },
+                  {
+                    "lat": 51.5211646925685,
+                    "lon": 5.10787266151577
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:15:41.735Z",
+                "updatedAt": "2023-07-10T07:19:13.882Z",
+                "publishedAt": "2023-01-13T07:15:44.748Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 358,
+              "attributes": {
+                "name": "Springbok",
+                "subtitle": "L'animal national d'Afrique du sud",
+                "habitat": "Grandes plaines en Afrique du Sud",
+                "food": "Feuilles, herbe et racines",
+                "age": "20 ans",
+                "weight": "35 – 50 kg",
+                "offspring": "1 petit",
+                "gestation": "5,5 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Springbok\n*Antidorcas marsupialis*\n\nLe springbok est une sorte d'antilope de taille moyenne. Il doit son nom, dérivé de l'Afrikaans, aux sauts élevés qu'il est capable de faire. C'est l'animal national d'Afrique du sud.\n",
+                "bottomDescription": "### Jeu de cache-cache\nLes springboks peuvent se reproduire tout au long de l'année. La plupart des petits naissent à la saison des pluies, lorsque la nourriture est plus abondante. À sa naissance, le springbok ne suit pas directement sa mère. Les premières semaines, le petit reste bien à l'abri. Il ne bouge pas jusqu'à ce que sa mère vienne l'allaiter. Sa mère le change parfois de cachette. Cela réduit les risques que le petit soit découvert par un prédateur. Après environ un mois, le jeune springbok accompagne sa mère. \n\n### Quelle vitalité !\n« Spring » signifiant « saut » en anglais, les springboks ne s'appellent pas comme ça pour rien. En effet, en cas de danger, l'animal fait un grand bond avec les quatre pattes tendues simultanément. Il peut sauter jusqu'à 3,5 mètres de haut. Il exécute ce bond pour montrer aux prédateurs toute sa force et sa vitalité. Quand les prédateurs partent en chasse, ils optent souvent pour les proies les plus faciles. Un springbok qui saute plus haut que son prédateur montre qu'il ne sera pas une proie facile à attraper. Un prédateur préfèrera alors se rabattre sur un autre animal.\n",
+                "createdAt": "2023-03-14T10:55:03.030Z",
+                "updatedAt": "2023-06-12T11:09:15.651Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4bgyl1dQc8kQmIwQoE4ySM",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 262,
+              "attributes": {
+                "name": "Springbock",
+                "subtitle": "Das Symboltier von Südafrika",
+                "habitat": "Offene Flächen im südlichen Afrika",
+                "food": "Blätter, Gras und Wurzeln",
+                "age": "20 Jahre",
+                "weight": "35 – 50 kg",
+                "offspring": "1 Junges",
+                "gestation": "5,5 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Springbock\n*Antidorcas marsupialis*\n\nDer Springbock ist eine mittelgroße Antilopenart. Seinen Namen verdankt er den hohen Sprüngen, die er gerne macht. Er ist das Nationalsymbol von Südafrika.\n",
+                "bottomDescription": "### Versteckspielen\nSpringböcke können während des ganzen Jahres Junge bekommen. Die meisten Jungen werden aber während der Regenzeit geboren. Dann finden sie auch am meisten zu fressen. Wird ein Springbock geboren, läuft er nicht sofort neben seiner Mutter her. In den ersten Wochen bleibt das Junge gut versteckt liegen. Es bewegt sich nicht, bis die Mutter wieder vorbeikommt, um Milch zu geben. Manchmal versteckt die Mutter es danach wieder an einer anderen Stelle. So ist das Risiko, dass das Junge von einem Raubtier gefunden wird, sehr gering. Nach etwa einem Monat läuft der junge Springbock dann mit seiner Mutter mit. \n\n### Ich bin fit!\nSpringböcke tragen ihren Namen nicht umsonst. Wenn ihnen Gefahr droht, springen sie mit allen vier Füßen gleichzeitig in die Luft. Sie können so bis 3,5 Meter hoch springen. Das tun sie, um dem Raubtier zu zeigen, wie fit und gesund sie sind. Raubtiere, die auf der Jagd sind, entscheiden sich am liebsten für eine leichte Beute. Ein Springbock, der höher springen kann als sein Nachbar, lässt damit erkennen, dass er nicht die leichteste Beute ist. Ein Raubtier wird dann lieber einem anderen Tier nachstellen.\n",
+                "createdAt": "2023-03-14T10:51:48.743Z",
+                "updatedAt": "2023-06-12T11:09:15.661Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4bgyl1dQc8kQmIwQoE4ySM",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 166,
+              "attributes": {
+                "name": "Springbok",
+                "subtitle": "The national animal of South Africa",
+                "habitat": "Open plains of southern Africa",
+                "food": "Leaves, grass and roots",
+                "age": "20 years",
+                "weight": "35 - 50 kg",
+                "offspring": "1 young",
+                "gestation": "5.5 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Springbok\n*Antidorcas marsupialis*\n\nThe springbok is a medium-sized antelope species. It gets its name from the high jumps it is able to make. It is the national animal of South Africa.\n\n\n \n",
+                "bottomDescription": "### Playing hide and seek\nSpringboks can bear young all year round. Most of the young are, however, born in the rainy season, which is when the food supply is most plentiful. When a springbok is born, it doesn’t accompany its mother immediately. For the first few weeks of its life, the baby springbok remains hidden. It doesn’t move until its mother returns to give it milk. Afterwards, the mother may hide it in a different spot. This minimises the risk of the baby springbok being found by a predator. After about a month, the springbok accompanies its mother. \n\n### Strong and vigorous!\nThey are not called springboks for nothing. If there is a threat of danger, this animal jumps into the air with all four legs simultaneously. They can jump up to a height of 3.5 metres. They do this in order to show predators how strong and vigorous they are. Hunting predators tend to seek out the easiest prey. A springbok that can jump higher than its neighbour demonstrates that it will be hard to catch. This persuades the predator to target a different animal.",
+                "createdAt": "2023-03-14T10:48:43.390Z",
+                "updatedAt": "2023-06-12T11:09:15.664Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4bgyl1dQc8kQmIwQoE4ySM",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 39,
+      "attributes": {
+        "order": null,
+        "name": "Stokstaartje",
+        "subtitle": "Het aardmannetje  ",
+        "habitat": "Open graslanden in het zuiden van Afrika",
+        "food": "Insecten, kleine dieren, ei en planten",
+        "age": "12 tot 15 jaar ",
+        "weight": "5 tot 7 kg",
+        "offspring": "2 tot 5 jongen ",
+        "gestation": "11 weken",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Stokstaartje\n*Suricata suricatta*\n\nHet stokstaartje is een klein roofdier dat tot de mangoesten behoort. Hij wordt ook wel \"aardmannetje\" genoemd. In het Afrikaans en het Engels worden de stokstaartjes “meerkat”genoemd. ",
+        "bottomDescription": "### Een huis onder de grond\nStokstaartjes zijn hele goede gravers. Ze graven gangen en holen waarin ze slapen en waar ze schuilen als er gevaar is. Die gangen en holen bij elkaar noem je een burcht. De burcht van een groep stokstaartjes is vaak zo’n vijf meter breed, anderhalve meter diep en bestaat uit ongeveer 15 gangen. Onder de grond is er een slaapkamer, een kraamkamer en zelfs een toiletkamer. \n\n### Op de uitkijk\nTijdens het zoeken naar eten is het belangrijk dat er geen roofdieren in de buurt komen. Daarom staat er altijd één stokstaartje op de uitkijk. Ze kiezen er voor om op een hoge plek te staan en daar op de achterpoten de omgeving af te speuren. Als er gevaar dreigt maakt het stokstaartje een waarschuwend geluid en kunnen alle stokstaartjes een veilige plek zoeken. Het stokstaartje dat op de uitkijk zit wordt na ongeveer een uur afgewisseld. ",
+        "createdAt": "2022-10-05T11:28:44.811Z",
+        "updatedAt": "2024-09-26T06:25:59.911Z",
+        "publishedAt": "2022-10-05T11:28:44.803Z",
+        "tenantRef": "1mpVhgs1DyIeEyqMsUuwEm",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 439,
+              "attributes": {
+                "name": "Dieren-030.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 4486,
+                "height": 2991,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Dieren_030_9d97b4a7b3.jpg",
+                    "hash": "large_Dieren_030_9d97b4a7b3",
+                    "mime": "image/jpeg",
+                    "name": "large_Dieren-030.jpg",
+                    "path": null,
+                    "size": 154.33,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Dieren_030_9d97b4a7b3.jpg",
+                    "hash": "small_Dieren_030_9d97b4a7b3",
+                    "mime": "image/jpeg",
+                    "name": "small_Dieren-030.jpg",
+                    "path": null,
+                    "size": 46.2,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Dieren_030_9d97b4a7b3.jpg",
+                    "hash": "medium_Dieren_030_9d97b4a7b3",
+                    "mime": "image/jpeg",
+                    "name": "medium_Dieren-030.jpg",
+                    "path": null,
+                    "size": 92.69,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Dieren_030_9d97b4a7b3.jpg",
+                    "hash": "thumbnail_Dieren_030_9d97b4a7b3",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Dieren-030.jpg",
+                    "path": null,
+                    "size": 11.8,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Dieren_030_9d97b4a7b3",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 8388.9,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Dieren_030_9d97b4a7b3.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:28:54.443Z",
+                "updatedAt": "2022-10-05T09:28:54.443Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 91,
+              "attributes": {
+                "name": "Stokstaartje",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:20:29.714Z",
+                "updatedAt": "2024-09-20T10:07:07.214Z",
+                "publishedAt": "2023-02-14T19:20:31.786Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 328,
+              "attributes": {
+                "name": "Suricate",
+                "subtitle": "Sentinelle du désert ",
+                "habitat": "Régions boisées du sud de l'Afrique",
+                "food": "Insectes, petits animaux, œufs, plantes",
+                "age": "12 à 15 ans",
+                "weight": "5 à 7 kg",
+                "offspring": "2 à 5 petits",
+                "gestation": "11 semaines",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Suricate\n*Suricata suricatta*\n\nLe suricate est un petit carnassier qui appartient à la famille des mangoustes. On le surnomme « sentinelle du désert ». En Afrikaans et en anglais, le suricate s'appelle un « meerkat » (= chat de lac).  \n",
+                "bottomDescription": "### Une maison sous terre\nLes suricates sont doués pour creuser. Ils creusent des couloirs et des terriers dans lesquels ils dorment et se cachent en cas de danger. Ces terriers reliés par des couloirs forment un labyrinthe. Le labyrinthe d'un groupe de suricates mesure généralement 5 mètres de large, 1,5 mètre de profondeur et compte environ 15 couloirs. On y trouve une chambre, une nurserie et même un espace pour la toilette ! \n\n### À l'affût\nPendant que le groupe se met en quête de nourriture, il est important qu'il n'y ait pas de prédateurs dans les parages. C'est pour cela qu'il y a toujours un suricate qui fait le guet. Il choisit un lieu en hauteur, se dresse sur ses pattes arrière et scrute l'horizon. En cas de danger, le suricate émet un son pour avertir ses congénères qui peuvent alors se mettre à l'abri. Le suricate qui monte la garde est relayé toutes les heures.\n",
+                "createdAt": "2023-03-14T10:54:13.695Z",
+                "updatedAt": "2024-09-26T06:25:59.953Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1mpVhgs1DyIeEyqMsUuwEm",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 232,
+              "attributes": {
+                "name": "Erdmännchen",
+                "subtitle": "Das Erdmännchen ",
+                "habitat": "Offene Ländereien im Süden Afrikas",
+                "food": "Insekten, kleine Tiere, Eier, Pflanzen",
+                "age": "12 bis 15 Jahre",
+                "weight": "5 bis 7 kg",
+                "offspring": "2 bis 5 Junge",
+                "gestation": "11 Wochen",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Erdmännchen\n*Suricata suricatta*\n\nDas Erdmännchen ist ein kleines Raubtier, das zu den Mangusten gehört. Nur bei uns nennt man es Erdmännchen. Auf Afrikaans und im Englischen heißt es dagegen „Meerkatze“.  \n",
+                "bottomDescription": "### Ein Zuhause unter der Erde\nErdmännchen können sehr gut graben. Sie graben Gänge und Löcher, in denen sie schlafen und sich verstecken, wenn ihnen Gefahr droht. Diese Gänge und Löcher bilden zusammen eine sogenannte Burg. Die Burg einer Erdmännchen-Gruppe ist oft ca. fünf Meter breit, anderthalb Meter tief und besteht aus etwa 15 Gängen. Unter der Erde befindet sich eine Schlafkammer, eine Geburtskammer und sogar eine Toilettenkammer. \n\n### Auf dem Ausblick\nWenn die Tiere Nahrung suchen, ist es wichtig, dass sich keine Raubtiere anschleichen. Deshalb hält immer ein Erdmännchen aufmerksam Wache. Es steht am liebsten an einer erhöhten Stelle auf den Hinterbeinen, um die Umgebung zu sichten. Droht eine Gefahr, gibt das Erdmännchen ein Warnsignal ab, damit alle Erdmännchen einen sicheren Platz aufsuchen. Das Erdmännchen, das Wache hält, wird nach etwa einer Stunde abgelöst.\n",
+                "createdAt": "2023-03-14T10:50:59.307Z",
+                "updatedAt": "2024-09-26T06:25:59.955Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1mpVhgs1DyIeEyqMsUuwEm",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 136,
+              "attributes": {
+                "name": "Meerkat",
+                "subtitle": "Earthman",
+                "habitat": "Open grasslands of southern Africa",
+                "food": "Insects, small animals, eggs and plants",
+                "age": "12 to 15 years",
+                "weight": "5 to 7 kg",
+                "offspring": "2 to 5 young",
+                "gestation": "11 weeks",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Meerkat\n*Suricata suricatta*\n\nThe meerkat is a small predator that belongs to the mongoose family. In Afrikaans it is sometimes called the aardmannetje (earthman), but the name meerkat in used in both Afrikaans and English.\n\nAfter a gestation period of 10 weeks, three meerkats were born in the Safari Park. They were born on July 13, 2020.",
+                "bottomDescription": "### Underground home\nMeerkats are very good diggers. They dig tunnels and burrows in which they sleep and where they hide if there is any danger. Meerkats live together in these strongholds in mobs, or clans. A meerkat stronghold is often about five metres wide, one and half metres deep and consists of approximately 15 tunnels. There is a bedroom, a nursery and even a toilet. \n\n### On the lookout\nWhile looking for food, it is important that no predators come close. That is why there is always one meerkat on the lookout. From an elevated position, it stands on its hind legs and scans the surroundings. If there is a threat of danger, the meerkat makes a warning sound so that the other meerkats can look for a safe place. The meerkat serving as lookout is relieved after about an hour.\n",
+                "createdAt": "2023-03-14T10:47:55.156Z",
+                "updatedAt": "2024-09-26T06:25:59.954Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1mpVhgs1DyIeEyqMsUuwEm",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 68,
+      "attributes": {
+        "order": null,
+        "name": "Struisvogel",
+        "subtitle": "De zwaarste vogel ter wereld ",
+        "habitat": "Savanne en droge gebieden in de Sahara",
+        "food": "Zaden van grassen, insecten en soms aas",
+        "age": "50 jaar",
+        "weight": "90 - 150 kg",
+        "offspring": "5 tot 10 eieren per jaar",
+        "gestation": "40 - 46 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Struisvogel\n*Struthio camelus*\n\nDe struisvogel is de snelste loopvogel en het snelste landdier op twee poten. Ze kunnen een half uur lang een snelheid van 50 km/u volhouden.",
+        "bottomDescription": "### Kale kont\nSoms leven struisvogels in het wild in koppeltjes, maar meestal leven ze in een groep. In zo’n groep hebben de vrouwtjes een rangorde. Er is één vrouwtje die het hoogst in rang staat. Zij is de baas over alle andere vrouwtjes in de groep. Als je wilt zien wie de baas is, dan moet je naar de achterkant van een struisvogel kijken. De vrouwtjes pikken namelijk elkaar veren uit de kont. Hoe lager een vrouwtje in rang staat, hoe kaler haar kont is. \n\n### Recordhouders\nStruisvogels zijn bijzondere dieren. Ze zijn echte recordhouders. Struisvogels zijn namelijk de grootste en de zwaarste vogels te wereld, ze leggen de grootste eieren en hebben de allergrootste ogen van alle landdieren. Het oog van een struisvogel is vijf centimeter in doorsnede. Helaas is er met zulke grote ogen niet veel ruimte voor hersenen. De hersenen van een struisvogel zijn kleiner dan één oog.",
+        "createdAt": "2022-10-05T11:28:55.851Z",
+        "updatedAt": "2023-06-12T11:11:57.157Z",
+        "publishedAt": "2022-10-05T11:28:55.848Z",
+        "tenantRef": "30aE4XpUrSgI0aUEQGQiOM",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1343,
+              "attributes": {
+                "name": "Safaripark-dieren-struisvogel.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1536,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_struisvogel_fb8c80f059.jpg",
+                    "hash": "large_Safaripark_dieren_struisvogel_fb8c80f059",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-struisvogel.jpg",
+                    "path": null,
+                    "size": 140.03,
+                    "width": 667,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_struisvogel_fb8c80f059.jpg",
+                    "hash": "small_Safaripark_dieren_struisvogel_fb8c80f059",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-struisvogel.jpg",
+                    "path": null,
+                    "size": 40.96,
+                    "width": 333,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_struisvogel_fb8c80f059.jpg",
+                    "hash": "medium_Safaripark_dieren_struisvogel_fb8c80f059",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-struisvogel.jpg",
+                    "path": null,
+                    "size": 85.25,
+                    "width": 500,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_struisvogel_fb8c80f059.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_struisvogel_fb8c80f059",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-struisvogel.jpg",
+                    "path": null,
+                    "size": 5.05,
+                    "width": 104,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_struisvogel_fb8c80f059",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 539.61,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_struisvogel_fb8c80f059.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:11:52.733Z",
+                "updatedAt": "2023-06-12T11:11:52.733Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 907,
+              "attributes": {
+                "name": "Struisvogel",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:47:34.177Z",
+                "updatedAt": "2024-09-20T10:08:02.061Z",
+                "publishedAt": "2023-07-13T08:47:36.604Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1087,
+              "attributes": {
+                "name": "Struisvogel (Safari Hotel)",
+                "tenantRef": null,
+                "createdAt": "2023-08-28T10:13:37.145Z",
+                "updatedAt": "2023-08-28T10:15:13.037Z",
+                "publishedAt": "2023-08-28T10:13:39.536Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 151,
+              "attributes": {
+                "name": "Woestijn",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:08:37.147Z",
+                "updatedAt": "2023-05-09T06:58:40.302Z",
+                "publishedAt": "2023-02-15T09:08:38.889Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 11,
+              "attributes": {
+                "title": "Woestijngebied",
+                "triggerArea": [
+                  {
+                    "lat": 51.51422559455459,
+                    "lon": 5.106356840360018
+                  },
+                  {
+                    "lat": 51.51413211964273,
+                    "lon": 5.106913398730608
+                  },
+                  {
+                    "lat": 51.51377991780532,
+                    "lon": 5.106658588874193
+                  },
+                  {
+                    "lat": 51.51391512357206,
+                    "lon": 5.10625625752195
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:26:46.811Z",
+                "updatedAt": "2023-07-10T07:48:11.257Z",
+                "publishedAt": "2023-01-13T07:26:48.727Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 357,
+              "attributes": {
+                "name": "Autruche",
+                "subtitle": "L'oiseau le plus lourd du monde",
+                "habitat": "Savane et régions arides du Sahara",
+                "food": "Graines de graminées et d'insectes",
+                "age": "50 ans",
+                "weight": "90 – 150 kg",
+                "offspring": "5 à 10 oeufs par an",
+                "gestation": "40 à 46 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Autruche\n*Struthio camelus*\n\nL'autruche est le plus rapide des oiseaux qui ne volent pas et le plus rapide des animaux terrestres sur deux pattes. Elles peuvent maintenir une vitesse de 50 km/h pendant une demi-heure.\n",
+                "bottomDescription": "### Derrières sans plumes\nLes autruches vivent parfois en couple à l'état sauvage mais généralement, elles vivent en groupe. Dans un groupe, les femelles suivent une hiérarchie. Une seule femelle se trouve à la première place. Elle commande toutes les autres femelles du groupe. Pour savoir qui est au sommet de la pyramide, il suffit de regarder leurs derrières. En effet, les femelles ont l'habitude de se plumer l'arrière-train. Plus une femelle occupe une position au bas de la hiérarchie, plus ses fesses seront déplumées. \n\n### Records\nLes autruches sont des animaux particuliers. Elles détiennent de vrais records. En effet, les autruches sont les oiseaux les plus grands et les plus lourds du monde, elles pondent les plus gros œufs et possèdent les plus gros yeux de tous les animaux terrestres. L'œil d'une autruche mesure cinq centimètre de diamètre. Malheureusement, avec de si gros yeux, cela ne laisse plus beaucoup de place pour le cerveau. Le cerveau d'une autruche est plus petit que la taille d'un seul œil.\n",
+                "createdAt": "2023-03-14T10:55:01.436Z",
+                "updatedAt": "2023-06-12T11:11:57.487Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "30aE4XpUrSgI0aUEQGQiOM",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 261,
+              "attributes": {
+                "name": "Strauß",
+                "subtitle": "Der schwerste Vogel der Welt",
+                "habitat": "Savanne & Trockenregionen in der Sahara",
+                "food": "Samen von Gräsern, Insekten,manchmal Aas",
+                "age": "50 Jahre",
+                "weight": "90 – 150 kg",
+                "offspring": "5 bis 10 Eier por Jahr",
+                "gestation": "40 bis 46 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Strauß\n*Struthio camelus*\n\nDer Strauß ist der schnellste Laufvogel und das schnellste Landtier auf zwei Beinen. Er kann eine halbe Stunde lang ununterbrochen mit 50 km/h laufen.\n",
+                "bottomDescription": "### Hinten nackt\nIn der Wildnis leben Strauße manchmal als Paar, aber meistens in einer Gruppe. In einer solchen Gruppe haben die Weibchen eine Rangordnung. Dabei gibt es ein Weibchen, das den höchsten Rang hat. Es ist der Chef über alle anderen Weibchen in der Gruppe. Wenn man sehen will, wer der Chef ist, muss man sich die Strauße von der Rückseite ansehen. Die Weibchen picken sich nämlich gegenseitig die Federn am Hinterteil ab. Je niedriger der Rang eines Weibchens ist, desto kahler ist sein Hinterteil. \n\n### Rekordhalter\nStrauße sind ganz besondere Tiere. Sie sind echte Rekordhalter. Strauße sind nicht nur die größten und schwersten Vögel der Welt, sondern legen auch die größten Eier und haben unter allen Landtieren die größten Augen. Das Auge eines Straußes hat fünf Zentimeter Durchmesser. Leider bleibt bei so großen Augen nicht mehr viel Platz für das Gehirn. Das Gehirn eines Straußes ist nämlich kleiner als ein Auge.\n",
+                "createdAt": "2023-03-14T10:51:46.850Z",
+                "updatedAt": "2023-06-12T11:11:57.490Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "30aE4XpUrSgI0aUEQGQiOM",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 165,
+              "attributes": {
+                "name": "Ostrich",
+                "subtitle": "The heaviest bird in the world",
+                "habitat": "Savannah and dry regions in the Sahara",
+                "food": "Grass seed, insects, sometimes carrion",
+                "age": "50 years",
+                "weight": "90 - 150 kg",
+                "offspring": "5 to 10 eggs per year",
+                "gestation": "40 to 46 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Ostrich\n*Struthio camelus*\n\nThe ostrich is the fastest flightless bird and the fastest land animal on two legs. It can maintain a speed of 50 kph for half an hour.\n\n\n \n\n\n",
+                "bottomDescription": "### Bald bottom\nOstriches sometimes live in pairs in the wild, but they usually live in groups. The females in such a group have a ranking order. There is one female who is ranked highest. She is the boss over all other females in the group. If you want to see who the boss is, you have to look at the backside of an ostrich, as the females pluck the feathers from each other’s bottoms. The lower a female is in rank, the balder her bottom. \n\n### Record holders\nOstriches are special animals. They hold several records. They are the largest and the heaviest birds in the world, they lay the largest eggs and they have the largest eyes of all land animals. The eye of an ostrich is five centimetres in diameter. Unfortunately, there isn’t much room for a brain with such big eyes. The brain of an ostrich is smaller than one eye.",
+                "createdAt": "2023-03-14T10:48:41.855Z",
+                "updatedAt": "2023-06-12T11:11:57.496Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "30aE4XpUrSgI0aUEQGQiOM",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 51,
+      "attributes": {
+        "order": null,
+        "name": "Vale Gier",
+        "subtitle": "Een echte aaseter",
+        "habitat": "Afrika, Azië en Zuid-Europa",
+        "food": "Dode dieren",
+        "age": "25 jaar",
+        "weight": "7 tot 10 kg",
+        "offspring": "1 ei",
+        "gestation": "52 dagen",
+        "iucn": "Veilig",
+        "eep": true,
+        "description": "# Vale Gier\n*Gyps fulvus*\n\nDe vale gier behoort tot de roofvogels, maar is een aaseter. Hij zoekt vliegend naar karkassen van dieren. Vervolgens eet hij de zachtere delen van het karkas op.",
+        "bottomDescription": "### Buikje vol\nGieren eten vooral dode dieren. In een groep gaan ze op zoek naar voedsel. Met de grote haaksnavel kunnen ze de buik van het karkas makkelijk openen. De ingewanden worden als eerst gegeten. Het karkas eten ze helemaal op, met uitzondering van de botten. Soms kan een gier zoveel eten dat hij te zwaar is om op te stijgen. Op dat moment braakt hij een deel van zijn eten weer uit en kan hij verder vliegen. ",
+        "createdAt": "2022-10-05T11:28:49.737Z",
+        "updatedAt": "2024-09-18T13:25:31.067Z",
+        "publishedAt": "2022-10-05T11:28:49.733Z",
+        "tenantRef": "3AYKGHwYPSCAyqAGkqu68c",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1344,
+              "attributes": {
+                "name": "Safaripark-dieren-vale-gier.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 602,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_vale_gier_dbccbaa31f.jpg",
+                    "hash": "large_Safaripark_dieren_vale_gier_dbccbaa31f",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-vale-gier.jpg",
+                    "path": null,
+                    "size": 56.91,
+                    "width": 1000,
+                    "height": 588
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_vale_gier_dbccbaa31f.jpg",
+                    "hash": "small_Safaripark_dieren_vale_gier_dbccbaa31f",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-vale-gier.jpg",
+                    "path": null,
+                    "size": 19.75,
+                    "width": 500,
+                    "height": 294
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_vale_gier_dbccbaa31f.jpg",
+                    "hash": "medium_Safaripark_dieren_vale_gier_dbccbaa31f",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-vale-gier.jpg",
+                    "path": null,
+                    "size": 36.74,
+                    "width": 750,
+                    "height": 441
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_vale_gier_dbccbaa31f.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_vale_gier_dbccbaa31f",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-vale-gier.jpg",
+                    "path": null,
+                    "size": 6.5,
+                    "width": 245,
+                    "height": 144
+                  }
+                },
+                "hash": "Safaripark_dieren_vale_gier_dbccbaa31f",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 141.92,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_vale_gier_dbccbaa31f.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:13:57.724Z",
+                "updatedAt": "2023-06-12T11:13:57.724Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 133,
+              "attributes": {
+                "name": "Gierenvolière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:37:58.266Z",
+                "updatedAt": "2023-05-09T07:05:05.567Z",
+                "publishedAt": "2023-02-15T08:38:00.036Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 340,
+              "attributes": {
+                "name": "Vautour fauve",
+                "subtitle": "Un véritable charognard",
+                "habitat": " Afrique, Asie et Europe du Sud",
+                "food": "Animaux morts",
+                "age": "25 ans",
+                "weight": "7 à 10 kg",
+                "offspring": "1 œuf",
+                "gestation": "52 jours",
+                "iucn": "En sécurité",
+                "eep": true,
+                "description": "# Vautour fauve\n*Gyps fulvus*\n\nMême si le vautour fauve fait partie des rapaces, c'est un charognard. Il vole à la recherche de cadavres d'animaux. Il mange ensuite les parties restantes plus tendres.\n",
+                "bottomDescription": "### Ventre rempli\nLes vautours mangent surtout des animaux morts. Ils se déplacent en groupe à la recherche de nourriture. Leur bec crochu leur permet d'ouvrir facilement d'éventrer les cadavres. Ils mangent d'abord les intestins. Il mange absolument tout, sauf les os. Parfois, un vautour peut manger tellement qu'il est trop lourd pour voler. Il vomit alors une partie de ce qu'il a ingurgité pour pouvoir s'élancer dans les airs.\n",
+                "createdAt": "2023-03-14T10:54:33.762Z",
+                "updatedAt": "2024-09-18T13:25:31.109Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3AYKGHwYPSCAyqAGkqu68c",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 244,
+              "attributes": {
+                "name": "Gänsegeier",
+                "subtitle": "Ein echter Aasfresser",
+                "habitat": "Afrika, Asien und Südeuropa",
+                "food": "Tote Tiere",
+                "age": "25 Jahre",
+                "weight": "7 bis 10 kg",
+                "offspring": "1 Ei",
+                "gestation": "52 Tage",
+                "iucn": "Sicher",
+                "eep": true,
+                "description": "# Gänsegeier\n*Gyps fulvus*\n\nDer Gänsegeier gehört zu den Raubvögeln, ist aber ein Aasfresser. Er sucht im Flug nach Tierkadavern. Dann frisst er die Weichteile des toten Tiers.\n",
+                "bottomDescription": "### Bauch ist voll\nGeier fressen vor allem tote Tiere. Sie gehen in einer Gruppe auf die Futtersuche. Mit ihrem großen Hackschnabel können Sie den Bauch eines toten Tieres leicht öffnen. Sie fressen dann zuerst die Eingeweide. Schließlich fressen sie das tote Tier vollständig auf, nur die Knochen bleiben übrig. Manchmal kann ein Geier so viel fressen, dass er zu schwer zum Fliegen wird. Dann würgt er einen Teil seines Fressens wieder heraus, bis er wieder flugfähig ist.\n",
+                "createdAt": "2023-03-14T10:51:18.884Z",
+                "updatedAt": "2024-09-18T13:25:31.109Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3AYKGHwYPSCAyqAGkqu68c",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 148,
+              "attributes": {
+                "name": "Griffon vulture",
+                "subtitle": "A true scavenger",
+                "habitat": "Africa, Asia and Southern Europe",
+                "food": "Dead animals",
+                "age": "25 years",
+                "weight": "7 to 10 kg",
+                "offspring": "1 egg",
+                "gestation": "52 days",
+                "iucn": "Safe",
+                "eep": true,
+                "description": "# Griffon vulture\n*Gyps fulvus*\n\nThe griffon vulture belongs to the birds of prey, but it is a scavenger. It looks for animal carcasses while flying. It subsequently eats the softer parts of the carcass.\n \n",
+                "bottomDescription": "### Full stomach\nVultures mainly eat dead animals. They look for food in a group. They can easily open the stomach of the carcass with their large hooked beak. The intestines are eaten first. They eat the whole carcass, with the exception of the bones. A vulture can sometimes eat so much that it is too heavy to take off. When that happens, it vomits part of its food and it can fly further.",
+                "createdAt": "2023-03-14T10:48:14.339Z",
+                "updatedAt": "2024-09-18T13:25:31.110Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3AYKGHwYPSCAyqAGkqu68c",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 1,
+      "attributes": {
+        "order": null,
+        "name": "Vietnamees sikahert",
+        "subtitle": "Uitgestorven in het wild",
+        "habitat": "Bosgebieden en graslanden",
+        "food": "Gras, kruiden en bladeren",
+        "age": "10 tot 15 jaar",
+        "weight": "max. 80 kilo",
+        "offspring": "1 jong",
+        "gestation": "8 maanden",
+        "iucn": "Uitgestorven in het wild",
+        "eep": true,
+        "description": "# Vietnamese sikahert\n*Cervus nippon pseudaxis*\n\nHet Vietnamese sikahert is een ondersoort van het Japanse sikahert. In tegenstelling tot het Japanse sikahert is het met het Vietnamese sikahert niet zo gunstig gesteld. Dit dier is namelijk uitgestorven in het wild. Daarom werkt het Safaripark mee aan het Europese fokprogramma om het Vietnamese sikahert veilig te stellen. Wellicht lukt het ooit om de soort terug te brengen naar het wild.\n",
+        "bottomDescription": "### Uitgestorven in het wild\nIn Vietnam waren ze bijna uitgestorven door habitatverwoesting. Deze verwoesting vindt plaats door bebouwing en het in gebruik nemen van gebieden als landbouwgrond. Ook de Vietnamoorlog speelt een grote rol. Bij deze oorlog is er gebruik gemaakt van bepaalde stoffen die over het oerwoud gespoten werden met behulp van een vliegtuig. De bomen verloren hun bladeren, zodat ze de vijanden konden zien die zich verborgen hielden in de bossen. De sikaherten, en andere dieren, konden hier natuurlijk ook niet tegen en het voedselaanbod werd sterk verminderd.\nZe leven nu in een reservaat in Vietnam en ook in verschillende Europese dierentuinen.",
+        "createdAt": "2022-10-05T11:28:29.195Z",
+        "updatedAt": "2024-09-12T15:14:33.504Z",
+        "publishedAt": "2022-10-05T11:28:29.182Z",
+        "tenantRef": "60GUF7AS6AUoSQyuwk2OG",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1020,
+              "attributes": {
+                "name": "sikahert.jpeg",
+                "alternativeText": "sikahert.jpeg",
+                "caption": "sikahert.jpeg",
+                "width": 1900,
+                "height": 1267,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_sikahert_5a46b2246b.jpeg",
+                    "hash": "large_sikahert_5a46b2246b",
+                    "mime": "image/jpeg",
+                    "name": "large_sikahert.jpeg",
+                    "path": null,
+                    "size": 124.18,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_sikahert_5a46b2246b.jpeg",
+                    "hash": "small_sikahert_5a46b2246b",
+                    "mime": "image/jpeg",
+                    "name": "small_sikahert.jpeg",
+                    "path": null,
+                    "size": 36.96,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_sikahert_5a46b2246b.jpeg",
+                    "hash": "medium_sikahert_5a46b2246b",
+                    "mime": "image/jpeg",
+                    "name": "medium_sikahert.jpeg",
+                    "path": null,
+                    "size": 74.56,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_sikahert_5a46b2246b.jpeg",
+                    "hash": "thumbnail_sikahert_5a46b2246b",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_sikahert.jpeg",
+                    "path": null,
+                    "size": 10.51,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "sikahert_5a46b2246b",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 1962.94,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/sikahert_5a46b2246b.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T18:57:11.989Z",
+                "updatedAt": "2022-12-19T18:57:11.989Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 126,
+              "attributes": {
+                "name": "Vietnamees Sikahert",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:25:23.582Z",
+                "updatedAt": "2023-07-25T12:32:28.878Z",
+                "publishedAt": "2023-02-15T08:25:25.462Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 15,
+              "attributes": {
+                "title": "Aziatisch bos",
+                "triggerArea": [
+                  {
+                    "lat": 51.51563335310356,
+                    "lon": 5.098343093273002
+                  },
+                  {
+                    "lat": 51.515718479243404,
+                    "lon": 5.098482568141776
+                  },
+                  {
+                    "lat": 51.51566506678209,
+                    "lon": 5.0985952209204015
+                  },
+                  {
+                    "lat": 51.515578271398894,
+                    "lon": 5.09843697058852
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:32:45.581Z",
+                "updatedAt": "2023-07-10T07:06:52.188Z",
+                "publishedAt": "2023-01-13T07:32:51.363Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 290,
+              "attributes": {
+                "name": "Cerf sika du Vietnam",
+                "subtitle": "Disparu à l'état sauvage",
+                "habitat": "Forêts et régions boisées",
+                "food": "Herbe, plantes herbacées et feuilles",
+                "age": "10 à 15 ans",
+                "weight": "max. 80 kg",
+                "offspring": "1 petit",
+                "gestation": "8 mois",
+                "iucn": "Disparu à l'état sauvage",
+                "eep": true,
+                "description": "# Cerf sika du Vietnam\n*Cervus nippon pseudaxis*\n\nLe Cerf sika du Vietnam est une sous-espèce du cerf sika (du Japon). Contrairement au cerf sika du Japon, son homologue vietnamien n'est pas en très bonne posture. En effet, cet animal est en voie de disparition à l'état sauvage. C'est pour cette raison que le parc animalier Beekse Bergen participe au programme européen d'élevage pour protéger le Cerf sika du Vietnam. Cela permettra peut-être un jour de réintroduire l'espèce à l'état sauvage !\n",
+                "bottomDescription": "# # # Disparu à l'état sauvage\nAu Vietnam, ils ont pratiquement disparu à cause de la destruction de leur habitat. Cette destruction a été causée par les constructions et l'intensification des pratiques agricoles. La guerre du Vietnam a également joué un grand rôle dans cette disparition de l'espèce. Lors de cette guerre, des avions ont répandu plusieurs substances toxiques au-dessus de la jungle. Le but était de dénuder les arbres de leurs feuilles, afin de mieux voir l'ennemi qui tentait de se cacher dans la forêt. Cela a également eu un impact majeur sur les cerfs sika et les autres animaux, ainsi que fortement réduit la nourriture disponible.\nIls vivent à présent dans une réserve au Vietnam ainsi que dans plusieurs parcs animaliers en Europe.\n",
+                "createdAt": "2023-03-14T10:53:12.426Z",
+                "updatedAt": "2024-09-12T15:14:33.393Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "60GUF7AS6AUoSQyuwk2OG",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 194,
+              "attributes": {
+                "name": "Vietnamesischer Sikahirsch",
+                "subtitle": "In freier Wildbahn ausgestorben",
+                "habitat": "Waldgebiete und Grasländereien",
+                "food": "Gras, Kräuter und Blätter",
+                "age": "10 bis 15 Jahre",
+                "weight": "max. 80 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 Monate",
+                "iucn": "In freier Wildbahn ausgestorben",
+                "eep": true,
+                "description": "# Vietnamesischer Sikahirsch\n*Cervus nippon pseudaxis*\n\nDer Vietnamesische Sikahirsch ist eine Unterart des Japanischen Sikahirschs. Anders als beim japanischen Sikahirsch ist es um den Vietnamesischen Sikahirsch nicht gut bestellt. Im Freiland ist er bereits ausgestorben. Daher beteiligt der Safaripark sich an einem europäischen Zuchtprogramm, um den Fortbestand dieser Tierart zu sichern. Vielleicht gelingt es sogar, die Art wieder in der freien Natur auszusetzen.\n",
+                "bottomDescription": "### In freier Wildbahn ausgestorben\nIn Vietnam waren die Tiere durch die Zerstörung ihres Lebensraums fast ausgestorben. Die Ursachen dieser Vernichtung sind Bebauung und die geänderte Nutzung ihres Lebensraums als Agrarfläche. Auch der Vietnamkrieg spielte eine große Rolle. Im Krieg wurden bestimmte Stoffe eingesetzt, die aus einem Flugzeug heraus über dem Urwald versprüht wurden. Die Bäume verloren dadurch ihr Laub, sodass sich in den Wäldern versteckte Feinde aufspüren ließen. Für die Sikahirsche und andere Tiere waren diese Stoffe ebenfalls schädlich und ihr Nahrungsangebot reduzierte sich stark.\nSie leben heute noch in einem Reservat in Vietnam und in verschiedenen europäischen Zoos.\n",
+                "createdAt": "2023-03-14T10:49:57.371Z",
+                "updatedAt": "2024-09-12T15:14:33.505Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "60GUF7AS6AUoSQyuwk2OG",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 98,
+              "attributes": {
+                "name": "Vietnamese sika deer",
+                "subtitle": "Extinct in the wild",
+                "habitat": "Forested areas and grasslands",
+                "food": "Grass, herbaceous plants and leaves",
+                "age": "10 to 15 years",
+                "weight": "max. 80 kg",
+                "offspring": "1 young",
+                "gestation": "8 months",
+                "iucn": "Extinct in the wild",
+                "eep": true,
+                "description": "# Vietnamese sika deer\n* Cervus nippon pseudaxis *\n\nThe Vietnamese sika deer is a subspecies of the sika deer (also known as the Japanese deer). Unlike the sika deer, the Vietnamese sika deer is not doing well. The animal is extinct in the wild. For this reason, the Safaripark is participating in a European breeding programme to conserve the Vietnamese sika deer. It may one day be possible to reintroduce this subspecies to the wild.",
+                "bottomDescription": "### Extinct in the wild\nVietnamese sika deer were almost driven to extinction in Vietnam as a result of the destruction of its habitat. This destruction was caused by construction and the turning over of areas of forest to agriculture. The Vietnam War also played a major role. During the war, certain substances were sprayed onto the jungle from the air. These caused the trees to lose their leaves, so that enemies hiding in the forests could be seen. This naturally also had a severe impact on the sika deer and other animals, greatly reducing their food supply.\nThey now live in a reserve in Vietnam and in several European zoos.",
+                "createdAt": "2023-03-14T10:46:53.382Z",
+                "updatedAt": "2024-09-12T15:14:33.506Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "60GUF7AS6AUoSQyuwk2OG",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 53,
+      "attributes": {
+        "order": null,
+        "name": "Violettoerako",
+        "subtitle": "Een helpende hand",
+        "habitat": "West-Afrika",
+        "food": "Fruit, bessen, vijgen, bloemen, insecten",
+        "age": "10 jaar",
+        "weight": "300 tot 400 gram",
+        "offspring": "2 eieren",
+        "gestation": "24 tot 26 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Violettoerako\n*Musophaga violacea*\n\nDe violet toerako is een vogel van ongeveer 50 cm lang en komt vaak voor in bosranden langs rivieren in een droog savannegebied. ",
+        "bottomDescription": "### Postbode\nDe violet toerako is van groot belang voor het ecologisch systeem. Ze eten fruit, bessen en zaden die ze tijdens het foerageren zullen verspreiden door de omgeving. ",
+        "createdAt": "2022-10-05T11:28:50.593Z",
+        "updatedAt": "2024-09-18T13:23:35.488Z",
+        "publishedAt": "2022-10-05T11:28:50.585Z",
+        "tenantRef": "5LtDhEeHp6uOCAWue8Kqy",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 452,
+              "attributes": {
+                "name": "shutterstock_768911275.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 3500,
+                "height": 2197,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_shutterstock_768911275_fb9999d25c.jpg",
+                    "hash": "large_shutterstock_768911275_fb9999d25c",
+                    "mime": "image/jpeg",
+                    "name": "large_shutterstock_768911275.jpg",
+                    "path": null,
+                    "size": 57.17,
+                    "width": 1000,
+                    "height": 627
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_shutterstock_768911275_fb9999d25c.jpg",
+                    "hash": "small_shutterstock_768911275_fb9999d25c",
+                    "mime": "image/jpeg",
+                    "name": "small_shutterstock_768911275.jpg",
+                    "path": null,
+                    "size": 18.57,
+                    "width": 500,
+                    "height": 314
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_shutterstock_768911275_fb9999d25c.jpg",
+                    "hash": "medium_shutterstock_768911275_fb9999d25c",
+                    "mime": "image/jpeg",
+                    "name": "medium_shutterstock_768911275.jpg",
+                    "path": null,
+                    "size": 35.96,
+                    "width": 750,
+                    "height": 471
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_shutterstock_768911275_fb9999d25c.jpg",
+                    "hash": "thumbnail_shutterstock_768911275_fb9999d25c",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_shutterstock_768911275.jpg",
+                    "path": null,
+                    "size": 6,
+                    "width": 245,
+                    "height": 154
+                  }
+                },
+                "hash": "shutterstock_768911275_fb9999d25c",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 3155.43,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/shutterstock_768911275_fb9999d25c.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:29:43.322Z",
+                "updatedAt": "2022-10-05T09:29:43.322Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 18,
+            "attributes": {
+              "title": "Afrika volière",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  },
+                  {
+                    "lat": 51.517307783497415,
+                    "lon": 5.104132924390754
+                  },
+                  {
+                    "lat": 51.517297876001656,
+                    "lon": 5.104115780982615
+                  },
+                  {
+                    "lat": 51.5172866382648,
+                    "lon": 5.1041008991435834
+                  },
+                  {
+                    "lat": 51.517192333851824,
+                    "lon": 5.104047214295551
+                  },
+                  {
+                    "lat": 51.517177951371124,
+                    "lon": 5.1040395470121
+                  },
+                  {
+                    "lat": 51.517163267245195,
+                    "lon": 5.104033518262388
+                  },
+                  {
+                    "lat": 51.51714835527104,
+                    "lon": 5.1040291650441585
+                  },
+                  {
+                    "lat": 51.51713328739212,
+                    "lon": 5.104026501315152
+                  },
+                  {
+                    "lat": 51.51711814275661,
+                    "lon": 5.104025546750959
+                  },
+                  {
+                    "lat": 51.51704414012713,
+                    "lon": 5.104037144105436
+                  },
+                  {
+                    "lat": 51.51703735261719,
+                    "lon": 5.104037448564955
+                  },
+                  {
+                    "lat": 51.517030608070534,
+                    "lon": 5.104036193908782
+                  },
+                  {
+                    "lat": 51.51702404497354,
+                    "lon": 5.104033405208343
+                  },
+                  {
+                    "lat": 51.51701780009152,
+                    "lon": 5.104029139241364
+                  },
+                  {
+                    "lat": 51.517011999480296,
+                    "lon": 5.104023484547601
+                  },
+                  {
+                    "lat": 51.51700380200758,
+                    "lon": 5.104006503514231
+                  },
+                  {
+                    "lat": 51.51699599709225,
+                    "lon": 5.103989050371928
+                  },
+                  {
+                    "lat": 51.51698859559017,
+                    "lon": 5.1039711538670645
+                  },
+                  {
+                    "lat": 51.516981610133946,
+                    "lon": 5.103952834090661
+                  },
+                  {
+                    "lat": 51.516975046179425,
+                    "lon": 5.10393411694114
+                  },
+                  {
+                    "lat": 51.51697878119506,
+                    "lon": 5.103858197170989
+                  },
+                  {
+                    "lat": 51.516981357469895,
+                    "lon": 5.103777438064458
+                  },
+                  {
+                    "lat": 51.51700265646114,
+                    "lon": 5.103733470349567
+                  },
+                  {
+                    "lat": 51.5170239721269,
+                    "lon": 5.103697123843856
+                  },
+                  {
+                    "lat": 51.51704167026099,
+                    "lon": 5.103639834635959
+                  },
+                  {
+                    "lat": 51.51704485550136,
+                    "lon": 5.1036048717911
+                  },
+                  {
+                    "lat": 51.51721849234963,
+                    "lon": 5.103598166183048
+                  },
+                  {
+                    "lat": 51.51738128546255,
+                    "lon": 5.1036374770451145
+                  },
+                  {
+                    "lat": 51.51737466614176,
+                    "lon": 5.1036456021916425
+                  },
+                  {
+                    "lat": 51.517428488541114,
+                    "lon": 5.10375824815786
+                  },
+                  {
+                    "lat": 51.51731254855646,
+                    "lon": 5.10414375343742
+                  }
+                ]
+              },
+              "description": "Hier zitten een heleboel verschillende soorten vogels bij elkaar. Kom jij ze ontdekken?",
+              "createdAt": "2022-10-05T12:41:55.801Z",
+              "updatedAt": "2022-10-05T12:43:25.165Z",
+              "publishedAt": "2022-10-05T12:41:55.758Z",
+              "tenantRef": "1jpf1dwnj2eySag02Ec8a0",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 124,
+              "attributes": {
+                "name": "Afrika volière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:06:57.785Z",
+                "updatedAt": "2023-07-12T11:35:31.123Z",
+                "publishedAt": "2023-02-15T08:06:59.692Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 342,
+              "attributes": {
+                "name": "Touraco violet",
+                "subtitle": "Un coup de pouce",
+                "habitat": "Afrique de l'Ouest",
+                "food": "Fruits, baies, figues, fleurs, insectes",
+                "age": "10 ans",
+                "weight": "300 à 400 g",
+                "offspring": "2 œufs",
+                "gestation": "24 à 26 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Touraco violet\n*Musophaga violacea*\n\nLe touraco violet est un oiseau d'environ 50 cm de long qu'on trouve souvent dans les lisières au bord des rivières des savanes arides.\n",
+                "bottomDescription": "### Facteur\nLe touraco violet est très important pour l'écosystème. Il mange des fruits, des baies et des graines qu'il disperse tout autour de lui lorsqu'il se met en quête de nourriture.\n",
+                "createdAt": "2023-03-14T10:54:36.781Z",
+                "updatedAt": "2024-09-18T13:23:35.533Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5LtDhEeHp6uOCAWue8Kqy",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 246,
+              "attributes": {
+                "name": "Schildturako",
+                "subtitle": "Eine helfende Hand",
+                "habitat": "Westafrika",
+                "food": "Früchte, Beeren, Feigen, Blumen,Insekten",
+                "age": "10 Jahre",
+                "weight": "300 bis 400 Gramm",
+                "offspring": "2 Eier",
+                "gestation": "24 bis 26 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Schildturako\n*Musophaga violacea*\n\nDer Schildturako ist ein etwa 50 cm großer Vogel. Er kommt häufig an Waldrändern, am Ufer von Flüssen und in trockenen Savannengebieten vor.\n",
+                "bottomDescription": "### Postbote\nDer Schildturako hat eine wichtige Funktion für das gesamte Ökosystem. Seine Nahrung sind Früchte, Beeren und Samen, die er während des Fressens auch in der Umgebung verteilt.\n",
+                "createdAt": "2023-03-14T10:51:22.302Z",
+                "updatedAt": "2024-09-18T13:23:35.534Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5LtDhEeHp6uOCAWue8Kqy",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 150,
+              "attributes": {
+                "name": "Violet turaco",
+                "subtitle": "A helping hand",
+                "habitat": "West Africa",
+                "food": "Fruit,berries, figs, flowers and insects",
+                "age": "10 years ",
+                "weight": "300 to 400 grams",
+                "offspring": "2 eggs",
+                "gestation": "24 to 26 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Violet turaco\n*Musophaga violacea*\n\nThe violet turaco is a bird that is approximately 50 cm long and is frequently found at the fringe of forests along rivers in a dry savannah region.",
+                "bottomDescription": "### Postman\nThe violet turaco is very important to the ecosystem. It eats fruit, berries and seeds and subsequently spreads these around while foraging.",
+                "createdAt": "2023-03-14T10:48:17.300Z",
+                "updatedAt": "2024-09-18T13:23:35.532Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5LtDhEeHp6uOCAWue8Kqy",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 93,
+      "attributes": {
+        "order": null,
+        "name": "Wandelende meerval",
+        "subtitle": "Kan zichzelf ook over land verplaatsen",
+        "habitat": "Meren, rivieren stroompjes in Indonesië",
+        "food": "Insecten, planten en kleine vissen",
+        "age": "Onbekend",
+        "weight": "1.2 kg",
+        "offspring": "7.000 tot 9.000 eieren",
+        "gestation": "20 - 24 uur",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Wandelende meerval\n*Clarias batrachus*\n\nDe wandelende meerval heet natuurlijk niet voor niets zo. Hij wandelt af en toe echt over het land. Hij doet dit als hij naar een ander stuk water wil op zoek naar eten. Met zijn voorste vinnen duwt hij zichzelf vooruit. De wandelende meerval heeft speciale kieuwen, waarmee hij zowel onder als boven water kan ademen. ",
+        "bottomDescription": "## Zorgzame vader\n\nHet vrouwtje van de wandelende meerval legt fel oranje eitjes. Ze legt er vaak wel een paar duizend tegelijk. Zodra de eitjes gelegd zijn bewaakt het mannetje ze. Hij zwemt er dicht boven en probeert roofdieren weg te jagen. Hij hoeft de eitjes niet lang te bewaken, want na 24 uur komen ze al uit. De vader bewaakt de jonge meervallen nog twee dagen nadat ze zijn uitgekomen. Daarna moeten ze voor zichzelf zorgen. ",
+        "createdAt": "2022-10-05T11:29:05.552Z",
+        "updatedAt": "2023-03-14T10:55:41.666Z",
+        "publishedAt": "2022-10-05T11:29:05.546Z",
+        "tenantRef": "26APInZzNOPvRMQSqDWGOO",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 634,
+              "attributes": {
+                "name": "beekse_bergen_wandelende_meerval_dieren.png",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 816,
+                "formats": {
+                  "large": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_beekse_bergen_wandelende_meerval_dieren_54091268ad.png",
+                    "hash": "large_beekse_bergen_wandelende_meerval_dieren_54091268ad",
+                    "mime": "image/png",
+                    "name": "large_beekse_bergen_wandelende_meerval_dieren.png",
+                    "path": null,
+                    "size": 389.02,
+                    "width": 1000,
+                    "height": 797
+                  },
+                  "small": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_beekse_bergen_wandelende_meerval_dieren_54091268ad.png",
+                    "hash": "small_beekse_bergen_wandelende_meerval_dieren_54091268ad",
+                    "mime": "image/png",
+                    "name": "small_beekse_bergen_wandelende_meerval_dieren.png",
+                    "path": null,
+                    "size": 121.5,
+                    "width": 500,
+                    "height": 398
+                  },
+                  "medium": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_beekse_bergen_wandelende_meerval_dieren_54091268ad.png",
+                    "hash": "medium_beekse_bergen_wandelende_meerval_dieren_54091268ad",
+                    "mime": "image/png",
+                    "name": "medium_beekse_bergen_wandelende_meerval_dieren.png",
+                    "path": null,
+                    "size": 242.48,
+                    "width": 750,
+                    "height": 598
+                  },
+                  "thumbnail": {
+                    "ext": ".png",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_beekse_bergen_wandelende_meerval_dieren_54091268ad.png",
+                    "hash": "thumbnail_beekse_bergen_wandelende_meerval_dieren_54091268ad",
+                    "mime": "image/png",
+                    "name": "thumbnail_beekse_bergen_wandelende_meerval_dieren.png",
+                    "path": null,
+                    "size": 26.13,
+                    "width": 196,
+                    "height": 156
+                  }
+                },
+                "hash": "beekse_bergen_wandelende_meerval_dieren_54091268ad",
+                "ext": ".png",
+                "mime": "image/png",
+                "size": 93.88,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/beekse_bergen_wandelende_meerval_dieren_54091268ad.png",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:34:55.213Z",
+                "updatedAt": "2022-10-05T09:34:55.213Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": []
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 382,
+              "attributes": {
+                "name": "Silure grenouille",
+                "subtitle": "Peut aussi se déplacer sur terre",
+                "habitat": "Lacs, rivières et ruisseaux en Indonésie",
+                "food": "Insectes, plantes et petits poissons",
+                "age": "Inconnue",
+                "weight": "1.2 kg",
+                "offspring": "7.000 à 9.000 oeufs",
+                "gestation": "20 à 24 heures",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Silure grenouille\n*Clarias batrachus*\n\nLe silure grenouille marcheur ne s'appelle bien sûr pas ainsi pour rien. Il se promène vraiment à travers le pays de temps en temps. Il le fait lorsqu'il veut se rendre dans un autre plan d'eau à la recherche de nourriture. Il se propulse vers l'avant avec ses ailerons avant. Le poisson-chat marcheur a des branchies spéciales qui lui permettent de respirer à la fois sous et au-dessus de l'eau.",
+                "bottomDescription": "## Père attentionné\n\nLa femelle du poisson-chat marcheur pond des œufs orange vif. Elle pond souvent plusieurs milliers à la fois. Une fois les œufs pondus, le mâle les garde. Il nage juste au-dessus et essaie d'effrayer les prédateurs. Il n'a pas à garder les œufs longtemps, car ils éclosent au bout de 24 heures. Le père garde le jeune poisson-chat pendant deux jours après leur éclosion. Après cela, ils doivent prendre soin d'eux-mêmes.",
+                "createdAt": "2023-03-14T10:55:41.285Z",
+                "updatedAt": "2023-03-14T10:55:41.285Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "26APInZzNOPvRMQSqDWGOO",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 286,
+              "attributes": {
+                "name": "Froschwels",
+                "subtitle": "Kann sich auch selbst über Land bewegen",
+                "habitat": "Seen, Flüsse und Bäche in Indonesien",
+                "food": "Insekten, Pflanzen und kleine Fische",
+                "age": "Unbekannt",
+                "weight": "1.2 kg",
+                "offspring": "7.000 bis 9.000 Eier",
+                "gestation": "20 bis 24 Uhr",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Froschwels\n*Clarias batrachus*\n\nFroschwelse können tatsächlich laufen! Wenn sie von einem Gewässer zum anderen gehen wollen, kriechen sie an Land. Sie benutzen ihre Brustflossen, um sich vorwärts zu schieben. Sie haben spezielle Kiemen, die ihnen die Fähigkeit geben, Luft zu atmen. ",
+                "bottomDescription": "## Fürsorglicher Vater\n\nDas Weibchen des Schreitwelses legt leuchtend orangefarbene Eier. Sie legt oft mehrere Tausend auf einmal. Sobald die Eier gelegt sind, bewacht das Männchen sie. Er schwimmt dicht darüber und versucht Raubtiere abzuschrecken. Er muss die Eier nicht lange bewachen, denn sie schlüpfen nach 24 Stunden. Der Vater bewacht die jungen Welse noch zwei Tage nach dem Schlüpfen. Danach müssen sie sich selbst versorgen.",
+                "createdAt": "2023-03-14T10:52:26.263Z",
+                "updatedAt": "2023-03-14T10:55:41.669Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "26APInZzNOPvRMQSqDWGOO",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 190,
+              "attributes": {
+                "name": "Walking catfish",
+                "subtitle": "Can also move itself over land",
+                "habitat": "Lakes, rivers and streams in Indonesia",
+                "food": "Insects, plants and small fish",
+                "age": "Unknown",
+                "weight": "1.2 kg",
+                "offspring": "7.000 to 9.000 eggs",
+                "gestation": "20 to 24 hours",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Walking catfish\n*Clarias batrachus*\n\nWalking catfish can actually walk! When they want to go from one body of water to another they crawl on land. They use their front fins to push themselves forward. They have special gills that gives them the ability to breath air.  ",
+                "bottomDescription": "## Caring father\n\nThe female of the walking catfish lays bright orange eggs. She often lays several thousand at a time. Once the eggs are laid, the male guards them. He swims close above it and tries to scare away predators. He does not have to guard the eggs for long, because they hatch after 24 hours. The father guards the young catfish for two more days after they hatch. After that, they have to take care of themselves.",
+                "createdAt": "2023-03-14T10:49:22.103Z",
+                "updatedAt": "2023-03-14T10:55:41.663Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "26APInZzNOPvRMQSqDWGOO",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 67,
+      "attributes": {
+        "order": null,
+        "name": "Watoessirund",
+        "subtitle": "Een machtig statussymbool",
+        "habitat": "Boerderijen en dorpen in Afrika",
+        "food": "Gras",
+        "age": "20 - 25 jaar",
+        "weight": "Man: 500 - 700 kg Vrouw: 400 - 550 kg",
+        "offspring": "1 jong",
+        "gestation": "9 maanden",
+        "iucn": "Geen",
+        "eep": false,
+        "description": "# Watoessirund\n*Bos taurus taurus watussi*\n\nHet watoessirund is goed te herkennen aan zijn enorme hoorns. Ze zijn een afstammeling van de oeros, die in de 17e eeuw is uitgestorven.",
+        "bottomDescription": "### Een machtig statussymbool\nWatoessirunderen komen niet voor in het wild. Ze zijn door mensen gefokt. De Afrikaanse stam die deze dieren als eerste heeft gefokt zijn de Tutsi’s in Rwanda. Bij deze mensen is het watoessirund een belangrijk dier. Het vlees van deze runderen wordt bijna nooit gegeten, maar de melk word wel gedronken. De watoessirunderen zijn ook een statussymbool: hoe meer je er hebt, hoe rijker je bent. Als je de stier met de grootste hoorns hebt, ben je erg belangrijk in het dorp. Je kunt het bij ons vergelijken met een dure auto voor de deur. \n\n### Ingebouwde airco\nIn de landen waar het watoessirund wordt gehouden, is het vaak erg warm. Watoessirunderen kunnen daar goed tegen. Hun grote hoorns werken als een koelingssysteem. In de hoorns zitten heel veel bloedvaten waar veel bloed doorheen stroomt. De hoorns van een watoessirund zijn erg koel. Het bloed wat door de hoorns stroomt, koelt daardoor af. Het koele bloed komt terug in het lichaam van de watoessirund, waardoor hij wordt afgekoeld. ",
+        "createdAt": "2022-10-05T11:28:55.506Z",
+        "updatedAt": "2023-03-14T10:55:00.526Z",
+        "publishedAt": "2022-10-05T11:28:55.504Z",
+        "tenantRef": "4l1vz4Ledq2m4I4GyqcKyO",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 459,
+              "attributes": {
+                "name": "watoessirund-1.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 2303,
+                "height": 1535,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_watoessirund_1_59892cc5d6.jpg",
+                    "hash": "large_watoessirund_1_59892cc5d6",
+                    "mime": "image/jpeg",
+                    "name": "large_watoessirund-1.jpg",
+                    "path": null,
+                    "size": 101.54,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_watoessirund_1_59892cc5d6.jpg",
+                    "hash": "small_watoessirund_1_59892cc5d6",
+                    "mime": "image/jpeg",
+                    "name": "small_watoessirund-1.jpg",
+                    "path": null,
+                    "size": 30.48,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_watoessirund_1_59892cc5d6.jpg",
+                    "hash": "medium_watoessirund_1_59892cc5d6",
+                    "mime": "image/jpeg",
+                    "name": "medium_watoessirund-1.jpg",
+                    "path": null,
+                    "size": 60.7,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_watoessirund_1_59892cc5d6.jpg",
+                    "hash": "thumbnail_watoessirund_1_59892cc5d6",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_watoessirund-1.jpg",
+                    "path": null,
+                    "size": 8.94,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "watoessirund_1_59892cc5d6",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 2284.75,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/watoessirund_1_59892cc5d6.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:30:09.385Z",
+                "updatedAt": "2022-10-05T09:30:09.385Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 928,
+              "attributes": {
+                "name": "Watoessirund",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:33:49.221Z",
+                "updatedAt": "2023-07-31T11:07:03.805Z",
+                "publishedAt": "2023-07-25T12:33:53.199Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "Neushoornvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:50:31.578Z",
+                "updatedAt": "2023-05-09T06:58:34.132Z",
+                "publishedAt": "2023-02-15T08:50:33.336Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 5,
+              "attributes": {
+                "title": "De neushoornvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.52133659294614,
+                    "lon": 5.107711728974891
+                  },
+                  {
+                    "lat": 51.52144340450445,
+                    "lon": 5.107883390351844
+                  },
+                  {
+                    "lat": 51.52117908651664,
+                    "lon": 5.108998246057905
+                  },
+                  {
+                    "lat": 51.52100948099042,
+                    "lon": 5.108596857949794
+                  },
+                  {
+                    "lat": 51.5211646925685,
+                    "lon": 5.10787266151577
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:15:41.735Z",
+                "updatedAt": "2023-07-10T07:19:13.882Z",
+                "publishedAt": "2023-01-13T07:15:44.748Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 356,
+              "attributes": {
+                "name": "Watusi",
+                "subtitle": "Un puissant symbole du statut",
+                "habitat": "Fermes et villages d'Afrique",
+                "food": "Herbe",
+                "age": "20 à 25 ans",
+                "weight": "Mâle : 500–700 kg Femelle : 400–550 kg",
+                "offspring": "1 petit",
+                "gestation": "9 mois",
+                "iucn": "Non évalué",
+                "eep": false,
+                "description": "# Watusi\n*Bos taurus taurus watussi*\n\nOn reconnait facilement le watusi à ses énormes cornes. C'est un descendant de l'auroch, qui a disparu au 17e siècle.\n",
+                "bottomDescription": "### Un puissant symbole du statut\nLes watusis ne vivent pas à l'état sauvage. Ils sont élevés par l'homme. Les premiers africains à avoir domestiqué ces animaux sont les Tutsis au Rwanda. Le watusi est d'ailleurs un animal important pour ce peuple. On en consomme le lait mais pratiquement pas la viande. Les watusis reflètent également le statut social : plus on en a, plus on est riche. Si vous possédez l'animal avec les plus grandes cornes, vous êtes quelqu'un de très important dans le village. Chez nous, on pourrait comparer ça à une voiture chère. \n\n### Airco intégré\nIl fait souvent très chaud dans les pays où l'on trouve les watusis. Mais cela ne leur pose aucun problème ; leurs grandes cornes font office de système d'aération ! Les cornes sont composées de nombreux vaisseaux sanguins, ce qui permet une bonne circulation du sang. Et comme les cornes du watusi sont très froides, le sang qui circule à l'intérieur est refroidi naturellement. Lorsque le sang froid revient dans le corps du watusi, il fait baisser sa température.\n",
+                "createdAt": "2023-03-14T10:55:00.038Z",
+                "updatedAt": "2023-03-14T10:55:00.038Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4l1vz4Ledq2m4I4GyqcKyO",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 260,
+              "attributes": {
+                "name": "Watussirind",
+                "subtitle": "Ein mächtiges Statussymbol",
+                "habitat": "Farmen und Dörfer in Afrika",
+                "food": "Gras",
+                "age": "20 bis 25 Jahre",
+                "weight": "♂: 500 – 700 kg ♀: 400 – 550 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 Monate",
+                "iucn": "Nicht zutreffend",
+                "eep": false,
+                "description": "# Watussirind\n*Bos taurus taurus watussi*\n\nDas Watussirind ist an seinen enorm großen Hörnern gut zu erkennen. Es ist ein Nachfahre des Auerochsen, der im 17. Jahrhundert ausgestorben ist.\n",
+                "bottomDescription": "### Ein mächtiges Statussymbol\nWatussirinder gibt es nicht als wild lebende Tiere. Sie wurden vom Menschen gezüchtet. Der afrikanische Stamm, der sie zuerst domestiziert hat, sind die Tutsi in Ruanda. Für sie ist das Watussirind ein sehr wichtiges Haustier. Das Fleisch dieser Rinder wird kaum gegessen, aber man trinkt die Milch. Die Watussirinder sind auch ein Statussymbol: Je mehr man davon hat, desto reicher ist man. Und wer den Stier mit den größten Hörnern hat, ist eine sehr wichtige Person im Dorf. Man kann es mit dem teuren Auto vergleichen, das bei uns vor der Tür steht. \n\n### Eingebaute Klimaanlage\nIn den Ländern, wo man das Watussirind hält, ist es oft sehr warm. Watussirinder können das gut aushalten. Ihre großen Hörner wirken wie ein Kühlsystem. In den Hörnern sind nämlich sehr viele Gefäße, die von Blut durchströmt werden. Die Hörner eines Watussirinds sind immer schön kühl. Das Blut, das durch die Hörner fließt, kühlt sich dadurch ebenfalls ab. Das kühlere Blut fließt in den Körper des Watussirinds zurück und sorgt für Kühlung.\n",
+                "createdAt": "2023-03-14T10:51:44.781Z",
+                "updatedAt": "2023-03-14T10:55:00.523Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4l1vz4Ledq2m4I4GyqcKyO",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 164,
+              "attributes": {
+                "name": "Ankole-Watusi",
+                "subtitle": "A powerful status symbol",
+                "habitat": "Farms and villages in Africa",
+                "food": "Grass",
+                "age": "20 to 25 years",
+                "weight": "Male: 500 - 700 kg Female: 400 - 550 kg",
+                "offspring": "1 young",
+                "gestation": "9 months",
+                "iucn": "None",
+                "eep": false,
+                "description": "# Ankole-Watusi\n*Bos taurus taurus watussi*\n\nThe Ankole-Watusi is easy to recognise due to its enormous horns. It is descended from the aurochs, which became extinct in the 17th century.\n\n\n",
+                "bottomDescription": "### A powerful status symbol\nAnkole-Watusi cattle cannot be found in the wild. They have been bred by humans. The African tribe that first bred these animals were the Tutsi in Rwanda. The Ankole-Watusi is an important animal to these people. They rarely eat the meat of these cattle but they do drink the milk. The Ankole-Watusi cattle are a status symbol; the more you have, the richer you are. If you have the bull with the largest horns, you are very important in the village. This is a bit like having the most expensive car in our culture. \n\n### Built-in air conditioning\nIt is often very hot in the countries where the Ankole-Watusi are kept. However, this does not trouble the Ankole-Watusi, as their large horns function as a cooling system. The horns contain numerous blood vessels through which lots of blood flows. The horns of the Ankole-Watusi are very cool. The blood that flows through the horns consequently cools down. The cool blood is then pumped back into the body of the Ankole-Watusi, helping to cool the animal down.",
+                "createdAt": "2023-03-14T10:48:40.342Z",
+                "updatedAt": "2023-03-14T10:55:00.520Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4l1vz4Ledq2m4I4GyqcKyO",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 81,
+      "attributes": {
+        "order": null,
+        "name": "West-Afrikaanse chimpansee",
+        "subtitle": "De nauwste verwant van de mens",
+        "habitat": "Regenwouden in West-Afrika",
+        "food": "Fruit, groente, insecten en vlees",
+        "age": "40 tot 60 jaar",
+        "weight": "30 tot 70 kg",
+        "offspring": "1 jong",
+        "gestation": "8 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# West-Afrikaanse chimpansee\n*Pan troglodytes verus*\n\nDe West-Afrikaanse chimpansee is een mensaap. Ze worden gezien als de nauwste verwant van de mens. ",
+        "bottomDescription": "### Losse groepen\nChimpansees leven in het wild in groepen van soms wel 50 dieren. Die groep is vaak gesplitst in kleinere groepjes waarin de chimpansees rondtrekken. Soms komen de groepen elkaar tegen en trekken ze samen of in andere kleine groepjes verder. Dit wordt ook wel “fission-fusion” genoemd. Ook al zien ze elkaar niet vaak, toch weten de chimpansees precies wie er bij hun groep hoort. \n\n### Praten zonder woorden\nChimpansees hebben hun eigen “taal”. Door middel van veel verschillende geluiden maken ze elkaar dingen duidelijk, bijvoorbeeld om elkaar te groeten of om te waarschuwen voor gevaar. Ze maken niet altijd geluid om dingen duidelijk te maken. Zo kunnen ze elkaar een kus geven, omhelzen, elkaar kietelen en nog veel meer. Ze kunnen ook, net als wij, met hun gezicht laten zien of ze boos of blij zijn.",
+        "createdAt": "2022-10-05T11:29:00.886Z",
+        "updatedAt": "2024-09-18T13:21:47.382Z",
+        "publishedAt": "2022-10-05T11:29:00.882Z",
+        "tenantRef": "1pKlqN5wNW0KCWGeomkUKW",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1291,
+              "attributes": {
+                "name": "Safaripark-dierenrijk-chimpansee.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1095,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                    "hash": "large_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dierenrijk-chimpansee.jpg",
+                    "path": null,
+                    "size": 215.98,
+                    "width": 935,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                    "hash": "small_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dierenrijk-chimpansee.jpg",
+                    "path": null,
+                    "size": 56.01,
+                    "width": 468,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                    "hash": "medium_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dierenrijk-chimpansee.jpg",
+                    "path": null,
+                    "size": 123.72,
+                    "width": 701,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                    "hash": "thumbnail_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dierenrijk-chimpansee.jpg",
+                    "path": null,
+                    "size": 6.56,
+                    "width": 146,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 460.98,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:34:45.868Z",
+                "updatedAt": "2023-06-07T09:34:45.868Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 94,
+              "attributes": {
+                "name": "West-Afrikaanse chimpansee (midden park)",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:50:04.502Z",
+                "updatedAt": "2024-09-20T10:15:34.561Z",
+                "publishedAt": "2023-02-15T06:51:15.867Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 95,
+              "attributes": {
+                "name": "West-Afrikaanse chimpansee (vooraan park)",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T06:52:05.260Z",
+                "updatedAt": "2024-09-20T10:16:48.079Z",
+                "publishedAt": "2023-02-15T06:52:47.649Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 370,
+              "attributes": {
+                "name": "Chimpanzé d'Afrique occidentale",
+                "subtitle": "Notre plus proche cousin",
+                "habitat": "Forêts tropicales d'Afrique de l'Ouest",
+                "food": "Fruits, feuilles, insectes, viande",
+                "age": "40 à 60 ans",
+                "weight": "30 à 70 kg",
+                "offspring": "1 petit",
+                "gestation": "8 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Chimpanzé d'Afrique occidentale\n*Pan troglodytes verus*\n\nLe chimpanzé d'Afrique de l'Ouest est un anthropoïde. Il est considéré comme notre plus proche cousin.\n\nCette année, un jeune est né au mois de mai et au mois de juin. Viendras-tu bientôt voir les deux petits ?",
+                "bottomDescription": "### Groupes dispersés\nÀ l'état sauvage, les chimpanzés vivent en groupes, avec parfois 50 individus. Les groupes sont souvent scindés en plus petits groupes dans lesquels évoluent les chimpanzés. Les groupes se rencontrent parfois et continuent leur route ensemble ou en plus petites troupes. C'est ce qu'on appelle la « fission-fusion ». Bien qu'ils ne se voient pas souvent, les chimpanzés savent précisément qui appartient à leur groupe. \n\n### Pas besoin de mots\nLes chimpanzés ont leur propre langage. Ils se font comprendre en utilisant de nombreux sons différents, par exemple pour se saluer ou pour se prévenir du danger. Ils n'ont pas toujours besoin de sons pour se faire comprendre. Ils peuvent se donner un bisou, se faire un câlin, se chatouiller et bien plus encore. Comme nous, ils arrivent à exprimer des émotions sur leur visage, comme la colère ou la joie.\n",
+                "createdAt": "2023-03-14T10:55:22.422Z",
+                "updatedAt": "2024-09-18T13:21:47.345Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "1pKlqN5wNW0KCWGeomkUKW",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 274,
+              "attributes": {
+                "name": "Westafrikanische Schimpanse",
+                "subtitle": "Der engste Verwandte des Menschen",
+                "habitat": "Regenwälder in Westafrika",
+                "food": "Früchte, Blätter, Insekten, Fleisch",
+                "age": "40 bis 60 Jahre",
+                "weight": "30 bis 70 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Westafrikanischer Schimpanse\n*Pan troglodytes verus*\n\nDer Westafrikanische Schimpanse ist ein Menschenaffe. Er gilt als engster Verwandter des Menschen.\n\nIn diesem Jahr wurde sowohl im Mai als auch im Juni ein Junges geboren. Kommst du bald zu den beiden Kleinen?",
+                "bottomDescription": "### Lose Gruppen\nSchimpansen leben in der Wildnis in Gruppen, die manchmal bis zu 50 Tiere zählen. Diese Gruppe ist häufig in getrennt umherziehende Untergruppen aufgeteilt. Manchmal begegnen sich die Gruppen und ziehen dann gemeinsam oder in anderer Zusammensetzung weiter. Man nennt das auch „fission-fusion”. Auch wenn sie sich nicht oft sehen, wissen die Schimpansen genau, wer zu ihrer Gruppe gehört. \n\n### Sprechen ohne Worte\nSchimpansen haben ihre eigene „Sprache“. Sie machen sich diverse Dinge durch viele verschiedene Laute deutlich, z. B. wenn sie sich begrüßen oder vor einer Gefahr warnen. Sie kommunizieren allerdings nicht nur mit Lauten. So können sie sich auch einen Kuss geben, sich umarmen, sich kitzeln und vieles mehr. Ferner können sie, wie wir auch, mit ihrer Mimik ausdrücken, ob sie gut oder schlecht drauf sind.\n",
+                "createdAt": "2023-03-14T10:52:07.367Z",
+                "updatedAt": "2024-09-18T13:21:47.384Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "1pKlqN5wNW0KCWGeomkUKW",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 178,
+              "attributes": {
+                "name": "Western chimpanzee",
+                "subtitle": "Our closest relative",
+                "habitat": "Rainforests in West Africa",
+                "food": "Fruit, leaves, insects, meat",
+                "age": "40 to 60 years",
+                "weight": "30 to 70 kg",
+                "offspring": "1 young",
+                "gestation": "8 months",
+                "iucn": "Threatened",
+                "eep": true,
+                "description": "# Western chimpanzee\n*Pan troglodytes verus*\n\nThe Western chimpanzee is an anthropoid. As humans, it is considered to be our closest relative.\n\nThis year a young was born in both the month of May and June. Will you come and see the two little ones soon?",
+                "bottomDescription": "### Loose groups\nIn the wild, chimpanzees live in groups of up to 50 animals. These groups are often divided into smaller groups of chimpanzees which move around together. Sometimes the groups meet and they continue on their way together or in smaller groups. This is sometimes called 'fission-fusion'. Even though they may not see each other very often, the chimpanzees know exactly who belongs to the group. \n\n### Speaking without words\nChimpanzees have their own 'language'. They communicate with each other using many different sounds, for example to greet each other or warn of danger. They don't always use sound to communicate. They may also kiss, embrace, tickle each other and much more. Like us, they can also show whether they are angry or happy by means of facial expressions.",
+                "createdAt": "2023-03-14T10:49:02.905Z",
+                "updatedAt": "2024-09-18T13:21:47.383Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "1pKlqN5wNW0KCWGeomkUKW",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 45,
+      "attributes": {
+        "order": null,
+        "name": "West-Afrikaanse kroonkraanvogel",
+        "subtitle": "Gouden kroon",
+        "habitat": "Graslanden in Centraal Afrika",
+        "food": "Grasplanten, zaden en insecten",
+        "age": "20 tot 30 jaar",
+        "weight": "3 tot 4 kg",
+        "offspring": "2 tot 5 eieren",
+        "gestation": "28 tot 33 dagen",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# West-Afrikaanse kroonkraanvogel\n*Balearica pavonina pavonina*\n\nDe West-Afrikaanse kroonkraanvogel is soms moeilijk te onderscheiden van een grijze kroonkraanvogel. De verschillen vind je voornamelijk bij de snavel en bij zijn gedrag. De zwarte kroonkraanvogel heeft een langere snavel en de grijze kroonkraanvogel leeft meer in bomen. ",
+        "bottomDescription": "### Op stok\nDe kroonkraanvogel lijkt van alle kraanvogel soorten het meest op hun voorouders. Dit komt omdat zij net als hun voorouders een lange teen hebben die naar achteren wijst. Op deze wijze kunnen ze met hun poten een tak vast pakken. Daarom zijn kroonkraanvogels ook de enige kraanvogels die wel eens in een boom gaan zitten.",
+        "createdAt": "2022-10-05T11:28:47.531Z",
+        "updatedAt": "2024-09-18T13:31:14.171Z",
+        "publishedAt": "2022-10-05T11:28:47.525Z",
+        "tenantRef": "5bAqgfRulO8Ka2my8Sso0g",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1023,
+              "attributes": {
+                "name": "kroonkraan.jpeg",
+                "alternativeText": "kroonkraan.jpeg",
+                "caption": "kroonkraan.jpeg",
+                "width": 1900,
+                "height": 1267,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_kroonkraan_53e67cb3ea.jpeg",
+                    "hash": "large_kroonkraan_53e67cb3ea",
+                    "mime": "image/jpeg",
+                    "name": "large_kroonkraan.jpeg",
+                    "path": null,
+                    "size": 71.06,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_kroonkraan_53e67cb3ea.jpeg",
+                    "hash": "small_kroonkraan_53e67cb3ea",
+                    "mime": "image/jpeg",
+                    "name": "small_kroonkraan.jpeg",
+                    "path": null,
+                    "size": 23.47,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_kroonkraan_53e67cb3ea.jpeg",
+                    "hash": "medium_kroonkraan_53e67cb3ea",
+                    "mime": "image/jpeg",
+                    "name": "medium_kroonkraan.jpeg",
+                    "path": null,
+                    "size": 44.85,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_kroonkraan_53e67cb3ea.jpeg",
+                    "hash": "thumbnail_kroonkraan_53e67cb3ea",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_kroonkraan.jpeg",
+                    "path": null,
+                    "size": 7.34,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "kroonkraan_53e67cb3ea",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 1370.93,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/kroonkraan_53e67cb3ea.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T19:00:35.940Z",
+                "updatedAt": "2022-12-19T19:00:35.940Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 148,
+              "attributes": {
+                "name": "West-Afrikaanse kroonkraanvogel",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:03:59.994Z",
+                "updatedAt": "2024-09-20T10:17:47.918Z",
+                "publishedAt": "2023-02-15T09:04:02.294Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 334,
+              "attributes": {
+                "name": "Grue couronnée ",
+                "subtitle": "Une couronne dorée",
+                "habitat": "Prairies en Afrique centrale",
+                "food": "Herbes, graines et insectes",
+                "age": "20 à 30 ans",
+                "weight": "3 à 4 kg",
+                "offspring": "2 à 5 œufs",
+                "gestation": "28 à 33 jours",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Grue couronnée \n*Balearica pavonina pavonina*\n\nLa grue couronnée noire est parfois difficile à distinguer de la grue couronnée grise. Les différences se situent surtout au niveau du bec et du comportement. La grue couronnée noire a un plus long bec et la grue couronnée grise vit davantage dans les arbres.\n",
+                "bottomDescription": "### Perchées\nDe toutes les espèces de grues, les grues couronnées sont celles qui ressemblent le plus à leurs ancêtres. En effet, tout comme leurs ancêtres, elles possèdent un long doigt à l'arrière du pied qu'elles peuvent pointer vers l'arrière. De cette manière, elles peuvent agripper une branche avec leurs pattes. C'est pour cette raison que les grues couronnées sont les seules grues à pouvoir se percher dans un arbre.\n",
+                "createdAt": "2023-03-14T10:54:24.144Z",
+                "updatedAt": "2024-09-18T13:31:14.121Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5bAqgfRulO8Ka2my8Sso0g",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 238,
+              "attributes": {
+                "name": "Westafrikanischer Kronenkranich",
+                "subtitle": "Eine goldene Krone",
+                "habitat": "Grasland in Zentralafrika",
+                "food": "Graspflanzen, Samen und Insekten",
+                "age": "20 bis 30 Jahre",
+                "weight": "3 bis 4 kg",
+                "offspring": "2 bis 5 Eier",
+                "gestation": "28 bis 33 Tage",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Westafrikanische Kronenkranich\n*Balearica pavonina pavonina*\n\nDer dunkle Kronenkranich ist oft schwer von einem grauen Kronenkranich zu unterscheiden. Sie unterscheiden sich vor allem durch den Schnabel und im Verhalten. Der dunkle Kronenkranich hat einen längeren Schnabel, der graue Kronenkranich lebt mehr auf Bäumen.\n",
+                "bottomDescription": "### Auf dem Ast\nVon allen Kranichen ähnelt der Kronenkranich seinen Vorfahren am meisten. Denn wie seine Vorfahren hat er einen langen Zeh, der nach hinten zeigt. Damit kann er sich mit den Füßen auf einem Ast festhalten. Daher sind Kronenkraniche auch die einzigen Kraniche, die sich ab und zu in einen Baum setzen.\n",
+                "createdAt": "2023-03-14T10:51:09.367Z",
+                "updatedAt": "2024-09-18T13:31:14.170Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5bAqgfRulO8Ka2my8Sso0g",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 142,
+              "attributes": {
+                "name": "Black crowned crane",
+                "subtitle": "Golden crown",
+                "habitat": "Grasslands in Central Africa",
+                "food": "Grasses, seeds and insects",
+                "age": "20 to 30 years",
+                "weight": "3 to 4 kg",
+                "offspring": "2 to 5 eggs",
+                "gestation": "28 to 33 days",
+                "iucn": "Vulnerable",
+                "eep": true,
+                "description": "# Black crowned crane\n*Balearica pavonina pavonina*\n\nIt sometimes difficult to distinguish the black crowned crane from the grey crowned crane. The difference is evident in the shape of the bill and also in the bird's behaviour. The black crowned crane has a longer bill and the grey crowned crane lives more in trees.\n",
+                "bottomDescription": "### Roosting\nOf all the crane species, the crowned crane most resembles its ancestors. This is because, like their ancestors, they have a long toe that points backwards. This allows them to grab hold of a branch with their legs. That is why the crowned cranes are the only cranes that sometimes roost in trees.",
+                "createdAt": "2023-03-14T10:48:04.574Z",
+                "updatedAt": "2024-09-18T13:31:14.169Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5bAqgfRulO8Ka2my8Sso0g",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 65,
+      "attributes": {
+        "order": null,
+        "name": "Westelijke laaglandgorilla",
+        "subtitle": "De grootste aap ter wereld",
+        "habitat": "Regenwouden in het westen van Afrika",
+        "food": "groenten, bladeren, fruit en insecten",
+        "age": "40 jaar",
+        "weight": "Man: 180 - 200 kg Vrouw: 70 - 100 kg",
+        "offspring": "1 jong",
+        "gestation": "8,5 maanden",
+        "iucn": "Ernstig bedreigd",
+        "eep": true,
+        "description": "# Westelijke laaglandgorilla\n*Gorilla gorilla gorilla*\n\nDe gorilla is een rustig, bijna verlegen dier. Ze leven in haremgroepen waarin een volwassen man de leider is. Een volwassen gorillaman wordt zilverrug genoemd. \n\nNa 8,5 maand is op 15 juli 2020 gorilla Moos geboren. Het geboortegewicht van gorilla Moos is 1,5-2kg. Moos is zichtbaar voor bezoekers. ",
+        "bottomDescription": "### Gezond dieet\nGorilla’s zijn planteneters. Ze eten bladeren, stengels, schors en fruit. Daarnaast eten ze ook insecten die op de planten zitten. Zo krijgen ze ook nog genoeg eiwitten binnen. Westelijke laagland gorilla’s eten in totaal wel 100 verschillende fruitsoorten. Dat fruit is op verschillende momenten in het jaar rijp. Om van de ene fruitboom naar de andere te komen, lopen gorilla’s tussen de één en vier kilometer op een dag.\n\n### Lekker hapje\nGorilla’s doen iets wat wij mensen heel vies vinden. Ze eten namelijk af en toe hun eigen poep op. Dat is gezonder dan dat je zou denken. De planten die gorilla’s eten zijn hard en moeilijk te verteren. Daardoor wordt een deel van de vitamines niet in hun lijf opgenomen. Die poepen ze dan weer uit. Door hun eigen keutels op te eten, krijgen ze dus extra vitamines binnen. ",
+        "createdAt": "2022-10-05T11:28:54.806Z",
+        "updatedAt": "2024-09-18T13:13:39.620Z",
+        "publishedAt": "2022-10-05T11:28:54.797Z",
+        "tenantRef": "5dcqBzl2bSAYamCyOIkOce",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1301,
+              "attributes": {
+                "name": "Safaripark-dieren-gorilla.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_gorilla_3aafbcc516.jpg",
+                    "hash": "large_Safaripark_dieren_gorilla_3aafbcc516",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-gorilla.jpg",
+                    "path": null,
+                    "size": 144.63,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_gorilla_3aafbcc516.jpg",
+                    "hash": "small_Safaripark_dieren_gorilla_3aafbcc516",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-gorilla.jpg",
+                    "path": null,
+                    "size": 38.98,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_gorilla_3aafbcc516.jpg",
+                    "hash": "medium_Safaripark_dieren_gorilla_3aafbcc516",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-gorilla.jpg",
+                    "path": null,
+                    "size": 84.24,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_gorilla_3aafbcc516.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_gorilla_3aafbcc516",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-gorilla.jpg",
+                    "path": null,
+                    "size": 9.21,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_gorilla_3aafbcc516",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 317.41,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_gorilla_3aafbcc516.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:57:19.720Z",
+                "updatedAt": "2023-06-07T09:57:19.720Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 896,
+              "attributes": {
+                "name": "Westelijke laaglandgorilla (voor in het park)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:19:03.797Z",
+                "updatedAt": "2024-09-20T10:19:03.466Z",
+                "publishedAt": "2023-07-13T08:19:22.688Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 135,
+              "attributes": {
+                "name": "Gorilla-eiland",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:41:07.271Z",
+                "updatedAt": "2023-05-09T06:57:53.219Z",
+                "publishedAt": "2023-02-15T08:41:09.306Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 354,
+              "attributes": {
+                "name": "Gorille des plaines de l'Ouest",
+                "subtitle": "Le plus grand singe du monde",
+                "habitat": "Forêts tropicales (ouest de l'Afrique)",
+                "food": "Légumes, feuilles, fruits et insectes",
+                "age": "40 ans",
+                "weight": "Mâle : 180–200 kg Femelle : 70–100 kg",
+                "offspring": "1 petit",
+                "gestation": "8,5 mois",
+                "iucn": "En danger critique",
+                "eep": true,
+                "description": "# Gorille des plaines de l'Ouest\n*Gorilla gorilla gorilla*\n\nLes gorilles sont des animaux calmes, presque timides. Ils vivent en harem avec un mâle dominant. On appelle le gorille adulte « dos argenté ».\n",
+                "bottomDescription": "### Alimentation saine\nLes gorilles sont des herbivores. Ils mangent des feuilles, des tiges, des écorces et des fruits. Ils mangent également les insectes qui se trouvent sur les plantes. Cela leur permet d'absorber suffisamment de protéines. Les gorilles des plaines occidentales mangent près de cents fruits différents. Ces fruits mûrissent à différents moments de l'année. En se balançant d'arbre en arbre, les gorilles parcourent entre un et quatre kilomètres par jour.\n\n### Bon morceau\nLes gorilles font quelque chose d'assez répugnant : de temps en temps, ils mangent leurs propres excréments. C'est plus sain que vous ne le pensez ! Les plantes que les gorilles mangent sont dures et difficiles à digérer. Leur organisme ne peut donc pas absorber toutes les vitamines, qui se retrouvent donc dans leurs excréments. En mangeant leurs propres déjections, ils absorbent donc plus de vitamines !\n",
+                "createdAt": "2023-03-14T10:54:56.636Z",
+                "updatedAt": "2024-09-18T13:13:39.581Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5dcqBzl2bSAYamCyOIkOce",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 258,
+              "attributes": {
+                "name": "Westlicher Flachlandgorilla",
+                "subtitle": "Der größte Affe der Welt",
+                "habitat": "Regenwälder im Westen Afrikas",
+                "food": "Gemüse, Blätter, Früchte und Insekten",
+                "age": "40 Jahre",
+                "weight": "Männchen: 180–200 kg Weibchen: 70–100 kg",
+                "offspring": "1 Junges",
+                "gestation": "8,5 Monate",
+                "iucn": "Stark bedroht",
+                "eep": true,
+                "description": "# Westlicher Flachlandgorilla\n*Gorilla gorilla gorilla*\n\nDer Gorilla ist ein ruhiges, fast verlegenes Tier. Die Affen leben in Haremsgruppen, geleitet durch ein erwachsenes Männchen. Einen erwachsenen Gorillamann nennt man auch Silberrücken.\n",
+                "bottomDescription": "### Gesunde Diät\nGorillas sind Pflanzenfresser. Sie fressen Blätter, Stängel, Rinden und Früchte. Außerdem fressen sie auch Insekten, die auf den Pflanzen sitzen. So bekommen sie auch genügend Eiweiß. Westliche Flachlandgorillas ernähren sich von hundert verschiedenen Obstsorten. Dieses Obst wird zu verschiedenen Zeiten des Jahres reif. Um von einem Obstbaum zum nächsten zu gelangen, laufen die Gorillas zwischen einem und vier Kilometer an einem Tag.\n\n### Ein Leckerbissen\nGorillas zeigen ein Verhalten, das wir Menschen abstoßend finden. Sie verzehren nämlich ab und zu ihren eigenen Kot. Das ist gesünder, als man vermutet. Die Pflanzen, die Gorillas fressen, sind nämlich hart und schwer verdaulich. Dadurch wird ein Teil der Vitamine nicht vom Körper aufgenommen. Sie werden daher mit dem Kot wieder ausgeschieden. Durch den Verzehr des Kots nimmt der Gorilla also diese Vitamine wieder auf.\n",
+                "createdAt": "2023-03-14T10:51:41.618Z",
+                "updatedAt": "2024-09-18T13:13:39.620Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5dcqBzl2bSAYamCyOIkOce",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 162,
+              "attributes": {
+                "name": "Western lowland gorilla",
+                "subtitle": "The world's biggest ape",
+                "habitat": "Rainforests of western Africa",
+                "food": "Vegetables, leaves, fruit and insects",
+                "age": "40 years",
+                "weight": "Male: 180 - 200 kg Female: 70 - 100 kg",
+                "offspring": "1 young",
+                "gestation": "8.5 months",
+                "iucn": "Critically endangered",
+                "eep": true,
+                "description": "# Western Lowland gorilla\n*Gorilla gorilla gorilla*\n\nGorillas are quiet, almost shy animals. They live in harem groups led by an adult male. An adult male gorilla is called a silverback.\n\nGorilla Moos was born on July 15, 2020 after 8.5 months. The birth weight of Gorilla Moos is 1.5-2kg. Moos is visible to visitors.\n",
+                "bottomDescription": "### Healthy diet\nGorillas are herbivores. They eat leaves, stalks, bark and fruit. They also eat the insects are sitting on the plants. That way, they get enough protein. Western lowland gorillas eat nearly a hundred different types of fruit. Those fruits ripen at different times of the year. In order to move from one fruit tree to another, gorillas walk between one and four kilometres a day.\n\n### A tasty snack\nGorillas do something we humans think is really dirty – occasionally they eat their own poo. That is healthier than you might think. The plants the gorillas eat are hard and difficult to digest. As a result, some of the vitamins are not absorbed by their bodies – instead they poo them out again. So by eating their own droppings, they get some extra vitamins.\n",
+                "createdAt": "2023-03-14T10:48:37.080Z",
+                "updatedAt": "2024-09-18T13:13:39.619Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5dcqBzl2bSAYamCyOIkOce",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 42,
+      "attributes": {
+        "order": null,
+        "name": "Withandgibbon",
+        "subtitle": "Grote witte handen",
+        "habitat": "Tropische regenwouden in Zuidoost-Azië",
+        "food": "Fruit, bladeren, bloemen en insecten",
+        "age": "30 jaar ",
+        "weight": "5 tot 7 kg",
+        "offspring": "1 jong ",
+        "gestation": "7 maanden",
+        "iucn": "Bedreigd",
+        "eep": true,
+        "description": "# Withandgibbon\n*Hylobates lar*\n\nDe withandgibbon is een tenger gebouwd dier, met -net als andere gibbonsoorten- lange armen en zonder staart. De withandgibbon kan fluiten/roepen om kleinere zoogdieren te waarschuwen voor een roofdier. ",
+        "bottomDescription": "### Familie\nWithandgibbons leven in familiegroepen. De groep bestaat uit één volwassen man en één volwassen vrouw die samen leven met hun jongen. De jongen zijn volwassen als ze zo’n vijf jaar oud zijn. Als ze volwassen zijn worden ze door hun ouders het “huis” uitgezet. Dan gaan ze op zoek naar een eigen territorium en natuurlijk een eigen partner. Hiermee beginnen ze dan een nieuwe familiegroep. \n\n### Kieskeurig \nWithandgibbons eten vooral vruchten en plantaardig materiaal. Ze zijn heel kieskeurig over de kwaliteit van het eten. Alleen het verse fruit, de jonge bladeren en nieuwe knoppen eten ze graag. Ze slingeren van boom naar boom voor het eten. Vaak komen ze terug bij dezelfde bomen om iedere keer de rijpe vruchten te eten. Fruit dat niet rijp is, laten ze hangen voor de volgende keer. ",
+        "createdAt": "2022-10-05T11:28:46.399Z",
+        "updatedAt": "2023-03-14T10:54:19.117Z",
+        "publishedAt": "2022-10-05T11:28:46.396Z",
+        "tenantRef": "3LxTMjOfiMagK8YU6CeQck",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1024,
+              "attributes": {
+                "name": "withandgibbon.jpeg",
+                "alternativeText": "withandgibbon.jpeg",
+                "caption": "withandgibbon.jpeg",
+                "width": 1900,
+                "height": 1267,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_withandgibbon_941fa509e8.jpeg",
+                    "hash": "large_withandgibbon_941fa509e8",
+                    "mime": "image/jpeg",
+                    "name": "large_withandgibbon.jpeg",
+                    "path": null,
+                    "size": 123.82,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_withandgibbon_941fa509e8.jpeg",
+                    "hash": "small_withandgibbon_941fa509e8",
+                    "mime": "image/jpeg",
+                    "name": "small_withandgibbon.jpeg",
+                    "path": null,
+                    "size": 42.42,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_withandgibbon_941fa509e8.jpeg",
+                    "hash": "medium_withandgibbon_941fa509e8",
+                    "mime": "image/jpeg",
+                    "name": "medium_withandgibbon.jpeg",
+                    "path": null,
+                    "size": 80.14,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_withandgibbon_941fa509e8.jpeg",
+                    "hash": "thumbnail_withandgibbon_941fa509e8",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_withandgibbon.jpeg",
+                    "path": null,
+                    "size": 12.55,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "withandgibbon_941fa509e8",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 468.91,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/withandgibbon_941fa509e8.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T19:01:34.182Z",
+                "updatedAt": "2022-12-19T19:01:34.182Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 92,
+              "attributes": {
+                "name": "Withandgibbon",
+                "tenantRef": null,
+                "createdAt": "2023-02-14T19:21:10.156Z",
+                "updatedAt": "2024-09-20T10:20:21.753Z",
+                "publishedAt": "2023-02-14T19:21:12.159Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 331,
+              "attributes": {
+                "name": "Gibbon à mains blanches",
+                "subtitle": "Grandes mains blanches",
+                "habitat": "Forêts tropicales du sud-est de l'Asie",
+                "food": "Fruits, feuilles, fleurs et insectes",
+                "age": "30 ans",
+                "weight": "5 à 7 kg",
+                "offspring": "1 petit",
+                "gestation": "7 mois",
+                "iucn": "En danger",
+                "eep": true,
+                "description": "# Gibbon à mains blanches\n*Hylobates lar*\n\nLe gibbon à mains blanches est un animal élancé, avec de longs bras -comme tous les gibbons- et sans queue. Le gibbon à mains blanches peut siffler/crier pour avertir les plus petits mammifères de la présence d'un prédateur.\n",
+                "bottomDescription": "### Famille\nLes gibbons à mains blanches vivent en groupes. Le groupe se compose d'un mâle et d'une femelle adultes qui vivent avec leurs petits. Les gibbons atteignent l'âge adulte à cinq ans. Lorsqu'ils deviennent adultes, les gibbons sont chassés de la « maison » par leurs parents. Ils partent alors à la recherche de leur propre territoire et bien sûr d'un(e) partenaire. À leur tour, ils fondent une nouvelle famille. \n\n### Exigeants \nLes gibbons à mains blanches mangent essentiellement des fruits et des végétaux. Ils sont très exigeants quant à la qualité de leur nourriture. Ils ne mangent que des fruits frais, des jeunes pousses et des jeunes bourgeons. Ils passent d'arbre en arbre à la recherche de nourriture. Ils retournent souvent dans les mêmes arbres pour y manger à nouveau les fruits mûrs. Si les fruits ne sont pas mûrs, ils les laissent pour la prochaine fois.\n",
+                "createdAt": "2023-03-14T10:54:18.716Z",
+                "updatedAt": "2023-03-14T10:54:18.716Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "3LxTMjOfiMagK8YU6CeQck",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 235,
+              "attributes": {
+                "name": "Weißhandgibbon",
+                "subtitle": "Große weiße Hände",
+                "habitat": "Tropische Regenwälder in Südostasien",
+                "food": "Früchte, Blätter, Blumen und Insekten",
+                "age": "30 Jahre",
+                "weight": "5 bis 7 kg",
+                "offspring": "1 Junges",
+                "gestation": "7 Monate",
+                "iucn": "Bedroht",
+                "eep": true,
+                "description": "# Weißhandgibbon\n*Hylobates lar*\n\nDer Weißhandgibbon ist ein eher schmächtiges Tier, mit langen Armen (wie bei anderen Gibbons auch) und ohne Schwanz. Der Weißhandgibbon kann flöten bzw. rufen, um kleinere Säugetiere vor einem Raubtier zu warnen.\n",
+                "bottomDescription": "### Mit Familie\nWeißhandgibbons leben in Familiengruppen. Die Gruppe besteht aus einem erwachsenen Männchen mit einem erwachsenen Weibchen und lebt mit ihren Jungen zusammen. Die Jungen werden erwachsen, wenn sie etwa fünf Jahre alt sind. Wenn sie erwachsen sind, werden sie von ihren Eltern „vor die Tür“ gesetzt. Dann machen sie sich auf die Suche nach einem eigenen Territorium und natürlich einem eigenen Partner. Mit ihm gründen sie dann eine neue Familiengruppe. \n\n### Wählerisch \nWeißhandgibbons fressen vor allem Früchte und Pflanzenmaterial. Sie sind sehr wählerisch, was die Qualität ihrer Nahrung angeht. Nur frische Früchte, junge Blätter und neue Knospen verzehren sie gerne. Sie schwingen sich auf der Nahrungssuche von Baum zu Baum. Häufig kehren sie zum selben Baum zurück, um jedesmal die reifen Früchte zu fressen. Unreife Früchte lassen sie bis zum nächsten Besuch hängen.\n",
+                "createdAt": "2023-03-14T10:51:04.455Z",
+                "updatedAt": "2023-03-14T10:54:19.114Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "3LxTMjOfiMagK8YU6CeQck",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 139,
+              "attributes": {
+                "name": "Lar gibbon",
+                "subtitle": "Big white hands",
+                "habitat": "Tropical rainforests in Southeast Asia",
+                "food": "Fruit, leaves, flowers and insects",
+                "age": "30 years",
+                "weight": "5 to 7 kg",
+                "offspring": "1 young",
+                "gestation": "7 months",
+                "iucn": "Near threatened",
+                "eep": true,
+                "description": "# Lar gibbon\n*Hylobates lar*\n\nThe lar gibbon (also known as the white-handed gibbon) is a slender animal with long arms and no tail, in common with other gibbon species. The lar gibbon can sing, or call out, to warn smaller animals about the presence of a predator.\n\n\n\n\n\n",
+                "bottomDescription": "### Family\nLar gibbons live in family groups. The group consists of one adult male and one adult female who live together with their young. The young are considered adult when they reach the age of about five. When they become adults, they are forced to 'leave home’. They then go in search of their own territory and their own partner, so that they can start a new family group. \n\n### Picky \nLar gibbons mainly eat fruit and vegetation. They are very picky about the quality of their food. They only like to eat fresh fruit, young leaves and new buds. They swing from tree to tree in search of food. They often come back to the same trees in order to eat the ripe fruits each time. Unripe fruit is left hanging for the next time.",
+                "createdAt": "2023-03-14T10:47:59.931Z",
+                "updatedAt": "2023-03-14T10:54:19.111Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "3LxTMjOfiMagK8YU6CeQck",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 14,
+      "attributes": {
+        "order": null,
+        "name": "Zeboe",
+        "subtitle": "75 rassen",
+        "habitat": "Boerderij/dorp Afrika, Brazilië en India",
+        "food": "Gras en kruiden",
+        "age": "15 tot 20 jaar",
+        "weight": "150 tot 200 kg",
+        "offspring": "1 jong",
+        "gestation": "9 tot 9,5 maanden",
+        "iucn": "Geen",
+        "eep": false,
+        "description": "# Zeboe\n*Bos taurus indicus*\n\nZeboes hebben veel zweetklieren. Ze zijn mede daardoor beter bestand tegen vochtige klimaten en tropische ziekten.",
+        "bottomDescription": "### Wat zit er in die bult?\nZeboes hebben een grote bult in hun nek. Bij de mannetjes is die bult groter dan bij de vrouwtjes. Veel mensen denken dat er vet in die bult zit, net als bij de dromedaris. Maar dat is niet helemaal waar. Er zitten vooral heel veel spieren in. Waar de bult voor is weet eigenlijk niemand.\n\n### Alle kleuren\nDe zeboe is door mensen gefokt en komt niet in het wild voor. Dit kun je ook aan de dieren zien. Er zijn namelijk een heleboel verschillende kleuren zeboes. Bruin, wit, zwart, helemaal dezelfde kleur of met vlekken. Dat zie je nooit bij wilde dieren. In de natuur hebben dieren van dezelfde soort allemaal dezelfde kleur.",
+        "createdAt": "2022-10-05T11:28:35.084Z",
+        "updatedAt": "2024-09-18T13:09:56.101Z",
+        "publishedAt": "2022-10-05T11:28:35.080Z",
+        "tenantRef": "2WXkJXIoSAcE8ayK2I68wq",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 324,
+              "attributes": {
+                "name": "zeboe-portret-beekse-bergen.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 3800,
+                "height": 2777,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_zeboe_portret_beekse_bergen_60fe5e10de.jpg",
+                    "hash": "large_zeboe_portret_beekse_bergen_60fe5e10de",
+                    "mime": "image/jpeg",
+                    "name": "large_zeboe-portret-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 156.02,
+                    "width": 1000,
+                    "height": 731
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_zeboe_portret_beekse_bergen_60fe5e10de.jpg",
+                    "hash": "small_zeboe_portret_beekse_bergen_60fe5e10de",
+                    "mime": "image/jpeg",
+                    "name": "small_zeboe-portret-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 41.05,
+                    "width": 500,
+                    "height": 365
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_zeboe_portret_beekse_bergen_60fe5e10de.jpg",
+                    "hash": "medium_zeboe_portret_beekse_bergen_60fe5e10de",
+                    "mime": "image/jpeg",
+                    "name": "medium_zeboe-portret-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 88.07,
+                    "width": 750,
+                    "height": 548
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_zeboe_portret_beekse_bergen_60fe5e10de.jpg",
+                    "hash": "thumbnail_zeboe_portret_beekse_bergen_60fe5e10de",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_zeboe-portret-beekse-bergen.jpg",
+                    "path": null,
+                    "size": 8.46,
+                    "width": 214,
+                    "height": 156
+                  }
+                },
+                "hash": "zeboe_portret_beekse_bergen_60fe5e10de",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 4658.62,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/zeboe_portret_beekse_bergen_60fe5e10de.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-10-05T09:25:11.837Z",
+                "updatedAt": "2022-10-05T09:25:11.837Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": {
+            "id": 4,
+            "attributes": {
+              "title": "Masai Mara",
+              "area": {
+                "area": [
+                  {
+                    "lat": 51.51510606449067,
+                    "lon": 5.113557220817993
+                  },
+                  {
+                    "lat": 51.515090532820224,
+                    "lon": 5.113645081394575
+                  },
+                  {
+                    "lat": 51.51509134382485,
+                    "lon": 5.113722756256275
+                  },
+                  {
+                    "lat": 51.51508027429847,
+                    "lon": 5.113833795884097
+                  },
+                  {
+                    "lat": 51.515048531195305,
+                    "lon": 5.113987329048326
+                  },
+                  {
+                    "lat": 51.515013500451076,
+                    "lon": 5.114080351569724
+                  },
+                  {
+                    "lat": 51.514997937750444,
+                    "lon": 5.114155099222606
+                  },
+                  {
+                    "lat": 51.51499114439477,
+                    "lon": 5.114210624987371
+                  },
+                  {
+                    "lat": 51.51493295370522,
+                    "lon": 5.114359273946383
+                  },
+                  {
+                    "lat": 51.51489239047875,
+                    "lon": 5.11450983376281
+                  },
+                  {
+                    "lat": 51.514865533075344,
+                    "lon": 5.114598769910689
+                  },
+                  {
+                    "lat": 51.514817988314704,
+                    "lon": 5.11472515971586
+                  },
+                  {
+                    "lat": 51.514788567481645,
+                    "lon": 5.114794944686119
+                  },
+                  {
+                    "lat": 51.51476732273072,
+                    "lon": 5.114861655283392
+                  },
+                  {
+                    "lat": 51.514717218588196,
+                    "lon": 5.114969899195306
+                  },
+                  {
+                    "lat": 51.514678374832094,
+                    "lon": 5.115047810658595
+                  },
+                  {
+                    "lat": 51.51463378478634,
+                    "lon": 5.115091457753683
+                  },
+                  {
+                    "lat": 51.51458661686036,
+                    "lon": 5.115108889153534
+                  },
+                  {
+                    "lat": 51.51452369009383,
+                    "lon": 5.115116327469919
+                  },
+                  {
+                    "lat": 51.514478310556456,
+                    "lon": 5.115090367902285
+                  },
+                  {
+                    "lat": 51.51441960493964,
+                    "lon": 5.115019093954347
+                  },
+                  {
+                    "lat": 51.514384920650464,
+                    "lon": 5.114991053674675
+                  },
+                  {
+                    "lat": 51.51436153967258,
+                    "lon": 5.114951850107478
+                  },
+                  {
+                    "lat": 51.514316138952275,
+                    "lon": 5.1149168149957775
+                  },
+                  {
+                    "lat": 51.514206912427895,
+                    "lon": 5.114774216346857
+                  },
+                  {
+                    "lat": 51.51415449748736,
+                    "lon": 5.114700885805768
+                  },
+                  {
+                    "lat": 51.514112810706294,
+                    "lon": 5.114639598102732
+                  },
+                  {
+                    "lat": 51.514086889286375,
+                    "lon": 5.114590322978218
+                  },
+                  {
+                    "lat": 51.51406852943518,
+                    "lon": 5.114545036315682
+                  },
+                  {
+                    "lat": 51.51404183100244,
+                    "lon": 5.114433217342544
+                  },
+                  {
+                    "lat": 51.51395154592125,
+                    "lon": 5.114315726439768
+                  },
+                  {
+                    "lat": 51.51394995076107,
+                    "lon": 5.114246203439889
+                  },
+                  {
+                    "lat": 51.513960084450304,
+                    "lon": 5.114246142641651
+                  },
+                  {
+                    "lat": 51.51395616413597,
+                    "lon": 5.113645923654033
+                  },
+                  {
+                    "lat": 51.51394615504516,
+                    "lon": 5.113646989383852
+                  },
+                  {
+                    "lat": 51.51394353028453,
+                    "lon": 5.113508758314159
+                  },
+                  {
+                    "lat": 51.51396919170412,
+                    "lon": 5.113446058310368
+                  },
+                  {
+                    "lat": 51.51398785975359,
+                    "lon": 5.1133541414755745
+                  },
+                  {
+                    "lat": 51.513993938377624,
+                    "lon": 5.113262303250427
+                  },
+                  {
+                    "lat": 51.513995031221405,
+                    "lon": 5.1131916806897495
+                  },
+                  {
+                    "lat": 51.51400485121177,
+                    "lon": 5.11308468768185
+                  },
+                  {
+                    "lat": 51.514007830974776,
+                    "lon": 5.113013045297977
+                  },
+                  {
+                    "lat": 51.51401274563328,
+                    "lon": 5.112961565596354
+                  },
+                  {
+                    "lat": 51.51400882184724,
+                    "lon": 5.112899040682719
+                  },
+                  {
+                    "lat": 51.514017397387015,
+                    "lon": 5.112798108543939
+                  },
+                  {
+                    "lat": 51.51399369576324,
+                    "lon": 5.112622718539163
+                  },
+                  {
+                    "lat": 51.51395625284296,
+                    "lon": 5.112492808269636
+                  },
+                  {
+                    "lat": 51.51392585317312,
+                    "lon": 5.112413297222031
+                  },
+                  {
+                    "lat": 51.51391742088123,
+                    "lon": 5.112307422918668
+                  },
+                  {
+                    "lat": 51.51389389838376,
+                    "lon": 5.112207693311768
+                  },
+                  {
+                    "lat": 51.51389005729576,
+                    "lon": 5.112180477475556
+                  },
+                  {
+                    "lat": 51.51388042339313,
+                    "lon": 5.112098821450691
+                  },
+                  {
+                    "lat": 51.51385949353302,
+                    "lon": 5.112031360397224
+                  },
+                  {
+                    "lat": 51.5138139285655,
+                    "lon": 5.111927727844649
+                  },
+                  {
+                    "lat": 51.513803100268134,
+                    "lon": 5.111873318239973
+                  },
+                  {
+                    "lat": 51.513779048629026,
+                    "lon": 5.111816968971286
+                  },
+                  {
+                    "lat": 51.51372083465863,
+                    "lon": 5.1116881941842225
+                  },
+                  {
+                    "lat": 51.51366276985946,
+                    "lon": 5.111621966915274
+                  },
+                  {
+                    "lat": 51.513574490333745,
+                    "lon": 5.111554911576502
+                  },
+                  {
+                    "lat": 51.513542269649044,
+                    "lon": 5.1115046656598615
+                  },
+                  {
+                    "lat": 51.513459740332145,
+                    "lon": 5.111473893306904
+                  },
+                  {
+                    "lat": 51.51339925203512,
+                    "lon": 5.111448029551673
+                  },
+                  {
+                    "lat": 51.51334565042489,
+                    "lon": 5.11140598660039
+                  },
+                  {
+                    "lat": 51.51328063686962,
+                    "lon": 5.111329712472629
+                  },
+                  {
+                    "lat": 51.513216245312286,
+                    "lon": 5.111250406672361
+                  },
+                  {
+                    "lat": 51.51315065905599,
+                    "lon": 5.111197338545697
+                  },
+                  {
+                    "lat": 51.5131059084357,
+                    "lon": 5.111172391142036
+                  },
+                  {
+                    "lat": 51.5130523639176,
+                    "lon": 5.111154558885611
+                  },
+                  {
+                    "lat": 51.51298252655674,
+                    "lon": 5.111095650839213
+                  },
+                  {
+                    "lat": 51.51294325995773,
+                    "lon": 5.11105284748718
+                  },
+                  {
+                    "lat": 51.51290280310646,
+                    "lon": 5.11097956302558
+                  },
+                  {
+                    "lat": 51.51286227656743,
+                    "lon": 5.1108775856950395
+                  },
+                  {
+                    "lat": 51.51284641867225,
+                    "lon": 5.1107969780042986
+                  },
+                  {
+                    "lat": 51.51284179145262,
+                    "lon": 5.110732445224272
+                  },
+                  {
+                    "lat": 51.512841481654924,
+                    "lon": 5.110601530365129
+                  },
+                  {
+                    "lat": 51.5128480008075,
+                    "lon": 5.110518994646211
+                  },
+                  {
+                    "lat": 51.512894671284336,
+                    "lon": 5.110380616966065
+                  },
+                  {
+                    "lat": 51.512943660505876,
+                    "lon": 5.110276303248457
+                  },
+                  {
+                    "lat": 51.513006133782234,
+                    "lon": 5.110195218699734
+                  },
+                  {
+                    "lat": 51.513068724266866,
+                    "lon": 5.110164351974292
+                  },
+                  {
+                    "lat": 51.51315820652324,
+                    "lon": 5.110147663877966
+                  },
+                  {
+                    "lat": 51.513242152045166,
+                    "lon": 5.110156121791449
+                  },
+                  {
+                    "lat": 51.5132992203247,
+                    "lon": 5.11015577427678
+                  },
+                  {
+                    "lat": 51.51335857531671,
+                    "lon": 5.110175140320039
+                  },
+                  {
+                    "lat": 51.51345928052956,
+                    "lon": 5.110172732136479
+                  },
+                  {
+                    "lat": 51.51351972393585,
+                    "lon": 5.110179538268671
+                  },
+                  {
+                    "lat": 51.51355893379378,
+                    "lon": 5.110199027091267
+                  },
+                  {
+                    "lat": 51.51361162959152,
+                    "lon": 5.110241748533902
+                  },
+                  {
+                    "lat": 51.513675612048694,
+                    "lon": 5.110325648729974
+                  },
+                  {
+                    "lat": 51.51373064790284,
+                    "lon": 5.110411398586467
+                  },
+                  {
+                    "lat": 51.513790217644285,
+                    "lon": 5.110522230853188
+                  },
+                  {
+                    "lat": 51.5138138428736,
+                    "lon": 5.110575890990993
+                  },
+                  {
+                    "lat": 51.513822884605915,
+                    "lon": 5.1106134963870575
+                  },
+                  {
+                    "lat": 51.51382519915226,
+                    "lon": 5.110645763459922
+                  },
+                  {
+                    "lat": 51.513853306665595,
+                    "lon": 5.1107011914601745
+                  },
+                  {
+                    "lat": 51.51388690923127,
+                    "lon": 5.110715332832137
+                  },
+                  {
+                    "lat": 51.513921782057544,
+                    "lon": 5.1107922396919045
+                  },
+                  {
+                    "lat": 51.513979049681645,
+                    "lon": 5.110876184897885
+                  },
+                  {
+                    "lat": 51.51402285623687,
+                    "lon": 5.110945863531324
+                  },
+                  {
+                    "lat": 51.51404303592554,
+                    "lon": 5.110961881645092
+                  },
+                  {
+                    "lat": 51.51407440635186,
+                    "lon": 5.110977831828294
+                  },
+                  {
+                    "lat": 51.51408345887685,
+                    "lon": 5.111020819595607
+                  },
+                  {
+                    "lat": 51.514117147966,
+                    "lon": 5.111070832118841
+                  },
+                  {
+                    "lat": 51.5141776887713,
+                    "lon": 5.1111188867578585
+                  },
+                  {
+                    "lat": 51.51422244813564,
+                    "lon": 5.1111186151382615
+                  },
+                  {
+                    "lat": 51.514252702801066,
+                    "lon": 5.111136364395986
+                  },
+                  {
+                    "lat": 51.514290749518985,
+                    "lon": 5.111136133525858
+                  },
+                  {
+                    "lat": 51.5143412534188,
+                    "lon": 5.11119859794716
+                  },
+                  {
+                    "lat": 51.51440726581753,
+                    "lon": 5.111194610308642
+                  },
+                  {
+                    "lat": 51.51444974467809,
+                    "lon": 5.111176419662773
+                  },
+                  {
+                    "lat": 51.51448780834078,
+                    "lon": 5.111183363054329
+                  },
+                  {
+                    "lat": 51.514543921822266,
+                    "lon": 5.11125296523211
+                  },
+                  {
+                    "lat": 51.5145999862621,
+                    "lon": 5.1113010505914795
+                  },
+                  {
+                    "lat": 51.514637092613334,
+                    "lon": 5.111376150533035
+                  },
+                  {
+                    "lat": 51.51470000506254,
+                    "lon": 5.111481583794007
+                  },
+                  {
+                    "lat": 51.514729188044086,
+                    "lon": 5.111519070932332
+                  },
+                  {
+                    "lat": 51.51474048454261,
+                    "lon": 5.1115638379819615
+                  },
+                  {
+                    "lat": 51.51481912305854,
+                    "lon": 5.111694286842994
+                  },
+                  {
+                    "lat": 51.5148404208189,
+                    "lon": 5.111710298797829
+                  },
+                  {
+                    "lat": 51.514878674666974,
+                    "lon": 5.11179794627063
+                  },
+                  {
+                    "lat": 51.51488442550149,
+                    "lon": 5.111864270286215
+                  },
+                  {
+                    "lat": 51.51492505677078,
+                    "lon": 5.112011090957052
+                  },
+                  {
+                    "lat": 51.51491850875373,
+                    "lon": 5.112063489279377
+                  },
+                  {
+                    "lat": 51.51491581228554,
+                    "lon": 5.11212082010769
+                  },
+                  {
+                    "lat": 51.51492763450105,
+                    "lon": 5.112179765999521
+                  },
+                  {
+                    "lat": 51.5149266401562,
+                    "lon": 5.112208711643685
+                  },
+                  {
+                    "lat": 51.514921069042636,
+                    "lon": 5.112248469599036
+                  },
+                  {
+                    "lat": 51.51491300018055,
+                    "lon": 5.1122802960547435
+                  },
+                  {
+                    "lat": 51.51491417074987,
+                    "lon": 5.112326254118092
+                  },
+                  {
+                    "lat": 51.51493381970244,
+                    "lon": 5.1124010430745495
+                  },
+                  {
+                    "lat": 51.51496627617963,
+                    "lon": 5.112501285848358
+                  },
+                  {
+                    "lat": 51.5150054484786,
+                    "lon": 5.112597520691198
+                  },
+                  {
+                    "lat": 51.5150161115649,
+                    "lon": 5.112765426965158
+                  },
+                  {
+                    "lat": 51.515013188027446,
+                    "lon": 5.112877803427396
+                  },
+                  {
+                    "lat": 51.51504475474077,
+                    "lon": 5.113051827586363
+                  },
+                  {
+                    "lat": 51.515044166238006,
+                    "lon": 5.113102902051282
+                  },
+                  {
+                    "lat": 51.51505211008485,
+                    "lon": 5.113168680221239
+                  },
+                  {
+                    "lat": 51.51506569719273,
+                    "lon": 5.1132253454716095
+                  },
+                  {
+                    "lat": 51.51509103276073,
+                    "lon": 5.113309747405139
+                  },
+                  {
+                    "lat": 51.515098257553745,
+                    "lon": 5.113370989083455
+                  },
+                  {
+                    "lat": 51.51509883727658,
+                    "lon": 5.1134281332275995
+                  },
+                  {
+                    "lat": 51.51510784104574,
+                    "lon": 5.113509792627507
+                  },
+                  {
+                    "lat": 51.51510606449067,
+                    "lon": 5.113557220817993
+                  }
+                ]
+              },
+              "description": "Masai Mara is de kleinere savanne van het Safari Resort. Je vindt hier o.a. de netgiraffe, de zwarte neushoorn en struisvogels!",
+              "createdAt": "2022-10-05T12:41:48.999Z",
+              "updatedAt": "2022-10-05T12:43:19.248Z",
+              "publishedAt": "2022-10-05T12:41:48.903Z",
+              "tenantRef": "3mzHEcqzs48aeMYG2iEC6U",
+              "locale": "nl"
+            }
+          }
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 152,
+              "attributes": {
+                "name": "Zeboe",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:09:31.805Z",
+                "updatedAt": "2024-09-20T10:21:29.746Z",
+                "publishedAt": "2023-02-15T09:09:35.059Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 303,
+              "attributes": {
+                "name": "Zebú",
+                "subtitle": "75 races",
+                "habitat": "Ferme/village Afrique, Brésil et Inde",
+                "food": "Herbe et plantes herbacées",
+                "age": "15 à 20 ans",
+                "weight": "150 à 200 kg",
+                "offspring": "1 petit",
+                "gestation": "9 à 9,5 mois",
+                "iucn": "Non évalué",
+                "eep": false,
+                "description": "# Zebú \n*Bos taurus indicus*\n\nLes zebús possèdent beaucoup de glandes sudoripares. Ils sont donc mieux adaptés aux climats humides et aux maladies tropicales.\n",
+                "bottomDescription": "### Qu'y a-t-il dans cette bosse ?\nLes zébus ont une grosse bosse au niveau du cou. Elle est d'ailleurs plus grosse chez les mâles que chez les femelles. Beaucoup de personnes pensent qu'elle contient de la graisse, comme chez le dromadaire. Mais ce n'est pas le cas. Elle contient surtout beaucoup de muscles. Personne ne sait exactement à quoi elle sert.\n\n### Toutes les couleurs\nLe zébu a été domestiqué par l'être humain et on ne trouve pas d'individus à l'état sauvage. Cela se voit rien qu'en les regardant. En effet, il existe plusieurs couleurs de zébus : brun, blanc, noir, uni ou avec des taches. On ne voit pas ce genre de choses chez les animaux à l'état sauvage. Dans la nature, les animaux d'une même espèce ont tous la même couleur.\n",
+                "createdAt": "2023-03-14T10:53:33.356Z",
+                "updatedAt": "2024-09-18T13:09:56.064Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "2WXkJXIoSAcE8ayK2I68wq",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 207,
+              "attributes": {
+                "name": "Zebu",
+                "subtitle": "75 Rassen",
+                "habitat": "Farm/dorf Afrika, Brasilien und Indien",
+                "food": "Gras und Kräuter",
+                "age": "15 bis 20 Jahre",
+                "weight": "150 bis 200 kg",
+                "offspring": "1 Junges",
+                "gestation": "9 bis 9,5 Monate",
+                "iucn": "Nicht zutreffend",
+                "eep": false,
+                "description": "# Zebu\n*Bos taurus indicus*\n\nZebus haben viele Schweißdrüsen. Sie sind dadurch resistenter gegen feuchte Klimaverhältnisse und Tropenkrankheiten.\n",
+                "bottomDescription": "### Woraus besteht eigentlich der Buckel?\nZebus haben einen großen Buckel auf dem Nacken. Bei den Männchen ist dieser Buckel größer als bei den Weibchen. Viele Menschen glauben, dass der Buckel Fett enthält, genau wie beim Dromedar. Aber das stimmt nicht. Der Buckel besteht vor allem aus Muskeln. Wofür der Buckel eigentlich dient, weiß niemand.\n\n### Alle Farben\nDas Zebu wurde vom Menschen gezüchtet und kommt in der freien Natur nicht vor. Man kann das den Tieren auch ansehen. Es gibt nämlich viele verschiedenfarbige Zebus. Braun, weiß, schwarz, einfarbig oder gefleckt. Bei Wildtieren kommt das nie vor. In der Natur haben Tiere der gleichen Art alle die gleiche Färbung.\n",
+                "createdAt": "2023-03-14T10:50:18.966Z",
+                "updatedAt": "2024-09-18T13:09:56.103Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "2WXkJXIoSAcE8ayK2I68wq",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 111,
+              "attributes": {
+                "name": "Zebu",
+                "subtitle": "75 species",
+                "habitat": "Farm/village Africa, Brazil and India ",
+                "food": "Grass and herbaceous plants",
+                "age": "15 to 20 years",
+                "weight": "150 to 200 kg",
+                "offspring": "1 young",
+                "gestation": "9 to 9.5 months",
+                "iucn": "None",
+                "eep": false,
+                "description": "# Zebu\n*Bos taurus indicus*\n\nZebus have lots of sweat glands. This helps them cope better with humid climates and tropical diseases.",
+                "bottomDescription": "### What is in that hump?\nZebus have a large hump at the neck, which is bigger in males than in females. People often think the hump contains fat, as with the dromedary, but that is not entirely true. It mainly contains muscle. What the purpose of the hump is, nobody knows.\n\n### Every colour\nThe zebu is a species bred by humans and does not occur in the wild. You can tell this by looking at the animals, because there are many different colours of zebus: brown, white, black, all the same colour or with spots. You never see this in wild animals. In nature, animals of the same species are all the same colour.",
+                "createdAt": "2023-03-14T10:47:14.358Z",
+                "updatedAt": "2024-09-18T13:09:56.102Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "2WXkJXIoSAcE8ayK2I68wq",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 55,
+      "attributes": {
+        "order": null,
+        "name": "Zebramangoest",
+        "subtitle": "Gestreepte tekening",
+        "habitat": "Afrika en ten zuiden van de Sahara",
+        "food": "Insecten, vruchten, reptielen en muizen",
+        "age": "11 jaar",
+        "weight": "1 tot 2 kg",
+        "offspring": "2 tot 6 jongen",
+        "gestation": "60 - 70 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Zebramangoest\n*Mungos mungo*\n\nDe zebramangoest is een stevige mangoest met een grote kop, kleine oren, gespierde poten en een lange staart, bijna net zo lang als de rest van het lichaam.  ",
+        "bottomDescription": "### Eitje tikken\nZebramangoesten eten vooral insecten. Overdag gaan ze op pad om eten te zoeken. Op het heetst van de dag rusten ze in de schaduw. Naast insecten eten ze ook fruit, reptielen en eieren. Om een ei open te krijgen hebben de zebramangoesten twee technieken. Eerst proberen ze de schaal open te bijten met hun scherpe tanden. Als dat niet lukt, pakken ze het ei met hun voorpoten vast en gooien het dan tussen hun achterpoten door kapot tegen een steen. Eet smakelijk! \n\n### Babysitters\nIn een groep met zebramangoesten krijgen de vrouwtjes vaak op hetzelfde moment jongen. De jongen drinken dan melk bij verschillende moeders. Overdag gaat de groep op pad om eten te zoeken, terwijl de jongen achter blijven in het hol. Één of meerdere vrouwtjes passen dan samen met een volwassen mannetje op de jongen. ",
+        "createdAt": "2022-10-05T11:28:51.288Z",
+        "updatedAt": "2023-05-01T11:45:51.613Z",
+        "publishedAt": "2022-10-05T11:28:51.285Z",
+        "tenantRef": "4rR6uACuPu48yGKqaOCgY",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1031,
+              "attributes": {
+                "name": "zebramangoeste.jpeg",
+                "alternativeText": "zebramangoeste.jpeg",
+                "caption": "zebramangoeste.jpeg",
+                "width": 1900,
+                "height": 1267,
+                "formats": {
+                  "large": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_zebramangoeste_9c7ba6b518.jpeg",
+                    "hash": "large_zebramangoeste_9c7ba6b518",
+                    "mime": "image/jpeg",
+                    "name": "large_zebramangoeste.jpeg",
+                    "path": null,
+                    "size": 138.01,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_zebramangoeste_9c7ba6b518.jpeg",
+                    "hash": "small_zebramangoeste_9c7ba6b518",
+                    "mime": "image/jpeg",
+                    "name": "small_zebramangoeste.jpeg",
+                    "path": null,
+                    "size": 40.14,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_zebramangoeste_9c7ba6b518.jpeg",
+                    "hash": "medium_zebramangoeste_9c7ba6b518",
+                    "mime": "image/jpeg",
+                    "name": "medium_zebramangoeste.jpeg",
+                    "path": null,
+                    "size": 84.34,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpeg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_zebramangoeste_9c7ba6b518.jpeg",
+                    "hash": "thumbnail_zebramangoeste_9c7ba6b518",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_zebramangoeste.jpeg",
+                    "path": null,
+                    "size": 10.29,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "zebramangoeste_9c7ba6b518",
+                "ext": ".jpeg",
+                "mime": "image/jpeg",
+                "size": 1772.43,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/zebramangoeste_9c7ba6b518.jpeg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2022-12-19T19:10:54.153Z",
+                "updatedAt": "2022-12-19T19:10:54.153Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 153,
+              "attributes": {
+                "name": "Zebramangoest",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:10:37.662Z",
+                "updatedAt": "2024-09-20T10:23:08.618Z",
+                "publishedAt": "2023-02-15T09:10:40.778Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 344,
+              "attributes": {
+                "name": "Mangouste rayée",
+                "subtitle": "Rayures",
+                "habitat": "Afrique et sud du Sahara",
+                "food": "Insectes, fruits, reptiles et souris",
+                "age": "11 ans",
+                "weight": "1 à 2 kg",
+                "offspring": "2 à 6 petits",
+                "gestation": "60 à 70 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Mangouste rayée\n*Mungos mungo*\n\nLa mangouste rayée est une mangouste robuste avec une grosse tête, de petites oreilles, des pattes musclées et une large queue, presque aussi longue que le reste de son corps.\n",
+                "bottomDescription": "### Casser des œufs\nLes mangoustes rayées mangent surtout des insectes. La journée, elles partent à la recherche de nourriture. Au plus chaud de la journée, elles se reposent à l'ombre. Outre les insectes, elles mangent aussi des fruits, des reptiles et des œufs. Les mangoustes rayées ont deux techniques pour ouvrir un œuf. D'abord, elles essaient d'ouvrir la coquille en la mordant avec leurs dents aiguisées. Si cela ne fonctionne pas, elles attrapent l'œuf avec leurs pattes avant et elles le brisent avec une pierre entre leurs pattes arrière. Bon appétit ! \n\n### Baby-sitters\nSouvent, les femelles d'un groupe donnent naissance à leurs petits en même temps. Les petits boivent donc le lait de plusieurs femelles. La journée, le groupe part chercher de la nourriture pendant que les petits restent dans le terrier. Une ou plusieurs femelle(s) veille(nt) sur les petits en compagnie d'un mâle adulte.\n",
+                "createdAt": "2023-03-14T10:54:39.906Z",
+                "updatedAt": "2023-05-01T11:45:51.993Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "4rR6uACuPu48yGKqaOCgY",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 248,
+              "attributes": {
+                "name": "Zebramanguste",
+                "subtitle": "Streifen auf dem Fell",
+                "habitat": "Afrika und südlich der Sahara",
+                "food": "Insekten, Früchte, Reptile und Mäuse",
+                "age": "11 Jahre",
+                "weight": "1 bis 2 kg",
+                "offspring": "2 bis 6 Junge",
+                "gestation": "60 bis 70 Tage",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Zebramanguste\n*Mungos mungo*\n\nDie Zebramanguste ist eine kräftige Manguste mit großem Kopf, kleinen Ohren, muskulösen Beinen und einem langen Schwanz, der fast so lang ist wie der übrige Körper.\n",
+                "bottomDescription": "### Ein Ei aufschlagen\nZebramangusten fressen vor allem Insekten. Tagsüber sind sie unterwegs auf Nahrungssuche. Zur heißesten Tageszeit ruhen sie sich im Schatten aus. Neben Insekten fressen sie auch Früchte, Reptile und Eier. Um ein Ei zu öffnen, nutzen die Zebramangusten zwei Techniken. Zuerst probieren sie, die Schale mit ihren scharfen Zähnen aufzubeißen. Wenn das nicht gelingt, ergreifen sie das Ei mit den Vorderpfoten und schlagen es dann zwischen ihren Hinterbeinen hindurch auf einem Stein auf. Guten Appetit! \n\n### Babysitter\nIn einer Gruppe Zebramangusten bekommen die Weibchen ihre Jungen oft zur gleichen Zeit. Die Jungen trinken dann Milch bei verschiedenen Müttern. Tagsüber ist die Gruppe unterwegs auf Nahrungssuche, während die Jungen in der Wohnhöhle zurückbleiben. Ein oder mehrere Weibchen passen dann zusammen mit einem erwachsenen Männchen auf die Jungen auf.\n",
+                "createdAt": "2023-03-14T10:51:25.407Z",
+                "updatedAt": "2023-05-01T11:45:51.990Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "4rR6uACuPu48yGKqaOCgY",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 152,
+              "attributes": {
+                "name": "Banded mongoose",
+                "subtitle": "Striped markings",
+                "habitat": "Africa and south of the Sahara",
+                "food": "Insects, fruit, reptiles and mice",
+                "age": "11 years",
+                "weight": "1 to 2 kg",
+                "offspring": "2 to 6 young",
+                "gestation": "60 to 70 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Banded mongoose\n*Mungos mungo*\n\nThe banded mongoose is a sturdy mongoose with a large head, small ears, muscular limbs and a long tail, which is almost as long as the rest of the body.",
+                "bottomDescription": "### Breaking eggs\nBanded mongooses mainly eat insects. In the daytime, they go out looking for food. They relax in the shade at the hottest time of day. In addition to insects, they also eat fruit, reptiles and eggs. The banded mongooses have two techniques for breaking an egg. First, they try to bite the shell open with their sharp teeth. If that doesn’t work, they grab hold of the egg with their front legs and crack it open against a stone between their hind legs. Bon appetit! \n\n### Babysitters\nThe females in a group of banded mongooses often bear young at the same time. The young then drink milk from different mothers. In the daytime, the group goes out looking for food, while the young stay behind in the burrow. One or more females look after the young together with an adult male.",
+                "createdAt": "2023-03-14T10:48:20.475Z",
+                "updatedAt": "2023-05-01T11:45:51.984Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "4rR6uACuPu48yGKqaOCgY",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 86,
+      "attributes": {
+        "order": null,
+        "name": "Zuidelijke breedlipneushoorn",
+        "subtitle": "De bulldozer van de savanne",
+        "habitat": "Savannes in zuiden en oosten van Afrika",
+        "food": "Gras",
+        "age": "45-50 jaar",
+        "weight": "Man: 2300 kg Vrouw: 1700 kg",
+        "offspring": "1 jong",
+        "gestation": "16 maanden",
+        "iucn": "Gevoelig ",
+        "eep": true,
+        "description": "# Zuidelijke breedlipneushoorn\n*Ceratotherium simum simum*\n\nDe zuidelijke breedlipneushoorn, ook wel witte neushoorn, is de grootste van de vijf neushoornsoorten en het op een na grootste landdier ter wereld. Alleen de olifant is groter dan deze neushoorn.",
+        "bottomDescription": "### Elke dag 3 minder... \nEen breedlipneushoorn heeft twee hoorns op zijn kop. Die hoorns zijn gemaakt van keratine. Dat is hetzelfde materiaal als waar onze nagels van zijn gemaakt. Een neushoorn wordt in het wild bijna nooit door een roofdier aangevallen. Gebeurt dat wel, dan kan hij zijn hoorn gebruiken om zichzelf te verdedigen. Helaas is zijn hoorn ook de reden dat de neushoorn met uitsterven wordt bedreigd. De hoorn is in Azië veel geld waard. Door stropers worden ongeveer drie neushoorns per dag doodgeschoten. \n\n### Selectieve grasmaaier\nBreedlipneushoorns eten gras. Met hun brede lippen kunnen ze veel gras tegelijk lostrekken. Op één dag eet een neushoorn tussen de 45 en 60 kilo gras! Daar zijn ze ongeveer 12 uur per dag mee bezig. Ze eten niet zomaar alle soorten gras. Ze kiezen bepaalde soorten gras en laten de rest over voor andere dieren, zoals zebra’s en antilopen. Samen zorgen ze voor gezonde graslanden.",
+        "createdAt": "2022-10-05T11:29:02.793Z",
+        "updatedAt": "2024-09-18T13:07:53.183Z",
+        "publishedAt": "2022-10-05T11:29:02.788Z",
+        "tenantRef": "5zLuQyeofe4Y0woIqAIcgW",
+        "bigFive": true,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1290,
+              "attributes": {
+                "name": "Safaripark-dieren-breedlip-neushoorn.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 683,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0.jpg",
+                    "hash": "large_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-breedlip-neushoorn.jpg",
+                    "path": null,
+                    "size": 141.65,
+                    "width": 1000,
+                    "height": 667
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0.jpg",
+                    "hash": "small_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-breedlip-neushoorn.jpg",
+                    "path": null,
+                    "size": 39.52,
+                    "width": 500,
+                    "height": 333
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0.jpg",
+                    "hash": "medium_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-breedlip-neushoorn.jpg",
+                    "path": null,
+                    "size": 84.23,
+                    "width": 750,
+                    "height": 500
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_breedlip_neushoorn_e57c40c0b0",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-breedlip-neushoorn.jpg",
+                    "path": null,
+                    "size": 9.33,
+                    "width": 234,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_breedlip_neushoorn_e57c40c0b0",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 280.32,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_breedlip_neushoorn_e57c40c0b0.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-07T09:33:02.437Z",
+                "updatedAt": "2023-06-07T09:33:02.437Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 930,
+              "attributes": {
+                "name": "Zuidelijke breedlipneushoorn",
+                "tenantRef": null,
+                "createdAt": "2023-07-25T12:44:36.288Z",
+                "updatedAt": "2024-09-20T10:24:04.610Z",
+                "publishedAt": "2023-07-25T12:44:39.757Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1080,
+              "attributes": {
+                "name": "Zuidelijke breedlipneushoorn (Safari Hotel)",
+                "tenantRef": null,
+                "createdAt": "2023-08-09T07:58:00.868Z",
+                "updatedAt": "2024-09-20T10:25:12.853Z",
+                "publishedAt": "2023-08-09T07:58:03.978Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 141,
+              "attributes": {
+                "name": "Neushoornvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:50:31.578Z",
+                "updatedAt": "2023-05-09T06:58:34.132Z",
+                "publishedAt": "2023-02-15T08:50:33.336Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 5,
+              "attributes": {
+                "title": "De neushoornvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.52133659294614,
+                    "lon": 5.107711728974891
+                  },
+                  {
+                    "lat": 51.52144340450445,
+                    "lon": 5.107883390351844
+                  },
+                  {
+                    "lat": 51.52117908651664,
+                    "lon": 5.108998246057905
+                  },
+                  {
+                    "lat": 51.52100948099042,
+                    "lon": 5.108596857949794
+                  },
+                  {
+                    "lat": 51.5211646925685,
+                    "lon": 5.10787266151577
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:15:41.735Z",
+                "updatedAt": "2023-07-10T07:19:13.882Z",
+                "publishedAt": "2023-01-13T07:15:44.748Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 375,
+              "attributes": {
+                "name": "Rhinocéros blanc du Sud",
+                "subtitle": "Le bulldozer de la savane",
+                "habitat": "Savanes (sud et ouest de l'Afrique)",
+                "food": "Herbe",
+                "age": "45-50 ans",
+                "weight": "Mâle : 2 300 kg Femelle : 1 700 kg",
+                "offspring": "1 petit",
+                "gestation": "16 mois",
+                "iucn": " Sensible",
+                "eep": true,
+                "description": "# Rhinocéros blanc du Sud\n*Ceratotherium simum simum*\n\nLe rhinocéros blanc du Sud est la plus grande des cinq espèces de rhinocéros et le deuxième plus grand animal terrestre du monde. Seul l'éléphant est plus gros que le rhinocéros.\n",
+                "bottomDescription": "### 3 en moins chaque jour... \nUn rhinocéros possède deux cornes sur la tête. Ces cornes sont composées de kératine. C'est la même substance que celle qu'on trouve dans nos ongles. À l'état sauvage, le rhinocéros est rarement attaqué par un prédateur. Si c'est le cas, il peut utiliser ses cornes pour se défendre. Malheureusement, ses cornes sont aussi la raison pour laquelle l'animal est en voie d'extinction. En effet, les cornes de rhinocéros valent beaucoup d'argent en Asie. Les braconniers sont responsables de la mort de près de trois rhinocéros par jour. \n\n### Tondeuse sélective\nLes rhinocéros blancs mangent de l'herbe. Grâce à leurs larges lèvres, ils peuvent arracher une grande quantité d'herbe en une seule fois. En une journée, le rhinocéros mange entre 45 et 60 kilos d'herbe ! Ils broutent de l'herbe environ 12 heures par jour. Cela ne veut pas dire qu'ils mangent tous les types d'herbe. Ils en sélectionnent certaines sortes et laissent le reste aux autres animaux, comme les zèbres et les antilopes. Ensemble, ils permettent d'assainir les régions boisées.\n",
+                "createdAt": "2023-03-14T10:55:30.462Z",
+                "updatedAt": "2024-09-18T13:07:53.137Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "5zLuQyeofe4Y0woIqAIcgW",
+                "bigFive": true,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 279,
+              "attributes": {
+                "name": "Südliches Breitmaulnashorn",
+                "subtitle": "Der Bulldozer der Savanne",
+                "habitat": "Savannen im Süden und Osten Afrikas",
+                "food": "Gras",
+                "age": "45-50 Jahre",
+                "weight": "Männchen: 2.300 kg  Weibchen: 1.700 kg",
+                "offspring": "1 Junges",
+                "gestation": "16 Monate",
+                "iucn": "Empfidlich",
+                "eep": true,
+                "description": "# Südliches Breitmaulnashorn\n*Ceratotherium simum simum*\n\nDas Südliches Breitmaulnashorn, auch weißes Nashorn genannt, ist das größte unter den fünf Nashornarten und das zweitgrößte Landtier der Welt. Nur der Elefant ist größer als dieses Nashorn.\n",
+                "bottomDescription": "### Jeden Tag 3 weniger... \nEin Breitmaulnashorn trägt zwei Hörner auf dem Kopf. Diese Hörner bestehen aus Keratin. Das ist dasselbe Material, aus dem unsere Nägel bestehen. Ein Nashorn wird in der Wildnis fast nie von Raubtieren angegriffen. Falls das aber einmal passiert, kann es sein Horn benutzen, um sich zu verteidigen. Leider ist sein Horn auch der Grund dafür, dass das Nashorn vom Aussterben bedroht ist. Das Horn ist nämlich in Asien viel wert. Von Wilderern werden daher täglich etwa drei Nashörner getötet. \n\n### Ein selektiver Rasenmäher\nBreitmaulnashörner fressen Gras. Mit ihren breiten Lippen können sie viel Gras auf einmal aufnehmen. An einem Tag frisst ein Nashorn zwischen 45 und 60 Kilo Gras! Damit ist es täglich etwa 12 Stunden beschäftigt. Es frisst aber nicht alle Gräser. Nur bestimmte Sorten Gras werden gefressen, während der Rest für andere Tiere wie Zebras und Antilopen übrig bleibt. So sorgen sie gemeinsam für ein gesundes Grasland.\n",
+                "createdAt": "2023-03-14T10:52:15.511Z",
+                "updatedAt": "2024-09-18T13:07:53.182Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "5zLuQyeofe4Y0woIqAIcgW",
+                "bigFive": true,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 183,
+              "attributes": {
+                "name": "Southern white rhinoceros",
+                "subtitle": "The bulldozer of the savannah",
+                "habitat": "Savannahs in southern and eastern Africa",
+                "food": "Grass",
+                "age": "45-50 years",
+                "weight": "Male: 2,300 kg Female: 1,700 kg",
+                "offspring": "1 young",
+                "gestation": "16 months",
+                "iucn": " Sensitive",
+                "eep": true,
+                "description": "# Southern white rhinoceros\n*Ceratotherium simum simum*\n\nThe Southern white rhinoceros, also called the square-lipped rhinoceros, is the largest of the five rhinoceros species and the second largest land animal in the world. Only the elephant is bigger than this rhinoceros.\n",
+                "bottomDescription": "### 3 lost every day... \nA white rhinoceros has two horns on its head. Those horns are made from keratin. That is the same material our nails are made from. A rhinoceros is rarely attacked by a predator in the wild. If that does happen, it can use its horn to defend itself. Unfortunately, its horn is also the reason that the rhinoceros is threatened with extinction. The horn is worth a lot of money in Asia. About three rhinos are shot dead by poachers every day. \n\n### Selective lawnmower\nWhite rhinos eat grass. With their broad lips, they can pull out a lot of grass in one go. A rhinoceros eats between 45 and 60 kilos of grass in one day.  This takes them about 12 hours per day. They don’t just eat any kind of grass. They choose certain types of grass and leave the rest for other animals, such as zebras and antelopes. Together, they keep the grasslands healthy.",
+                "createdAt": "2023-03-14T10:49:10.724Z",
+                "updatedAt": "2024-09-18T13:07:53.181Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "5zLuQyeofe4Y0woIqAIcgW",
+                "bigFive": true,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 64,
+      "attributes": {
+        "order": null,
+        "name": "Zuidelijke cheeta",
+        "subtitle": "Het snelste roofdier op het land",
+        "habitat": "Savannes in het zuiden van Afrika",
+        "food": "Antilopen en kleine zoogdieren",
+        "age": "6 tot 8 jaar",
+        "weight": "35 tot 55 kilo",
+        "offspring": "1 tot 6 jongen",
+        "gestation": "3 maanden",
+        "iucn": "Kwetsbaar",
+        "eep": true,
+        "description": "# Zuidelijke cheeta\n*Acinonyx jubatus jubatus*\n\nDe zuidelijke cheeta is het snelste landzoogdier ter wereld. Ze kunnen met elke pas 10 km/u versnellen. Echter houdt hij deze snelheid niet langer vast dan 500 meter of 30 seconden. ",
+        "bottomDescription": "### Sprintkampioen\nCheeta's zijn de snelste dieren op het land. In volle vaart halen ze een snelheid van bijna 100 km/uur. Als je naar een cheeta kijkt, kun je ook zien dat hij is gebouwd om hard te rennen. Hij lijkt zelfs een beetje mager. Hoe zwaarder je bent, hoe minder hard je kunt lopen. Cheeta's zijn wel echte sprinters. Ze houden hun snelheid maar zo’n 30 seconden vol.   \n\n### Voetbalschoenen\nBijna alle katachtigen hebben scherpe nagels die ze kunnen intrekken. Cheeta's hebben dat niet. Zij kunnen hun nagels niet intrekken. Dat betekent dat hun nagels slijten tijdens het lopen en dat die dus ook niet scherp zijn. Toch is dat voor de cheeta juist handig. Zij gebruiken hun nagels namelijk om zichzelf af te zetten tijdens het rennen. Zo hebben ze meer grip op de grond. Eigenlijk werkt het net als de noppen onder een voetbalschoen. ",
+        "createdAt": "2022-10-05T11:28:54.417Z",
+        "updatedAt": "2024-09-18T13:05:25.678Z",
+        "publishedAt": "2022-10-05T11:28:54.413Z",
+        "tenantRef": "6vlcXV0KgECcaIAc0Wiie4",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1346,
+              "attributes": {
+                "name": "Safaripark-dieren-cheeta.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 705,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_cheeta_c407cf8b80.jpg",
+                    "hash": "large_Safaripark_dieren_cheeta_c407cf8b80",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-cheeta.jpg",
+                    "path": null,
+                    "size": 111.1,
+                    "width": 1000,
+                    "height": 688
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_cheeta_c407cf8b80.jpg",
+                    "hash": "small_Safaripark_dieren_cheeta_c407cf8b80",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-cheeta.jpg",
+                    "path": null,
+                    "size": 31.68,
+                    "width": 500,
+                    "height": 344
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_cheeta_c407cf8b80.jpg",
+                    "hash": "medium_Safaripark_dieren_cheeta_c407cf8b80",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-cheeta.jpg",
+                    "path": null,
+                    "size": 66.09,
+                    "width": 750,
+                    "height": 516
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_cheeta_c407cf8b80.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_cheeta_c407cf8b80",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-cheeta.jpg",
+                    "path": null,
+                    "size": 8.29,
+                    "width": 227,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_cheeta_c407cf8b80",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 232.57,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_cheeta_c407cf8b80.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:24:41.536Z",
+                "updatedAt": "2023-06-12T11:24:41.536Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 901,
+              "attributes": {
+                "name": "Zuidelijke cheeta (bij Autosafari, in bocht)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:29:39.386Z",
+                "updatedAt": "2024-09-20T10:30:28.663Z",
+                "publishedAt": "2023-07-13T08:29:42.190Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 902,
+              "attributes": {
+                "name": "Zuidelijke cheeta (wandelsafari)",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T08:30:54.513Z",
+                "updatedAt": "2024-09-20T10:31:00.958Z",
+                "publishedAt": "2023-07-13T08:32:38.394Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 138,
+              "attributes": {
+                "name": "Zuidelijke cheeta (bij Autosafari)",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:45:38.725Z",
+                "updatedAt": "2024-09-20T10:26:04.863Z",
+                "publishedAt": "2023-02-15T08:45:40.703Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 4,
+              "attributes": {
+                "title": "Jachtluipaarden",
+                "triggerArea": [
+                  {
+                    "lat": 51.52212098449209,
+                    "lon": 5.108733650609554
+                  },
+                  {
+                    "lat": 51.522267847790474,
+                    "lon": 5.1091386641708025
+                  },
+                  {
+                    "lat": 51.522075924066876,
+                    "lon": 5.1093398298469195
+                  },
+                  {
+                    "lat": 51.521929060149446,
+                    "lon": 5.10902064697414
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:14:17.050Z",
+                "updatedAt": "2023-07-10T07:46:41.549Z",
+                "publishedAt": "2023-01-13T07:14:19.679Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 353,
+              "attributes": {
+                "name": "Guépard d'Afrique australe",
+                "subtitle": "Le prédateur terrestre le plus rapide",
+                "habitat": "Savane du sud de l'Afrique",
+                "food": "Antilopes et petits mammifères",
+                "age": "6 à 8 ans",
+                "weight": "35 à 55 kg",
+                "offspring": "1 à 6 petits",
+                "gestation": "3 mois",
+                "iucn": "Vulnérable",
+                "eep": true,
+                "description": "# Guépard d'Afrique australe\n*Acinonyx jubatus jubatus*\n\nLe guépard d'Afrique australe est le mammifère terrestre le plus rapide au monde. Il peut accélérer de 10 km/h à chaque pas. Par contre, il ne peut maintenir cette vitesse que pendant 500 mètre ou 30 secondes.\n",
+                "bottomDescription": "### Champion du sprint\nLes guépards sont les animaux terrestres les plus rapides. À vive allure, ils peuvent atteindre une vitesse de près de 100 km/heure. Le physique du guépard se prête parfaitement à la course. Il aurait presque l'air maigre. Et tout le monde saut que plus on est lourd moins on court vite. Les guépards sont de véritables sprinters. Ils ne peuvent maintenir leur vitesse que durant 30 secondes.  \n\n### Chaussures de foot\nPresque tous les félins ont des griffes aiguisées rétractiles. Pas les guépards. En effet, ils ne peuvent pas rétracter leurs griffes. Cela signifie que leurs griffes s'usent lorsqu'ils courent et qu'elles ne sont pas non plus aiguisées. C'est justement très pratique pour les guépards. En effet, ils utilisent leurs griffes pour s'arrêter lorsqu'ils courent. Ils ont ainsi une meilleure prise sur le sol. Leurs griffes fonctionnent comme les crampons des chaussures de football.\n",
+                "createdAt": "2023-03-14T10:54:55.140Z",
+                "updatedAt": "2024-09-18T13:05:25.602Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6vlcXV0KgECcaIAc0Wiie4",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 257,
+              "attributes": {
+                "name": "Südafrikanischer Gepard",
+                "subtitle": "Das schnellste Land-Raubtier",
+                "habitat": "Savannen im Süden Afrikas",
+                "food": "Antilopen und kleine Säugetiere",
+                "age": "6 bis 8 Jahre",
+                "weight": "35 bis 55 kg",
+                "offspring": "1 bis 6 Junge",
+                "gestation": "3 Monate",
+                "iucn": "Gefährdet",
+                "eep": true,
+                "description": "# Südafrikanischer Gepard\n*Acinonyx jubatus jubatus*\n\nDer Südafrikanische Gepard ist das schnellste Land-Säugetier der Welt. Er kann sein Tempo mit jedem Schritt um 10 km/h beschleunigen. Diese Geschwindigkeit kann er aber nicht länger als 500 Meter oder 30 Sekunden halten.\n",
+                "bottomDescription": "### Sprint-Weltmeister\nGeparde sind die schnellsten Tiere, die an Land leben. Bei vollem Tempo erreichen sie eine Geschwindigkeit von fast 100 km/h. Wenn man einen Gepard vor Augen hat, erkennt man gleich, dass er für dieses Tempo gebaut ist. Er erscheint sogar etwas mager. Je schwerer man ist, desto weniger schnell kann man laufen. Geparde sind wirklich gute Sprinter. Sie halten ihre Spitzengeschwindigkeit aber nur etwa 30 Sekunden lang durch.  \n\n### Wie beim Fußballschuh\nFast alle Katzenartigen haben scharfe Krallen, die sie einziehen können. Geparde haben das nicht. Sie können ihre Krallen nicht einziehen. Das bedeutet, dass ihre Krallen durch das Laufen abgeschliffen werden und daher auch nicht scharf sind. Aber für den Gepard ist gerade das ganz praktisch. Er nutzt seine Krallen nämlich dazu, um sich während des Laufens vom Boden abzustoßen. So hat er beim Laufen einen viel besseren Griff. Eigentlich funktioniert es genau so wie die Noppen eines Fußballschuhs.\n",
+                "createdAt": "2023-03-14T10:51:40.212Z",
+                "updatedAt": "2024-09-18T13:05:25.677Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6vlcXV0KgECcaIAc0Wiie4",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 161,
+              "attributes": {
+                "name": " Southern African cheetah",
+                "subtitle": "The fastest predator on land",
+                "habitat": "Savannahs of southern Africa",
+                "food": "Antelopes and small mammals",
+                "age": "6 to 8 years",
+                "weight": "35 to 55 kg",
+                "offspring": "1 to 6 young",
+                "gestation": "3 months",
+                "iucn": "Near threatened",
+                "eep": true,
+                "description": "# Southern African cheetah\n*Acinonyx jubatus jubatus*\n\nThe Southern African cheetah is the world's fastest land mammal. Cheetahs can accelerate by 10 kilometres per hour with every stride. However, they cannot keep up this speed for more than 500 metres or 30 seconds.",
+                "bottomDescription": "### Sprint champion\nCheetahs are the fastest animals on land. They can reach a top speed of nearly 100 kilometres per hour. When you look at a cheetah, you can see that it is built for speed. It actually looks a bit skinny. After all, the heavier you are, the less fast you can run. Cheetahs are real sprinters – they can only keep up their top speed for about 30 seconds. \n\n### Football boots\nAlmost all felines have sharp claws which they can retract. Cheetahs do not. They cannot retract their claws. This means that their claws wear down from running and are not sharp. But for the cheetahs, this is actually helpful, because they use their claws to push off when running. It gives them more grip on the ground – much like the studs at the bottom of a football boot.",
+                "createdAt": "2023-03-14T10:48:34.988Z",
+                "updatedAt": "2024-09-18T13:05:25.676Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6vlcXV0KgECcaIAc0Wiie4",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 30,
+      "attributes": {
+        "order": null,
+        "name": "Zwarte paardantilope",
+        "subtitle": "Een spierbundel",
+        "habitat": "Savannes in het zuidoosten van Afrika",
+        "food": "Gras en bladeren",
+        "age": "17 tot 20 jaar",
+        "weight": "Man: 200 – 270 kg Vrouw: 190 – 230 kg",
+        "offspring": "1 jong",
+        "gestation": "8 tot 9 maanden",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Zwarte paardantilope\n*Hippotragus niger niger*\n\nDe zwarte paardantilopen behoren tot een grote groep van rond de honderd dieren. Dieren uit verschillende groepen zijn agressief tegen elkaar. Mannetjes vechten regelmatig tegen andere mannetjes. ",
+        "bottomDescription": "### Goede planning\nZwarte paardantilopen hebben één keer per jaar een paartijd. Die is in de maanden mei tot en met juli. Het duurt daarna ongeveer negen maanden tot de jongen worden geboren. De geboortes vinden dan precies aan het einde van de regentijd plaats. En dat is handig, want er is dan veel hoog gras. Goed voor de moeder om te eten én goed om zich te verstoppen. \n\n### Sterke wapens\nJe kunt bij een zwarte paardantilope goed zien of het een mannetje of een vrouwtje is. Mannetjes zijn donkerder van kleur en hebben grotere hoorns. Deze hoorns kunnen wel anderhalve meter lang worden. Bij vrouwtjes worden ze meestal niet langer dan 80 centimeter. Een zwarte paardantilope gebruikt zijn hoorns als een wapen tegen roofdieren. Leeuwen en hyena’s zullen dan ook niet zo snel een volwassen zwarte paardantilope aanvallen. Als mannetjes ruzie maken met elkaar gebruiken ze ook hun hoorns. Toch gebeurt het bijna nooit dat ze tijdens zo’n gevecht echt gewond raken. ",
+        "createdAt": "2022-10-05T11:28:41.296Z",
+        "updatedAt": "2023-06-12T11:26:13.153Z",
+        "publishedAt": "2022-10-05T11:28:41.292Z",
+        "tenantRef": "6J7TMt7BJuCymawMCSiQwm",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1347,
+              "attributes": {
+                "name": "Safaripark-dieren-zwarte-paardantilope.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 1536,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9.jpg",
+                    "hash": "large_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-zwarte-paardantilope.jpg",
+                    "path": null,
+                    "size": 148.09,
+                    "width": 667,
+                    "height": 1000
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9.jpg",
+                    "hash": "small_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-zwarte-paardantilope.jpg",
+                    "path": null,
+                    "size": 43.79,
+                    "width": 333,
+                    "height": 500
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9.jpg",
+                    "hash": "medium_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-zwarte-paardantilope.jpg",
+                    "path": null,
+                    "size": 90.52,
+                    "width": 500,
+                    "height": 750
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_zwarte_paardantilope_7a097fc1f9",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-zwarte-paardantilope.jpg",
+                    "path": null,
+                    "size": 5.33,
+                    "width": 104,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_zwarte_paardantilope_7a097fc1f9",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 605.76,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_zwarte_paardantilope_7a097fc1f9.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:26:09.029Z",
+                "updatedAt": "2023-06-12T11:26:09.029Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 915,
+              "attributes": {
+                "name": "Zwarte paardantilope",
+                "tenantRef": null,
+                "createdAt": "2023-07-13T09:06:03.286Z",
+                "updatedAt": "2023-07-31T11:00:44.430Z",
+                "publishedAt": "2023-07-13T09:06:05.958Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 1084,
+              "attributes": {
+                "name": "Zwarte paardantilope",
+                "tenantRef": null,
+                "createdAt": "2023-08-09T08:03:20.582Z",
+                "updatedAt": "2024-09-20T10:32:30.545Z",
+                "publishedAt": "2023-08-09T08:03:23.292Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 134,
+              "attributes": {
+                "name": "Giraffenvlakte",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:39:33.705Z",
+                "updatedAt": "2023-05-09T07:01:52.565Z",
+                "publishedAt": "2023-02-15T08:39:35.587Z",
+                "locale": "nl"
+              }
+            },
+            {
+              "id": 154,
+              "attributes": {
+                "name": "Zwarte paardantilope",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T09:11:39.163Z",
+                "updatedAt": "2023-07-31T10:59:01.711Z",
+                "publishedAt": "2023-02-15T09:11:41.355Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": [
+            {
+              "id": 13,
+              "attributes": {
+                "title": "Giraffenvlakte",
+                "triggerArea": [
+                  {
+                    "lat": 51.516841795559806,
+                    "lon": 5.10923554408248
+                  },
+                  {
+                    "lat": 51.51705543950972,
+                    "lon": 5.109353561279136
+                  },
+                  {
+                    "lat": 51.516908559401806,
+                    "lon": 5.109895367500144
+                  },
+                  {
+                    "lat": 51.51657140099897,
+                    "lon": 5.10964323985274
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:28:54.072Z",
+                "updatedAt": "2023-07-10T07:44:46.434Z",
+                "publishedAt": "2023-01-13T07:29:02.805Z",
+                "locale": "nl",
+                "order": null
+              }
+            },
+            {
+              "id": 14,
+              "attributes": {
+                "title": "De Kaapse buffel",
+                "triggerArea": [
+                  {
+                    "lat": 51.51807959847059,
+                    "lon": 5.112807553040852
+                  },
+                  {
+                    "lat": 51.51812967000046,
+                    "lon": 5.113070409524312
+                  },
+                  {
+                    "lat": 51.51800616012722,
+                    "lon": 5.11311332486855
+                  },
+                  {
+                    "lat": 51.51794941223532,
+                    "lon": 5.11289874814735
+                  }
+                ],
+                "delay": null,
+                "createdAt": "2023-01-13T07:29:54.782Z",
+                "updatedAt": "2023-07-10T07:52:19.238Z",
+                "publishedAt": "2023-01-13T07:30:14.799Z",
+                "locale": "nl",
+                "order": null
+              }
+            }
+          ]
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 319,
+              "attributes": {
+                "name": "Hippotrague noir",
+                "subtitle": "Du muscle",
+                "habitat": " Savanes en Afrique du Sud-Est",
+                "food": "Herbe et feuilles",
+                "age": "17 à 20 ans",
+                "weight": "Mâle : 200–270 kg Femelle : 190–230 kg",
+                "offspring": "1 petit",
+                "gestation": "8 à 9 mois",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Hippotrague noir\n*Hippotragus niger niger*\n\nL'hippotrague noir vit dans un grand groupe qui compte une centaine d'individus. Les animaux issus de groupes différents sont agressifs les uns envers les autres. Les mâles se battent souvent avec d'autres mâles.\n",
+                "bottomDescription": "### Bon planning\nLa période de reproduction de l'hippotrague a lieu une fois par an, durant les mois de mai à juin. Il faut ensuite attendre près de neuf mois pour la naissance des petits. Les naissances ont lieu précisément à la fin de la saison des pluies. C'est d'ailleurs très pratique car les herbes sont alors bien hautes. Cela permet à la mère de trouver de la nourriture et de se cacher. \n\n### Armes puissantes\nIl est très facile de voir si l'hippotrague noir est un mâle ou une femelle. Les mâles sont plus foncés et possèdent de plus grandes cornes. Ces cornes peuvent mesurer jusqu'à 1,5 mètre. Chez les femelles, elles ne dépassent généralement pas 80 centimètres. L'hippotrague noir utilise ses cornes comme arme contre les prédateurs. Les lions et les hyènes réfléchissent donc à deux fois avant d'attaquer un hippotrague noir adulte. Lorsque les mâles se disputent, ils utilisent également leurs cornes. Il est pourtant rare qu'ils soient blessés lors d'un combat.\n",
+                "createdAt": "2023-03-14T10:53:59.613Z",
+                "updatedAt": "2023-06-12T11:26:13.480Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6J7TMt7BJuCymawMCSiQwm",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 223,
+              "attributes": {
+                "name": "Rappenantilope",
+                "subtitle": "Ein Muskelpaket",
+                "habitat": "Savannen in Südostafrika",
+                "food": "Gras und Blätter",
+                "age": "17 bis 20 Jahre",
+                "weight": "♂: 200 – 270 kg ♀: 190 – 230 kg",
+                "offspring": "1 Junges",
+                "gestation": "8 bis 9 Monate",
+                "iucn": "Gesichert",
+                "eep": false,
+                "description": "# Rappenantilope\n*Hippotragus niger niger*\n\nDie Rappenantilope lebt in einer großen Gruppe von etwa einhundert Tieren. Tiere aus verschiedenen Gruppen begegnen sich aggressiv. Die Männchen bekämpfen einander regelmäßig.\n",
+                "bottomDescription": "### Gute Planung\nRappenantilopen haben einmal im Jahr Paarungszeit und zwar in den Monaten Mai bis einschließlich Juli. Danach dauert es etwa neun Monate, bis die Jungen geboren werden. Die Geburt findet genau zum Ende der Regenzeit statt. Das ist praktisch, weil es dann viel hohes Gras gibt. Gutes Futter für die Mutter, aber auch gut zum Verstecken. \n\n### Starke Waffen\nMan kann bei der Rappenantilope gut erkennen, ob es sich um ein Männchen oder ein Weibchen handelt. Die Männchen sind dunkler gefärbt und haben größere Hörner. Diese Hörner können bis zu anderthalb Meter lang werden. Bei den Weibchen werden sie meist nicht länger als 80 Zentimeter. Eine Rappenantilope benutzt ihre Hörner als Waffe gegen Raubtiere. Löwen und Hyänen werden eine erwachsene Rappenantilope daher nicht schnell angreifen. Wenn die Männchen gegeneinander kämpfen, benutzen sie die Hörner ebenfalls. Dennoch kommt es selten vor, dass sie sich während eines solchen Kampfes verletzen.\n",
+                "createdAt": "2023-03-14T10:50:44.536Z",
+                "updatedAt": "2023-06-12T11:26:13.489Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6J7TMt7BJuCymawMCSiQwm",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 127,
+              "attributes": {
+                "name": "Sable antelope",
+                "subtitle": "Muscular",
+                "habitat": " Savannahs in Southeastern Africa",
+                "food": "Grass and leaves",
+                "age": "17 to 20 years",
+                "weight": "Male: 200 - 270 kg Female: 190 - 230 kg",
+                "offspring": "1 young",
+                "gestation": "8 to 9 months",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Sable antelope\n*Hippotragus niger niger*\n\nSable antelopes live in large groups of around 100 animals. Animals from different groups are aggressive towards each other. Males regularly fight other males.\n",
+                "bottomDescription": "### Good planning\nSable antelopes have one mating season per year, in the months May to July. It subsequently takes approximately nine months until the young are born. The births consequently take place at the end of the rainy season. That is handy, because there is plenty of tall grass at that time. This provides the mother with plenty of food and also offers protection. \n\n### Strong weapons\nYou can easily see whether a sable antelope is male or female. Males are darker in colour and have larger horns. These horns can be up to one and half metres long. In the case of females, they are usually no longer than 80 centimetres. A sable antelope uses its horns as a weapon against predators. Lions and hyenas will be reluctant to attack a sable antelope. Males also use their horns when they quarrel with each other. However, they rarely get badly injured during such a fight.",
+                "createdAt": "2023-03-14T10:47:40.568Z",
+                "updatedAt": "2023-06-12T11:26:13.484Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6J7TMt7BJuCymawMCSiQwm",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    },
+    {
+      "id": 89,
+      "attributes": {
+        "order": null,
+        "name": "Zwarte wouw",
+        "subtitle": "Wendbaar en snel",
+        "habitat": "Europa, Azië, Australië en Afrika",
+        "food": "Aas, vlees, vis en insecten",
+        "age": "24 jaar",
+        "weight": "600-900 gram",
+        "offspring": "2 tot 4 eieren",
+        "gestation": "32 dagen",
+        "iucn": "Veilig",
+        "eep": false,
+        "description": "# Zwarte wouw\n*Milvus migrans*\n\nDe zwarte wouw is een roofvogel die bijna over de hele wereld voorkomt. Hij eet veel verschillende soorten vlees, maar is vooral bekend van het vangen van insecten uit de lucht. De zwarte wouw is ontzettend wendbaar en snel.",
+        "bottomDescription": "## Uiterlijk\nMannetjes en vrouwtjes van de zwarte wouw zien er hetzelfde uit. Vrouwtjes zijn wel iets groter en zwaarder, net als bij de meeste roofvogels. De zwarte wouw heeft een spanwijdte van ongeveer 1,50 meter. Het meest opvallende aan de wouw is de V-vormige staart. Dat zie je vooral goed als hij vliegt.\n\n## Koppeltjes voor het leven\nDe zwarte wouw is monogaam. Dat betekent dat een mannetje en een vrouwtje hun hele leven als koppeltje bij elkaar blijven. Samen maken ze elk jaar een nest en zorgen ze voor de jongen.\n\nHet nest wordt vaak in een boom gemaakt, op een tak tegen de boomstam aan. Soms maakt de zwarte wouw ook een nest in een rotswand of op een elektriciteitsmast. Er wordt elk jaar een nieuw nest gemaakt. Het nest wordt gemaakt van takken, papier, veren, plastic en alle andere materialen die de wouw kan vinden.\n\nZowel het mannetje als het vrouwtje helpen bij het bouwen van een nest. Als het nest af is, legt het vrouwtje twee tot vier eieren. Het vrouwtje broedt op de eieren terwijl het mannetje voor eten zorgt. Als de jongen wat groter zijn gaan de vader en moeder allebei op zoek naar eten. Jongen blijven ongeveer anderhalve maand op het nest.\n\n## Voedsel uit de lucht\nZwarte wouwen horen bij de roofvogels. Behalve vlees eten ze soms ook eieren, vis en vruchten en zijn ze ook vaak in de buurt van vuilnisbelten te vinden waar ze afval eten. Het grootste deel van hun dieet bestaat wel uit vlees en insecten. Zwarte wouwen zijn heel behendig en vangen insecten al vliegend uit de lucht.\n\nIn gebieden waar bosbranden voorkomen, vliegen zwarte wouwen voor de bosbranden uit om vluchtende insecten te vangen.\n\n## Zwarte wouw in het Safaripark\nJe kunt de zwarte wouw op twee plekken zien in het Safaripark: in de volière tegenover de stokstaartjes en in de roofvogelsafari. De zwarte wouw in de volière langs de wandelroute is een ouder mannetje. In de roofvogelsafari vliegen meerdere zwarte wouwen mee, zowel mannetjes als vrouwtjes.\n",
+        "createdAt": "2022-10-05T11:29:03.974Z",
+        "updatedAt": "2023-06-12T11:27:36.975Z",
+        "publishedAt": "2022-10-05T11:29:03.971Z",
+        "tenantRef": "6A8IyzCuklBO7xNjz1OnOV",
+        "bigFive": null,
+        "locale": "nl",
+        "images": {
+          "data": [
+            {
+              "id": 1348,
+              "attributes": {
+                "name": "Safaripark-dieren-zwarte-wouw.jpg",
+                "alternativeText": null,
+                "caption": null,
+                "width": 1024,
+                "height": 819,
+                "formats": {
+                  "large": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_zwarte_wouw_a013856057.jpg",
+                    "hash": "large_Safaripark_dieren_zwarte_wouw_a013856057",
+                    "mime": "image/jpeg",
+                    "name": "large_Safaripark-dieren-zwarte-wouw.jpg",
+                    "path": null,
+                    "size": 69.14,
+                    "width": 1000,
+                    "height": 800
+                  },
+                  "small": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_zwarte_wouw_a013856057.jpg",
+                    "hash": "small_Safaripark_dieren_zwarte_wouw_a013856057",
+                    "mime": "image/jpeg",
+                    "name": "small_Safaripark-dieren-zwarte-wouw.jpg",
+                    "path": null,
+                    "size": 21.65,
+                    "width": 500,
+                    "height": 400
+                  },
+                  "medium": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_zwarte_wouw_a013856057.jpg",
+                    "hash": "medium_Safaripark_dieren_zwarte_wouw_a013856057",
+                    "mime": "image/jpeg",
+                    "name": "medium_Safaripark-dieren-zwarte-wouw.jpg",
+                    "path": null,
+                    "size": 41.73,
+                    "width": 750,
+                    "height": 600
+                  },
+                  "thumbnail": {
+                    "ext": ".jpg",
+                    "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_zwarte_wouw_a013856057.jpg",
+                    "hash": "thumbnail_Safaripark_dieren_zwarte_wouw_a013856057",
+                    "mime": "image/jpeg",
+                    "name": "thumbnail_Safaripark-dieren-zwarte-wouw.jpg",
+                    "path": null,
+                    "size": 5.03,
+                    "width": 196,
+                    "height": 156
+                  }
+                },
+                "hash": "Safaripark_dieren_zwarte_wouw_a013856057",
+                "ext": ".jpg",
+                "mime": "image/jpeg",
+                "size": 187.13,
+                "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_zwarte_wouw_a013856057.jpg",
+                "previewUrl": null,
+                "provider": "aws-s3",
+                "provider_metadata": null,
+                "createdAt": "2023-06-12T11:27:33.232Z",
+                "updatedAt": "2023-06-12T11:27:33.232Z"
+              }
+            }
+          ]
+        },
+        "area_item": {
+          "data": null
+        },
+        "locations": {
+          "data": [
+            {
+              "id": 133,
+              "attributes": {
+                "name": "Gierenvolière",
+                "tenantRef": null,
+                "createdAt": "2023-02-15T08:37:58.266Z",
+                "updatedAt": "2023-05-09T07:05:05.567Z",
+                "publishedAt": "2023-02-15T08:38:00.036Z",
+                "locale": "nl"
+              }
+            }
+          ]
+        },
+        "content_tour_items": {
+          "data": []
+        },
+        "localizations": {
+          "data": [
+            {
+              "id": 378,
+              "attributes": {
+                "name": "Milan noir",
+                "subtitle": "Rapide et agile",
+                "habitat": "Europe, Asie, Australie et Afrique",
+                "food": "Charogne, viande, poisson et insectes",
+                "age": "24 ans",
+                "weight": "600-900 g",
+                "offspring": "2 à 4 œufs",
+                "gestation": "32 jours",
+                "iucn": "Préoccupation mineure",
+                "eep": false,
+                "description": "# Milan noir\n*Milvus migrans*\n\nLe milan noir est un oiseau de proie que l'on observe pratiquement dans le monde entier. Il mange plein de sortes de viande différentes mais est généralement connu pour son agilité à attraper les insectes en plein vol. Le milan noir est incroyablement rapide et agile.",
+                "bottomDescription": "## Apparence\nLe mâle et la femelle milan noir ont la même apparence même si la femelle est un petit peu plus grosse et lourde, comme on le constate chez la plupart des oiseaux de proie. Le milan noir a une envergure d'environ 1,50 mètre. La caractéristique la plus typique du milan noir est sa queue en forme de « V », très facile à repérer lorsqu'il vole.\n",
+                "createdAt": "2023-03-14T10:55:34.957Z",
+                "updatedAt": "2023-06-12T11:27:37.372Z",
+                "publishedAt": "2023-03-14T10:53:09.129Z",
+                "tenantRef": "6A8IyzCuklBO7xNjz1OnOV",
+                "bigFive": null,
+                "order": null,
+                "locale": "fr"
+              }
+            },
+            {
+              "id": 282,
+              "attributes": {
+                "name": "Schwarzmilan",
+                "subtitle": "Schnell und wendig",
+                "habitat": "Europa, Asien, Australien und Afrika",
+                "food": "Aas, Fleisch, Fisch und Insekten",
+                "age": "24 Jahre",
+                "weight": "600-900 Gramm",
+                "offspring": "2-4 Eier",
+                "gestation": "32 Tage",
+                "iucn": "Sicher",
+                "eep": false,
+                "description": "# Schwarzmilan\n*Milvus migrans*\nDer Schwarzmilan ist ein Raubvogel, der fast in der ganzen Welt vorkommt. Er frisst viele verschiedene Fleischsorten, ist aber vor allem bekannt dafür, dass er in der Luft Insekten fängt. Der Schwarzmilan ist unglaublich schnell und wendig.",
+                "bottomDescription": "## Aussehen\nMännchen und Weibchen des Schwarzmilans sehen gleich aus. Das Weibchen ist aber etwas größer und schwerer, wie bei den meisten Raubvögeln. Der Schwarzmilan hat eine Spannweite von etwa 1,50 Metern. Was bei diesem Milan besonders auffällt, ist sein V-förmig gegabelter Schwanz. Man kann ihn gut erkennen, wenn er fliegt.\n",
+                "createdAt": "2023-03-14T10:52:19.935Z",
+                "updatedAt": "2023-06-12T11:27:37.372Z",
+                "publishedAt": "2023-03-14T10:49:53.956Z",
+                "tenantRef": "6A8IyzCuklBO7xNjz1OnOV",
+                "bigFive": null,
+                "order": null,
+                "locale": "de"
+              }
+            },
+            {
+              "id": 186,
+              "attributes": {
+                "name": "Black Kite",
+                "subtitle": "Agile and quick",
+                "habitat": "Europe, Asia, Australia and Africa",
+                "food": "Carrion, meat, fish and insects",
+                "age": "24 years",
+                "weight": "600-900 grams",
+                "offspring": "2 to 4 eggs",
+                "gestation": "32 days",
+                "iucn": "Least concern",
+                "eep": false,
+                "description": "# Black Kite\n*Milvus migrans*\n\nThe black kite is a bird of prey that can be found almost everywhere in the world. It eats a lot of different types of meat, but is mostly known for catching flying insects. The black kite is incredibly agile and quick.",
+                "bottomDescription": "## Appearance\nMale and female black kites look the same. Females are a little bigger and heavier, as is the case with most birds of prey. Black kites have a wingspan of about 1.5 metres. The most striking thing about the kite is its V-shaped tail. You can see it best when it’s flying.\n",
+                "createdAt": "2023-03-14T10:49:15.450Z",
+                "updatedAt": "2023-06-12T11:27:37.365Z",
+                "publishedAt": "2023-03-14T10:46:49.464Z",
+                "tenantRef": "6A8IyzCuklBO7xNjz1OnOV",
+                "bigFive": null,
+                "order": null,
+                "locale": "en"
+              }
+            }
+          ]
+        }
+      }
+    }
+  ],
+  "meta": {
+    "pagination": {
+      "page": 1,
+      "pageSize": 200,
+      "pageCount": 1,
+      "total": 90
+    }
+  }
+}
diff --git a/src/parks/beekse-bergen/interfaces/beekse-bergen-opening-hours.interface.ts b/src/parks/beekse-bergen/interfaces/beekse-bergen-opening-hours.interface.ts
new file mode 100644
index 0000000..9357d60
--- /dev/null
+++ b/src/parks/beekse-bergen/interfaces/beekse-bergen-opening-hours.interface.ts
@@ -0,0 +1,94 @@
+export interface BeekseBergenOpeningHoursInterface {
+  'id': 3877,
+  'attributes': {
+    'startTime': '09:30:00',
+    'endTime': '17:00:00',
+    'startDate': '2024-04-29',
+    'endDate': '2024-07-05',
+    'createdAt': '2023-12-19T13:25:35.237Z',
+    'updatedAt': '2024-03-11T13:25:11.225Z',
+    'publishedAt': '2023-12-19T13:26:50.670Z',
+    'tenantRef': null,
+    'locale': 'nl',
+    'weekdays': {
+      'data': [
+        {
+          'id': 2,
+          'attributes': {
+            'name': 'Dinsdag',
+            'createdAt': '2022-03-31T14:25:02.526Z',
+            'updatedAt': '2023-03-24T09:32:06.935Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 1,
+          'attributes': {
+            'name': 'Maandag',
+            'createdAt': '2022-03-31T14:24:54.460Z',
+            'updatedAt': '2023-03-24T09:32:59.502Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 4,
+          'attributes': {
+            'name': 'Donderdag',
+            'createdAt': '2022-03-31T14:25:15.385Z',
+            'updatedAt': '2023-03-24T09:32:31.906Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 5,
+          'attributes': {
+            'name': 'Vrijdag',
+            'createdAt': '2022-03-31T14:25:22.235Z',
+            'updatedAt': '2023-03-24T09:33:28.457Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 3,
+          'attributes': {
+            'name': 'Woensdag',
+            'createdAt': '2022-03-31T14:25:07.761Z',
+            'updatedAt': '2023-03-24T09:33:56.653Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 6,
+          'attributes': {
+            'name': 'Zaterdag',
+            'createdAt': '2022-03-31T14:25:28.049Z',
+            'updatedAt': '2023-03-24T09:34:24.652Z',
+            'locale': 'nl'
+          }
+        },
+        {
+          'id': 7,
+          'attributes': {
+            'name': 'Zondag',
+            'createdAt': '2022-03-31T14:25:35.903Z',
+            'updatedAt': '2023-12-31T10:00:42.404Z',
+            'locale': 'nl'
+          }
+        }
+      ]
+    },
+    'exceptions': [
+      {
+        'id': 21326,
+        'date': '2024-06-28'
+      },
+      {
+        'id': 21327,
+        'date': '2024-06-29'
+      }
+    ],
+    'location': {
+      'data': null
+    }
+  }
+}
diff --git a/src/parks/beekse-bergen/interfaces/beekse-bergen-safari-park-response.interface.ts b/src/parks/beekse-bergen/interfaces/beekse-bergen-safari-park-response.interface.ts
new file mode 100644
index 0000000..acacd09
--- /dev/null
+++ b/src/parks/beekse-bergen/interfaces/beekse-bergen-safari-park-response.interface.ts
@@ -0,0 +1,6173 @@
+export interface BeekseBergenSafariParkResponseInterface {
+  "data": [
+    {
+      "id": 1,
+      "attributes": {
+        "createdAt": "2023-03-31T06:51:40.434Z",
+        "updatedAt": "2024-07-01T06:59:17.509Z",
+        "publishedAt": "2023-03-31T13:54:29.618Z",
+        "locale": "nl",
+        "resort": {
+          "data": {
+            "id": 5,
+            "attributes": {
+              "name": "Safaripark",
+              "tenantRef": null,
+              "createdAt": "2022-10-04T13:06:26.018Z",
+              "updatedAt": "2023-09-12T13:54:38.517Z",
+              "publishedAt": "2022-10-05T10:07:57.864Z",
+              "locale": "nl",
+              "placeId": null,
+              "resortId": null,
+              "hasAccommodations": false,
+              "order": 1,
+              "area": [
+                {
+                  "lat": 51.52732528971839,
+                  "lon": 5.116077043650162
+                },
+                {
+                  "lat": 51.52649760050932,
+                  "lon": 5.113030054209244
+                },
+                {
+                  "lat": 51.5251358855237,
+                  "lon": 5.110004522440446
+                },
+                {
+                  "lat": 51.52388096168282,
+                  "lon": 5.107054019525337
+                },
+                {
+                  "lat": 51.520543201680205,
+                  "lon": 5.101179847647459
+                },
+                {
+                  "lat": 51.51732540607677,
+                  "lon": 5.095517253291204
+                },
+                {
+                  "lat": 51.516307312013105,
+                  "lon": 5.096676264192936
+                },
+                {
+                  "lat": 51.515155654179594,
+                  "lon": 5.098865191690036
+                },
+                {
+                  "lat": 51.51453447649118,
+                  "lon": 5.100970842478287
+                },
+                {
+                  "lat": 51.51354631013335,
+                  "lon": 5.103331186411393
+                },
+                {
+                  "lat": 51.512344457294766,
+                  "lon": 5.106528379557145
+                },
+                {
+                  "lat": 51.51513537798422,
+                  "lon": 5.108996011850846
+                },
+                {
+                  "lat": 51.51615689358607,
+                  "lon": 5.109618275491661
+                },
+                {
+                  "lat": 51.516497392021094,
+                  "lon": 5.110219099161637
+                },
+                {
+                  "lat": 51.51630377837322,
+                  "lon": 5.111002295457974
+                },
+                {
+                  "lat": 51.51735196826976,
+                  "lon": 5.112300493357194
+                },
+                {
+                  "lat": 51.51813976654533,
+                  "lon": 5.113695242044938
+                },
+                {
+                  "lat": 51.51882073373561,
+                  "lon": 5.114467718241227
+                },
+                {
+                  "lat": 51.519448282719566,
+                  "lon": 5.114961244699967
+                },
+                {
+                  "lat": 51.51971532221771,
+                  "lon": 5.115604974863541
+                },
+                {
+                  "lat": 51.519808785672154,
+                  "lon": 5.116527654764664
+                },
+                {
+                  "lat": 51.51998235991527,
+                  "lon": 5.116956806816759
+                },
+                {
+                  "lat": 51.52026274829396,
+                  "lon": 5.117085554239762
+                },
+                {
+                  "lat": 51.52075676129962,
+                  "lon": 5.118312965583165
+                },
+                {
+                  "lat": 51.52099709001341,
+                  "lon": 5.119063984107335
+                },
+                {
+                  "lat": 51.52617720064702,
+                  "lon": 5.116820298906703
+                }
+              ],
+              "description": "Ontdek de prachtige natuur van Safaripark Beekse Bergen in Brabant. Samen er écht even tussenuit. Ga op safari door de natuur en kom oog in oog te staan met wilde dieren. Een leerzame en unieke reis door de wereld van Beekse Bergen.\n\n![Safaripark_beekse_bergen_autosafari_buffels_auto_bomen.jpg](https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_beekse_bergen_autosafari_buffels_auto_bomen_ef2ed19c69.jpg)\n\n**Maak kennis met bijzondere dieren**\nBewonder wilde dieren in hun habitat en ervaar hoe mooi de natuur is. Ga op safari en kom oog in oog te staan met meer dan 100 bijzondere diersoorten!",
+              "badgeColor": "backgroundPrimary",
+              "images": [
+                {
+                  "id": 358,
+                  "season": "summer",
+                  "image": {
+                    "data": {
+                      "id": 1153,
+                      "attributes": {
+                        "name": "afrikadorp.jpeg",
+                        "alternativeText": "afrikadorp.jpeg",
+                        "caption": "afrikadorp.jpeg",
+                        "width": 1000,
+                        "height": 750,
+                        "formats": {
+                          "small": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/small_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "small_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "small_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 48.15,
+                            "width": 500,
+                            "height": 375
+                          },
+                          "medium": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/medium_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "medium_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "medium_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 94.42,
+                            "width": 750,
+                            "height": 563
+                          },
+                          "thumbnail": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "thumbnail_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "thumbnail_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 10.61,
+                            "width": 208,
+                            "height": 156
+                          }
+                        },
+                        "hash": "afrikadorp_f50f0e8ad3",
+                        "ext": ".jpeg",
+                        "mime": "image/jpeg",
+                        "size": 176.36,
+                        "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/afrikadorp_f50f0e8ad3.jpeg",
+                        "previewUrl": null,
+                        "provider": "aws-s3",
+                        "provider_metadata": null,
+                        "createdAt": "2023-02-14T12:36:39.806Z",
+                        "updatedAt": "2023-02-14T12:36:39.806Z"
+                      }
+                    }
+                  }
+                },
+                {
+                  "id": 360,
+                  "season": "fall",
+                  "image": {
+                    "data": {
+                      "id": 1153,
+                      "attributes": {
+                        "name": "afrikadorp.jpeg",
+                        "alternativeText": "afrikadorp.jpeg",
+                        "caption": "afrikadorp.jpeg",
+                        "width": 1000,
+                        "height": 750,
+                        "formats": {
+                          "small": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/small_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "small_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "small_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 48.15,
+                            "width": 500,
+                            "height": 375
+                          },
+                          "medium": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/medium_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "medium_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "medium_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 94.42,
+                            "width": 750,
+                            "height": 563
+                          },
+                          "thumbnail": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "thumbnail_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "thumbnail_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 10.61,
+                            "width": 208,
+                            "height": 156
+                          }
+                        },
+                        "hash": "afrikadorp_f50f0e8ad3",
+                        "ext": ".jpeg",
+                        "mime": "image/jpeg",
+                        "size": 176.36,
+                        "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/afrikadorp_f50f0e8ad3.jpeg",
+                        "previewUrl": null,
+                        "provider": "aws-s3",
+                        "provider_metadata": null,
+                        "createdAt": "2023-02-14T12:36:39.806Z",
+                        "updatedAt": "2023-02-14T12:36:39.806Z"
+                      }
+                    }
+                  }
+                },
+                {
+                  "id": 357,
+                  "season": "winter",
+                  "image": {
+                    "data": {
+                      "id": 1153,
+                      "attributes": {
+                        "name": "afrikadorp.jpeg",
+                        "alternativeText": "afrikadorp.jpeg",
+                        "caption": "afrikadorp.jpeg",
+                        "width": 1000,
+                        "height": 750,
+                        "formats": {
+                          "small": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/small_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "small_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "small_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 48.15,
+                            "width": 500,
+                            "height": 375
+                          },
+                          "medium": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/medium_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "medium_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "medium_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 94.42,
+                            "width": 750,
+                            "height": 563
+                          },
+                          "thumbnail": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "thumbnail_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "thumbnail_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 10.61,
+                            "width": 208,
+                            "height": 156
+                          }
+                        },
+                        "hash": "afrikadorp_f50f0e8ad3",
+                        "ext": ".jpeg",
+                        "mime": "image/jpeg",
+                        "size": 176.36,
+                        "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/afrikadorp_f50f0e8ad3.jpeg",
+                        "previewUrl": null,
+                        "provider": "aws-s3",
+                        "provider_metadata": null,
+                        "createdAt": "2023-02-14T12:36:39.806Z",
+                        "updatedAt": "2023-02-14T12:36:39.806Z"
+                      }
+                    }
+                  }
+                },
+                {
+                  "id": 359,
+                  "season": "spring",
+                  "image": {
+                    "data": {
+                      "id": 1153,
+                      "attributes": {
+                        "name": "afrikadorp.jpeg",
+                        "alternativeText": "afrikadorp.jpeg",
+                        "caption": "afrikadorp.jpeg",
+                        "width": 1000,
+                        "height": 750,
+                        "formats": {
+                          "small": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/small_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "small_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "small_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 48.15,
+                            "width": 500,
+                            "height": 375
+                          },
+                          "medium": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/medium_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "medium_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "medium_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 94.42,
+                            "width": 750,
+                            "height": 563
+                          },
+                          "thumbnail": {
+                            "ext": ".jpeg",
+                            "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_afrikadorp_f50f0e8ad3.jpeg",
+                            "hash": "thumbnail_afrikadorp_f50f0e8ad3",
+                            "mime": "image/jpeg",
+                            "name": "thumbnail_afrikadorp.jpeg",
+                            "path": null,
+                            "size": 10.61,
+                            "width": 208,
+                            "height": 156
+                          }
+                        },
+                        "hash": "afrikadorp_f50f0e8ad3",
+                        "ext": ".jpeg",
+                        "mime": "image/jpeg",
+                        "size": 176.36,
+                        "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/afrikadorp_f50f0e8ad3.jpeg",
+                        "previewUrl": null,
+                        "provider": "aws-s3",
+                        "provider_metadata": null,
+                        "createdAt": "2023-02-14T12:36:39.806Z",
+                        "updatedAt": "2023-02-14T12:36:39.806Z"
+                      }
+                    }
+                  }
+                }
+              ],
+              "openingHours": {
+                "data": [
+                  {
+                    "id": 948,
+                    "attributes": {
+                      "startTime": "10:00:00",
+                      "endTime": "17:30:00",
+                      "startDate": "2024-03-01",
+                      "endDate": "2024-04-28",
+                      "createdAt": "2023-04-14T13:47:47.161Z",
+                      "updatedAt": "2023-12-15T13:44:26.090Z",
+                      "publishedAt": "2023-04-14T13:47:49.873Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 950,
+                    "attributes": {
+                      "startTime": "09:30:00",
+                      "endTime": "17:30:00",
+                      "startDate": "2024-04-29",
+                      "endDate": "2024-07-05",
+                      "createdAt": "2023-04-14T13:50:17.555Z",
+                      "updatedAt": "2023-12-15T14:15:07.374Z",
+                      "publishedAt": "2023-06-24T12:06:01.904Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [
+                        {
+                          "id": 17663,
+                          "date": "2024-06-28"
+                        },
+                        {
+                          "id": 17664,
+                          "date": "2024-06-29"
+                        }
+                      ],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 952,
+                    "attributes": {
+                      "startTime": "09:30:00",
+                      "endTime": "19:00:00",
+                      "startDate": "2024-07-06",
+                      "endDate": "2024-08-15",
+                      "createdAt": "2023-04-14T13:52:41.585Z",
+                      "updatedAt": "2023-12-15T13:48:36.497Z",
+                      "publishedAt": "2023-04-14T13:52:44.857Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 954,
+                    "attributes": {
+                      "startTime": "09:30:00",
+                      "endTime": "17:30:00",
+                      "startDate": "2024-08-16",
+                      "endDate": "2024-09-29",
+                      "createdAt": "2023-04-14T13:54:06.802Z",
+                      "updatedAt": "2023-12-15T13:49:26.323Z",
+                      "publishedAt": "2023-04-14T13:54:09.306Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 957,
+                    "attributes": {
+                      "startTime": "10:00:00",
+                      "endTime": "17:00:00",
+                      "startDate": "2024-09-30",
+                      "endDate": "2024-10-31",
+                      "createdAt": "2023-04-14T13:55:58.417Z",
+                      "updatedAt": "2023-12-15T13:50:10.029Z",
+                      "publishedAt": "2023-04-14T13:56:03.179Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 958,
+                    "attributes": {
+                      "startTime": "10:00:00",
+                      "endTime": "16:30:00",
+                      "startDate": "2023-11-01",
+                      "endDate": "2024-02-29",
+                      "createdAt": "2023-04-14T13:56:44.328Z",
+                      "updatedAt": "2023-12-15T13:43:36.070Z",
+                      "publishedAt": "2023-04-14T13:56:47.448Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 3836,
+                    "attributes": {
+                      "startTime": "09:30:00",
+                      "endTime": "17:00:00",
+                      "startDate": "2024-06-28",
+                      "endDate": "2024-06-29",
+                      "createdAt": "2023-12-15T13:47:17.027Z",
+                      "updatedAt": "2023-12-15T13:47:42.832Z",
+                      "publishedAt": "2023-12-15T13:47:18.492Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 3840,
+                    "attributes": {
+                      "startTime": "10:00:00",
+                      "endTime": "16:30:00",
+                      "startDate": "2024-11-01",
+                      "endDate": "2024-12-31",
+                      "createdAt": "2023-12-15T13:51:48.578Z",
+                      "updatedAt": "2023-12-15T13:52:13.612Z",
+                      "publishedAt": "2023-12-15T13:51:50.007Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 1,
+                            "attributes": {
+                              "name": "Maandag",
+                              "createdAt": "2022-03-31T14:24:54.460Z",
+                              "updatedAt": "2023-03-24T09:32:59.502Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 5,
+                            "attributes": {
+                              "name": "Vrijdag",
+                              "createdAt": "2022-03-31T14:25:22.235Z",
+                              "updatedAt": "2023-03-24T09:33:28.457Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 3,
+                            "attributes": {
+                              "name": "Woensdag",
+                              "createdAt": "2022-03-31T14:25:07.761Z",
+                              "updatedAt": "2023-03-24T09:33:56.653Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 5428,
+                    "attributes": {
+                      "startTime": "13:00:00",
+                      "endTime": "15:00:00",
+                      "startDate": "2024-07-09",
+                      "endDate": "2024-07-30",
+                      "createdAt": "2024-03-15T09:26:05.245Z",
+                      "updatedAt": "2024-03-15T09:27:40.786Z",
+                      "publishedAt": "2024-03-15T09:27:40.779Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [
+                        {
+                          "id": 21412,
+                          "date": "2024-07-13"
+                        },
+                        {
+                          "id": 21413,
+                          "date": "2024-07-14"
+                        },
+                        {
+                          "id": 21414,
+                          "date": "2024-07-16"
+                        }
+                      ],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 5429,
+                    "attributes": {
+                      "startTime": "13:00:00",
+                      "endTime": "15:00:00",
+                      "startDate": "2024-08-01",
+                      "endDate": "2024-08-31",
+                      "createdAt": "2024-03-15T09:34:55.057Z",
+                      "updatedAt": "2024-03-15T09:36:10.969Z",
+                      "publishedAt": "2024-03-15T09:36:10.961Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [
+                        {
+                          "id": 21415,
+                          "date": "2024-08-17"
+                        },
+                        {
+                          "id": 21417,
+                          "date": "2024-08-18"
+                        },
+                        {
+                          "id": 21416,
+                          "date": "2024-08-20"
+                        }
+                      ],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 2,
+                            "attributes": {
+                              "name": "Dinsdag",
+                              "createdAt": "2022-03-31T14:25:02.526Z",
+                              "updatedAt": "2023-03-24T09:32:06.935Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 4,
+                            "attributes": {
+                              "name": "Donderdag",
+                              "createdAt": "2022-03-31T14:25:15.385Z",
+                              "updatedAt": "2023-03-24T09:32:31.906Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 6,
+                            "attributes": {
+                              "name": "Zaterdag",
+                              "createdAt": "2022-03-31T14:25:28.049Z",
+                              "updatedAt": "2023-03-24T09:34:24.652Z",
+                              "locale": "nl"
+                            }
+                          },
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  },
+                  {
+                    "id": 5430,
+                    "attributes": {
+                      "startTime": "13:00:00",
+                      "endTime": "15:00:00",
+                      "startDate": "2024-09-01",
+                      "endDate": "2024-09-01",
+                      "createdAt": "2024-03-15T09:37:37.804Z",
+                      "updatedAt": "2024-03-15T09:37:39.675Z",
+                      "publishedAt": "2024-03-15T09:37:39.656Z",
+                      "tenantRef": null,
+                      "locale": "nl",
+                      "exceptions": [],
+                      "weekdays": {
+                        "data": [
+                          {
+                            "id": 7,
+                            "attributes": {
+                              "name": "Zondag",
+                              "createdAt": "2022-03-31T14:25:35.903Z",
+                              "updatedAt": "2023-12-31T10:00:42.404Z",
+                              "locale": "nl"
+                            }
+                          }
+                        ]
+                      }
+                    }
+                  }
+                ]
+              }
+            }
+          }
+        },
+        "sections": [
+          {
+            "id": 1,
+            "__component": "sections.agenda",
+            "title": "Agenda Safaripark",
+            "featuredActivities": [
+              {
+                "id": 1,
+                "icon": "car",
+                "activity": {
+                  "data": {
+                    "id": 23,
+                    "attributes": {
+                      "name": "Autosafari",
+                      "description": "**Inrijden is mogelijk tot een half uur voor sluitingstijd van het park.**\n\n# Op avontuur tijdens de autosafari\nOntdek de wereld van Beekse Bergen met je eigen auto! Sta oog in oog met leeuwen, giraffen, zwarte paardantilopen en nog meer wilde dieren. Bepaal zelf je tempo en bewonder de uitgestrekte savannes en prachtige bosgebieden.\n\nAudiotour:\n[Start de audiotour](xmp://ContentTour/1)\n\n![autosafari.jpeg](https://xmp-strapi.s3.eu-west-1.amazonaws.com/autosafari_87784fbc3c.jpeg)\n\n_Tip: doe de audiotour en luister naar interessante audiofragmenten tijdens de autosafari. Ga naar het 'Home' scherm van 'Safaripark' en druk op 'Audiotour' (boven 'Ontdek de safari's')._\n\nGa met je eigen auto op avontuur tijdens de unieke autosafari. Beleef spannende momenten als de jachtluipaarden langs je auto sluipen en leer van heel dichtbij of een zebra nu wit met zwart, of zwart met wit gestreept is! De autosafari bestaat uit een route waar de regel: 'links staan, rechts gaan' geldt. ",
+                      "title": "Autosafari",
+                      "minimumAge": 0,
+                      "maximumAge": 0,
+                      "summary": "Sta oog in oog met leeuwen, giraffen, zwarte paardantilopen en nog meer wilde dieren. ",
+                      "tenantRef": "78SrluBiqMHN6Mvnzn1ZzE",
+                      "createdAt": "2022-03-31T15:08:23.325Z",
+                      "updatedAt": "2023-10-18T11:26:13.051Z",
+                      "publishedAt": "2022-03-31T15:08:23.322Z",
+                      "scheduleType": null,
+                      "mustDo": true,
+                      "attractionCard": true,
+                      "duration": null,
+                      "order": 60,
+                      "locale": "nl",
+                      "facility": {
+                        "data": {
+                          "id": 70,
+                          "attributes": {
+                            "name": "Safaripark",
+                            "description": "Ontdek de prachtige natuur van Safaripark Beekse Bergen in Brabant. Samen er écht even tussenuit. Ga op safari door de natuur en kom oog in oog te staan met wilde dieren. Een leerzame en unieke reis door de wereld van Beekse Bergen.\n\nBewonder wilde dieren in hun habitat en ervaar hoe mooi natuur is. Ga op safari en kom oog in oog te staan met meer dan 100 bijzondere diersoorten!",
+                            "createdAt": "2023-02-14T09:44:04.163Z",
+                            "updatedAt": "2023-06-07T07:27:57.676Z",
+                            "locale": "nl",
+                            "summary": "Een bezoek aan Safaripark Beekse Bergen is uniek, leerzaam en onvergetelijk tegelijk.",
+                            "bottomDescription": "",
+                            "order": 250,
+                            "publishedAt": "2023-02-14T09:44:04.163Z",
+                            "reservation": null,
+                            "openingHours": {
+                              "data": [
+                                {
+                                  "id": 948,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-03-01",
+                                    "endDate": "2024-04-28",
+                                    "createdAt": "2023-04-14T13:47:47.161Z",
+                                    "updatedAt": "2023-12-15T13:44:26.090Z",
+                                    "publishedAt": "2023-04-14T13:47:49.873Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 950,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-04-29",
+                                    "endDate": "2024-07-05",
+                                    "createdAt": "2023-04-14T13:50:17.555Z",
+                                    "updatedAt": "2023-12-15T14:15:07.374Z",
+                                    "publishedAt": "2023-06-24T12:06:01.904Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 952,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "19:00:00",
+                                    "startDate": "2024-07-06",
+                                    "endDate": "2024-08-15",
+                                    "createdAt": "2023-04-14T13:52:41.585Z",
+                                    "updatedAt": "2023-12-15T13:48:36.497Z",
+                                    "publishedAt": "2023-04-14T13:52:44.857Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 954,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-08-16",
+                                    "endDate": "2024-09-29",
+                                    "createdAt": "2023-04-14T13:54:06.802Z",
+                                    "updatedAt": "2023-12-15T13:49:26.323Z",
+                                    "publishedAt": "2023-04-14T13:54:09.306Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 957,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "17:00:00",
+                                    "startDate": "2024-09-30",
+                                    "endDate": "2024-10-31",
+                                    "createdAt": "2023-04-14T13:55:58.417Z",
+                                    "updatedAt": "2023-12-15T13:50:10.029Z",
+                                    "publishedAt": "2023-04-14T13:56:03.179Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 958,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "16:30:00",
+                                    "startDate": "2023-11-01",
+                                    "endDate": "2024-02-29",
+                                    "createdAt": "2023-04-14T13:56:44.328Z",
+                                    "updatedAt": "2023-12-15T13:43:36.070Z",
+                                    "publishedAt": "2023-04-14T13:56:47.448Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 3836,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:00:00",
+                                    "startDate": "2024-06-28",
+                                    "endDate": "2024-06-29",
+                                    "createdAt": "2023-12-15T13:47:17.027Z",
+                                    "updatedAt": "2023-12-15T13:47:42.832Z",
+                                    "publishedAt": "2023-12-15T13:47:18.492Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 3840,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "16:30:00",
+                                    "startDate": "2024-11-01",
+                                    "endDate": "2024-12-31",
+                                    "createdAt": "2023-12-15T13:51:48.578Z",
+                                    "updatedAt": "2023-12-15T13:52:13.612Z",
+                                    "publishedAt": "2023-12-15T13:51:50.007Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                }
+                              ]
+                            }
+                          }
+                        }
+                      },
+                      "schedules": {
+                        "data": []
+                      },
+                      "reservation": null
+                    }
+                  }
+                }
+              },
+              {
+                "id": 2,
+                "icon": "bus",
+                "activity": {
+                  "data": null
+                }
+              },
+              {
+                "id": 3,
+                "icon": "walk",
+                "activity": {
+                  "data": {
+                    "id": 22,
+                    "attributes": {
+                      "name": "Wandelsafari",
+                      "description": "# Op wandelsafari tussen wilde dieren\nTrek je wandelschoenen aan, verken de uitgestrekte vlaktes en ontmoet wilde dieren in hun habitat. Ontdek samen de schoonheid van de natuur en kom oog in oog te staan met leeuwen, hyena's, olifanten, pinguïns en meer wilde dieren!\n\n![wandelsafari-winter.jpeg](https://xmp-strapi.s3.eu-west-1.amazonaws.com/wandelsafari_winter_145f686681.jpeg)\n\n## Zet je zintuigen op scherp\nTijdens de kilometerslange wandelsafari ga je zelf op pad door de indrukwekkende natuur. De route is geschikt voor jong en oud en biedt leuke extra's. Zo kunnen kinderen tijdens de route klimmen en klauteren op de speeltoestellen of zelfs op avontuur buiten de gebaande paden met de avonturenroutes! Door voederpresentaties langs de route kom je meer te weten over het eetgedrag van de dieren.\n\nOntsnap uit de hectiek, prikkel je zintuigen en ontdek samen wat de natuur te bieden heeft. Even helemaal tot rust komen en genieten van de uitgestrekte natuur!",
+                      "title": "Wandelsafari",
+                      "minimumAge": 0,
+                      "maximumAge": 0,
+                      "summary": "Trek je wandelschoenen aan, verken de uitgestrekte vlaktes en ontmoet wilde dieren in hun habitat. ",
+                      "tenantRef": "tllsbhvK06uRLzdhYqBHl",
+                      "createdAt": "2022-03-31T15:08:22.711Z",
+                      "updatedAt": "2023-07-11T10:21:12.966Z",
+                      "publishedAt": "2022-03-31T15:08:22.707Z",
+                      "scheduleType": null,
+                      "mustDo": true,
+                      "attractionCard": true,
+                      "duration": null,
+                      "order": 20,
+                      "locale": "nl",
+                      "facility": {
+                        "data": {
+                          "id": 70,
+                          "attributes": {
+                            "name": "Safaripark",
+                            "description": "Ontdek de prachtige natuur van Safaripark Beekse Bergen in Brabant. Samen er écht even tussenuit. Ga op safari door de natuur en kom oog in oog te staan met wilde dieren. Een leerzame en unieke reis door de wereld van Beekse Bergen.\n\nBewonder wilde dieren in hun habitat en ervaar hoe mooi natuur is. Ga op safari en kom oog in oog te staan met meer dan 100 bijzondere diersoorten!",
+                            "createdAt": "2023-02-14T09:44:04.163Z",
+                            "updatedAt": "2023-06-07T07:27:57.676Z",
+                            "locale": "nl",
+                            "summary": "Een bezoek aan Safaripark Beekse Bergen is uniek, leerzaam en onvergetelijk tegelijk.",
+                            "bottomDescription": "",
+                            "order": 250,
+                            "publishedAt": "2023-02-14T09:44:04.163Z",
+                            "reservation": null,
+                            "openingHours": {
+                              "data": [
+                                {
+                                  "id": 948,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-03-01",
+                                    "endDate": "2024-04-28",
+                                    "createdAt": "2023-04-14T13:47:47.161Z",
+                                    "updatedAt": "2023-12-15T13:44:26.090Z",
+                                    "publishedAt": "2023-04-14T13:47:49.873Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 950,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-04-29",
+                                    "endDate": "2024-07-05",
+                                    "createdAt": "2023-04-14T13:50:17.555Z",
+                                    "updatedAt": "2023-12-15T14:15:07.374Z",
+                                    "publishedAt": "2023-06-24T12:06:01.904Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 952,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "19:00:00",
+                                    "startDate": "2024-07-06",
+                                    "endDate": "2024-08-15",
+                                    "createdAt": "2023-04-14T13:52:41.585Z",
+                                    "updatedAt": "2023-12-15T13:48:36.497Z",
+                                    "publishedAt": "2023-04-14T13:52:44.857Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 954,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:30:00",
+                                    "startDate": "2024-08-16",
+                                    "endDate": "2024-09-29",
+                                    "createdAt": "2023-04-14T13:54:06.802Z",
+                                    "updatedAt": "2023-12-15T13:49:26.323Z",
+                                    "publishedAt": "2023-04-14T13:54:09.306Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 957,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "17:00:00",
+                                    "startDate": "2024-09-30",
+                                    "endDate": "2024-10-31",
+                                    "createdAt": "2023-04-14T13:55:58.417Z",
+                                    "updatedAt": "2023-12-15T13:50:10.029Z",
+                                    "publishedAt": "2023-04-14T13:56:03.179Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 958,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "16:30:00",
+                                    "startDate": "2023-11-01",
+                                    "endDate": "2024-02-29",
+                                    "createdAt": "2023-04-14T13:56:44.328Z",
+                                    "updatedAt": "2023-12-15T13:43:36.070Z",
+                                    "publishedAt": "2023-04-14T13:56:47.448Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 3836,
+                                  "attributes": {
+                                    "startTime": "09:30:00",
+                                    "endTime": "17:00:00",
+                                    "startDate": "2024-06-28",
+                                    "endDate": "2024-06-29",
+                                    "createdAt": "2023-12-15T13:47:17.027Z",
+                                    "updatedAt": "2023-12-15T13:47:42.832Z",
+                                    "publishedAt": "2023-12-15T13:47:18.492Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                },
+                                {
+                                  "id": 3840,
+                                  "attributes": {
+                                    "startTime": "10:00:00",
+                                    "endTime": "16:30:00",
+                                    "startDate": "2024-11-01",
+                                    "endDate": "2024-12-31",
+                                    "createdAt": "2023-12-15T13:51:48.578Z",
+                                    "updatedAt": "2023-12-15T13:52:13.612Z",
+                                    "publishedAt": "2023-12-15T13:51:50.007Z",
+                                    "tenantRef": null,
+                                    "locale": "nl",
+                                    "weekdays": {
+                                      "data": [
+                                        {
+                                          "id": 2,
+                                          "attributes": {
+                                            "name": "Dinsdag",
+                                            "createdAt": "2022-03-31T14:25:02.526Z",
+                                            "updatedAt": "2023-03-24T09:32:06.935Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 4,
+                                          "attributes": {
+                                            "name": "Donderdag",
+                                            "createdAt": "2022-03-31T14:25:15.385Z",
+                                            "updatedAt": "2023-03-24T09:32:31.906Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 1,
+                                          "attributes": {
+                                            "name": "Maandag",
+                                            "createdAt": "2022-03-31T14:24:54.460Z",
+                                            "updatedAt": "2023-03-24T09:32:59.502Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 5,
+                                          "attributes": {
+                                            "name": "Vrijdag",
+                                            "createdAt": "2022-03-31T14:25:22.235Z",
+                                            "updatedAt": "2023-03-24T09:33:28.457Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 3,
+                                          "attributes": {
+                                            "name": "Woensdag",
+                                            "createdAt": "2022-03-31T14:25:07.761Z",
+                                            "updatedAt": "2023-03-24T09:33:56.653Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 6,
+                                          "attributes": {
+                                            "name": "Zaterdag",
+                                            "createdAt": "2022-03-31T14:25:28.049Z",
+                                            "updatedAt": "2023-03-24T09:34:24.652Z",
+                                            "locale": "nl"
+                                          }
+                                        },
+                                        {
+                                          "id": 7,
+                                          "attributes": {
+                                            "name": "Zondag",
+                                            "createdAt": "2022-03-31T14:25:35.903Z",
+                                            "updatedAt": "2023-12-31T10:00:42.404Z",
+                                            "locale": "nl"
+                                          }
+                                        }
+                                      ]
+                                    }
+                                  }
+                                }
+                              ]
+                            }
+                          }
+                        }
+                      },
+                      "schedules": {
+                        "data": []
+                      },
+                      "reservation": null
+                    }
+                  }
+                }
+              },
+              {
+                "id": 4,
+                "icon": "ferry",
+                "activity": {
+                  "data": {
+                    "id": 21,
+                    "attributes": {
+                      "name": "Bootsafari",
+                      "description": "\n\n# Laat je verwonderen tijdens de bootsafari\nMis niets van Safaripark Beekse Bergen en ontdek het park vanaf het water. Stap aan boord van safariboot Livingstone of Stanley en bewonder de schoonheid van de natuur. Samen genieten van een onvergetelijke reis!\n\n![bootsafari.jpeg](https://xmp-strapi.s3.eu-west-1.amazonaws.com/bootsafari_7b44a72f03.jpeg)\n\n## Ontspannende boottocht\nLeer de natuur waarderen tijdens een ontspannen bootsafari. Waan je in een oase van rust en bewonder wilde dieren in, op en langs het water. De ranger aan boord zorgt dat je niets mist! Ontmoet zonnende ringstaartmaki's, grazende neushoorns en een eiland vol met yaks. Zet je zintuigen op scherp, zorg dat je je camera bij de hand hebt voor de mooiste kiekjes, of leun achterover en geniet.\n\n- De bootsafari duurt ongeveer 30 minuten",
+                      "title": "Bootsafari",
+                      "minimumAge": 0,
+                      "maximumAge": 0,
+                      "summary": "\n",
+                      "tenantRef": "73VIi3QWWpJItyIC8YTWYb",
+                      "createdAt": "2022-03-31T15:08:22.163Z",
+                      "updatedAt": "2024-06-27T09:41:39.164Z",
+                      "publishedAt": "2022-03-31T15:08:22.159Z",
+                      "scheduleType": null,
+                      "mustDo": true,
+                      "attractionCard": true,
+                      "duration": 30,
+                      "order": 80,
+                      "locale": "nl",
+                      "facility": {
+                        "data": null
+                      },
+                      "schedules": {
+                        "data": [
+                          {
+                            "id": 2766,
+                            "attributes": {
+                              "startTime": "13:45:00",
+                              "endTime": "14:15:00",
+                              "startDate": "2023-10-14",
+                              "endDate": "2023-10-14",
+                              "createdAt": "2023-10-12T12:24:52.450Z",
+                              "updatedAt": "2023-10-12T12:24:56.187Z",
+                              "publishedAt": "2023-10-12T12:24:56.178Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 2767,
+                            "attributes": {
+                              "startTime": "16:15:00",
+                              "endTime": "16:45:00",
+                              "startDate": "2023-10-14",
+                              "endDate": "2023-10-14",
+                              "createdAt": "2023-10-12T12:33:09.676Z",
+                              "updatedAt": "2023-10-12T12:33:11.216Z",
+                              "publishedAt": "2023-10-12T12:33:11.206Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 2768,
+                            "attributes": {
+                              "startTime": "13:15:00",
+                              "endTime": "13:45:00",
+                              "startDate": "2023-10-14",
+                              "endDate": "2023-10-14",
+                              "createdAt": "2023-10-12T12:34:33.487Z",
+                              "updatedAt": "2023-10-12T12:34:35.135Z",
+                              "publishedAt": "2023-10-12T12:34:35.127Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 2769,
+                            "attributes": {
+                              "startTime": "15:45:00",
+                              "endTime": "16:15:00",
+                              "startDate": "2023-10-14",
+                              "endDate": "2023-10-14",
+                              "createdAt": "2023-10-12T12:35:01.566Z",
+                              "updatedAt": "2023-10-12T12:35:02.909Z",
+                              "publishedAt": "2023-10-12T12:35:02.900Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 4090,
+                            "attributes": {
+                              "startTime": "12:00:00",
+                              "endTime": "12:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2023-12-22T13:10:48.315Z",
+                              "updatedAt": "2024-06-03T08:53:11.922Z",
+                              "publishedAt": "2023-12-22T13:10:49.571Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6525,
+                            "attributes": {
+                              "startTime": "10:30:00",
+                              "endTime": "11:00:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-16T16:05:43.222Z",
+                              "updatedAt": "2024-06-21T17:24:51.595Z",
+                              "publishedAt": "2024-06-21T17:24:51.577Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6666,
+                            "attributes": {
+                              "startTime": "10:15:00",
+                              "endTime": "10:45:00",
+                              "startDate": "2024-06-07",
+                              "endDate": "2024-09-29",
+                              "createdAt": "2024-05-19T07:55:09.420Z",
+                              "updatedAt": "2024-06-21T17:17:25.434Z",
+                              "publishedAt": "2024-06-07T08:04:25.631Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6673,
+                            "attributes": {
+                              "startTime": "11:00:00",
+                              "endTime": "11:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T08:01:40.688Z",
+                              "updatedAt": "2024-06-03T08:54:09.583Z",
+                              "publishedAt": "2024-05-19T08:01:42.540Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6685,
+                            "attributes": {
+                              "startTime": "13:00:00",
+                              "endTime": "13:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:31:09.443Z",
+                              "updatedAt": "2024-06-03T08:54:24.605Z",
+                              "publishedAt": "2024-05-19T09:31:16.902Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6689,
+                            "attributes": {
+                              "startTime": "11:00:00",
+                              "endTime": "11:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:35:14.373Z",
+                              "updatedAt": "2024-06-21T17:28:08.534Z",
+                              "publishedAt": "2024-06-21T17:28:08.528Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6693,
+                            "attributes": {
+                              "startTime": "11:30:00",
+                              "endTime": "12:00:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:40:41.367Z",
+                              "updatedAt": "2024-06-03T08:54:48.318Z",
+                              "publishedAt": "2024-05-19T09:40:42.601Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6701,
+                            "attributes": {
+                              "startTime": "12:30:00",
+                              "endTime": "13:00:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:45:50.901Z",
+                              "updatedAt": "2024-06-15T09:20:51.529Z",
+                              "publishedAt": "2024-06-15T09:20:51.522Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6709,
+                            "attributes": {
+                              "startTime": "13:45:00",
+                              "endTime": "14:15:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:50:30.139Z",
+                              "updatedAt": "2024-06-27T09:21:31.255Z",
+                              "publishedAt": "2024-06-21T17:29:31.523Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6717,
+                            "attributes": {
+                              "startTime": "14:15:00",
+                              "endTime": "14:45:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T09:55:24.885Z",
+                              "updatedAt": "2024-06-27T09:21:01.362Z",
+                              "publishedAt": "2024-05-19T09:55:26.664Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6725,
+                            "attributes": {
+                              "startTime": "15:15:00",
+                              "endTime": "15:45:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:01:35.724Z",
+                              "updatedAt": "2024-06-27T09:20:30.985Z",
+                              "publishedAt": "2024-05-19T10:01:36.775Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6737,
+                            "attributes": {
+                              "startTime": "16:30:00",
+                              "endTime": "17:00:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:06:45.665Z",
+                              "updatedAt": "2024-06-27T09:19:10.577Z",
+                              "publishedAt": "2024-05-19T10:06:47.555Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6745,
+                            "attributes": {
+                              "startTime": "14:45:00",
+                              "endTime": "15:15:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:10:33.983Z",
+                              "updatedAt": "2024-05-19T10:12:39.198Z",
+                              "publishedAt": "2024-05-19T10:10:35.232Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6753,
+                            "attributes": {
+                              "startTime": "16:00:00",
+                              "endTime": "16:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:16:29.162Z",
+                              "updatedAt": "2024-06-27T09:19:28.607Z",
+                              "publishedAt": "2024-06-21T17:39:50.983Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6757,
+                            "attributes": {
+                              "startTime": "16:30:00",
+                              "endTime": "17:00:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:19:03.286Z",
+                              "updatedAt": "2024-06-26T14:36:58.197Z",
+                              "publishedAt": "2024-06-21T17:40:13.682Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6761,
+                            "attributes": {
+                              "startTime": "17:00:00",
+                              "endTime": "17:30:00",
+                              "startDate": "2024-05-19",
+                              "endDate": "2024-09-30",
+                              "createdAt": "2024-05-19T10:22:07.654Z",
+                              "updatedAt": "2024-06-27T09:23:11.403Z",
+                              "publishedAt": "2024-05-19T10:22:08.773Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6769,
+                            "attributes": {
+                              "startTime": "10:15:00",
+                              "endTime": "10:45:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T10:49:43.418Z",
+                              "updatedAt": "2024-06-30T07:18:33.421Z",
+                              "publishedAt": "2024-05-19T10:49:45.574Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6865,
+                            "attributes": {
+                              "startTime": "11:00:00",
+                              "endTime": "11:30:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:08:53.731Z",
+                              "updatedAt": "2024-06-30T07:24:39.004Z",
+                              "publishedAt": "2024-05-19T13:08:55.029Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6869,
+                            "attributes": {
+                              "startTime": "12:00:00",
+                              "endTime": "12:30:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:11:46.865Z",
+                              "updatedAt": "2024-06-30T07:25:05.242Z",
+                              "publishedAt": "2024-05-19T13:11:48.924Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6873,
+                            "attributes": {
+                              "startTime": "13:00:00",
+                              "endTime": "13:30:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:13:51.578Z",
+                              "updatedAt": "2024-06-30T07:25:32.957Z",
+                              "publishedAt": "2024-05-19T13:13:52.975Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6877,
+                            "attributes": {
+                              "startTime": "14:15:00",
+                              "endTime": "14:45:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-05-19T13:15:32.083Z",
+                              "updatedAt": "2024-06-19T17:52:42.555Z",
+                              "publishedAt": "2024-05-19T13:15:33.436Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6881,
+                            "attributes": {
+                              "startTime": "15:15:00",
+                              "endTime": "15:45:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:17:28.030Z",
+                              "updatedAt": "2024-06-30T07:25:47.604Z",
+                              "publishedAt": "2024-05-19T13:17:29.506Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6885,
+                            "attributes": {
+                              "startTime": "16:30:00",
+                              "endTime": "17:00:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:20:48.393Z",
+                              "updatedAt": "2024-06-30T07:26:01.761Z",
+                              "publishedAt": "2024-06-23T15:42:07.481Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6889,
+                            "attributes": {
+                              "startTime": "11:30:00",
+                              "endTime": "12:00:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:25:44.658Z",
+                              "updatedAt": "2024-06-26T11:17:13.398Z",
+                              "publishedAt": "2024-05-19T13:25:45.838Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6893,
+                            "attributes": {
+                              "startTime": "12:30:00",
+                              "endTime": "13:00:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:29:03.884Z",
+                              "updatedAt": "2024-06-30T07:28:45.897Z",
+                              "publishedAt": "2024-05-19T13:29:08.159Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6897,
+                            "attributes": {
+                              "startTime": "13:45:00",
+                              "endTime": "14:15:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:31:01.836Z",
+                              "updatedAt": "2024-06-30T07:34:04.182Z",
+                              "publishedAt": "2024-05-19T13:31:02.937Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6901,
+                            "attributes": {
+                              "startTime": "14:45:00",
+                              "endTime": "15:15:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:34:30.443Z",
+                              "updatedAt": "2024-06-30T07:29:40.354Z",
+                              "publishedAt": "2024-05-19T13:34:31.767Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6905,
+                            "attributes": {
+                              "startTime": "16:00:00",
+                              "endTime": "16:30:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:36:24.741Z",
+                              "updatedAt": "2024-06-30T07:30:06.678Z",
+                              "publishedAt": "2024-05-19T13:36:26.006Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 6909,
+                            "attributes": {
+                              "startTime": "17:00:00",
+                              "endTime": "17:30:00",
+                              "startDate": "2024-05-21",
+                              "endDate": "2024-07-05",
+                              "createdAt": "2024-05-19T13:38:07.383Z",
+                              "updatedAt": "2024-06-30T07:30:24.939Z",
+                              "publishedAt": "2024-06-23T15:41:22.579Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7097,
+                            "attributes": {
+                              "startTime": "09:30:00",
+                              "endTime": "10:15:00",
+                              "startDate": "2024-05-22",
+                              "endDate": "2024-05-26",
+                              "createdAt": "2024-05-22T16:28:47.854Z",
+                              "updatedAt": "2024-05-22T16:28:50.280Z",
+                              "publishedAt": "2024-05-22T16:28:50.273Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7098,
+                            "attributes": {
+                              "startTime": "17:30:00",
+                              "endTime": "18:00:00",
+                              "startDate": "2024-05-26",
+                              "endDate": "2024-05-26",
+                              "createdAt": "2024-05-26T13:10:53.098Z",
+                              "updatedAt": "2024-05-26T13:23:47.824Z",
+                              "publishedAt": "2024-05-26T13:10:57.834Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7102,
+                            "attributes": {
+                              "startTime": "18:00:00",
+                              "endTime": "18:30:00",
+                              "startDate": "2024-05-26",
+                              "endDate": "2024-05-26",
+                              "createdAt": "2024-05-26T14:13:17.113Z",
+                              "updatedAt": "2024-05-26T14:25:58.935Z",
+                              "publishedAt": "2024-05-26T14:13:19.253Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7110,
+                            "attributes": {
+                              "startTime": "14:00:00",
+                              "endTime": "14:30:00",
+                              "startDate": "2024-05-31",
+                              "endDate": "2024-05-31",
+                              "createdAt": "2024-05-29T12:38:29.587Z",
+                              "updatedAt": "2024-05-29T13:02:35.922Z",
+                              "publishedAt": "2024-05-29T12:38:34.390Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7111,
+                            "attributes": {
+                              "startTime": "14:30:00",
+                              "endTime": "15:00:00",
+                              "startDate": "2024-05-31",
+                              "endDate": "2024-05-31",
+                              "createdAt": "2024-05-29T12:43:04.661Z",
+                              "updatedAt": "2024-05-29T12:55:40.253Z",
+                              "publishedAt": "2024-05-29T12:43:06.842Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7254,
+                            "attributes": {
+                              "startTime": "10:00:00",
+                              "endTime": "10:30:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T09:49:36.268Z",
+                              "updatedAt": "2024-06-12T13:49:22.699Z",
+                              "publishedAt": "2024-06-12T09:49:37.987Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7255,
+                            "attributes": {
+                              "startTime": "10:45:00",
+                              "endTime": "11:15:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T11:44:44.074Z",
+                              "updatedAt": "2024-06-12T13:50:11.932Z",
+                              "publishedAt": "2024-06-12T11:46:16.035Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7256,
+                            "attributes": {
+                              "startTime": "11:15:00",
+                              "endTime": "11:45:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T13:27:49.077Z",
+                              "updatedAt": "2024-06-12T13:35:45.515Z",
+                              "publishedAt": "2024-06-12T13:35:35.099Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7260,
+                            "attributes": {
+                              "startTime": "12:15:00",
+                              "endTime": "12:45:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T13:33:18.153Z",
+                              "updatedAt": "2024-06-12T13:36:07.968Z",
+                              "publishedAt": "2024-06-12T13:36:01.124Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7264,
+                            "attributes": {
+                              "startTime": "13:15:00",
+                              "endTime": "13:45:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T13:37:03.532Z",
+                              "updatedAt": "2024-06-12T13:38:39.333Z",
+                              "publishedAt": "2024-06-12T13:37:07.919Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7274,
+                            "attributes": {
+                              "startTime": "11:45:00",
+                              "endTime": "12:15:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T13:45:26.700Z",
+                              "updatedAt": "2024-06-12T13:48:45.352Z",
+                              "publishedAt": "2024-06-12T13:45:28.753Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7280,
+                            "attributes": {
+                              "startTime": "12:45:00",
+                              "endTime": "13:15:00",
+                              "startDate": "2024-06-13",
+                              "endDate": "2024-06-13",
+                              "createdAt": "2024-06-12T13:52:02.120Z",
+                              "updatedAt": "2024-06-12T13:54:14.031Z",
+                              "publishedAt": "2024-06-12T13:52:03.756Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7835,
+                            "attributes": {
+                              "startTime": "11:30:00",
+                              "endTime": "12:00:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T15:45:38.551Z",
+                              "updatedAt": "2024-07-02T12:01:40.788Z",
+                              "publishedAt": "2024-06-19T15:45:41.737Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7839,
+                            "attributes": {
+                              "startTime": "12:30:00",
+                              "endTime": "13:00:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T16:42:11.177Z",
+                              "updatedAt": "2024-07-02T12:11:41.655Z",
+                              "publishedAt": "2024-06-19T16:42:12.484Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7843,
+                            "attributes": {
+                              "startTime": "13:45:00",
+                              "endTime": "14:15:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T16:48:05.485Z",
+                              "updatedAt": "2024-07-02T12:12:03.577Z",
+                              "publishedAt": "2024-06-19T16:48:07.236Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7847,
+                            "attributes": {
+                              "startTime": "14:45:00",
+                              "endTime": "15:15:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T16:59:17.773Z",
+                              "updatedAt": "2024-07-02T12:12:35.680Z",
+                              "publishedAt": "2024-06-19T16:59:18.764Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7851,
+                            "attributes": {
+                              "startTime": "16:00:00",
+                              "endTime": "16:30:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:02:45.923Z",
+                              "updatedAt": "2024-07-02T13:39:41.806Z",
+                              "publishedAt": "2024-06-19T17:02:47.072Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7855,
+                            "attributes": {
+                              "startTime": "12:00:00",
+                              "endTime": "12:30:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:14:14.919Z",
+                              "updatedAt": "2024-07-02T12:22:03.469Z",
+                              "publishedAt": "2024-06-19T17:48:33.569Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7859,
+                            "attributes": {
+                              "startTime": "13:00:00",
+                              "endTime": "13:30:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:20:36.826Z",
+                              "updatedAt": "2024-07-02T13:17:18.464Z",
+                              "publishedAt": "2024-06-19T17:20:37.712Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7863,
+                            "attributes": {
+                              "startTime": "14:15:00",
+                              "endTime": "14:45:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:26:11.725Z",
+                              "updatedAt": "2024-07-02T13:34:52.393Z",
+                              "publishedAt": "2024-06-19T17:26:12.896Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7867,
+                            "attributes": {
+                              "startTime": "15:15:00",
+                              "endTime": "15:45:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:33:11.183Z",
+                              "updatedAt": "2024-07-02T13:28:09.161Z",
+                              "publishedAt": "2024-06-19T17:33:12.917Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 7,
+                                    "attributes": {
+                                      "name": "Zondag",
+                                      "createdAt": "2022-03-31T14:25:35.903Z",
+                                      "updatedAt": "2023-12-31T10:00:42.404Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7871,
+                            "attributes": {
+                              "startTime": "16:30:00",
+                              "endTime": "17:00:00",
+                              "startDate": "2024-06-19",
+                              "endDate": "2024-07-31",
+                              "createdAt": "2024-06-19T17:38:04.831Z",
+                              "updatedAt": "2024-07-02T13:28:32.450Z",
+                              "publishedAt": "2024-06-19T17:38:08.657Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 1,
+                                    "attributes": {
+                                      "name": "Maandag",
+                                      "createdAt": "2022-03-31T14:24:54.460Z",
+                                      "updatedAt": "2023-03-24T09:32:59.502Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 2,
+                                    "attributes": {
+                                      "name": "Dinsdag",
+                                      "createdAt": "2022-03-31T14:25:02.526Z",
+                                      "updatedAt": "2023-03-24T09:32:06.935Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 3,
+                                    "attributes": {
+                                      "name": "Woensdag",
+                                      "createdAt": "2022-03-31T14:25:07.761Z",
+                                      "updatedAt": "2023-03-24T09:33:56.653Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 4,
+                                    "attributes": {
+                                      "name": "Donderdag",
+                                      "createdAt": "2022-03-31T14:25:15.385Z",
+                                      "updatedAt": "2023-03-24T09:32:31.906Z",
+                                      "locale": "nl"
+                                    }
+                                  },
+                                  {
+                                    "id": 5,
+                                    "attributes": {
+                                      "name": "Vrijdag",
+                                      "createdAt": "2022-03-31T14:25:22.235Z",
+                                      "updatedAt": "2023-03-24T09:33:28.457Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7955,
+                            "attributes": {
+                              "startTime": "13:30:00",
+                              "endTime": "14:00:00",
+                              "startDate": "2024-06-29",
+                              "endDate": "2024-06-29",
+                              "createdAt": "2024-06-26T14:59:49.639Z",
+                              "updatedAt": "2024-06-26T15:05:33.183Z",
+                              "publishedAt": "2024-06-26T14:59:51.155Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          },
+                          {
+                            "id": 7959,
+                            "attributes": {
+                              "startTime": "15:45:00",
+                              "endTime": "16:15:00",
+                              "startDate": "2024-06-29",
+                              "endDate": "2024-06-29",
+                              "createdAt": "2024-06-26T15:08:45.157Z",
+                              "updatedAt": "2024-06-26T15:10:28.859Z",
+                              "publishedAt": "2024-06-26T15:08:46.868Z",
+                              "tenantRef": null,
+                              "locale": "nl",
+                              "weekdays": {
+                                "data": [
+                                  {
+                                    "id": 6,
+                                    "attributes": {
+                                      "name": "Zaterdag",
+                                      "createdAt": "2022-03-31T14:25:28.049Z",
+                                      "updatedAt": "2023-03-24T09:34:24.652Z",
+                                      "locale": "nl"
+                                    }
+                                  }
+                                ]
+                              }
+                            }
+                          }
+                        ]
+                      },
+                      "reservation": null
+                    }
+                  }
+                }
+              }
+            ]
+          },
+          {
+            "id": 1,
+            "__component": "sections.link-section",
+            "title": "Snel naar...",
+            "layout": "column",
+            "links": [
+              {
+                "id": 33,
+                "iconName": "food",
+                "params": {
+                  "params": {
+                    "activeTab": 1,
+                    "activeTabId": 3,
+                    "activeFilters": [
+                      {
+                        "name": "facilityCategory",
+                        "value": 18
+                      }
+                    ]
+                  },
+                  "screen": "Explore"
+                },
+                "title": "Eten & Drinken",
+                "link": "ExploreStack",
+                "type": "screen",
+                "subtitle": "Keuze uit 12 horecagelegenheden",
+                "imageBackground": {
+                  "data": null
+                }
+              },
+              {
+                "id": 59,
+                "iconName": "shopping",
+                "params": {
+                  "params": {
+                    "activeTab": 1,
+                    "activeTabId": 5,
+                    "activeFilters": [
+                      {
+                        "name": "facilityCategory",
+                        "value": 19
+                      }
+                    ]
+                  },
+                  "screen": "Explore"
+                },
+                "title": "Shops",
+                "link": "ExploreStack",
+                "type": "screen",
+                "subtitle": "Knuffels, accessoires en meer",
+                "imageBackground": {
+                  "data": null
+                }
+              },
+              {
+                "id": 32,
+                "iconName": "human-male-female",
+                "params": {
+                  "activeTab": 1,
+                  "activeTabId": 7,
+                  "locationIds": [
+                    164,
+                    244,
+                    245,
+                    246,
+                    247,
+                    248
+                  ]
+                },
+                "title": "Toiletten",
+                "link": null,
+                "type": "map",
+                "subtitle": "Diversen toiletten verspreid in het park",
+                "imageBackground": {
+                  "data": null
+                }
+              },
+              {
+                "id": 60,
+                "iconName": "paw",
+                "params": {
+                  "params": {
+                    "activeTab": 2,
+                    "activeTabId": 10
+                  },
+                  "screen": "Explore"
+                },
+                "title": "Ontdek de dieren",
+                "link": "ExploreStack",
+                "type": "screen",
+                "subtitle": "Meer dan 1250 Afrikaanse dieren",
+                "imageBackground": {
+                  "data": null
+                }
+              }
+            ]
+          },
+          {
+            "id": 5,
+            "__component": "sections.animals",
+            "title": "Spot onze dieren",
+            "description": null,
+            "animals": {
+              "data": [
+                {
+                  "id": 35,
+                  "attributes": {
+                    "name": "Afrikaanse leeuw",
+                    "subtitle": "De koning der dieren",
+                    "habitat": "Savannes en ten zuiden van de Sahara",
+                    "food": "Verschillende zoogdieren en vogels",
+                    "age": "10 tot 15 jaar",
+                    "weight": "Man: 150 - 240 kg Vrouw: 120 - 180 kg",
+                    "offspring": "1 tot 6 jongen",
+                    "gestation": "3,5 maanden",
+                    "iucn": "Kwetsbaar",
+                    "eep": true,
+                    "description": "# Leeuw\n*Panthera leo*\n\nDe leeuw is een roofdier uit de familie der katachtigen. De grootte van het mannetje geeft het dier een indrukkend uiterlijk, waardoor de leeuw in grote delen van de wereld bekendstaat als de koning der dieren.",
+                    "bottomDescription": "### Aan tafel!\nDe leeuwinnen zorgen in een groep voor het eten. De vrouwtjes werken goed samen tijdens de jacht. Vaak proberen ze hun prooi te omsingelen. Toch lukt de jacht lang niet altijd. Van de tien keer dat een groep op jacht gaat, vangen ze maar drie keer iets. Ook al doen de mannetjes niet mee met de jacht, ze mogen toch als eerste eten. Als zij uitgegeten zijn mogen de vrouwtjes pas eten. Als er daarna nog eten over is, mogen de jonge leeuwen aan tafel. Een volwassen mannetje kan wel dertig kilo vlees eten in één maaltijd. \n\n### Moeilijke jeugd\nHet leven van een welp (zo noem je een jonge leeuw) is niet makkelijk. Pasgeboren welpen hebben hun ogen dicht en kunnen ze nog niet lopen. Pas na een week kunnen ze hun ogen open doen. Ze zijn in het begin helemaal afhankelijk van hun moeder. Als ze zo’n acht maanden oud zijn krijgen ze geen melk meer. Ze moeten dan vlees eten, maar welpen mogen pas als laatste van de groep eten. Het gebeurt best vaak dat er dan niet genoeg voor ze overblijft. En terwijl de vrouwtjes op jacht gaan, blijven de welpen ergens alleen achter. Dat kan heel gevaarlijk zijn. Hyena’s en luipaarden doden de leeuwenwelpen namelijk als ze de kans krijgen. Het komt voor dat maar ongeveer de helft van de welpen het eerste jaar overleeft. ",
+                    "createdAt": "2022-10-05T11:28:43.226Z",
+                    "updatedAt": "2023-06-07T07:00:42.712Z",
+                    "publishedAt": "2022-10-05T11:28:43.221Z",
+                    "tenantRef": "3qSv0krF6w6w46Sm8YkwC4",
+                    "bigFive": true,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1271,
+                          "attributes": {
+                            "name": "Safaripark-dieren-Leeuw.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 731,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                                "hash": "large_Safaripark_dieren_Leeuw_a2171873a7",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-Leeuw.jpg",
+                                "path": null,
+                                "size": 205.51,
+                                "width": 1000,
+                                "height": 714
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                                "hash": "small_Safaripark_dieren_Leeuw_a2171873a7",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-Leeuw.jpg",
+                                "path": null,
+                                "size": 58.72,
+                                "width": 500,
+                                "height": 357
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                                "hash": "medium_Safaripark_dieren_Leeuw_a2171873a7",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-Leeuw.jpg",
+                                "path": null,
+                                "size": 121.28,
+                                "width": 750,
+                                "height": 535
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_Leeuw_a2171873a7",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-Leeuw.jpg",
+                                "path": null,
+                                "size": 12.73,
+                                "width": 219,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_Leeuw_a2171873a7",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 421.06,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Leeuw_a2171873a7.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T07:00:29.119Z",
+                            "updatedAt": "2023-06-07T07:00:29.119Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 84,
+                  "attributes": {
+                    "name": "Afrikaanse olifant",
+                    "subtitle": "Het grootste landdier ter wereld",
+                    "habitat": "Graslanden ten zuiden van de Sahara",
+                    "food": "Bladeren, fruit, gras, wortels en takken",
+                    "age": "60 tot 70 jaar",
+                    "weight": "Man: 6000 kg Vrouw: 3000 kg",
+                    "offspring": "1 jong",
+                    "gestation": "22 maanden",
+                    "iucn": "Bedreigd",
+                    "eep": true,
+                    "description": "# Afrikaanse olifant\n*Loxodonta africana*\n\nAfrikaanse olifanten zijn de grootste landdieren ter wereld. Zowel de mannetjes als vrouwtjes hebben slagtanden, in tegenstelling tot de Aziatische olifant waar alleen mannetjes slagtanden hebben.",
+                    "bottomDescription": "### Dure tanden\nAfrikaanse olifanten hebben niet veel tanden in hun mond. Ze hebben maar vier kiezen en twee stoottanden. Die stoottanden groeien hun hele leven door en kunnen wel 3,5 meter lang worden. Deze tanden zijn gemaakt van ivoor. Ivoor is erg veel geld waard, wat geen goed nieuws is voor de olifanten. In het wild worden veel olifanten doodgeschoten voor hun stoottanden. Van dit ivoor worden bijvoorbeeld beeldjes en armbanden gemaakt. Gelukkig wordt het verkopen van ivoor in steeds meer landen verboden om zo de olifanten te beschermen.\n\n### Oma is de baas\nVrouwtjes van de Afrikaanse olifant leven in kuddes. Mannetjes gaan bij hun moeder weg als ze ongeveer twaalf jaar oud zijn. Daarna leven mannetjes alleen of samen met andere mannetjes. De vrouwtjes die samen in een groep leven zijn bijna allemaal familie van elkaar. Eén van de oudere vrouwtjes, de oma, is de baas van de groep. Zij weet waar er eten en water te vinden is. Het is ook meestal deze oma-olifant die de groep beschermt als er gevaar dreigt. \n\n### Olifantenkalfje Mosi \nOp 4 november is Pina-Nessi moeder geworden van haar eerste kalfje, Mosi. Mosi betekent 'eerstgeborene'. Een passende naam, want ze is het eerste Afrikaanse olifantenkalfje dat verwekt en geboren is in het Safaripark.\n\n### Olifantenkalfje Ajubu\nOp 3 december is Bongi moeder geworden van haar eerste kalfje, Ajabu. Ajabu betekent 'wonderbaar, schitterend, stralend'. Een passende naam, voor dit prachtige tweede kalfje in de kudde.",
+                    "createdAt": "2022-10-05T11:29:02.058Z",
+                    "updatedAt": "2024-01-08T12:20:39.587Z",
+                    "publishedAt": "2022-10-05T11:29:02.054Z",
+                    "tenantRef": "BPKsB937Z6s62a08QaIeA",
+                    "bigFive": true,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1273,
+                          "attributes": {
+                            "name": "Safaripark-dieren-Afrikaanse olifant.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 785,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                                "hash": "large_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-Afrikaanse olifant.jpg",
+                                "path": null,
+                                "size": 198.81,
+                                "width": 1000,
+                                "height": 767
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                                "hash": "small_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-Afrikaanse olifant.jpg",
+                                "path": null,
+                                "size": 57.14,
+                                "width": 500,
+                                "height": 383
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                                "hash": "medium_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-Afrikaanse olifant.jpg",
+                                "path": null,
+                                "size": 118.4,
+                                "width": 750,
+                                "height": 575
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-Afrikaanse olifant.jpg",
+                                "path": null,
+                                "size": 10.58,
+                                "width": 204,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_Afrikaanse_olifant_36ffccd87c",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 388.53,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Afrikaanse_olifant_36ffccd87c.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T07:04:31.522Z",
+                            "updatedAt": "2023-06-07T07:04:31.522Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 81,
+                  "attributes": {
+                    "name": "Chimpansee",
+                    "subtitle": "De nauwste verwant van de mens",
+                    "habitat": "Regenwouden in West-Afrika",
+                    "food": "Fruit, groente, insecten en vlees",
+                    "age": "40 tot 60 jaar",
+                    "weight": "30 tot 70 kg",
+                    "offspring": "1 jong",
+                    "gestation": "8 maanden",
+                    "iucn": "Bedreigd",
+                    "eep": true,
+                    "description": "# West-Afrikaanse chimpansee\n*Pan troglodytes verus*\n\nDe West-Afrikaanse chimpansee is een mensaap. Ze worden gezien als de nauwste verwant van de mens. ",
+                    "bottomDescription": "### Losse groepen\nChimpansees leven in het wild in groepen van soms wel 50 dieren. Die groep is vaak gesplitst in kleinere groepjes waarin de chimpansees rondtrekken. Soms komen de groepen elkaar tegen en trekken ze samen of in andere kleine groepjes verder. Dit wordt ook wel “fission-fusion” genoemd. Ook al zien ze elkaar niet vaak, toch weten de chimpansees precies wie er bij hun groep hoort. \n\n### Praten zonder woorden\nChimpansees hebben hun eigen “taal”. Door middel van veel verschillende geluiden maken ze elkaar dingen duidelijk, bijvoorbeeld om elkaar te groeten of om te waarschuwen voor gevaar. Ze maken niet altijd geluid om dingen duidelijk te maken. Zo kunnen ze elkaar een kus geven, omhelzen, elkaar kietelen en nog veel meer. Ze kunnen ook, net als wij, met hun gezicht laten zien of ze boos of blij zijn.",
+                    "createdAt": "2022-10-05T11:29:00.886Z",
+                    "updatedAt": "2023-06-07T09:34:57.364Z",
+                    "publishedAt": "2022-10-05T11:29:00.882Z",
+                    "tenantRef": "1pKlqN5wNW0KCWGeomkUKW",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1291,
+                          "attributes": {
+                            "name": "Safaripark-dierenrijk-chimpansee.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 1095,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                                "hash": "large_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dierenrijk-chimpansee.jpg",
+                                "path": null,
+                                "size": 215.98,
+                                "width": 935,
+                                "height": 1000
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                                "hash": "small_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dierenrijk-chimpansee.jpg",
+                                "path": null,
+                                "size": 56.01,
+                                "width": 468,
+                                "height": 500
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                                "hash": "medium_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dierenrijk-chimpansee.jpg",
+                                "path": null,
+                                "size": 123.72,
+                                "width": 701,
+                                "height": 750
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                                "hash": "thumbnail_Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dierenrijk-chimpansee.jpg",
+                                "path": null,
+                                "size": 6.56,
+                                "width": 146,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dierenrijk_chimpansee_0d7ddfe5da",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 460.98,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dierenrijk_chimpansee_0d7ddfe5da.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T09:34:45.868Z",
+                            "updatedAt": "2023-06-07T09:34:45.868Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 66,
+                  "attributes": {
+                    "name": "Amoertijger",
+                    "subtitle": "De machtige jager",
+                    "habitat": "Bossen in oost Rusland en China",
+                    "food": "Zoogdieren, vogels en vis",
+                    "age": "8 tot 10 jaar",
+                    "weight": "Man: 190 - 300 kg Vrouw: 110 - 170 kg",
+                    "offspring": "1 -7 jongen",
+                    "gestation": "3,5 maanden",
+                    "iucn": "Bedreigd",
+                    "eep": true,
+                    "description": "# Amoertijger\n*Panthera tigris altaica*\n\nDe Amoertijger is de grootste katsoort die er bestaat. Hij leeft van grote prooien, die soms wel drie keer groter zijn dan hijzelf. Ze kunnen prooien slepen waar vijf volwassen mensen voor nodig zouden zijn. \n",
+                    "bottomDescription": "### Snelle groei\nEen tijgervrouwtje krijgt meestal twee of drie jongen. Ze brengt de jongen groot zonder hulp van de vader. Pasgeboren tijgers zijn heel klein en kunnen nog niets. Ze wegen minder dan een kilo, zijn blind en helemaal afhankelijk van hun moeder. Ze drinken melk bij de moeder en groeien erg snel. Binnen een maand zijn ze al vier keer zo groot als bij de geboorte. Als ze zes maanden oud zijn leren ze om te jagen. Meestal blijven jonge tijgers zo’n twee jaar bij hun moeder.\n\n### Bijzondere kat\nTijgers horen bij de grote katachtigen, net zoals leeuwen en panters. Toch zijn het wel bijzondere katten. Tijgers zijn bijvoorbeeld de enige katten met strepen. De Amoertijger is ook de grootste van alle katachtigen. Hoewel de meeste katten niet van water houden, nemen tijgers graag een duik. Ze kunnen goed zwemmen en gaan regelmatig in het water liggen om af te koelen. ",
+                    "createdAt": "2022-10-05T11:28:55.177Z",
+                    "updatedAt": "2023-06-07T09:26:28.489Z",
+                    "publishedAt": "2022-10-05T11:28:55.175Z",
+                    "tenantRef": "5iJzsGwzfqaGYAOucYiEw6",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1287,
+                          "attributes": {
+                            "name": "Safaripark-dieren-Amoertijger.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 683,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                                "hash": "large_Safaripark_dieren_Amoertijger_f6534936df",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-Amoertijger.jpg",
+                                "path": null,
+                                "size": 142.49,
+                                "width": 1000,
+                                "height": 667
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                                "hash": "small_Safaripark_dieren_Amoertijger_f6534936df",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-Amoertijger.jpg",
+                                "path": null,
+                                "size": 45.08,
+                                "width": 500,
+                                "height": 333
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                                "hash": "medium_Safaripark_dieren_Amoertijger_f6534936df",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-Amoertijger.jpg",
+                                "path": null,
+                                "size": 90,
+                                "width": 750,
+                                "height": 500
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_Amoertijger_f6534936df",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-Amoertijger.jpg",
+                                "path": null,
+                                "size": 11.21,
+                                "width": 234,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_Amoertijger_f6534936df",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 296.82,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Amoertijger_f6534936df.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T09:26:16.925Z",
+                            "updatedAt": "2023-06-07T09:26:16.925Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 61,
+                  "attributes": {
+                    "name": "Kameel",
+                    "subtitle": " Het schip van de woestijn",
+                    "habitat": "Woestijngebieden in de buurt van mensen",
+                    "food": "Planten",
+                    "age": "25 tot 50 jaar",
+                    "weight": "600 tot 800 kg",
+                    "offspring": "1 jong",
+                    "gestation": "12 tot 14 maanden",
+                    "iucn": "Geen status",
+                    "eep": false,
+                    "description": "# Kameel\n*Camelus bactrianus*\n\nDe kameel heeft een klein leefgebied. Hij leeft enkel nog in de Gobi-woestijn en wordt met uitsterven bedreigd. Een bijzonder kenmerk van het dier is dat hij 280 kilo kan dragen en wel 120 liter water in één keer kan drinken na een lange tocht. Hij kan hiermee tot tien dagen in de woestijn blijven.",
+                    "bottomDescription": "### Goed aangepast\nDe kameel kan zich goed redden in de woestijn, waar het ’s zomers erg warm en ’s winters erg koud wordt. Verschillende aanpassingen zorgen ervoor dat het dier prima kan leven in dit gebied. Zo verliest de kameel  zijn dikke wintervacht in het voorjaar. Ter bescherming tegen het zand heeft een kameel lange wimpers die het zand uit de ogen houden, kleine oren en gespierde neusvleugels waarmee hij zijn neusvleugels kan afsluiten. Verder eten kamelen gewoon botten, huid of zelfs sandalen en touw om te overleven als er te weinig planten zijn om te eten.\n\n### Dorstig type\nNa een lange tocht drinkt een kameel wel 120 liter water in één keer om zijn vochttekort aan te vullen. Hij verliest dit vocht niet snel; nog geen liter per dag verliest hij via mest of urine. De rest slaat hij allemaal op in zijn rode bloedcellen. Die vormen samen met het vet in zijn bulten een ‘energievoorraad’ waarmee hij langer dan tien dagen in de woestijn kan blijven.",
+                    "createdAt": "2022-10-05T11:28:53.374Z",
+                    "updatedAt": "2023-06-07T10:46:28.430Z",
+                    "publishedAt": "2022-10-05T11:28:53.371Z",
+                    "tenantRef": "3wSLcb8Ht6mmQmEUWCG6A6",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1309,
+                          "attributes": {
+                            "name": "Safaripark-dieren-Kameel.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 683,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                                "hash": "large_Safaripark_dieren_Kameel_9413b1b2dc",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-Kameel.jpg",
+                                "path": null,
+                                "size": 126.43,
+                                "width": 1000,
+                                "height": 667
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                                "hash": "small_Safaripark_dieren_Kameel_9413b1b2dc",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-Kameel.jpg",
+                                "path": null,
+                                "size": 32.4,
+                                "width": 500,
+                                "height": 333
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                                "hash": "medium_Safaripark_dieren_Kameel_9413b1b2dc",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-Kameel.jpg",
+                                "path": null,
+                                "size": 71.58,
+                                "width": 750,
+                                "height": 500
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_Kameel_9413b1b2dc",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-Kameel.jpg",
+                                "path": null,
+                                "size": 7.93,
+                                "width": 234,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_Kameel_9413b1b2dc",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 281.17,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Kameel_9413b1b2dc.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T10:46:16.428Z",
+                            "updatedAt": "2023-06-07T10:46:16.428Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 57,
+                  "attributes": {
+                    "name": "Nijlpaard",
+                    "subtitle": " Gevaarlijker dan je denkt",
+                    "habitat": "Afrika ten zuiden van de Sahara",
+                    "food": "Grassen",
+                    "age": "45 jaar",
+                    "weight": "Man:1500 - 3200 kg Vrouw:1350 - 2500 kg ",
+                    "offspring": "1 jong",
+                    "gestation": "8 maanden",
+                    "iucn": "Kwetsbaar",
+                    "eep": true,
+                    "description": "# Nijlpaard\n*Hippopotamus amphibius*\n\nHet nijlpaard is gevaarlijker dan je denkt. Ze lijken misschien langzaam, maar op het land rennen ze gemakkelijk 40 km per uur!",
+                    "bottomDescription": "### Poepslingeren\nNijlpaarden leven in groepen waarin de sterkste man de baas is. Zijn territorium markeert hij met poep. Wanneer hij poept slingert hij de poep met zijn staart in het rond. Hierdoor ruiken andere mannetjes dat het gebied bezet is. Mocht het toch tot een gevecht komen dan gebruiken de mannen hun grote hoektanden. Het kan er tijdens deze gevechten heftig aan toe gaan. Veel mannetjes zitten dan ook onder de littekens. Overigens wordt niet alleen op het land met poep geslingerd, ook in het water doen ze dit.\n\n### Waterratten\n’s Nachts zijn nijlpaarden vaak op het land te vinden om te grazen. Overdag verblijven ze vooral in het water. Ze zoeken verkoeling en bescherming tegen de felle zon. Nijlpaarden zijn goed aangepast aan het leven in het water. Kijk maar eens naar de kop. De oren, ogen en neusgaten zitten allemaal op één lijn aan de bovenkant van de kop. Wanneer hij in het water ligt zijn alleen deze drie zintuigen zichtbaar. Hierdoor kan hij toch ademen, horen en zien terwijl hij in het water ligt. Nijlpaarden blijven niet drijven en kunnen ook niet zwemmen. Ze leven voornamelijk in ondiep water. In dieper water laten ze zich zinken naar de bodem om zich daarop af te zetten.",
+                    "createdAt": "2022-10-05T11:28:52.047Z",
+                    "updatedAt": "2023-06-07T11:07:09.325Z",
+                    "publishedAt": "2022-10-05T11:28:52.044Z",
+                    "tenantRef": "1fYXTlJs4usi4WMwSEGUcw",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1317,
+                          "attributes": {
+                            "name": "Safaripark-dieren-nijlpaard.JPG",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 683,
+                            "formats": {
+                              "large": {
+                                "ext": ".JPG",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                                "hash": "large_Safaripark_dieren_nijlpaard_98a529be2d",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-nijlpaard.JPG",
+                                "path": null,
+                                "size": 128.71,
+                                "width": 1000,
+                                "height": 667
+                              },
+                              "small": {
+                                "ext": ".JPG",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                                "hash": "small_Safaripark_dieren_nijlpaard_98a529be2d",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-nijlpaard.JPG",
+                                "path": null,
+                                "size": 41.28,
+                                "width": 500,
+                                "height": 333
+                              },
+                              "medium": {
+                                "ext": ".JPG",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                                "hash": "medium_Safaripark_dieren_nijlpaard_98a529be2d",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-nijlpaard.JPG",
+                                "path": null,
+                                "size": 81.32,
+                                "width": 750,
+                                "height": 500
+                              },
+                              "thumbnail": {
+                                "ext": ".JPG",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                                "hash": "thumbnail_Safaripark_dieren_nijlpaard_98a529be2d",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-nijlpaard.JPG",
+                                "path": null,
+                                "size": 10.73,
+                                "width": 234,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_nijlpaard_98a529be2d",
+                            "ext": ".JPG",
+                            "mime": "image/jpeg",
+                            "size": 268.05,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_nijlpaard_98a529be2d.JPG",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T11:06:15.337Z",
+                            "updatedAt": "2023-06-07T11:06:15.337Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 59,
+                  "attributes": {
+                    "name": "Nijlkrokodil",
+                    "subtitle": "Een harteloze jager",
+                    "habitat": "Afrika ten zuiden van de Sahara",
+                    "food": "Vis en vlees",
+                    "age": "45 -80 jaar",
+                    "weight": "Vrouw; 100-200 kg, man; 400-600 kg",
+                    "offspring": "35 tot 80 eieren",
+                    "gestation": "3 maanden",
+                    "iucn": "Veilig",
+                    "eep": false,
+                    "description": "# Nijlkrokodil\n*Crocodylus niloticus*\n\nDe nijlkrokodil jaagt op alles wat hij te pakken kan krijgen. Dit doet hij door op een afstandje te loeren en ineens toe te slaan. De krokodil eet zijn prooi in zijn geheel op, want hij kan niet kauwen. ",
+                    "bottomDescription": "### Koudbloedig\nNijlkrokodillen zijn koudbloedig. Dat wil zeggen dat ze hun lichaam zelf niet warm kunnen houden. ’s Nachts, als de lucht koeler is, gaan ze vaak het warme water in. In de ochtend laten ze zich vervolgens op het land opwarmen door de zon. Mochten ze het te warm krijgen, dan nemen ze een verfrissende duik. Door hun gepantserde huid kan geen afkoeling door verdamping plaatsvinden. Aan de binnenkant van de bek kan dat wel. Daarom liggen krokodillen als ze het warm hebben vaak met hun bek open.\n\n### Eten zonder te kauwen\nHet menu van krokodillen bestaat uit vlees en vis. Ze zijn in staat de helft van hun lichaamsgewicht in één keer op te eten. Na een grote prooi kunnen ze soms wel een jaar zonder eten! Zodra de krokodil een prooi op het land heeft gezien, zal hij proberen hem zo dicht mogelijk te naderen. Razendsnel zal hij de prooi pakken en het water inslepen om deze te verdrinken. Wanneer de prooi is verdronken, wordt het in stukken gescheurd en zonder te kauwen doorgeslikt.  ",
+                    "createdAt": "2022-10-05T11:28:52.712Z",
+                    "updatedAt": "2023-06-07T11:03:16.851Z",
+                    "publishedAt": "2022-10-05T11:28:52.708Z",
+                    "tenantRef": "7K8gVCblkWwwMI4SG2m4es",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1316,
+                          "attributes": {
+                            "name": "Safaripark-dieren-nijlkrokodil.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 683,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                                "hash": "large_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-nijlkrokodil.jpg",
+                                "path": null,
+                                "size": 93.62,
+                                "width": 1000,
+                                "height": 667
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                                "hash": "small_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-nijlkrokodil.jpg",
+                                "path": null,
+                                "size": 27.25,
+                                "width": 500,
+                                "height": 333
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                                "hash": "medium_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-nijlkrokodil.jpg",
+                                "path": null,
+                                "size": 55.7,
+                                "width": 750,
+                                "height": 500
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-nijlkrokodil.jpg",
+                                "path": null,
+                                "size": 7.4,
+                                "width": 234,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_nijlkrokodil_ed9cfc12d2",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 196.64,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_nijlkrokodil_ed9cfc12d2.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T11:03:04.227Z",
+                            "updatedAt": "2023-06-07T11:03:04.227Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                },
+                {
+                  "id": 3,
+                  "attributes": {
+                    "name": "Pater Davidshert",
+                    "subtitle": "Geen van de vier",
+                    "habitat": "Lage graslanden en moerassen in China",
+                    "food": "Gras, bladeren en riet",
+                    "age": "15 tot 23 jaar",
+                    "weight": "150 tot 215 kilo",
+                    "offspring": "1 jong",
+                    "gestation": "9 tot 10 maanden",
+                    "iucn": "Uitgestorven in het wild",
+                    "eep": false,
+                    "description": "# Pater Davidshert\n*Elaphurus davidianus*\n\nIn tegenstelling tot vele andere hertsoorten houdt het Pater Davidshert erg van water. Ze baden en zwemmen graag in het water. Als ze dit doen, staan ze tot hun schouders in het water. ",
+                    "bottomDescription": "### Geen van de vier\nHet Pater Davidshert is een grote hertensoort uit China. De Fransman Pater David merkte dit dier op tijdens zijn werk in China. Hij stuurde een aantal karkassen naar Frankrijk, waar een bioloog het dier de naam Pater Davidshert gaf. Zo kennen we het hert in de meeste Europese talen. In het Chinees draagt dit dier echter een bijzondere bijnaam: sibuxiang. Dit betekent zoiets als ‘geen van de vier’. Het dier lijkt wel samengesteld uit allerlei andere dieren: de poten van een koe, de nek van een kameel, het gewei van een hert en de staart van een paard.",
+                    "createdAt": "2022-10-05T11:28:30.426Z",
+                    "updatedAt": "2023-06-07T11:19:47.438Z",
+                    "publishedAt": "2022-10-05T11:28:30.421Z",
+                    "tenantRef": "3QinHDy2E0SCcQMMqWKIyS",
+                    "bigFive": null,
+                    "order": null,
+                    "locale": "nl",
+                    "images": {
+                      "data": [
+                        {
+                          "id": 1323,
+                          "attributes": {
+                            "name": "Safaripark-dieren-Pater-Davidshert.jpg",
+                            "alternativeText": null,
+                            "caption": null,
+                            "width": 1024,
+                            "height": 719,
+                            "formats": {
+                              "large": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/large_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                                "hash": "large_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                                "mime": "image/jpeg",
+                                "name": "large_Safaripark-dieren-Pater-Davidshert.jpg",
+                                "path": null,
+                                "size": 121.43,
+                                "width": 1000,
+                                "height": 702
+                              },
+                              "small": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/small_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                                "hash": "small_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                                "mime": "image/jpeg",
+                                "name": "small_Safaripark-dieren-Pater-Davidshert.jpg",
+                                "path": null,
+                                "size": 34.15,
+                                "width": 500,
+                                "height": 351
+                              },
+                              "medium": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/medium_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                                "hash": "medium_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                                "mime": "image/jpeg",
+                                "name": "medium_Safaripark-dieren-Pater-Davidshert.jpg",
+                                "path": null,
+                                "size": 71.96,
+                                "width": 750,
+                                "height": 527
+                              },
+                              "thumbnail": {
+                                "ext": ".jpg",
+                                "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                                "hash": "thumbnail_Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                                "mime": "image/jpeg",
+                                "name": "thumbnail_Safaripark-dieren-Pater-Davidshert.jpg",
+                                "path": null,
+                                "size": 7.78,
+                                "width": 222,
+                                "height": 156
+                              }
+                            },
+                            "hash": "Safaripark_dieren_Pater_Davidshert_62434ffae0",
+                            "ext": ".jpg",
+                            "mime": "image/jpeg",
+                            "size": 227.44,
+                            "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/Safaripark_dieren_Pater_Davidshert_62434ffae0.jpg",
+                            "previewUrl": null,
+                            "provider": "aws-s3",
+                            "provider_metadata": null,
+                            "createdAt": "2023-06-07T11:19:43.348Z",
+                            "updatedAt": "2023-06-07T11:19:43.348Z"
+                          }
+                        }
+                      ]
+                    }
+                  }
+                }
+              ]
+            }
+          },
+          {
+            "id": 2,
+            "__component": "sections.link-section",
+            "title": null,
+            "layout": "column",
+            "links": [
+              {
+                "id": 35,
+                "iconName": "headphones",
+                "params": {
+                  "id": 1
+                },
+                "title": "Audiotour",
+                "link": "ContentTour",
+                "type": "screen",
+                "subtitle": "Ga mee op avontuur met onze unieke audiotour tijdens de autosafari.",
+                "imageBackground": {
+                  "data": {
+                    "id": 995,
+                    "attributes": {
+                      "name": "autosafari.jpeg",
+                      "alternativeText": "autosafari.jpeg",
+                      "caption": "autosafari.jpeg",
+                      "width": 1600,
+                      "height": 1200,
+                      "formats": {
+                        "large": {
+                          "ext": ".jpeg",
+                          "url": "https://d308ze3w6ekbva.cloudfront.net/large_autosafari_87784fbc3c.jpeg",
+                          "hash": "large_autosafari_87784fbc3c",
+                          "mime": "image/jpeg",
+                          "name": "large_autosafari.jpeg",
+                          "path": null,
+                          "size": 186.46,
+                          "width": 1000,
+                          "height": 750
+                        },
+                        "small": {
+                          "ext": ".jpeg",
+                          "url": "https://d308ze3w6ekbva.cloudfront.net/small_autosafari_87784fbc3c.jpeg",
+                          "hash": "small_autosafari_87784fbc3c",
+                          "mime": "image/jpeg",
+                          "name": "small_autosafari.jpeg",
+                          "path": null,
+                          "size": 61.42,
+                          "width": 500,
+                          "height": 375
+                        },
+                        "medium": {
+                          "ext": ".jpeg",
+                          "url": "https://d308ze3w6ekbva.cloudfront.net/medium_autosafari_87784fbc3c.jpeg",
+                          "hash": "medium_autosafari_87784fbc3c",
+                          "mime": "image/jpeg",
+                          "name": "medium_autosafari.jpeg",
+                          "path": null,
+                          "size": 119.51,
+                          "width": 750,
+                          "height": 563
+                        },
+                        "thumbnail": {
+                          "ext": ".jpeg",
+                          "url": "https://d308ze3w6ekbva.cloudfront.net/thumbnail_autosafari_87784fbc3c.jpeg",
+                          "hash": "thumbnail_autosafari_87784fbc3c",
+                          "mime": "image/jpeg",
+                          "name": "thumbnail_autosafari.jpeg",
+                          "path": null,
+                          "size": 12.39,
+                          "width": 208,
+                          "height": 156
+                        }
+                      },
+                      "hash": "autosafari_87784fbc3c",
+                      "ext": ".jpeg",
+                      "mime": "image/jpeg",
+                      "size": 424.45,
+                      "url": "https://xmp-strapi.s3.eu-west-1.amazonaws.com/autosafari_87784fbc3c.jpeg",
+                      "previewUrl": null,
+                      "provider": "aws-s3",
+                      "provider_metadata": null,
+                      "createdAt": "2022-12-19T10:54:46.484Z",
+                      "updatedAt": "2022-12-19T10:54:46.484Z"
+                    }
+                  }
+                }
+              }
+            ]
+          },
+          {
+            "id": 1,
+            "__component": "sections.map-preview"
+          }
+        ]
+      }
+    }
+  ],
+  "meta": {
+    "pagination": {
+      "page": 1,
+      "pageSize": 25,
+      "pageCount": 1,
+      "total": 1
+    }
+  }
+}
diff --git a/src/parks/beekse-bergen/safaripark/safaripark.service.spec.ts b/src/parks/beekse-bergen/safaripark/safaripark.service.spec.ts
index bab646f..5de44b0 100644
--- a/src/parks/beekse-bergen/safaripark/safaripark.service.spec.ts
+++ b/src/parks/beekse-bergen/safaripark/safaripark.service.spec.ts
@@ -3,6 +3,7 @@ import { SafariparkService } from './safaripark.service';
 import { HttpModule } from '@nestjs/axios';
 import { BeekseBergenTransferService } from '../beekse-bergen-transfer/beekse-bergen-transfer.service';
 import { ConfigModule } from '@nestjs/config';
+import { LocaleModule } from '../../../_services/locale/locale.module';
 
 describe('SafariparkService', () => {
   let service: SafariparkService;
@@ -12,7 +13,8 @@ describe('SafariparkService', () => {
       providers: [SafariparkService, BeekseBergenTransferService],
       imports: [
         HttpModule,
-        ConfigModule.forRoot()
+        ConfigModule.forRoot(),
+        LocaleModule,
       ],
     }).compile();
 
@@ -30,5 +32,6 @@ describe('SafariparkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/beekse-bergen/safaripark/safaripark.service.ts b/src/parks/beekse-bergen/safaripark/safaripark.service.ts
index 266c6ce..7ee1696 100644
--- a/src/parks/beekse-bergen/safaripark/safaripark.service.ts
+++ b/src/parks/beekse-bergen/safaripark/safaripark.service.ts
@@ -1,20 +1,23 @@
 import { Injectable, InternalServerErrorException } from '@nestjs/common';
-import { ThemeParkService } from '../../../_services/themepark/theme-park.service';
-import { ParkType, ThemePark } from '../../../_interfaces/park.interface';
+import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interface';
 import { ThemeParkSupports } from '../../../_interfaces/park-supports.interface';
 import { Poi } from '../../../_interfaces/poi.interface';
 import { ConfigService } from '@nestjs/config';
 import * as Sentry from '@sentry/node';
 import { BeekseBergenTransferService } from '../beekse-bergen-transfer/beekse-bergen-transfer.service';
 import { HttpService } from '@nestjs/axios';
+import { ThroughPoisThemeParkService } from '../../../_services/themepark/through-pois-theme-park.service';
+import { BeekseBergenLocationsResponseInterface } from '../interfaces/beekse-bergen-locations-response.interface';
+import { LocaleService } from '../../../_services/locale/locale.service';
 
 @Injectable()
-export class SafariparkService extends ThemeParkService {
+export class SafariparkService extends ThroughPoisThemeParkService {
   private readonly apiUrl;
 
   constructor(private readonly httpService: HttpService,
               private readonly transferService: BeekseBergenTransferService,
-              private readonly configService: ConfigService) {
+              private readonly configService: ConfigService,
+              private readonly localeService: LocaleService) {
     super();
 
     this.apiUrl = this.configService.get('BEEKSE_BERGEN_API_URL');
@@ -33,34 +36,38 @@ export class SafariparkService extends ThemeParkService {
       timezone: 'Europe/Amsterdam',
       parkType: ParkType.ZOO,
       countryCode: 'nl',
+      company: Company.LIBEMA,
     };
   }
 
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: true,
-      supportsOpeningTimes: false,
+      supportsEvents: false,
+      supportsOpeningTimes: true,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
       supportsPois: true,
-      supportsRestaurantOpeningTimes: false,
+      supportsRestaurantOpeningTimes: true,
       supportsRestaurants: true,
       supportsRideWaitTimes: false,
       supportsRideWaitTimesHistory: false,
-      supportsRides: false,
-      supportsShopOpeningTimes: false,
-      supportsShops: false,
+      supportsRides: true,
+      supportsShopOpeningTimes: true,
+      supportsShops: true,
       supportsShowTimes: false,
       supportsShows: false,
       supportsTranslations: false,
-supportsHalloween: false,
-    }
+      textType: 'MARKDOWN',
+    };
   }
 
   async getPois(): Promise<Poi[]> {
     const promises = [
       this.getAnimals(),
-      this.getRestaurants()
+      this.getRides(),
+      this.getRestaurants(),
+      this.getShops(),
     ];
 
     return []
@@ -69,27 +76,64 @@ supportsHalloween: false,
   }
 
   async getAnimals(): Promise<Poi[]> {
-    const url = this.apiUrl + '/contents?order_by=createdAt&direction=ASC&page=1&limit=999999&expr=[{%22id%22:1495203205804,%22key%22:%22contenttype_id%22,%22selector%22:%22contentType.id%22,%22constraint%22:%22Webmozart\\\\Expression\\\\Constraint\\\\Equals%22,%22type%22:%22select%22,%22value%22:%223%22,%22children%22:[]}]';
+    return await this.fetchPage('animals')
+      .then((d) => this.transferService.transferAnimalsToPois(d.data, this.localeService.getLocale()));
+  }
 
-    return this.httpService.get<BeekseBergenApiResponse>(url)
-      .toPromise()
-      .then(value => {
-        return this.transferService.transferAnimalsToPois(value.data.results);
-      })
-      .catch((exception) => {
-        Sentry.captureException(exception);
-        console.error(exception);
-        throw new InternalServerErrorException(exception);
-      });
+  async getRides(): Promise<Poi[]> {
+    return await this.fetchPage('activities', 1, 300, 5)
+      .then((d) => this.transferService.transferRidesToPois(d.data, this.localeService.getLocale()));
   }
 
   async getRestaurants(): Promise<Poi[]> {
-    const url = this.apiUrl + '/contents?&order_by=createdAt&direction=ASC&limit=12&page=1&expr=[{%22id%22:1591338477520,%22key%22:%22and%22,%22selector%22:%22and%22,%22constraint%22:%22Webmozart\\\\Expression\\\\Logic\\\\AndX%22,%22type%22:%22set%22,%22value%22:%22%22,%22children%22:[{%22id%22:1591338481044,%22key%22:%22contenttype_id%22,%22selector%22:%22contentType.id%22,%22constraint%22:%22Webmozart\\\\Expression\\\\Constraint\\\\Equals%22,%22type%22:%22select%22,%22value%22:%226%22,%22children%22:[]},{%22id%22:1591338488735,%22key%22:%22status%22,%22selector%22:%22active%22,%22constraint%22:%22Webmozart\\\\Expression\\\\Constraint\\\\Equals%22,%22type%22:%22select%22,%22value%22:%221%22,%22children%22:[]}]}]';
+    return await this.fetchPage('facilities', 1, 50, 5, 18)
+      .then((d) => this.transferService.transferRestaurantsToPois(d.data, this.localeService.getLocale()));
+  }
 
-    return this.httpService.get<BeekseBergenApiResponse>(url)
+  async getShops(): Promise<Poi[]> {
+    return await this.fetchPage('facilities', 1, 50, 5, 19)
+      .then((d) => this.transferService.transferShopsToPois(d.data, this.localeService.getLocale()));
+  }
+
+  async getLocations() {
+    return this.fetchPage('locations', 1, 300, 5)
+      .then((res) => res.data.map((i) => {
+        return {
+          id: i.id,
+          name: i.attributes.name,
+          // @ts-ignore
+          coordinates: i.attributes.coordinates,
+        };
+      }));
+  }
+
+  async fetchPage(endPoint: string, page: number = 1, pageSize: number = 200, resort: number = null, category: number = null): Promise<BeekseBergenLocationsResponseInterface> {
+    // Beekse Bergen Resort ID: 5, Speelland: 6
+    let url = `https://xmp.xo10.io/api/${endPoint}?populate=*`;
+
+    if (resort) {
+      url += `&filters%5Bresort%5D%5Bid%5D%5B$in%5D=${resort}`;
+    }
+    if (page) {
+      url += `&pagination%5Bpage%5D=${page}`;
+    }
+    if (pageSize) {
+      url += `&pagination%5BpageSize%5D=${pageSize}`;
+    }
+    if (category) {
+      url += `&filters%5Bcategories%5D%5Bid%5D%5B$in%5D%5B0%5D=${category}`;
+    }
+
+    const token = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjE2MzQyLCJ0ZW5hbnQiOjEsImlhdCI6MTcxOTk5MzUzOCwiZXhwIjoxNzUxNTUxMTM4fQ.PHulhXTPfRURWXRfwvrrYfhKUCgYnTrYd_0-Ok-NGL4';
+
+    return this.httpService.get<BeekseBergenLocationsResponseInterface>(url, {
+      headers: {
+        'Authorization': 'Bearer ' + token,
+      },
+    })
       .toPromise()
       .then(value => {
-        return this.transferService.transferRestaurantsToPois(value.data.results);
+        return value.data;
       })
       .catch((exception) => {
         Sentry.captureException(exception);
diff --git a/src/parks/beekse-bergen/speelland/speelland.service.spec.ts b/src/parks/beekse-bergen/speelland/speelland.service.spec.ts
index 35f8dc4..878e039 100644
--- a/src/parks/beekse-bergen/speelland/speelland.service.spec.ts
+++ b/src/parks/beekse-bergen/speelland/speelland.service.spec.ts
@@ -3,6 +3,7 @@ import { SpeellandService } from './speelland.service';
 import { BeekseBergenTransferService } from '../beekse-bergen-transfer/beekse-bergen-transfer.service';
 import { HttpModule } from '@nestjs/axios';
 import { ConfigModule } from '@nestjs/config';
+import { LocaleModule } from '../../../_services/locale/locale.module';
 
 describe('SpeellandService', () => {
   let service: SpeellandService;
@@ -12,7 +13,8 @@ describe('SpeellandService', () => {
       providers: [SpeellandService, BeekseBergenTransferService],
       imports: [
         HttpModule,
-        ConfigModule.forRoot()
+        ConfigModule.forRoot(),
+        LocaleModule,
       ],
     }).compile();
 
@@ -30,5 +32,6 @@ describe('SpeellandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(3);
   });
 });
diff --git a/src/parks/beekse-bergen/speelland/speelland.service.ts b/src/parks/beekse-bergen/speelland/speelland.service.ts
index 82dcff8..6f4f1eb 100644
--- a/src/parks/beekse-bergen/speelland/speelland.service.ts
+++ b/src/parks/beekse-bergen/speelland/speelland.service.ts
@@ -7,6 +7,8 @@ import { ThemeParkSupports } from '../../../_interfaces/park-supports.interface'
 import { Poi } from '../../../_interfaces/poi.interface';
 import * as Sentry from '@sentry/node';
 import { HttpService } from '@nestjs/axios';
+import { BeekseBergenLocationsResponseInterface } from '../interfaces/beekse-bergen-locations-response.interface';
+import { LocaleService } from '../../../_services/locale/locale.service';
 
 @Injectable()
 export class SpeellandService extends ThemeParkService {
@@ -14,7 +16,8 @@ export class SpeellandService extends ThemeParkService {
 
   constructor(private readonly httpService: HttpService,
               private readonly transferService: BeekseBergenTransferService,
-              private readonly configService: ConfigService) {
+              private readonly configService: ConfigService,
+              private readonly localeService: LocaleService) {
     super();
 
     this.apiUrl = this.configService.get('BEEKSE_BERGEN_API_URL');
@@ -39,35 +42,92 @@ export class SpeellandService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsOpeningTimes: false,
+      supportsOpeningTimes: true,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
       supportsPois: true,
-      supportsRestaurantOpeningTimes: false,
-      supportsRestaurants: false,
+      supportsRestaurantOpeningTimes: true,
+      supportsRestaurants: true,
       supportsRideWaitTimes: false,
       supportsRideWaitTimesHistory: false,
       supportsRides: true,
-      supportsShopOpeningTimes: false,
-      supportsShops: false,
+      supportsShopOpeningTimes: true,
+      supportsShops: true,
       supportsShowTimes: false,
       supportsShows: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "MARKDOWN",
+      supportsEvents: false,
     }
   }
 
   async getPois(): Promise<Poi[]> {
-    return this.getRides();
+    const promises = [
+      this.getRides(),
+      this.getRestaurants(),
+      this.getShops(),
+    ];
+
+    return []
+      .concat
+      .apply([], await Promise.all(promises));
   }
 
+  // TODO: Fix this call, play facilities do not seem to be included
   async getRides(): Promise<Poi[]> {
-    const url = this.apiUrl + '/contents?order_by=createdAt&direction=ASC&page=1&limit=999999&expr=[{%22id%22:1519725856634,%22key%22:%22contenttype_id%22,%22selector%22:%22contentType.id%22,%22constraint%22:%22Webmozart\\\\Expression\\\\Constraint\\\\Equals%22,%22type%22:%22select%22,%22value%22:%225%22,%22children%22:[]}]';
+    return await this.fetchPage('activities', 1, 300, 6)
+      .then((d) => this.transferService.transferRidesToPois(d.data, this.localeService.getLocale()));
+  }
+
+  async getRestaurants(): Promise<Poi[]> {
+    return await this.fetchPage('facilities', 1, 50, 6, 18)
+      .then((d) => this.transferService.transferRestaurantsToPois(d.data, this.localeService.getLocale()));
+  }
+
+  async getShops(): Promise<Poi[]> {
+    return await this.fetchPage('facilities', 1, 50, 6, 19)
+      .then((d) => this.transferService.transferShopsToPois(d.data, this.localeService.getLocale()));
+  }
+
+  async getLocations() {
+    return this.fetchPage('locations', 1, 300, 6)
+      .then((res) => res.data.map((i) => {
+        return {
+          id: i.id,
+          name: i.attributes.name,
+          // @ts-ignore
+          coordinates: i.attributes.coordinates,
+        };
+      }));
+  }
 
-    return this.httpService.get<BeekseBergenApiResponse>(url)
+  async fetchPage(endPoint: string, page: number = 1, pageSize: number = 200, resort: number = null, category: number = null): Promise<BeekseBergenLocationsResponseInterface> {
+    // Beekse Bergen Resort ID: 5, Speelland: 6
+    let url = `https://xmp.xo10.io/api/${endPoint}?populate=*`;
+
+    if (resort) {
+      url += `&filters%5Bresort%5D%5Bid%5D%5B$in%5D=${resort}`;
+    }
+    if (page) {
+      url += `&pagination%5Bpage%5D=${page}`;
+    }
+    if (pageSize) {
+      url += `&pagination%5BpageSize%5D=${pageSize}`;
+    }
+    if (category) {
+      url += `&filters%5Bcategories%5D%5Bid%5D%5B$in%5D%5B0%5D=${category}`;
+    }
+
+    const token = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjE2MzQyLCJ0ZW5hbnQiOjEsImlhdCI6MTcxOTk5MzUzOCwiZXhwIjoxNzUxNTUxMTM4fQ.PHulhXTPfRURWXRfwvrrYfhKUCgYnTrYd_0-Ok-NGL4';
+
+    return this.httpService.get<BeekseBergenLocationsResponseInterface>(url, {
+      headers: {
+        'Authorization': 'Bearer ' + token,
+      },
+    })
       .toPromise()
       .then(value => {
-        return this.transferService.transferRidesToPois(value.data.results);
+        return value.data;
       })
       .catch((exception) => {
         Sentry.captureException(exception);
diff --git a/src/parks/bellewaerde/bellewaerde/bellewaerde.service.spec.ts b/src/parks/bellewaerde/bellewaerde/bellewaerde.service.spec.ts
index 3f0060c..d3a6b63 100644
--- a/src/parks/bellewaerde/bellewaerde/bellewaerde.service.spec.ts
+++ b/src/parks/bellewaerde/bellewaerde/bellewaerde.service.spec.ts
@@ -30,5 +30,6 @@ describe('BellewaerdeService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/blijdorp/blijdorp-transfer/blijdorp-transfer.service.ts b/src/parks/blijdorp/blijdorp-transfer/blijdorp-transfer.service.ts
index 2c91b7d..fe91514 100644
--- a/src/parks/blijdorp/blijdorp-transfer/blijdorp-transfer.service.ts
+++ b/src/parks/blijdorp/blijdorp-transfer/blijdorp-transfer.service.ts
@@ -1,7 +1,6 @@
 import { Injectable } from '@nestjs/common';
 import { TransferService } from '../../../_services/transfer/transfer.service';
 import { Poi } from '../../../_interfaces/poi.interface';
-import { BlijdorpShow } from '../interfaces/blijdorp-show.interface';
 import * as moment from 'moment-timezone';
 import { ShowTime, ShowTimes } from '../../../_interfaces/showtimes.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
@@ -9,53 +8,25 @@ import { BlijdorpAnimalInterface } from '../interfaces/blijdorp-animals-response
 
 @Injectable()
 export class BlijdorpTransferService extends TransferService {
-  transferShowToPoi(poi: BlijdorpShow): Poi {
+  transferShowToPoi(poi: any): Poi {
     const currentDate = moment().tz('Europe/Amsterdam');
 
+    // TODO: Actually try to read the show time, hidden somewhere in the data
     let show: ShowTime;
 
-    if (poi.all_day === 0) {
-      const start = moment(poi.start_time, 'HH:mm').tz('Europe/Amsterdam');
-      const end = moment(poi.end_time, 'HH:mm').tz('Europe/Amsterdam');
-      const duration = moment.duration(end.diff(start));
-
-      show = {
-        localFromDate: currentDate.format('YYYY-MM-DD'),
-        localFromTime: poi.start_time,
-        localToDate: currentDate.format('YYYY-MM-DD'),
-        localToTime: poi.end_time,
-        isPassed: currentDate.isAfter(start),
-        timezoneFrom: start.format(),
-        timezoneTo: end.format(),
-        duration: duration.asMinutes(),
-      };
-    } else {
-      const start = moment('12:00', 'HH:mm').tz('Europe/Amsterdam');
-
-      show = {
-        localFromTime: '12:00',
-        localToTime: '16:00',
-        duration: 240,
-        timezoneFrom: start.format(),
-        timezoneTo: start.add(4, 'hours').format(),
-        localFromDate: currentDate.format('YYYY-MM-DD'),
-        localToDate: currentDate.format('YYYY-MM-DD'),
-        // TODO: This does not seem to work properly
-        isPassed: currentDate.isAfter(start),
-      };
-    }
-
     const showTimes: ShowTimes = {
       timezone: 'Europe/Amsterdam',
-      showTimes: [show],
+      showTimes: [],
       currentDate: currentDate.format('YYYY-MM-DD'),
       currentDateTimezone: currentDate.format(),
     };
 
     return {
-      id: poi.id,
-      title: poi.label,
-      description: poi.body,
+      id: poi.node._meta.uid,
+      title: poi.node.title,
+      description: poi.node.description && poi.node.description.length > 0 ? poi.node.description[0].text : null,
+      image_url: poi.node.main_image.url,
+      previewImage: poi.node.main_image.url + "&w=400",
       showTimes: showTimes,
       category: PoiCategory.SHOW,
       original: poi,
@@ -72,6 +43,18 @@ export class BlijdorpTransferService extends TransferService {
       description: animal.description,
       images: [animal.image.url],
       image_url: animal.image.url,
+      previewImage: animal.image.url.replace('w=10000', 'w=400').replace('h=13000', 'h=400'),
     };
   }
+
+  stringToId(string: string) {
+    return string
+      .normalize('NFKD') // split accented characters into their base characters and diacritical marks
+      .replace(/[\u0300-\u036f]/g, '') // remove all the accents, which happen to be all in the \u03xx UNICODE block.
+      .trim() // trim leading or trailing whitespace
+      .toLowerCase() // convert to lowercase
+      .replace(/[^a-z0-9 -]/g, '') // remove non-alphanumeric characters
+      .replace(/\s+/g, '-') // replace spaces with hyphens
+      .replace(/-+/g, '-'); // remove consecutive hyphens
+  }
 }
diff --git a/src/parks/blijdorp/blijdorp/blijdorp.service.spec.ts b/src/parks/blijdorp/blijdorp/blijdorp.service.spec.ts
index 64c0058..9cc3005 100644
--- a/src/parks/blijdorp/blijdorp/blijdorp.service.spec.ts
+++ b/src/parks/blijdorp/blijdorp/blijdorp.service.spec.ts
@@ -32,5 +32,6 @@ describe('BlijdorpService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(4);
   }, 1000 * 60);
 });
diff --git a/src/parks/blijdorp/blijdorp/blijdorp.service.ts b/src/parks/blijdorp/blijdorp/blijdorp.service.ts
index dc677e7..c264bbb 100644
--- a/src/parks/blijdorp/blijdorp/blijdorp.service.ts
+++ b/src/parks/blijdorp/blijdorp/blijdorp.service.ts
@@ -7,18 +7,15 @@ import { ConfigService } from '@nestjs/config';
 import { BlijdorpTransferService } from '../blijdorp-transfer/blijdorp-transfer.service';
 import * as moment from 'moment';
 import * as Sentry from '@sentry/node';
-import { BlijdorpShow } from '../interfaces/blijdorp-show.interface';
 import { HttpService } from '@nestjs/axios';
-import {
-  BlijdorpAnimalInterface,
-  BlijdorpAnimalsResponseInterface,
-} from '../interfaces/blijdorp-animals-response.interface';
+import { BlijdorpAnimalsResponseInterface } from '../interfaces/blijdorp-animals-response.interface';
 import { LocaleService } from '../../../_services/locale/locale.service';
 
 @Injectable()
 export class BlijdorpService extends ThemeParkService {
   private readonly organiqBaseUrl: string;
   private readonly organiqToken: string;
+  private _token: string;
 
   constructor(private readonly httpService: HttpService,
               private readonly configService: ConfigService,
@@ -49,7 +46,7 @@ export class BlijdorpService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: true,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
@@ -64,6 +61,7 @@ export class BlijdorpService extends ThemeParkService {
       supportsShowTimes: true,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
@@ -79,6 +77,18 @@ export class BlijdorpService extends ThemeParkService {
   }
 
   async getAnimals(): Promise<Poi[]> {
+    let { items: animals, maxPage } = await this.getPage(1);
+
+    for (let i = 2; i <= maxPage; i++) {
+      await this.getPage(i).then((d) => {
+        animals = animals.concat(d.items);
+      });
+    }
+
+    return this.transferService.transferAnimalsToPois(animals);
+  }
+
+  async getPage(page: number): Promise<BlijdorpAnimalsResponseInterface> {
     const url = 'https://diergaardeblijdorp.nl/api/animals-plants-overview';
 
     let lang: string;
@@ -88,52 +98,65 @@ export class BlijdorpService extends ThemeParkService {
       lang = 'en-GB';
     }
 
-    let page = 1;
-    let tries = 0;
-    let animals: BlijdorpAnimalInterface[] = [];
-
-    while (page > 0 && tries < 100) {
-      tries++;
-
-      await this.httpService
-        .post<BlijdorpAnimalsResponseInterface>(url, {
-          'lang': lang,
-          'type': 'animal',
-          'page': page,
-        }).toPromise()
-        .then((response) => {
-          animals = animals.concat(response.data.items);
-
-          if (response.data.nextPage) {
-            page++;
-          } else {
-            page = -1;
-          }
-        })
-        .catch((exception) => {
-          Sentry.captureException(exception);
-          console.error(exception);
-          throw new InternalServerErrorException(exception);
-        });
-    }
-
-    return this.transferService.transferAnimalsToPois(animals);
+    return await this.httpService
+      .post<BlijdorpAnimalsResponseInterface>(url, {
+        'lang': lang,
+        'type': 'animal',
+        'page': page,
+      }).toPromise()
+      .then((response) => {
+        return Promise.resolve(response.data);
+      })
+      .catch((exception) => {
+        Sentry.captureException(exception);
+        console.error(exception);
+        throw new InternalServerErrorException(exception);
+      });
   }
 
   async getShows(): Promise<Poi[]> {
-    const date = moment().format('YYYY-MM-DD');
-    const url = `${this.organiqBaseUrl}/api/events/${date}`;
+    const variables = {
+      'where': {
+        'date_time': {
+          'start_date_start_time_before': moment().endOf('day').format(),
+          'end_date_end_time_after': moment().startOf('day').format(),
+          'wednesday': true,
+        },
+      }, 'lang': 'nl-NL',
+    };
 
+    const url = 'https://blijdorp.prismic.io/graphql?query=query%20allSchedule(%24sortBy%3A%20SortSchedule_cty%2C%20%24where%3A%20WhereSchedule_ct%2C%20%24first%3A%20Int%2C%20%24after%3A%20String%2C%20%24lang%3A%20String)%20%7B%0A%20%20allSchedule_cts(%0A%20%20%20%20where%3A%20%24where%0A%20%20%20%20first%3A%20%24first%0A%20%20%20%20after%3A%20%24after%0A%20%20%20%20sortBy%3A%20%24sortBy%0A%20%20%20%20lang%3A%20%24lang%0A%20%20)%20%7B%0A%20%20%20%20pageInfo%20%7B%0A%20%20%20%20%20%20...PageInfo%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20...Schedule%0A%20%20%20%20%20%20%20%20__typename%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20cursor%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20totalCount%0A%20%20%20%20__typename%0A%20%20%7D%0A%7D%0A%0Afragment%20PageInfo%20on%20PageInfo%20%7B%0A%20%20hasNextPage%0A%20%20hasPreviousPage%0A%20%20startCursor%0A%20%20endCursor%0A%20%20__typename%0A%7D%0A%0Afragment%20Schedule%20on%20Schedule_ct%20%7B%0A%20%20type%0A%20%20title%0A%20%20main_image%0A%20%20description%0A%20%20pin_on_map%20%7B%0A%20%20%20%20_linkType%0A%20%20%20%20...%20on%20Pins_ct%20%7B%0A%20%20%20%20%20%20title%0A%20%20%20%20%20%20_meta%20%7B%0A%20%20%20%20%20%20%20%20...Meta%0A%20%20%20%20%20%20%20%20__typename%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20connected_route%20%7B%0A%20%20%20%20...%20on%20Route_ct%20%7B%0A%20%20%20%20%20%20_meta%20%7B%0A%20%20%20%20%20%20%20%20uid%0A%20%20%20%20%20%20%20%20__typename%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20title%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20animal_or_plant%20%7B%0A%20%20%20%20...%20on%20Animal_plant_detail%20%7B%0A%20%20%20%20%20%20_meta%20%7B%0A%20%20%20%20%20%20%20%20uid%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20__typename%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20link%20%7B%0A%20%20%20%20...%20on%20Landing_page%20%7B%0A%20%20%20%20%20%20_meta%20%7B%0A%20%20%20%20%20%20%20%20uid%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20__typename%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20__typename%0A%20%20%20%20%7D%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20date_time%20%7B%0A%20%20%20%20...ScheduleDateTime%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20_meta%20%7B%0A%20%20%20%20...Meta%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20__typename%0A%7D%0A%0Afragment%20Meta%20on%20Meta%20%7B%0A%20%20id%0A%20%20uid%0A%20%20type%0A%20%20tags%0A%20%20lang%0A%20%20alternateLanguages%20%7B%0A%20%20%20%20id%0A%20%20%20%20uid%0A%20%20%20%20type%0A%20%20%20%20lang%0A%20%20%20%20__typename%0A%20%20%7D%0A%20%20firstPublicationDate%0A%20%20lastPublicationDate%0A%20%20__typename%0A%7D%0A%0Afragment%20ScheduleDateTime%20on%20Schedule_ctDate_time%20%7B%0A%20%20title%0A%20%20start_date_start_time%0A%20%20end_date_end_time%0A%20%20monday%0A%20%20tuesday%0A%20%20wednesday%0A%20%20thursday%0A%20%20friday%0A%20%20saturday%0A%20%20sunday%0A%20%20__typename%0A%7D&operationName=allSchedule&variables=' + encodeURIComponent(JSON.stringify(variables));
+
+    const token = await this.getToken();
     const headers = {
-      Authorization: `Bearer ${this.organiqToken}`,
+      'prismic-ref': token,
     };
 
     return this.httpService
-      .get<BlijdorpShow[]>(url, {
+      .get<any>(url, {
         headers: headers,
       }).toPromise()
       .then((response) => {
-        return this.transferService.transferShowsToPois(response.data);
+        return this.transferService.transferShowsToPois(response.data.data.allSchedule_cts.edges);
+      })
+      .catch((exception) => {
+        Sentry.captureException(exception);
+        console.error(exception);
+        throw new InternalServerErrorException(exception);
+      });
+  }
+
+  async getToken(): Promise<string>{
+    if (this._token) {
+      return Promise.resolve(this._token);
+    }
+
+    return this.httpService.get('https://blijdorp.prismic.io/api/v2')
+      .toPromise()
+      .then((r) => {
+        const token = r.data.refs[0].ref;
+        this._token = token;
+        return token;
       })
       .catch((exception) => {
         Sentry.captureException(exception);
diff --git a/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.spec.ts b/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.spec.ts
index 2eb2f71..0e978e4 100644
--- a/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.spec.ts
+++ b/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.spec.ts
@@ -27,5 +27,6 @@ describe('CanadasWonderlandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.ts b/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.ts
index fa98a33..65b4a38 100644
--- a/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.ts
+++ b/src/parks/cedarfair/canadas-wonderland/canadas-wonderland.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class CanadasWonderlandService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_CW';
+    return '40';
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/carowinds/carowinds.service.spec.ts b/src/parks/cedarfair/carowinds/carowinds.service.spec.ts
index 48222c8..2d70fd6 100644
--- a/src/parks/cedarfair/carowinds/carowinds.service.spec.ts
+++ b/src/parks/cedarfair/carowinds/carowinds.service.spec.ts
@@ -27,5 +27,6 @@ describe('CarowindsService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/carowinds/carowinds.service.ts b/src/parks/cedarfair/carowinds/carowinds.service.ts
index ae9a350..0a27723 100644
--- a/src/parks/cedarfair/carowinds/carowinds.service.ts
+++ b/src/parks/cedarfair/carowinds/carowinds.service.ts
@@ -18,6 +18,6 @@ export class CarowindsService extends CedarfairBaseService {
   }
 
   protected getParkId(): string {
-    return 'CF_CW';
+    return "30";
   }
 }
diff --git a/src/parks/cedarfair/cedarfair-base/cedarfair-base.service.ts b/src/parks/cedarfair/cedarfair-base/cedarfair-base.service.ts
index 4630ffa..60f061d 100644
--- a/src/parks/cedarfair/cedarfair-base/cedarfair-base.service.ts
+++ b/src/parks/cedarfair/cedarfair-base/cedarfair-base.service.ts
@@ -1,6 +1,5 @@
 import { Injectable, InternalServerErrorException, NotImplementedException } from '@nestjs/common';
 import { Poi } from '../../../_interfaces/poi.interface';
-import { encode } from 'js-base64';
 import { ConfigService } from '@nestjs/config';
 import { CedarfairBaseResponseInterface } from '../interfaces/cedarfair-base-response.interface';
 import { CedarfairTransferService } from '../cedarfair-transfer/cedarfair-transfer.service';
@@ -31,14 +30,12 @@ export class CedarfairBaseService extends ThroughPoisThemeParkService {
   private async getData(): Promise<CedarfairBaseResponseInterface[]> {
     const id = this.getParkId();
     const baseUrl = this.configService.get('CEDAR_FAIR_API_URL');
-    const url = `${baseUrl}/venue/${id}/poi/all`;
-
-    const secretToken = this.configService.get('CEDAR_FAIR_API_TOKEN');
-    const token = encode(secretToken);
+    const url = `${baseUrl}/poi/park/${id}`;
 
     const headers = {
-      'Authorization': `Basic ${token}`,
-    };
+      'User-Agent': 'Cedar Point/8.3.1 (com.accesso.CedarPoint; build:170; iOS 17.5.1) Alamofire/5.9.0',
+      'Accept-Language': 'en-US',
+    }
 
     return this.httpService.get<CedarfairBaseResponseInterface[]>(url, { headers: headers })
       .toPromise()
@@ -53,21 +50,22 @@ export class CedarfairBaseService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsShowTimes: false,
-      supportsRestaurantOpeningTimes: false,
-      supportsPois: true,
+      supportsEvents: false,
+      supportsOpeningTimes: false,
+      supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
-      supportsShopOpeningTimes: false,
-      supportsShops: true,
-      supportsRides: true,
-      supportsShows: true,
+      supportsPois: true,
+      supportsRestaurantOpeningTimes: false,
       supportsRestaurants: true,
       supportsRideWaitTimes: false,
-      supportsOpeningTimesHistory: false,
-      supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: false,
+      supportsRides: true,
+      supportsShopOpeningTimes: false,
+      supportsShops: true,
+      supportsShowTimes: false,
+      supportsShows: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/cedarfair/cedarfair-transfer/cedarfair-transfer.service.ts b/src/parks/cedarfair/cedarfair-transfer/cedarfair-transfer.service.ts
index 1726648..851cfb8 100644
--- a/src/parks/cedarfair/cedarfair-transfer/cedarfair-transfer.service.ts
+++ b/src/parks/cedarfair/cedarfair-transfer/cedarfair-transfer.service.ts
@@ -1,79 +1,111 @@
 import { Injectable } from '@nestjs/common';
 import { TransferService } from '../../../_services/transfer/transfer.service';
-import {
-  CedarfairBaseResponseInterface,
-  CedarfairBaseResponseType,
-} from '../interfaces/cedarfair-base-response.interface';
+import { CedarfairBaseResponseInterface } from '../interfaces/cedarfair-base-response.interface';
 import { Poi } from '../../../_interfaces/poi.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
+import * as sluggo from 'sluggo';
 
 @Injectable()
 export class CedarfairTransferService extends TransferService {
   transferPoiToPoi(poi: CedarfairBaseResponseInterface): Poi {
-    let c: PoiCategory = PoiCategory.UNDEFINED;
-
-    switch (poi.type) {
-      case CedarfairBaseResponseType.ATM:
-        c = PoiCategory.ATM;
-        break;
-      case CedarfairBaseResponseType.Coasters:
-      case CedarfairBaseResponseType.Attractions:
-      case CedarfairBaseResponseType.Family:
-      case CedarfairBaseResponseType.Kids:
-      case CedarfairBaseResponseType.ThrillRides:
+    let c: PoiCategory;
+    let rawCategory = poi.fimsId.split('-')[0];
+    switch (rawCategory) {
+      case 'RIDE':
         c = PoiCategory.ATTRACTION;
         break;
-      case CedarfairBaseResponseType.FunPix:
-        c = PoiCategory.PHOTO_SHOP;
-        break;
-      case CedarfairBaseResponseType.Lockers:
-        c = PoiCategory.LOCKERS;
-        break;
-      case CedarfairBaseResponseType.Restrooms:
-        c = PoiCategory.TOILETS;
-        break;
-      case CedarfairBaseResponseType.Meals:
-      case CedarfairBaseResponseType.wpDining:
+      case 'RESTAURANT':
         c = PoiCategory.RESTAURANT;
         break;
-      case CedarfairBaseResponseType.Snacks:
-        c = PoiCategory.SNACKBAR;
-        break;
-      case CedarfairBaseResponseType.SmokingArea:
-        c = PoiCategory.SMOKING_AREA;
+      case 'SHOW':
+        c = PoiCategory.SHOW;
         break;
-      case CedarfairBaseResponseType.Waterpark:
-        c = PoiCategory.SLIDE;
+      case 'RESTROOM':
+        c = PoiCategory.TOILETS;
         break;
-      case CedarfairBaseResponseType.Shopping:
+      case 'RETAIL':
         c = PoiCategory.SHOP;
         break;
-      case CedarfairBaseResponseType.Venue:
-        c = PoiCategory.SHOW;
+      case 'GS':
+        c = PoiCategory.GUEST_SERVICES;
+        break;
+      case 'PARKING':
+        c = PoiCategory.PARKING;
         break;
       default:
+        c = PoiCategory.UNDEFINED;
         break;
     }
 
+    let id: string;
+
+    if (poi.name) {
+      id = sluggo(poi.name);
+    } else {
+      id = poi.uuid;
+    }
+
     const p: Poi = {
-      id: poi.id,
-      title: poi.label,
+      id: id,
+      title: poi.name,
       original: poi,
       category: c,
       description: poi.description,
     };
 
+    if (poi.area && poi.area.name) {
+      p.area = poi.area.name;
+    }
+
+    function inchToCm(inch: number): number {
+      return Math.round(inch * 2.54);
+    }
+
+    if (poi.height) {
+      if (poi.height.maxAlone) {
+        p.maxSize = inchToCm(poi.height.maxAlone);
+      }
+
+      if (poi.height.minAccompanied >= 0 && poi.height.maxAccompanied === poi.height.minAlone) {
+        p.minSizeWithEscort = inchToCm(poi.height.minAccompanied);
+        p.minSizeWithoutEscort = inchToCm(poi.height.minAlone);
+      } else if (poi.height.minAccompanied === 0 && poi.height.minAlone > 0) {
+        p.minSizeWithoutEscort = inchToCm(poi.height.minAlone);
+      }
+    }
+
     if (poi.location) {
       p.location = {
-        lat: poi.location.lat,
-        lng: poi.location.lon,
+        lat: parseFloat(poi.location.latitude),
+        lng: parseFloat(poi.location.longitude),
       };
     }
 
-    if (poi.images && poi.images.length > 0) {
-      p.image_url = poi.images[0].src;
-      p.images = [poi.images[0].src];
-      p.previewImage = poi.images[0].src;
+    const baseURL: string = 'https://prod.cf-mobile.com';
+
+    if (poi.image) {
+      p.image_url = baseURL + poi.image;
+      p.previewImage = baseURL + poi.image;
+    }
+
+    if (poi.mediaGallery) {
+      const images = poi.mediaGallery
+        .filter((i) => i.type == 'ImageCompound');
+      const videos = poi.mediaGallery
+        .filter((i) => i.type == 'VideoCompound');
+
+      p.images = images
+        // @ts-ignore
+        .map((i) => baseURL + i.image);
+
+      if (videos.length > 0) {
+        p.videos = videos.map((v) => {
+          return {
+            platform: "YOUTUBE",
+            embed_id: v.id
+          }
+        })
+      }
     }
 
     return p;
diff --git a/src/parks/cedarfair/cedarpoint/cedarpoint.service.spec.ts b/src/parks/cedarfair/cedarpoint/cedarpoint.service.spec.ts
index fcdfc42..20bb3f3 100644
--- a/src/parks/cedarfair/cedarpoint/cedarpoint.service.spec.ts
+++ b/src/parks/cedarfair/cedarpoint/cedarpoint.service.spec.ts
@@ -27,5 +27,6 @@ describe('CedarpointService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/cedarpoint/cedarpoint.service.ts b/src/parks/cedarfair/cedarpoint/cedarpoint.service.ts
index 1ba1049..c626a3f 100644
--- a/src/parks/cedarfair/cedarpoint/cedarpoint.service.ts
+++ b/src/parks/cedarfair/cedarpoint/cedarpoint.service.ts
@@ -5,12 +5,12 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class CedarpointService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_CP';
+    return '1';
   }
 
   getInfo(): ThemePark {
     return {
-      id: 'cedarpoint',
+      id: 'cedar-point',
       name: 'Cedar Point',
       image: 'https://www.clickondetroit.com/resizer/J01xOnuMS5b-ElARSjfqYMHNOq4=/640x360/smart/filters:format(jpeg):strip_exif(true):strip_icc(true):no_upscale(true):quality(65)/cloudfront-us-east-1.images.arcpublishing.com/gmg/LQQ3OD4KU5GXTBCIVRQDW644VU.jpg',
       description: 'Cedar Point is een attractiepark, gelegen in Sandusky op een schiereiland aan de zuidelijke oever van het Eriemeer in Ohio en bestaat sinds 1870. Het park trekt ongeveer drie miljoen bezoekers per jaar. Het vlakbijgelegen waterpark Soak City is ook onderdeel van Cedar Point. De mascotte van het park is Snoopy.',
diff --git a/src/parks/cedarfair/dorney-park/dorney-park.service.spec.ts b/src/parks/cedarfair/dorney-park/dorney-park.service.spec.ts
index 33e9f56..702a994 100644
--- a/src/parks/cedarfair/dorney-park/dorney-park.service.spec.ts
+++ b/src/parks/cedarfair/dorney-park/dorney-park.service.spec.ts
@@ -27,5 +27,6 @@ describe('DorneyParkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/dorney-park/dorney-park.service.ts b/src/parks/cedarfair/dorney-park/dorney-park.service.ts
index c7a96f0..3a6c20c 100644
--- a/src/parks/cedarfair/dorney-park/dorney-park.service.ts
+++ b/src/parks/cedarfair/dorney-park/dorney-park.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class DorneyParkService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_DP';
+    return "8";
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/great-america/great-america.service.spec.ts b/src/parks/cedarfair/great-america/great-america.service.spec.ts
index 16c818b..98f5ad1 100644
--- a/src/parks/cedarfair/great-america/great-america.service.spec.ts
+++ b/src/parks/cedarfair/great-america/great-america.service.spec.ts
@@ -27,5 +27,6 @@ describe('GreatAmericaService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/great-america/great-america.service.ts b/src/parks/cedarfair/great-america/great-america.service.ts
index 8252600..317815b 100644
--- a/src/parks/cedarfair/great-america/great-america.service.ts
+++ b/src/parks/cedarfair/great-america/great-america.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class GreatAmericaService extends CedarfairBaseService{
   protected getParkId(): string {
-    return 'CF_GA';
+    return "35";
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/interfaces/cedarfair-base-response.interface.ts b/src/parks/cedarfair/interfaces/cedarfair-base-response.interface.ts
index 4d450e1..2c8ef28 100644
--- a/src/parks/cedarfair/interfaces/cedarfair-base-response.interface.ts
+++ b/src/parks/cedarfair/interfaces/cedarfair-base-response.interface.ts
@@ -1,72 +1,75 @@
 export interface CedarfairBaseResponseInterface {
-  'id': '0021a808-ba30-43de-ae66-5dfc15f5f69a',
-  'type': CedarfairBaseResponseType,
-  'description': string,
-  'label': string,
-  'images': CedarfairBaseResponseImageInterface[],
-  'details': CedarfairBaseResponseDetailInterface[],
-  'tags': CedarfairBaseResponseTagInterface[],
-  'location': {
-    'lat': number,
-    'lon': number
-  }
+  "parkId": number,
+  "venueId": number,
+  "poiId": number,
+  "fimsId": string,
+  "uuid": string,
+  "name": string,
+  "isActive": boolean,
+  "type"?: {
+    "id": number,
+    "name": string
+  },
+  "waterRide": boolean,
+  "description": string,
+  "height"?: {
+    "maxAlone": number | 0,
+    "minAlone": number | 0,
+    "maxAccompanied": number | 0,
+    "minAccompanied": number | 0
+  },
+  "area": {
+    "id": number,
+    "name": string
+  },
+  "thrillLevel": 1 | 2 | 3 | 4 | 5,
+  "location": {
+    "latitude": string,
+    "longitude": string
+  },
+  "fastPass": [
+    {
+      "id": 40,
+      "name": "Fast Lane"
+    }
+  ],
+  "parkModes": [
+    {
+      "id": 24,
+      "name": "Park"
+    }
+  ],
+  "image": string,
+  "moreInfoButton": null,
+  "landmark": string,
+  "mediaGallery": CedarFairMediaObject[],
+  "menu": null,
+  "foodTypes": [
+    {
+      "id": 56,
+      "name": "Snacks"
+    }
+  ],
+  "iconPOI": "/content/gallery/cp-en-us/icons/cp-bluestreak-ridesicon.png/cp-bluestreak-ridesicon.png"
 }
 
-export interface CedarfairBaseResponseImageInterface {
-  'resolution': CedarfairBaseResponseResolution,
-  'src': string
-}
 
-export interface CedarfairBaseResponseDetailInterface {
-  'id': string,
-  'value': {
-    'terms': string[]
-  }
-}
+export interface CedarFairMediaObject
+{
+  "type": "VideoCompound" | "ImageCompound"
 
-export interface CedarfairBaseResponseTagInterface {
-  'name': 'thrillFactor',
-  'value': 'Mild',
-  'label': 'Thrill level',
-  'valueLabel': 'Mild',
-  'uiVisible': true,
-  'displayOrder': '1',
-  'icons': CedarfairBaseResponseImageInterface[]
-}
-
-export enum CedarfairBaseResponseResolution {
-  XXXHDPI,
-  MDPI,
-  XHDPI
-}
+  // Videos
+  "autoloop"?: boolean,
+  "autoplay"?: boolean,
+  "fullscreen"?: boolean,
+  "mute"?: boolean,
+  "id"?: string,
+  "title"?: "",
+  "videoService"?: "youtube",
 
-export enum CedarfairBaseResponseType {
-  '',
-  wpDining = 'wpDining',
-  Snacks = 'Snacks',
-  Meals = 'Meals',
-  gpEvents = 'gpEvents',
-  FunPix = 'FunPix',
-  ATM = 'ATM',
-  Lockers = 'Lockers',
-  wpAmenities = 'wpAmenities',
-  gsAmenities = 'gsAmenities',
-  SmokingArea = 'SmokingArea',
-  Restrooms = 'Restrooms',
-  Family = 'Family',
-  Coasters = 'Coasters',
-  Kids = 'Kids',
-  Attractions = 'Attractions',
-  Shopping = 'Shopping',
-  ThrillRides = 'ThrillRides',
-  Venue = 'Venue',
-  Waterpark = 'Waterpark',
-  xBeacon = 'xBeacon',
-  ScareZones = 'ScareZones',
-  DaytimeExperiences = 'DaytimeExperiences',
-  GreatPumpkin = 'GreatPumpkin',
-  DaytimeMazes = 'DaytimeMazes',
-  HauntExperiences = 'HauntExperiences',
-  HauntShows = 'HauntShows',
-  Mazes = 'Mazes'
+  // Images
+  "label"?: string,
+  "altText"?: string,
+  "link"?: string | null,
+  "image"?: string, // "/content/gallery/cp-en-us/poi/rides/mobile-app/cp-23-bluestreak-app.jpg/cp-23-bluestreak-app.jpg",
 }
diff --git a/src/parks/cedarfair/kings-dominion/kings-dominion.service.spec.ts b/src/parks/cedarfair/kings-dominion/kings-dominion.service.spec.ts
index a78122d..01087ab 100644
--- a/src/parks/cedarfair/kings-dominion/kings-dominion.service.spec.ts
+++ b/src/parks/cedarfair/kings-dominion/kings-dominion.service.spec.ts
@@ -27,5 +27,6 @@ describe('KingsDominionService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/kings-dominion/kings-dominion.service.ts b/src/parks/cedarfair/kings-dominion/kings-dominion.service.ts
index 45ece70..1031b71 100644
--- a/src/parks/cedarfair/kings-dominion/kings-dominion.service.ts
+++ b/src/parks/cedarfair/kings-dominion/kings-dominion.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class KingsDominionService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_KD';
+    return "25";
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/kings-island/kings-island.service.spec.ts b/src/parks/cedarfair/kings-island/kings-island.service.spec.ts
index 4309035..6e5ce0c 100644
--- a/src/parks/cedarfair/kings-island/kings-island.service.spec.ts
+++ b/src/parks/cedarfair/kings-island/kings-island.service.spec.ts
@@ -27,5 +27,6 @@ describe('KingsIslandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/kings-island/kings-island.service.ts b/src/parks/cedarfair/kings-island/kings-island.service.ts
index 16f3036..a92fd38 100644
--- a/src/parks/cedarfair/kings-island/kings-island.service.ts
+++ b/src/parks/cedarfair/kings-island/kings-island.service.ts
@@ -3,9 +3,9 @@ import { CedarfairBaseService } from '../cedarfair-base/cedarfair-base.service';
 import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interface';
 
 @Injectable()
-export class KingsIslandService extends CedarfairBaseService{
+export class KingsIslandService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_KI';
+    return "20";
   }
 
   getInfo(): ThemePark {
@@ -17,7 +17,7 @@ export class KingsIslandService extends CedarfairBaseService{
       parkType: ParkType.THEMEPARK,
       countryCode: 'us',
       timezone: 'America/Los_Angeles',
-      company: Company.CEDAR_FAIR
+      company: Company.CEDAR_FAIR,
     };
   }
 }
diff --git a/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.spec.ts b/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.spec.ts
index 7df503a..8fdd076 100644
--- a/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.spec.ts
+++ b/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.spec.ts
@@ -27,5 +27,6 @@ describe('KnottsBerryFarmService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.ts b/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.ts
index 3273306..5247f34 100644
--- a/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.ts
+++ b/src/parks/cedarfair/knotts-berry-farm/knotts-berry-farm.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class KnottsBerryFarmService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_KBF';
+    return '4';
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.spec.ts b/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.spec.ts
index 4bcb575..707ec97 100644
--- a/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.spec.ts
+++ b/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.spec.ts
@@ -27,5 +27,6 @@ describe('MichigansAdventureService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.ts b/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.ts
index 7e26cdc..a449339 100644
--- a/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.ts
+++ b/src/parks/cedarfair/michigans-adventure/michigans-adventure.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class MichigansAdventureService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_MA';
+    return "12";
   }
 
   // TODO: Uses IDs instead of typed-out 'type's in the POI results
diff --git a/src/parks/cedarfair/valleyfair/valleyfair.service.spec.ts b/src/parks/cedarfair/valleyfair/valleyfair.service.spec.ts
index c555dd7..ea689e2 100644
--- a/src/parks/cedarfair/valleyfair/valleyfair.service.spec.ts
+++ b/src/parks/cedarfair/valleyfair/valleyfair.service.spec.ts
@@ -27,5 +27,6 @@ describe('ValleyfairService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/valleyfair/valleyfair.service.ts b/src/parks/cedarfair/valleyfair/valleyfair.service.ts
index 8e790e5..c6e6a1b 100644
--- a/src/parks/cedarfair/valleyfair/valleyfair.service.ts
+++ b/src/parks/cedarfair/valleyfair/valleyfair.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class ValleyfairService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_VF';
+    return "14";
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.spec.ts b/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.spec.ts
index d487740..1170618 100644
--- a/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.spec.ts
+++ b/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.spec.ts
@@ -27,5 +27,6 @@ describe('WorldsOfFunService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.ts b/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.ts
index eab7dc1..da601c7 100644
--- a/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.ts
+++ b/src/parks/cedarfair/worlds-of-fun/worlds-of-fun.service.ts
@@ -5,7 +5,7 @@ import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interfac
 @Injectable()
 export class WorldsOfFunService extends CedarfairBaseService {
   protected getParkId(): string {
-    return 'CF_WF';
+    return "6";
   }
 
   getInfo(): ThemePark {
diff --git a/src/parks/chessington-resort/chessington-resort.service.spec.ts b/src/parks/chessington-resort/chessington-resort.service.spec.ts
index f807ca1..01f87e1 100644
--- a/src/parks/chessington-resort/chessington-resort.service.spec.ts
+++ b/src/parks/chessington-resort/chessington-resort.service.spec.ts
@@ -27,5 +27,6 @@ describe('ChessingtonResortService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/compagnie-des-alpes/compagnie-des-alpes-base/compagnie-des-alpes-base.service.ts b/src/parks/compagnie-des-alpes/compagnie-des-alpes-base/compagnie-des-alpes-base.service.ts
index ff9ec16..91323cc 100644
--- a/src/parks/compagnie-des-alpes/compagnie-des-alpes-base/compagnie-des-alpes-base.service.ts
+++ b/src/parks/compagnie-des-alpes/compagnie-des-alpes-base/compagnie-des-alpes-base.service.ts
@@ -26,7 +26,7 @@ export class CompagnieDesAlpesBaseService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: this.supportsAnimals(),
-      supportsHalloween: false,
+      supportsEvents: this.supportsEvents(),
       supportsOpeningTimes: this.supportsOpeningTimes(),
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -41,6 +41,7 @@ export class CompagnieDesAlpesBaseService extends ThemeParkService {
       supportsShowTimes: false,
       supportsShows: this.supportsShows(),
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
@@ -56,6 +57,10 @@ export class CompagnieDesAlpesBaseService extends ThemeParkService {
     return false;
   }
 
+  public supportsEvents() {
+    return false;
+  }
+
   public getParkCode(): string {
     throw new NotImplementedException('Park code not set');
   }
diff --git a/src/parks/compagnie-des-alpes/compagnie-des-alpes-transfer/compagnie-des-alpes-transfer.service.ts b/src/parks/compagnie-des-alpes/compagnie-des-alpes-transfer/compagnie-des-alpes-transfer.service.ts
index ae8d43c..3aac167 100644
--- a/src/parks/compagnie-des-alpes/compagnie-des-alpes-transfer/compagnie-des-alpes-transfer.service.ts
+++ b/src/parks/compagnie-des-alpes/compagnie-des-alpes-transfer/compagnie-des-alpes-transfer.service.ts
@@ -2,15 +2,12 @@ import { Injectable } from '@nestjs/common';
 import { Poi } from '../../../_interfaces/poi.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
 import * as moment from 'moment-timezone';
-import {
-  CDAAttractionResponseInterface,
-} from '../interfaces/cda-attractions-response.interface';
+import { CDAAttractionResponseInterface } from '../interfaces/cda-attractions-response.interface';
 import { RideCategory } from '../../../_interfaces/ride-category.interface';
-import {
-  CdaOpeningHoursResponseInterface,
-} from '../interfaces/cda-opening-hours-response.interface';
+import { CdaOpeningHoursResponseInterface } from '../interfaces/cda-opening-hours-response.interface';
 import { ThemeParkOpeningTimes } from '../../../_interfaces/park-openingtimes.interface';
 import { TransferService } from '../../../_services/transfer/transfer.service';
+import { EventCategory } from '../../../_interfaces/event.category';
 
 @Injectable()
 export class CompagnieDesAlpesTransferService extends TransferService {
@@ -52,12 +49,50 @@ export class CompagnieDesAlpesTransferService extends TransferService {
     }
 
     if (poi.mainImage) {
-      p.image_url = imageBase + poi.mainImage.renditions
+      const imgs = poi.mainImage.renditions
         .filter((i) => i.width <= 1300)
         .sort((a, b) => {
           return a.width < b.width ? 1 : -1;
-        })[0].url;
-      p.images = [imageBase + poi.mainImage.path];
+        });
+
+      if (imgs.length > 0) {
+        p.image_url = imageBase + imgs[0].url;
+        p.images = [imageBase + poi.mainImage.path];
+      }
+    }
+
+    if (poi.gallery) {
+      const images = poi.gallery.filter((i) => i.type === 'IMAGE');
+      const videos = poi.gallery.filter((i) => i.type === 'VIDEO');
+
+      p.images = images.map((i) => {
+        return imageBase + i.renditions
+          .sort((a, b) => {
+            return a.width < b.width ? 1 : -1;
+          })[0].url;
+      });
+
+      p.videos = videos.map((v) => {
+        return {
+          platform: 'URL',
+          full_url: imageBase + v.url,
+          thumbnail: imageBase + v.renditions
+            .sort((a, b) => {
+              return a.width < b.width ? 1 : -1;
+            })[0].url,
+        };
+      });
+    }
+
+    if (poi.eventTags) {
+      // Walibi NL Spooky Days
+      // Walibi NL Fright Nights
+      if (poi.eventTags.find((e) => [
+        'who:halloween/halloween-spooky-days',
+        'who:halloween/halloween-fright-nights',
+      ].includes(e.id))) {
+        p.eventCategory = EventCategory.HALLOWEEN;
+      }
     }
 
     return p;
@@ -90,7 +125,7 @@ export class CompagnieDesAlpesTransferService extends TransferService {
   public transferRideToPoi(poi: CDAAttractionResponseInterface): Poi {
     let c = PoiCategory.ATTRACTION;
     const ride = this.transferPoiToPoi(poi);
-    ride.id = poi.waitingTimeName;
+    ride.id = poi.waitingTimeName ? poi.waitingTimeName : ride.id;
     ride.category = c;
 
     switch (poi.type.id) {
diff --git a/src/parks/compagnie-des-alpes/interfaces/cda-attractions-response.interface.ts b/src/parks/compagnie-des-alpes/interfaces/cda-attractions-response.interface.ts
index 831ee79..dd48e5c 100644
--- a/src/parks/compagnie-des-alpes/interfaces/cda-attractions-response.interface.ts
+++ b/src/parks/compagnie-des-alpes/interfaces/cda-attractions-response.interface.ts
@@ -12,7 +12,7 @@ export interface CDAAttractionResponseInterface {
   },
   'subType': [
     {
-      'id': 'blw:attraction-types/water' |  'blw:attraction-types/indoor' |  'blw:attraction-types/rollercoaster' |  'blw:attraction-types/spinning',
+      'id': 'blw:attraction-types/water' | 'blw:attraction-types/indoor' | 'blw:attraction-types/rollercoaster' | 'blw:attraction-types/spinning',
       'title': 'Water' | 'Draaiend' | 'Achtbaan' | 'Overdekt'
     }
   ],
@@ -60,7 +60,7 @@ export interface CDAAttractionResponseInterface {
     'height': number,
     'length': number
   },
-  'gallery': []
+  'gallery': BellewaerdeMediaInterface[]
 }
 
 export interface BellewaerdeMediaInterface {
@@ -90,5 +90,5 @@ export interface BellewaerdeMediaInterface {
       'width': 2048
     }
   ],
-  'type': 'IMAGE'
+  'type': 'IMAGE' | 'VIDEO',
 }
diff --git a/src/parks/dippiedoe/dippie-doe.service.spec.ts b/src/parks/dippiedoe/dippie-doe.service.spec.ts
index 54c6824..d666e76 100644
--- a/src/parks/dippiedoe/dippie-doe.service.spec.ts
+++ b/src/parks/dippiedoe/dippie-doe.service.spec.ts
@@ -23,5 +23,6 @@ describe('DippiedoeService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/dippiedoe/dippie-doe.service.ts b/src/parks/dippiedoe/dippie-doe.service.ts
index 9721a58..49c9184 100644
--- a/src/parks/dippiedoe/dippie-doe.service.ts
+++ b/src/parks/dippiedoe/dippie-doe.service.ts
@@ -41,7 +41,8 @@ export class DippieDoeService extends ThroughPoisThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.spec.ts b/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.spec.ts
index f26095b..cf7c477 100644
--- a/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.spec.ts
+++ b/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.spec.ts
@@ -31,5 +31,6 @@ describe('DisneylandParisStudiosService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.ts b/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.ts
index 5dbe660..65ea4b6 100644
--- a/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.ts
+++ b/src/parks/disney/disneyland-paris/disneyland-paris-studios.service.ts
@@ -61,7 +61,8 @@ export class DisneylandParisStudiosService extends ThroughPoisThemeParkService {
       supportsOpeningTimesHistory: false,
       supportsRideWaitTimesHistory: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     };
   }
 
diff --git a/src/parks/disney/disneyland-paris/disneyland-paris.service.spec.ts b/src/parks/disney/disneyland-paris/disneyland-paris.service.spec.ts
index 130f9c2..9039ff0 100644
--- a/src/parks/disney/disneyland-paris/disneyland-paris.service.spec.ts
+++ b/src/parks/disney/disneyland-paris/disneyland-paris.service.spec.ts
@@ -28,5 +28,6 @@ describe('DisneylandParisService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/disney/disneyland-paris/disneyland-paris.service.ts b/src/parks/disney/disneyland-paris/disneyland-paris.service.ts
index e7a9397..c3bdf19 100644
--- a/src/parks/disney/disneyland-paris/disneyland-paris.service.ts
+++ b/src/parks/disney/disneyland-paris/disneyland-paris.service.ts
@@ -63,7 +63,8 @@ export class DisneylandParisService extends ThroughPoisThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: false,
       supportsTranslations: true,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/efteling/efteling-transfer/efteling-transfer.service.ts b/src/parks/efteling/efteling-transfer/efteling-transfer.service.ts
index c545ecf..84e182a 100644
--- a/src/parks/efteling/efteling-transfer/efteling-transfer.service.ts
+++ b/src/parks/efteling/efteling-transfer/efteling-transfer.service.ts
@@ -14,10 +14,6 @@ import { ThemeParkOpeningTimes } from '../../../_interfaces/park-openingtimes.in
 
 @Injectable()
 export class EftelingTransferService extends TransferService {
-  // constructor(private readonly configService: ConfigService) {
-  //   super();
-  // }
-
   transferPoiToPoi(eftelingPoi: EftelingPoi): Poi {
     let c: PoiCategory = PoiCategory.UNDEFINED;
 
@@ -60,7 +56,6 @@ export class EftelingTransferService extends TransferService {
     const lng = parseFloat(eftelingPoi.fields.latlon.split(',')[1]);
 
     // Get the URL where the images are located
-    // const imgUrl = this.configService.get('EFTELING_MEDIA_URL');
     const imgUrl = 'https://efteling.com';
 
     const images = [];
@@ -99,6 +94,10 @@ export class EftelingTransferService extends TransferService {
       };
     }
 
+    if (eftelingPoi.fields.menu_card_pdf) {
+      poi.menuUrl = eftelingPoi.fields.menu_card_pdf;
+    }
+
     if (c === PoiCategory.ATTRACTION) {
       if (eftelingPoi.fields.targetgroups) {
         if (eftelingPoi.fields.targetgroups.includes('whole-family')) {
@@ -146,7 +145,7 @@ export class EftelingTransferService extends TransferService {
     return {
       showTimes: shows.map(this.transferShowTimeToShowTime),
       currentDate: moment().format(),
-      currentDateTimezone: moment().tz('Amsterdam/Europe').format(),
+      currentDateTimezone: moment().tz('Europe/Amsterdam').format(),
       timezone: 'Europe/Amsterdam',
     };
   }
@@ -156,11 +155,10 @@ export class EftelingTransferService extends TransferService {
     const end = moment(showTime.EndDateTime).tz('Europe/Amsterdam');
     const currently = moment().tz('Europe/Amsterdam');
 
-    // TODO: Test if this works properly once Efteling works again
     return {
       localFromDate: start.format('YYYY-MM-DD'),
       localFromTime: start.format('HH:mm'),
-      duration: start.diff(end, 'minutes'),
+      duration: end.diff(start, 'minutes'),
       isPassed: currently.isAfter(start),
       localToDate: end.format('YYYY-MM-DD'),
       localToTime: end.format('HH:mm'),
@@ -182,9 +180,9 @@ export class EftelingTransferService extends TransferService {
             openTime: ot.Open,
             close: ot.Close,
             closeTime: ot.Close,
-          }
-        })
-      }
-    })
+          };
+        }),
+      };
+    });
   }
 }
diff --git a/src/parks/efteling/efteling.service.ts b/src/parks/efteling/efteling.service.ts
index 5d884ec..f66f29c 100644
--- a/src/parks/efteling/efteling.service.ts
+++ b/src/parks/efteling/efteling.service.ts
@@ -31,36 +31,37 @@ export class EftelingService extends ThroughPoisThemeParkService {
       id: 'efteling',
       name: 'Efteling',
       description: 'De Efteling is een attractiepark en recreatiecomplex in Kaatsheuvel, een dorp in de Nederlandse provincie Noord-Brabant. Naast het attractiepark omvat de hele Wereld van de Efteling een theater, twee hotels, twee vakantieparken en een golfpark.',
-      image: 'https://traveltrade.visitbrabant.com/uploads/cache/medium/uploads/media/5cac5f21d23d9/kopfoto-pardoes-en-pardijn-hartenhof-npf2017-5760x3840px-z-nr-16193.jpg',
+      image: 'https://www.efteling.com/nl/-/media/images/social-open-graph/1200x628-roodkapje-bij-de-entree.jpg',
       countryCode: 'nl',
       parkType: ParkType.THEMEPARK,
       timezone: 'Europe/Amsterdam',
       location: {
         lat: 51.64990915659694,
-        lng: 5.043561458587647
-      }
+        lng: 5.043561458587647,
+      },
     };
   }
 
-  // TODO: Fix broking POI status and re-enable wait times
+  // TODO: Fix locales
   public getSupports(): ThemeParkSupports {
     return {
+      supportsAnimals: false,
+      supportsEvents: false,
+      supportsOpeningTimes: true,
+      supportsOpeningTimesHistory: false,
+      supportsPoiLocations: true,
       supportsPois: true,
       supportsRestaurantOpeningTimes: true,
       supportsRestaurants: true,
       supportsRideWaitTimes: true,
+      supportsRideWaitTimesHistory: true,
       supportsRides: true,
+      supportsShopOpeningTimes: true,
+      supportsShops: true,
       supportsShowTimes: true,
       supportsShows: true,
-      supportsPoiLocations: true,
-      supportsShops: true,
-      supportsShopOpeningTimes: true,
-      supportsOpeningTimes: true,
-      supportsAnimals: false,
-      supportsOpeningTimesHistory: false,
-      supportsRideWaitTimesHistory: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 
@@ -118,27 +119,27 @@ export class EftelingService extends ThroughPoisThemeParkService {
           }
 
           return poi;
-        })
+        });
       });
     });
   }
 
   private request() {
-    let url = this._eftelingApiURl;
-
-    switch (this.localeService.getLocale()) {
-      case 'nl':
-        break;
-      case 'de':
-        url = url.replace("language 'nl'", "language 'de'");
-        break;
-      case 'fr':
-        url = url.replace("language 'nl'", "language 'fr'");
-        break;
-      default:
-        url = url.replace("language 'nl'", "language 'en'");
-        break;
-    }
+    let url = this._eftelingApiURl + '/app/poi/';
+
+    // switch (this.localeService.getLocale()) {
+    //   case 'nl':
+    //     break;
+    //   case 'de':
+    //     url = url.replace('language \'nl\'', 'language \'de\'');
+    //     break;
+    //   case 'fr':
+    //     url = url.replace('language \'nl\'', 'language \'fr\'');
+    //     break;
+    //   default:
+    //     url = url.replace('language \'nl\'', 'language \'en\'');
+    //     break;
+    // }
 
     return this.httpService
       .get<EftelingPoisResponse>(url)
@@ -155,7 +156,7 @@ export class EftelingService extends ThroughPoisThemeParkService {
 
   private getWaitTimes() {
     return this.httpService
-      .get<EftelingOpeningTimesResponse>('https://api.efteling.com/app/wis/')
+      .get<EftelingOpeningTimesResponse>(this._eftelingApiURl + '/app/wis/')
       .toPromise()
       .then(value => {
         return value.data;
diff --git a/src/parks/efteling/interfaces/efteling-poi.interface.ts b/src/parks/efteling/interfaces/efteling-poi.interface.ts
index efdf74e..16f09ab 100644
--- a/src/parks/efteling/interfaces/efteling-poi.interface.ts
+++ b/src/parks/efteling/interfaces/efteling-poi.interface.ts
@@ -10,6 +10,7 @@ export interface EftelingPoi {
     text: string,
     can_order: boolean,
     latlon: string,
+    menu_card_pdf: string | null,
     targetgroups: string[],
     language: string,
 
diff --git a/src/parks/energylandia/energylandia/energylandia.service.spec.ts b/src/parks/energylandia/energylandia/energylandia.service.spec.ts
index 80ddfd9..a8b411c 100644
--- a/src/parks/energylandia/energylandia/energylandia.service.spec.ts
+++ b/src/parks/energylandia/energylandia/energylandia.service.spec.ts
@@ -26,10 +26,6 @@ describe('EnergylandiaService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
-  }, 1000 * 20);
-
-  it('should return a list of Shows', async () => {
-    const data = await service.getShows();
-    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 20);
 });
diff --git a/src/parks/energylandia/energylandia/energylandia.service.ts b/src/parks/energylandia/energylandia/energylandia.service.ts
index da3448b..1bcdbf7 100644
--- a/src/parks/energylandia/energylandia/energylandia.service.ts
+++ b/src/parks/energylandia/energylandia/energylandia.service.ts
@@ -49,7 +49,8 @@ export class EnergylandiaService extends ThemeParkService {
       supportsShowTimes: true,
       supportsShows: true,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/europa-park/europa-park/europa-park.service.ts b/src/parks/europa-park/europa-park/europa-park.service.ts
index d5f5971..7643389 100644
--- a/src/parks/europa-park/europa-park/europa-park.service.ts
+++ b/src/parks/europa-park/europa-park/europa-park.service.ts
@@ -16,29 +16,30 @@ export class EuropaParkService extends ThemeParkService {
       name: 'Europa Park',
       location: {
         lat: 48.26608365626527,
-        lng: 7.722061242161103
-      }
+        lng: 7.722061242161103,
+      },
     };
   }
 
   getSupports(): ThemeParkSupports {
     return {
-      supportsRideWaitTimesHistory: false,
+      supportsAnimals: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
-      supportsRideWaitTimes: false,
-      supportsRestaurants: false,
-      supportsShows: false,
-      supportsRides: true,
-      supportsShops: false,
-      supportsShopOpeningTimes: false,
       supportsPoiLocations: false,
       supportsPois: true,
       supportsRestaurantOpeningTimes: false,
+      supportsRestaurants: false,
+      supportsRideWaitTimes: false,
+      supportsRideWaitTimesHistory: false,
+      supportsRides: true,
+      supportsShopOpeningTimes: false,
+      supportsShops: false,
       supportsShowTimes: false,
-      supportsAnimals: false,
+      supportsShows: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 }
diff --git a/src/parks/familypark/familypark/familypark.service.spec.ts b/src/parks/familypark/familypark/familypark.service.spec.ts
index cfdc213..92fcbde 100644
--- a/src/parks/familypark/familypark/familypark.service.spec.ts
+++ b/src/parks/familypark/familypark/familypark.service.spec.ts
@@ -15,4 +15,14 @@ describe('FamilyparkService', () => {
   it('should be defined', () => {
     expect(service).toBeDefined();
   });
+
+  // it('should return info', () => {
+  //   expect(service.getInfo().id).toBeDefined();
+  // });
+  //
+  // it('should return a list of POIs', async () => {
+  //   const data = await service.getPois();
+  //   expect(data).toBeInstanceOf(Array);
+  //   expect(data.length).toBeGreaterThan(6);
+  // }, 1000 * 60);
 });
diff --git a/src/parks/familypark/familypark/familypark.service.ts b/src/parks/familypark/familypark/familypark.service.ts
index eba9565..16a7197 100644
--- a/src/parks/familypark/familypark/familypark.service.ts
+++ b/src/parks/familypark/familypark/familypark.service.ts
@@ -2,3 +2,4 @@ import { Injectable } from '@nestjs/common';
 
 @Injectable()
 export class FamilyparkService {}
+// TODO: Implement Family Park
diff --git a/src/parks/futuroscope/futuroscope.service.spec.ts b/src/parks/futuroscope/futuroscope.service.spec.ts
index 90a8fb1..49bffff 100644
--- a/src/parks/futuroscope/futuroscope.service.spec.ts
+++ b/src/parks/futuroscope/futuroscope.service.spec.ts
@@ -27,5 +27,6 @@ describe('FuturoscopeService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/futuroscope/futuroscope.service.ts b/src/parks/futuroscope/futuroscope.service.ts
index c28a4f5..492d0e2 100644
--- a/src/parks/futuroscope/futuroscope.service.ts
+++ b/src/parks/futuroscope/futuroscope.service.ts
@@ -39,6 +39,7 @@ export class FuturoscopeService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -53,7 +54,7 @@ export class FuturoscopeService extends ThroughPoisThemeParkService {
       supportsShowTimes: false,
       supportsShows: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 
@@ -78,7 +79,7 @@ supportsHalloween: false,
         }
       });
     } catch (exception) {
-      console.error('Fetching Futuroscope wait times failed, continuing anyway')
+      console.error('Fetching Futuroscope wait times failed, continuing anyway');
       console.error(exception);
     }
 
diff --git a/src/parks/gardaland/gardaland.service.spec.ts b/src/parks/gardaland/gardaland.service.spec.ts
index 0372fb2..6baab88 100644
--- a/src/parks/gardaland/gardaland.service.spec.ts
+++ b/src/parks/gardaland/gardaland.service.spec.ts
@@ -27,5 +27,6 @@ describe('GardalandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/gardaland/gardaland.service.ts b/src/parks/gardaland/gardaland.service.ts
index c4a2515..ade5d7d 100644
--- a/src/parks/gardaland/gardaland.service.ts
+++ b/src/parks/gardaland/gardaland.service.ts
@@ -28,7 +28,7 @@ export class GardalandService extends AioThemeparkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -43,6 +43,7 @@ export class GardalandService extends AioThemeparkService {
       supportsShowTimes: false,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/grona-lund/grona-lund.service.spec.ts b/src/parks/grona-lund/grona-lund.service.spec.ts
index 45b9db0..03914d9 100644
--- a/src/parks/grona-lund/grona-lund.service.spec.ts
+++ b/src/parks/grona-lund/grona-lund.service.spec.ts
@@ -27,5 +27,6 @@ describe('GronaLundService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/grona-lund/grona-lund.service.ts b/src/parks/grona-lund/grona-lund.service.ts
index 9dc0048..d0716d0 100644
--- a/src/parks/grona-lund/grona-lund.service.ts
+++ b/src/parks/grona-lund/grona-lund.service.ts
@@ -31,21 +31,22 @@ export class GronaLundService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsShowTimes: false,
-      supportsRestaurantOpeningTimes: false,
-      supportsPois: true,
+      supportsEvents: false,
+      supportsOpeningTimes: false,
+      supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
-      supportsShopOpeningTimes: false,
-      supportsShops: false,
-      supportsRides: true,
-      supportsShows: false,
+      supportsPois: true,
+      supportsRestaurantOpeningTimes: false,
       supportsRestaurants: false,
       supportsRideWaitTimes: false,
-      supportsOpeningTimesHistory: false,
-      supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: false,
+      supportsRides: true,
+      supportsShopOpeningTimes: false,
+      supportsShops: false,
+      supportsShowTimes: false,
+      supportsShows: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/hansa-park/hansa-park.service.spec.ts b/src/parks/hansa-park/hansa-park.service.spec.ts
index 432b76b..5b392bc 100644
--- a/src/parks/hansa-park/hansa-park.service.spec.ts
+++ b/src/parks/hansa-park/hansa-park.service.spec.ts
@@ -32,6 +32,7 @@ describe('HansaParkService', () => {
       try {
         const data = await service.getPois();
         expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
         break;
       } catch (e) {
         console.error(`Error while fetching Hansa Park times, trying again: ${t}`);
diff --git a/src/parks/hansa-park/hansa-park.service.ts b/src/parks/hansa-park/hansa-park.service.ts
index 9fbbb10..8ddb1a2 100644
--- a/src/parks/hansa-park/hansa-park.service.ts
+++ b/src/parks/hansa-park/hansa-park.service.ts
@@ -38,7 +38,7 @@ export class HansaParkService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -53,6 +53,7 @@ export class HansaParkService extends ThroughPoisThemeParkService {
       supportsShowTimes: true,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/hellendoorn/hellendoorn.service.spec.ts b/src/parks/hellendoorn/hellendoorn.service.spec.ts
index 4f89901..2881e59 100644
--- a/src/parks/hellendoorn/hellendoorn.service.spec.ts
+++ b/src/parks/hellendoorn/hellendoorn.service.spec.ts
@@ -27,5 +27,6 @@ describe('HellendoornService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/hellendoorn/hellendoorn.service.ts b/src/parks/hellendoorn/hellendoorn.service.ts
index 989adc2..256a326 100644
--- a/src/parks/hellendoorn/hellendoorn.service.ts
+++ b/src/parks/hellendoorn/hellendoorn.service.ts
@@ -42,7 +42,8 @@ export class HellendoornService extends AioThemeparkService {
       supportsOpeningTimesHistory: false,
       supportsRideWaitTimesHistory: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/herschend/dollywood/dollywood.service.spec.ts b/src/parks/herschend/dollywood/dollywood.service.spec.ts
index 36c08c8..966f897 100644
--- a/src/parks/herschend/dollywood/dollywood.service.spec.ts
+++ b/src/parks/herschend/dollywood/dollywood.service.spec.ts
@@ -27,5 +27,6 @@ describe('DollywoodService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 5000 * 60);
 });
diff --git a/src/parks/herschend/dollywood/dollywood.service.ts b/src/parks/herschend/dollywood/dollywood.service.ts
index a659bda..7dbf015 100644
--- a/src/parks/herschend/dollywood/dollywood.service.ts
+++ b/src/parks/herschend/dollywood/dollywood.service.ts
@@ -38,7 +38,8 @@ export class DollywoodService extends HerschendBaseService {
       supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     }
   }
 
diff --git a/src/parks/herschend/herschend-base/herschend-base.service.ts b/src/parks/herschend/herschend-base/herschend-base.service.ts
index 08f1da6..d9dc9e8 100644
--- a/src/parks/herschend/herschend-base/herschend-base.service.ts
+++ b/src/parks/herschend/herschend-base/herschend-base.service.ts
@@ -18,7 +18,7 @@ export class HerschendBaseService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
@@ -32,8 +32,9 @@ export class HerschendBaseService extends ThemeParkService {
       supportsShops: false,
       supportsShowTimes: false,
       supportsShows: false,
-      supportsTranslations: false
-    }
+      supportsTranslations: false,
+      textType: 'UNDEFINED',
+    };
   }
 
   protected getParkId(): number {
diff --git a/src/parks/herschend/kentucky-kingdom/kentucky-kingdom.service.spec.ts b/src/parks/herschend/kentucky-kingdom/kentucky-kingdom.service.spec.ts
index 5594181..e0e56c3 100644
--- a/src/parks/herschend/kentucky-kingdom/kentucky-kingdom.service.spec.ts
+++ b/src/parks/herschend/kentucky-kingdom/kentucky-kingdom.service.spec.ts
@@ -27,5 +27,6 @@ describe('KentuckyKingdomService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 5000 * 60);
 });
diff --git a/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.spec.ts b/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.spec.ts
index 9ded1db..65a2f4f 100644
--- a/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.spec.ts
+++ b/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.spec.ts
@@ -27,5 +27,6 @@ describe('SilverDollarCityService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 5000 * 60);
 });
diff --git a/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.ts b/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.ts
index 6709434..d496590 100644
--- a/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.ts
+++ b/src/parks/herschend/silver-dollar-city/silver-dollar-city.service.ts
@@ -38,7 +38,8 @@ export class SilverDollarCityService extends HerschendBaseService {
       supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     }
   }
 
diff --git a/src/parks/herschend/wild-adventures/wild-adventures.service.spec.ts b/src/parks/herschend/wild-adventures/wild-adventures.service.spec.ts
index 85e611a..dd3c609 100644
--- a/src/parks/herschend/wild-adventures/wild-adventures.service.spec.ts
+++ b/src/parks/herschend/wild-adventures/wild-adventures.service.spec.ts
@@ -27,5 +27,6 @@ describe('WildAdventuresService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 5000 * 60);
 });
diff --git a/src/parks/hersheypark/hersheypark.service.spec.ts b/src/parks/hersheypark/hersheypark.service.spec.ts
index 0ad784c..9f1bb66 100644
--- a/src/parks/hersheypark/hersheypark.service.spec.ts
+++ b/src/parks/hersheypark/hersheypark.service.spec.ts
@@ -27,5 +27,6 @@ describe('HersheyparkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/hersheypark/hersheypark.service.ts b/src/parks/hersheypark/hersheypark.service.ts
index ea9401f..0e045a7 100644
--- a/src/parks/hersheypark/hersheypark.service.ts
+++ b/src/parks/hersheypark/hersheypark.service.ts
@@ -44,7 +44,7 @@ export class HersheyparkService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: true,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: true,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -59,6 +59,7 @@ export class HersheyparkService extends ThroughPoisThemeParkService {
       supportsShowTimes: false,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/holiday-park/holiday-park.service.spec.ts b/src/parks/holiday-park/holiday-park.service.spec.ts
index 4d200b1..b1c0336 100644
--- a/src/parks/holiday-park/holiday-park.service.spec.ts
+++ b/src/parks/holiday-park/holiday-park.service.spec.ts
@@ -28,5 +28,6 @@ describe('HolidayParkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/holiday-park/holiday-park.service.ts b/src/parks/holiday-park/holiday-park.service.ts
index a76d7fc..51d82bd 100644
--- a/src/parks/holiday-park/holiday-park.service.ts
+++ b/src/parks/holiday-park/holiday-park.service.ts
@@ -59,7 +59,8 @@ export class HolidayParkService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.spec.ts b/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.spec.ts
index 8f6bdf5..6730920 100644
--- a/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.spec.ts
+++ b/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.spec.ts
@@ -30,5 +30,6 @@ describe('LegolandDeutschlandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.ts b/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.ts
index 8dca470..2dc3f9c 100644
--- a/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.ts
+++ b/src/parks/legoland/legoland-deutschland/legoland-deutschland.service.ts
@@ -24,22 +24,23 @@ export class LegolandDeutschlandService extends AioThemeparkService {
 
   getSupports(): ThemeParkSupports {
     return {
+      supportsAnimals: false,
+      supportsEvents: false,
+      supportsOpeningTimes: false,
+      supportsOpeningTimesHistory: false,
       supportsPoiLocations: false,
       supportsPois: true,
       supportsRestaurantOpeningTimes: false,
-      supportsRestaurants: false,
+      supportsRestaurants: true,
       supportsRideWaitTimes: false,
-      supportsRides: false,
+      supportsRideWaitTimesHistory: false,
+      supportsRides: true,
       supportsShopOpeningTimes: false,
-      supportsShops: false,
+      supportsShops: true,
       supportsShowTimes: false,
-      supportsShows: false,
-      supportsRideWaitTimesHistory: false,
-      supportsOpeningTimesHistory: false,
-      supportsOpeningTimes: false,
-      supportsAnimals: false,
+      supportsShows: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
     };
   }
 
@@ -101,7 +102,7 @@ supportsHalloween: false,
       case 2082:
         return PoiCategory.SMOKING_AREA;
       case 1031:
-        // Discover & Wonder
+      // Discover & Wonder
       case 1033:
         // Create
         return PoiCategory.UNDEFINED;
diff --git a/src/parks/liseberg/liseberg.service.spec.ts b/src/parks/liseberg/liseberg.service.spec.ts
index 8a54064..29c662b 100644
--- a/src/parks/liseberg/liseberg.service.spec.ts
+++ b/src/parks/liseberg/liseberg.service.spec.ts
@@ -27,5 +27,6 @@ describe('LisebergService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/liseberg/liseberg.service.ts b/src/parks/liseberg/liseberg.service.ts
index efd384a..2a0f1e9 100644
--- a/src/parks/liseberg/liseberg.service.ts
+++ b/src/parks/liseberg/liseberg.service.ts
@@ -50,7 +50,8 @@ export class LisebergService extends ThemeParkService {
       supportsShowTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/merlin-entertainments/heidi-park/heidi-park.service.spec.ts b/src/parks/merlin-entertainments/heidi-park/heidi-park.service.spec.ts
new file mode 100644
index 0000000..3b2f0d3
--- /dev/null
+++ b/src/parks/merlin-entertainments/heidi-park/heidi-park.service.spec.ts
@@ -0,0 +1,32 @@
+import { Test, TestingModule } from '@nestjs/testing';
+import { HeidiParkService } from './heidi-park.service';
+import { HttpModule } from '@nestjs/axios';
+import { ConfigModule } from '@nestjs/config';
+import { AioTransferServiceService } from '../../../_services/aio/transfer-service/aio-transfer-service.service';
+
+describe('HeidiParkService', () => {
+  let service: HeidiParkService;
+
+  beforeEach(async () => {
+    const module: TestingModule = await Test.createTestingModule({
+      providers: [HeidiParkService, AioTransferServiceService],
+      imports: [HttpModule, ConfigModule.forRoot()],
+    }).compile();
+
+    service = module.get<HeidiParkService>(HeidiParkService);
+  });
+
+  it('should be defined', () => {
+    expect(service).toBeDefined();
+  });
+
+  it('should return info', () => {
+    expect(service.getInfo().id).toBeDefined();
+  });
+
+  it('should return a list of POIs', async () => {
+    const data = await service.getPois();
+    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
+  }, 1000 * 60);
+});
diff --git a/src/parks/merlin-entertainments/heidi-park/heidi-park.service.ts b/src/parks/merlin-entertainments/heidi-park/heidi-park.service.ts
new file mode 100644
index 0000000..04c2fd8
--- /dev/null
+++ b/src/parks/merlin-entertainments/heidi-park/heidi-park.service.ts
@@ -0,0 +1,347 @@
+import { Injectable } from '@nestjs/common';
+import { AioThemeparkService } from '../../../_services/aio/aio-themepark.service';
+import { Company, ParkType, ThemePark } from '../../../_interfaces/park.interface';
+import { ThemeParkSupports } from '../../../_interfaces/park-supports.interface';
+import {
+  AttractionsIoAppDetailsInterface,
+} from '../../../_interfaces/attractions-io/attractions-io-app-details.interface';
+import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
+
+@Injectable()
+export class HeidiParkService extends AioThemeparkService {
+  getInfo(): ThemePark {
+    return {
+      id: 'heidi-park',
+      name: 'Heidi Park',
+      company: Company.MERLIN_ENTERTAINMENTS,
+      description: 'Heide Park is het grootste pretpark van Noord-Duitsland, met achtbanen, waterattracties en vele restaurants en winkels is het geen wonder dat er meer dan een miljoen mensen op af komen elk jaar.',
+      image: 'https://www.heide-park.de/media/kxtdaza2/herbst-bigloop.jpg',
+      parkType: ParkType.THEMEPARK,
+      countryCode: 'de',
+      timezone: 'Europe/Amsterdam',
+      location: {
+        lat: 53.028056,
+        lng: 9.869167,
+      },
+    };
+  }
+
+  getSupports(): ThemeParkSupports {
+    return {
+      supportsAnimals: false,
+      supportsEvents: false,
+      supportsOpeningTimes: false,
+      supportsOpeningTimesHistory: false,
+      supportsPoiLocations: false,
+      supportsPois: true,
+      supportsRestaurantOpeningTimes: false,
+      supportsRestaurants: true,
+      supportsRideWaitTimes: false,
+      supportsRideWaitTimesHistory: false,
+      supportsRides: true,
+      supportsShopOpeningTimes: false,
+      supportsShops: true,
+      supportsShowTimes: false,
+      supportsShows: true,
+      supportsTranslations: false,
+      textType: "UNDEFINED",
+    };
+  }
+
+  getInstallationRequestBody(): string {
+    return '\n' +
+      '--s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc\n' +
+      'Content-Disposition: form-data; name="user_identifier"\n' +
+      '\n' +
+      '7C8D89F1-F9C7-4921-B4E1-3BD8430B2A94\n' +
+      '--s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc\n' +
+      'Content-Disposition: form-data; name="device_identifier"\n' +
+      '\n' +
+      '5A02493A-39AB-4CDA-828B-1EECC5CAB99A\n' +
+      '--s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc\n' +
+      'Content-Disposition: form-data; name="app_build"\n' +
+      '\n' +
+      '302056\n' +
+      '--s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc\n' +
+      'Content-Disposition: form-data; name="app_version"\n' +
+      '\n' +
+      '4.1.5\n' +
+      '--s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc--\n' +
+      '\n';
+  }
+
+  getApiKey(): string {
+    return '3d67a479-3b8b-4cac-ab17-1218a1aec37e';
+  }
+
+  getAppDetails(): AttractionsIoAppDetailsInterface {
+    return {
+      appBuild: '302056',
+      contentType: 'multipart/form-data; boundary=s47UC4ujBvwu4tUZny16oB9EYPIK2lYen2gqiaI3cG8N2xg2xG4CuZ88uVFUzeVBcHglTSA5twz4fJCrDwgWt1vy0Ff8gIwp3DPc',
+      latestUpdate: '2024-10-08T09:17:15+02:00',
+      platform: 'iOS',
+      platformVersion: '18.0.1',
+      userAgent: 'Heide%20Park/302056 CFNetwork/1568.100.1.2.1 Darwin/24.0.0',
+    };
+  }
+
+  getCategory(category: number): PoiCategory {
+    switch (category) {
+      // For adrenaline junkies
+      case 751:
+      // Family Ride
+      case 763:
+      case 764:
+      case 774:
+      // For Families
+      case 1029:
+      // Thrill Rides
+      case 773:
+        return PoiCategory.ATTRACTION;
+      // Vegetary
+      case 765:
+      // Vegan
+      case 780:
+      // Plant Based
+      case 997:
+        return PoiCategory.RESTAURANT;
+      // To Go
+      case 766:
+        return PoiCategory.RESTAURANT;
+      // Sweets & Snacks
+      case 806:
+        return PoiCategory.RESTAURANT;
+      // Hearty meal
+      case 807:
+        return PoiCategory.RESTAURANT;
+
+      // Attractions
+      case 677:
+        return PoiCategory.ATTRACTION;
+      // Entertainment
+      case 678:
+        return PoiCategory.SHOW;
+      // Dining
+      case 679:
+        return PoiCategory.RESTAURANT;
+      // Shops
+      case 680:
+        return PoiCategory.SHOP;
+      // Thrill Rides
+      case 2159:
+        return PoiCategory.ATTRACTION;
+      // Family Rides
+      case 2160:
+        return PoiCategory.ATTRACTION;
+      // Big 7
+      case 2271:
+        return PoiCategory.ATTRACTION;
+      // Facilities
+      case 2162:
+        return PoiCategory.TOILETS;
+      // Smoking Areas
+      case 2163:
+        return PoiCategory.SMOKING_AREA;
+      // Services
+      case 2165:
+        return PoiCategory.GUEST_SERVICES;
+      // Foto Service
+      case 2171:
+        return PoiCategory.PHOTO_SHOP;
+      // Cash Point
+      case 2172:
+        return PoiCategory.ATM;
+      // Lockers
+      case 2174:
+        return PoiCategory.LOCKERS;
+      // First-aid station
+      case 2175:
+        return PoiCategory.FIRSTAID;
+      // Playground
+      case 2186:
+        return PoiCategory.PLAYGROUND;
+      // Short Breaks
+      case 2188:
+        return PoiCategory.HOTEL;
+      // Parking
+      case 2189:
+        return PoiCategory.PARKING;
+      // entrance and exit
+      case 2234:
+        return PoiCategory.ENTRANCE;
+      // Service Center & Fundsachen
+      case 2273:
+        return PoiCategory.GUEST_SERVICES;
+      default:
+        return PoiCategory.UNDEFINED;
+      // {
+      //   "_id": 2170,
+      //   "Name": {
+      //     "de-DE": "Baby-Nahrung aufwärmen",
+      //     "en-GB": "Übersetzen Baby food warming up"
+      //   },
+      //   "Icon": "699eef06-f8bc-52d3-a8e7-96b57bdca8ad",
+      //   "Parent": 2165
+      // },
+      // {
+      //   "_id": 2187,
+      //   "Name": {
+      //     "de-DE": "Meeting-Point",
+      //     "en-GB": "Meeting-Point"
+      //   },
+      //   "Icon": "3285cd76-897c-5450-86d4-43245e88ee93",
+      //   "Parent": 2165
+      // },
+      // {
+      //   "_id": 2257,
+      //   "Name": {
+      //     "de-DE": "Thrill-Attraktionen",
+      //     "en-GB": "Thrill-Attraktionen"
+      //   },
+      //   "Icon": "76ea700f-7093-50e8-9cbe-610e3f06c539",
+      //   "Parent": 677
+      // },
+      // {
+      //   "_id": 2258,
+      //   "Name": {
+      //     "de-DE": "Achterbahnen",
+      //     "en-GB": "Rollercoasters"
+      //   },
+      //   "Icon": "d5ba9819-d3e1-5ec2-a1db-a8f8e8116b4a",
+      //   "Parent": 677
+      // },
+      // {
+      //   "_id": 2271,
+      //   "Name": {
+      //     "de-DE": "Big 7",
+      //     "en-GB": "Big 7"
+      //   },
+      //   "Icon": "425921e7-af5e-5bdb-b20c-de1483c266ea",
+      //   "Parent": 677
+      // },
+      // {
+      //   "_id": 2272,
+      //   "Name": {
+      //     "de-DE": "Hipp-Wickelstation",
+      //     "en-GB": "Hipp-Wickelstation"
+      //   },
+      //   "Icon": "75ec2af1-020d-5a59-bdc7-d06971d452ff",
+      //   "Parent": 2165
+      // },
+      // {
+      //   "_id": 2274,
+      //   "Name": {
+      //     "de-DE": "Umfrage-Terminal",
+      //     "en-GB": "Guest-Ex"
+      //   },
+      //   "Icon": "69660bdc-2b8b-51e3-a8f4-fd746d22df00",
+      //   "Parent": 2165
+      // },
+      // {
+      //   "_id": 2275,
+      //   "Name": {
+      //     "de-DE": "Umfrage-Terminal",
+      //     "en-GB": "Feedback-terminal"
+      //   },
+      //   "Icon": "97b12ce1-9565-5ba2-9a5f-53b3fe38a49d",
+      //   "Parent": 2165
+      // },
+      // {
+      //   "_id": 2949,
+      //   "Name": {
+      //     "de-DE": "Halloween",
+      //     "en-GB": "Halloween"
+      //   },
+      //   "Icon": "ad6a23da-5395-5dc9-b572-7d059b33713f",
+      //   "Parent": null
+      // },
+      // {
+      //   "_id": 3849,
+      //   "Name": {
+      //     "de-DE": "Summer Vibes",
+      //     "en-GB": "Summer Vibes"
+      //   },
+      //   "Icon": "d0429bf1-eb1d-56a1-8883-29110e3a6bff",
+      //   "Parent": null
+      // },
+      // {
+      //   "_id": 3850,
+      //   "Name": {
+      //     "de-DE": "Fotospots",
+      //     "en-GB": "Fotospots"
+      //   },
+      //   "Icon": "3871d1fe-abd9-523c-8759-0be88f7e2bc8",
+      //   "Parent": null
+      // },
+      // {
+      //   "_id": 3883,
+      //   "Name": {
+      //     "de-DE": "Pride Festival 2024",
+      //     "en-GB": "Pride Festival 2024"
+      //   },
+      //   "Icon": "9cd7a366-7fb0-564e-b695-254dd49a8b46",
+      //   "Parent": null
+      // },
+      // {
+      //   "_id": 3948,
+      //   "Name": {
+      //     "de-DE": "Oktoberfest",
+      //     "en-GB": "Oktoberfest"
+      //   },
+      //   "Icon": "4f5c4e47-b601-5d79-9a7b-380251cbe8f8",
+      //   "Parent": null
+      // },
+      // {
+      //   "_id": 4881,
+      //   "Name": {
+      //     "de-DE": "Heide Park Festival",
+      //     "en-GB": "Heide Park Festival"
+      //   },
+      //   "Icon": "718e3997-ac31-59c5-a386-933490db0fa8",
+      //   "Parent": null
+      // }
+
+      //   {
+      //     "_id": 781,
+      //     "Name": {
+      //       "de-DE": "Eingangsbereich",
+      //       "en-GB": "Eingangsbereich"
+      //     },
+      //     "Icon": null
+      //   },
+      //   {
+      //     "_id": 782,
+      //     "Name": {
+      //       "de-DE": "Transsilvanien",
+      //       "en-GB": "Transsilvanien"
+      //     },
+      //     "Icon": null
+      //   },
+      //   {
+      //     "_id": 783,
+      //     "Name": {
+      //       "de-DE": "Bucht der Totenkopfpiraten",
+      //       "en-GB": "Bucht der Totenkopfpiraten"
+      //     },
+      //     "Icon": null
+      //   },
+      //   {
+      //     "_id": 784,
+      //     "Name": {
+      //       "de-DE": "Exploria",
+      //       "en-GB": "Exploria"
+      //     },
+      //     "Icon": null
+      //   },
+      //   {
+      //     "_id": 785,
+      //     "Name": {
+      //       "de-DE": "Land der Vergessenen",
+      //       "en-GB": "Land der Vergessenen"
+      //     },
+      //     "Icon": null
+      //   },
+      // ],
+    }
+  }
+}
diff --git a/src/parks/merlin-entertainments/merlin-entertainments.module.ts b/src/parks/merlin-entertainments/merlin-entertainments.module.ts
new file mode 100644
index 0000000..cbe84fc
--- /dev/null
+++ b/src/parks/merlin-entertainments/merlin-entertainments.module.ts
@@ -0,0 +1,20 @@
+import { Module } from '@nestjs/common';
+import { MerlinEntertainmentsService } from './merlin-entertainments.service';
+import { HeidiParkService } from './heidi-park/heidi-park.service';
+import { HttpModule } from '@nestjs/axios';
+import { ConfigModule } from '@nestjs/config';
+import { AioTransferServiceService } from '../../_services/aio/transfer-service/aio-transfer-service.service';
+
+@Module({
+  providers: [MerlinEntertainmentsService, HeidiParkService, AioTransferServiceService],
+  imports: [
+    HttpModule,
+    ConfigModule.forRoot({
+      envFilePath: '.env',
+      cache: false,
+      ignoreEnvFile: false,
+    }),
+  ],
+  exports: [MerlinEntertainmentsService, HeidiParkService],
+})
+export class MerlinEntertainmentsModule {}
diff --git a/src/parks/merlin-entertainments/merlin-entertainments.service.spec.ts b/src/parks/merlin-entertainments/merlin-entertainments.service.spec.ts
new file mode 100644
index 0000000..4d52cdd
--- /dev/null
+++ b/src/parks/merlin-entertainments/merlin-entertainments.service.spec.ts
@@ -0,0 +1,23 @@
+import { Test, TestingModule } from '@nestjs/testing';
+import { MerlinEntertainmentsService } from './merlin-entertainments.service';
+import { HttpModule } from '@nestjs/axios';
+import { ConfigModule } from '@nestjs/config';
+import { HeidiParkService } from './heidi-park/heidi-park.service';
+import { AioTransferServiceService } from '../../_services/aio/transfer-service/aio-transfer-service.service';
+
+describe('MerlinEntertainmentsService', () => {
+  let service: MerlinEntertainmentsService;
+
+  beforeEach(async () => {
+    const module: TestingModule = await Test.createTestingModule({
+      providers: [MerlinEntertainmentsService, HeidiParkService, AioTransferServiceService],
+      imports: [HttpModule, ConfigModule.forRoot()],
+    }).compile();
+
+    service = module.get<MerlinEntertainmentsService>(MerlinEntertainmentsService);
+  });
+
+  it('should be defined', () => {
+    expect(service).toBeDefined();
+  });
+});
diff --git a/src/parks/merlin-entertainments/merlin-entertainments.service.ts b/src/parks/merlin-entertainments/merlin-entertainments.service.ts
new file mode 100644
index 0000000..35a09b9
--- /dev/null
+++ b/src/parks/merlin-entertainments/merlin-entertainments.service.ts
@@ -0,0 +1,17 @@
+import { Injectable } from '@nestjs/common';
+import { CompanyService } from '../../_services/company/company.service';
+import { ThemeParkService } from '../../_services/themepark/theme-park.service';
+import { HeidiParkService } from './heidi-park/heidi-park.service';
+
+@Injectable()
+export class MerlinEntertainmentsService extends CompanyService{
+  constructor(private _heidiPark: HeidiParkService) {
+    super();
+  }
+
+  async getParkServices(): Promise<ThemeParkService[]> {
+    return [
+      this._heidiPark,
+    ];
+  }
+}
diff --git a/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.spec.ts b/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.spec.ts
index 3432b8b..a6c6c09 100644
--- a/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.spec.ts
+++ b/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.spec.ts
@@ -27,5 +27,6 @@ describe('OuwehandsDierenparkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.ts b/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.ts
index 0876e52..6b92ed7 100644
--- a/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.ts
+++ b/src/parks/ouwehands-dierenpark/ouwehands-dierenpark.service.ts
@@ -53,7 +53,8 @@ export class OuwehandsDierenparkService extends ThemeParkService {
       supportsShowTimes: false,
       supportsAnimals: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     };
   }
 
diff --git a/src/parks/pairi-daiza/interfaces/PairiDaizaResponse.ts b/src/parks/pairi-daiza/interfaces/PairiDaizaResponse.ts
new file mode 100644
index 0000000..fbddf64
--- /dev/null
+++ b/src/parks/pairi-daiza/interfaces/PairiDaizaResponse.ts
@@ -0,0 +1,127 @@
+export interface PairiDaizaResponse {
+  "ServiceResultType": 1,
+  "ServiceResultMessage": null,
+  "ServiceResultData": PairiDaizaResponseShop[] | PairiDaizaResponseAnimation[] | PairiDaizaReponseAnimal[]
+}
+
+export interface PairiDaizaResponseShop {
+  "Id": number,
+  "Slug": string,
+  "Name": PairiDaizaTranslatedText,
+  "Description": PairiDaizaTranslatedText,
+  "ReferredLetter": null,
+  "Priority": 1,
+  "ListImageUrl": string,
+  "PinImageUrl": string,
+  "PinUnavaibleImageUrl": string,
+  "DetailImageUrl": string,
+  "CreationDate": string,
+  "LastModifiedDate": string,
+  "ClosingDays": string[],
+  "Lat": number,
+  "Long": number,
+  "Pins": null,
+  "OpeningHours": PairiDaizaOpeningHour[],
+  "Order": number
+}
+
+export interface PairiDaizaResponseAnimation {
+  "Id": number,
+  "Slug": string,
+  "Name": PairiDaizaTranslatedText,
+  "Description": PairiDaizaTranslatedText,
+  "ReferredLetter": PairiDaizaTranslatedText,
+  "Priority": number,
+  "ListImageUrl": string,
+  "PinImageUrl": string,
+  "PinUnavaibleImageUrl": string,
+  "DetailImageUrl": string,
+  "CreationDate": string,
+  "LastModifiedDate": string,
+  "ClosingDays": string[],
+  "OpeningHours": PairiDaizaOpeningHour[],
+  "OpeningHoursUnique": null,
+  "OpeningHoursSlot": null,
+  "Lat": number,
+  "Long": number,
+  "Pins": null,
+  "Order": number
+}
+
+export interface PairiDaizaReponseAnimal {
+  "Id": number,
+  "Slug": string,
+  "Name": PairiDaizaTranslatedText,
+  "Description": PairiDaizaTranslatedText,
+  "ReferredLetter": PairiDaizaTranslatedText,
+  "Priority": 0,
+  "ListImageUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/Animal/les-pandas-geants-1676539907.jpg",
+  "PinImageUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/PinAnimalON/120/les-pandas-geants-1680251096.png",
+  "PinUnavaibleImageUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/PinAnimalOFF/120/les-pandas-geants-1680251096.png",
+  "DetailImageUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/AnimalDetails/les-pandas-geants-1676379350.jpg",
+  "CreationDate": "0001-01-01T00:00:00",
+  "LastModifiedDate": "0001-01-01T00:00:00",
+  "ClosingDays": [
+    "2016-02-25T00:00:00",
+    "2016-02-26T00:00:00",
+    "2016-03-01T00:00:00",
+    "2016-03-18T00:00:00",
+    "2016-05-12T00:00:00",
+    "2016-05-25T00:00:00"
+  ],
+  "Lat": 50.583897,
+  "Long": 3.892103,
+  "Feedable": false,
+  "FeedingHours": [],
+  "Pins": [
+    {
+      "Id": 1237,
+      "Lat": 50.583897,
+      "Long": 3.892103,
+      "Icon": null,
+      "AnimalId": 0
+    },
+    {
+      "Id": 1238,
+      "Lat": 50.584070,
+      "Long": 3.891514,
+      "Icon": null,
+      "AnimalId": 0
+    }
+  ],
+  "AnimalClass": PairiDaizaTranslatedText,
+  "Alimentation": PairiDaizaTranslatedText,
+  "Weight": PairiDaizaTranslatedText,
+    // "TextFR": "70 – 120 kg",
+    // "TextNL": "70 - 120 kg",
+    // "TextEN": "70 - 120 kg,
+  "Longevity": PairiDaizaTranslatedText,
+    // "TextFR": "10 – 20 ans",
+    // "TextNL": "10 - 20 jaar",
+    // "TextEN": "10 - 20 year"
+  "Width": PairiDaizaTranslatedText,
+    // "TextFR": "1.2 - 1.9 m",
+    // "TextNL": "1.2 - 1.9 m ",
+    // "TextEN": "1.2 - 1.9 m"
+  "AnimalHeight": PairiDaizaTranslatedText,
+  //   "TextFR": "60 - 90 cm",
+  //   "TextNL": "60 - 90 cm",
+  //   "TextEN": "60 - 90 cm"
+  "DetailsBackgroundImageUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/AnimalBG/ours.svg",
+  "FoodIconUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/Icons/foodIcon.svg",
+  "ClassIconUrl": "https://pairidaiza.blob.core.windows.net/applicationimages/Icons/classIcon.svg"
+}
+
+export interface PairiDaizaOpeningHour {
+  "StartHour": string,
+  "EndHour": string,
+  "Date": string,
+  "Text": null,
+  "Info": null
+}
+
+export interface PairiDaizaTranslatedText {
+  "TextFR": string,
+  "TextNL": string,
+  "TextEN": string
+}
diff --git a/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.spec.ts b/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.spec.ts
new file mode 100644
index 0000000..77bcbed
--- /dev/null
+++ b/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.spec.ts
@@ -0,0 +1,18 @@
+import { Test, TestingModule } from '@nestjs/testing';
+import { PairiDaizaTransferService } from './pairi-daiza-transfer.service';
+
+describe('PairiDaizaTransferService', () => {
+  let service: PairiDaizaTransferService;
+
+  beforeEach(async () => {
+    const module: TestingModule = await Test.createTestingModule({
+      providers: [PairiDaizaTransferService],
+    }).compile();
+
+    service = module.get<PairiDaizaTransferService>(PairiDaizaTransferService);
+  });
+
+  it('should be defined', () => {
+    expect(service).toBeDefined();
+  });
+});
diff --git a/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.ts b/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.ts
new file mode 100644
index 0000000..fda4157
--- /dev/null
+++ b/src/parks/pairi-daiza/pairi-daiza-transfer/pairi-daiza-transfer.service.ts
@@ -0,0 +1,175 @@
+import { Injectable } from '@nestjs/common';
+import { TransferService } from '../../../_services/transfer/transfer.service';
+import { Poi } from '../../../_interfaces/poi.interface';
+import {
+  PairiDaizaReponseAnimal,
+  PairiDaizaResponseAnimation,
+  PairiDaizaResponseShop,
+} from '../interfaces/PairiDaizaResponse';
+import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
+import * as moment from 'moment-timezone';
+import * as sluggo from 'sluggo';
+
+@Injectable()
+export class PairiDaizaTransferService extends TransferService {
+  transferPoiToPoi(poi: PairiDaizaResponseShop | PairiDaizaResponseAnimation | PairiDaizaReponseAnimal, locale?: string): Poi {
+    const p: Poi = {
+      category: PoiCategory.UNDEFINED,
+      id: poi.Slug ?? poi.Id.toString(),
+      original: poi,
+      title: '',
+      previewImage: poi.ListImageUrl,
+      image_url: poi.DetailImageUrl,
+    };
+
+    if (poi.Lat && poi.Long) {
+      p.location = {
+        lat: poi.Lat,
+        lng: poi.Long,
+      };
+    }
+
+    let loc: 'TextNL' | 'TextFR' | 'TextEN';
+    switch (locale) {
+      case 'nl':
+        loc = 'TextNL';
+        break;
+      case 'fr':
+        loc = 'TextFR';
+        break;
+      default:
+      case 'en':
+        loc = 'TextEN';
+        break;
+    }
+
+    p.title = this.titleCase(poi.Name[loc]);
+    p.description = poi.Description[loc];
+    p.id = sluggo(poi.Name[loc])
+
+    p.facts = [];
+    if ('AnimalClass' in poi) {
+      p.facts.push({
+        type: 'animal_class',
+        id: 'animal_class',
+        value: poi.AnimalClass[loc],
+      });
+    }
+
+    if ('Alimentation' in poi) {
+      p.facts.push({
+        type: 'animal_diet',
+        id: 'animal_diet',
+        value: poi.Alimentation[loc],
+      });
+    }
+    if ('Weight' in poi) {
+      p.facts.push({
+        type: 'animal_weight',
+        id: 'animal_weight',
+        value: poi.Weight[loc],
+      });
+    }
+
+    if ('Longevity' in poi) {
+      p.facts.push({
+        type: 'animal_longevity',
+        id: 'animal_longevity',
+        value: poi.Longevity[loc],
+      });
+    }
+
+    if ('Width' in poi) {
+      p.facts.push({
+        type: 'animal_width',
+        id: 'animal_width',
+        value: poi.Width[loc],
+      });
+    }
+
+    if ('AnimalHeight' in poi) {
+      p.facts.push({
+        type: 'animal_height',
+        id: 'animal_height',
+        value: poi.AnimalHeight[loc],
+      });
+    }
+
+    if ('OpeningHours' in poi) {
+      p.openingTimes = [];
+      p.showTimes = {
+        currentDate: moment.tz('Europe/Berlin').format('YYYY-MM-DD'),
+        currentDateTimezone: moment().tz('Europe/Berlin').format(),
+        timezone: 'Europe/Berlin',
+        showTimes: [],
+      };
+
+      if (!poi.ClosingDays.includes(moment().format('YYYY-MM-DDT00:00:00'))) {
+        poi.OpeningHours.forEach((oh) => {
+          const start = moment(oh.StartHour, 'HH:mm:ss');
+          const end = moment(oh.EndHour, 'HH:mm:ss');
+
+          if (poi.Name.TextNL.toLowerCase().includes('voedermoment')) {
+            p.showTimes.showTimes.push({
+              localFromDate: start.format('YYYY-MM-DD'),
+              localFromTime: start.format('HH:mm:ss'),
+              timezoneFrom: start.format(),
+              isPassed: start.isBefore(moment().tz('Europe/Berlin'))
+            });
+          } else {
+            p.openingTimes.push({
+              date: moment().format('YYYY-MM-DD'),
+              open: start.format(),
+              openTime: start.format('HH:mm:ss'),
+              close: oh.EndHour !== '00:00:00' ? end.format() : undefined,
+              closeTime: oh.EndHour !== '00:00:00' ? end.format('HH:mm:ss') : undefined,
+            });
+          }
+        });
+      }
+    }
+
+    return p;
+  }
+
+  transferAnimalToPoi(animal: any, locale?: string): Poi {
+    return {
+      ...this.transferPoiToPoi(animal, locale),
+      category: PoiCategory.ANIMAL,
+    };
+  }
+
+  transferShowToPoi(animal: any, locale?: string): Poi {
+    return {
+      ...this.transferPoiToPoi(animal, locale),
+      category: PoiCategory.SHOW,
+    };
+  }
+
+  transferRestaurantToPoi(animal: any, locale?: string): Poi {
+    return {
+      ...this.transferPoiToPoi(animal, locale),
+      category: PoiCategory.RESTAURANT,
+    };
+  }
+
+  transferShopToPoi(animal: any, locale?: string): Poi {
+    return {
+      ...this.transferPoiToPoi(animal, locale),
+      category: PoiCategory.SHOP,
+    };
+  }
+
+  private titleCase(str: string): string {
+    const splitStr = str.toLowerCase().split(' ');
+
+    for (let i = 0; i < splitStr.length; i++) {
+      // You do not need to check if i is larger than splitStr length, as your for does that for you
+      // Assign it back to the array
+      splitStr[i] = splitStr[i].charAt(0).toUpperCase() + splitStr[i].substring(1);
+    }
+
+    // Directly return the joined string
+    return splitStr.join(' ');
+  }
+}
diff --git a/src/parks/pairi-daiza/pairi-daiza.module.ts b/src/parks/pairi-daiza/pairi-daiza.module.ts
new file mode 100644
index 0000000..25517da
--- /dev/null
+++ b/src/parks/pairi-daiza/pairi-daiza.module.ts
@@ -0,0 +1,21 @@
+import { Module } from '@nestjs/common';
+import { PairiDaizaService } from './pairi-daiza.service';
+import { PairiDaizaTransferService } from './pairi-daiza-transfer/pairi-daiza-transfer.service';
+import { HttpModule } from '@nestjs/axios';
+import { ConfigModule } from '@nestjs/config';
+import { LocaleModule } from '../../_services/locale/locale.module';
+
+@Module({
+  exports: [PairiDaizaService],
+  imports: [
+    HttpModule,
+    ConfigModule.forRoot({
+      envFilePath: '.env',
+      cache: false,
+      ignoreEnvFile: false,
+    }),
+    LocaleModule,
+  ],
+  providers: [PairiDaizaService, PairiDaizaTransferService],
+})
+export class PairiDaizaModule {}
diff --git a/src/parks/pairi-daiza/pairi-daiza.service.spec.ts b/src/parks/pairi-daiza/pairi-daiza.service.spec.ts
new file mode 100644
index 0000000..7bfe77f
--- /dev/null
+++ b/src/parks/pairi-daiza/pairi-daiza.service.spec.ts
@@ -0,0 +1,33 @@
+import { Test, TestingModule } from '@nestjs/testing';
+import { PairiDaizaService } from './pairi-daiza.service';
+import { PairiDaizaTransferService } from './pairi-daiza-transfer/pairi-daiza-transfer.service';
+import { HttpModule } from '@nestjs/axios';
+import { ConfigModule } from '@nestjs/config';
+import { LocaleModule } from '../../_services/locale/locale.module';
+
+describe('PairiDaizaService', () => {
+  let service: PairiDaizaService;
+
+  beforeEach(async () => {
+    const module: TestingModule = await Test.createTestingModule({
+      imports: [HttpModule, ConfigModule.forRoot(), LocaleModule],
+      providers: [PairiDaizaService, PairiDaizaTransferService],
+    }).compile();
+
+    service = module.get<PairiDaizaService>(PairiDaizaService);
+  });
+
+  it('should be defined', () => {
+    expect(service).toBeDefined();
+  });
+
+  it('should return info', () => {
+    expect(service.getInfo().id).toBeDefined();
+  });
+
+  it('should return a list of POIs', async () => {
+    const data = await service.getPois();
+    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
+  }, 1000 * 60);
+});
diff --git a/src/parks/pairi-daiza/pairi-daiza.service.ts b/src/parks/pairi-daiza/pairi-daiza.service.ts
new file mode 100644
index 0000000..46df666
--- /dev/null
+++ b/src/parks/pairi-daiza/pairi-daiza.service.ts
@@ -0,0 +1,95 @@
+import { Injectable } from '@nestjs/common';
+import { ThemeParkService } from '../../_services/themepark/theme-park.service';
+import { ParkType, ThemePark } from '../../_interfaces/park.interface';
+import { ThemeParkSupports } from '../../_interfaces/park-supports.interface';
+import { HttpService } from '@nestjs/axios';
+import { Poi } from '../../_interfaces/poi.interface';
+import { PairiDaizaResponse } from './interfaces/PairiDaizaResponse';
+import { PairiDaizaTransferService } from './pairi-daiza-transfer/pairi-daiza-transfer.service';
+import { LocaleService } from '../../_services/locale/locale.service';
+
+@Injectable()
+export class PairiDaizaService extends ThemeParkService {
+  getInfo(): ThemePark {
+    return {
+      id: 'pairi-daiza',
+      name: 'Pairi Daiza',
+      description: 'Pairi Daiza is een dierenpark in Cambron-Casteau, dat op 11 mei 1994 zijn deuren opende. Pairi Daiza neemt deel aan 89 EEP\'s voor het behoud en de bescherming van bedreigde diersoorten. Het dierenpark stond tot en met 23 mei 2016 genoteerd op de Brusselse beurs',
+      image: 'https://cms.pairidaiza.eu/thumbor/9BIAHN5BDznc6Gg8zThJKjvSdj8=/fit-in/1024x/filters:quality(92)/--/uploads/2024/04/Paysage-izba-ganesha-octobre-copie-1.jpg',
+      timezone: 'Europe/Berlin',
+      location: {
+        lat: 50.585003,
+        lng: 3.8873162,
+      },
+      parkType: ParkType.ZOO,
+      countryCode: 'be',
+    };
+  }
+
+  getSupports(): ThemeParkSupports {
+    return {
+      supportsAnimals: true,
+      supportsEvents: false,
+      supportsOpeningTimes: false,
+      supportsOpeningTimesHistory: false,
+      supportsPoiLocations: true,
+      supportsPois: false,
+      supportsRestaurantOpeningTimes: false,
+      supportsRestaurants: true,
+      supportsRideWaitTimes: false,
+      supportsRideWaitTimesHistory: false,
+      supportsRides: false,
+      supportsShopOpeningTimes: false,
+      supportsShops: true,
+      supportsShowTimes: false,
+      supportsShows: true,
+      // Supports FR, EN, NL
+      supportsTranslations: true,
+      textType: "UNDEFINED",
+    };
+  }
+
+  constructor(private readonly http: HttpService,
+              private readonly transfer: PairiDaizaTransferService,
+              private readonly locale: LocaleService) {
+    super();
+  }
+
+  async getPois(): Promise<Poi[]> {
+
+    const promises = [
+      this.getRestaurants(),
+      this.getShops(),
+      this.getAnimals(),
+      this.getShows(),
+    ];
+
+    return []
+      .concat
+      .apply([], await Promise.all(promises));
+  }
+
+  async getAnimals(): Promise<Poi[]> {
+    return await this.request('animals').then((res) => this.transfer.transferAnimalsToPois(res, this.locale.getLocale()))
+  }
+
+  async getShops(): Promise<Poi[]> {
+    return await this.request('shops').then((res) => this.transfer.transferShopsToPois(res, this.locale.getLocale()))
+  }
+
+  async getShows(): Promise<Poi[]> {
+    return await this.request('animations').then((res) => this.transfer.transferShowsToPois(res, this.locale.getLocale()))
+  }
+
+  async getRestaurants(): Promise<Poi[]> {
+    return await this.request('restaurants').then((res) => this.transfer.transferRestaurantsToPois(res, this.locale.getLocale()))
+  }
+
+  private async request(endpoint: string) {
+    const url = 'https://pairidaizabackend-v2.azurewebsites.net/api';
+
+    return await this.http.get<PairiDaizaResponse>(url + '/' + endpoint)
+      .toPromise()
+      .then((res) => res.data.ServiceResultData);
+  }
+}
diff --git a/src/parks/parc-asterix/parc-asterix.service.ts b/src/parks/parc-asterix/parc-asterix.service.ts
index 641670e..e3d2e8a 100644
--- a/src/parks/parc-asterix/parc-asterix.service.ts
+++ b/src/parks/parc-asterix/parc-asterix.service.ts
@@ -54,7 +54,8 @@ export class ParcAsterixService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-      supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
diff --git a/src/parks/parks.module.ts b/src/parks/parks.module.ts
index 71a3c47..f60ca3f 100644
--- a/src/parks/parks.module.ts
+++ b/src/parks/parks.module.ts
@@ -40,9 +40,11 @@ import { SeaworldModule } from './seaworld/seaworld.module';
 import { UniversalModule } from './universal/universal.module';
 import { GardalandModule } from './gardaland/gardaland.module';
 import { CompagnieDesAlpesModule } from './compagnie-des-alpes/compagnie-des-alpes.module';
+import { MerlinEntertainmentsModule } from './merlin-entertainments/merlin-entertainments.module';
+import { PairiDaizaModule } from './pairi-daiza/pairi-daiza.module';
 
 @Module({
-  exports: [EftelingModule, ToverlandModule, PhantasialandModule, ParcAsterixModule, HolidayParkModule, DippiedoeModule, DisneyModule, WalibiModule, PortaventuraModule, SixflagsModule, BellewaerdeModule, HellendoornModule, LegolandModule, PlopsalandDePanneModule, EuropaParkModule, HansaParkModule, OuwehandsDierenparkModule, WildlandsModule, LisebergModule, HerschendModule, CedarfairModule, ParqueWarnerModule, GronaLundModule, TivoliModule, ThorpeParkModule, AltonTowersModule, PaultonsParkModule, SanDiegoZooModule, ChessingtonResortModule, BlijdorpModule, ApenheulModule, EnergylandiaModule, FamilyparkModule, BeekseBergenModule, ParquesReunidosModule, FuturoscopeModule, HersheyparkModule, SeaworldModule, UniversalModule, GardalandModule],
-  imports: [EftelingModule, ToverlandModule, PhantasialandModule, ParcAsterixModule, HolidayParkModule, DippiedoeModule, DisneyModule, WalibiModule, PortaventuraModule, SixflagsModule, BellewaerdeModule, HellendoornModule, LegolandModule, PlopsalandDePanneModule, EuropaParkModule, HansaParkModule, OuwehandsDierenparkModule, WildlandsModule, LisebergModule, HerschendModule, CedarfairModule, ParqueWarnerModule, GronaLundModule, TivoliModule, ThorpeParkModule, AltonTowersModule, PaultonsParkModule, SanDiegoZooModule, ChessingtonResortModule, BlijdorpModule, ApenheulModule, EnergylandiaModule, FamilyparkModule, BeekseBergenModule, ParquesReunidosModule, FuturoscopeModule, HersheyparkModule, SeaworldModule, UniversalModule, GardalandModule, CompagnieDesAlpesModule],
+  exports: [EftelingModule, ToverlandModule, PhantasialandModule, ParcAsterixModule, HolidayParkModule, DippiedoeModule, DisneyModule, WalibiModule, PortaventuraModule, SixflagsModule, BellewaerdeModule, HellendoornModule, LegolandModule, PlopsalandDePanneModule, EuropaParkModule, HansaParkModule, OuwehandsDierenparkModule, WildlandsModule, LisebergModule, HerschendModule, CedarfairModule, ParqueWarnerModule, GronaLundModule, TivoliModule, ThorpeParkModule, AltonTowersModule, PaultonsParkModule, SanDiegoZooModule, ChessingtonResortModule, BlijdorpModule, ApenheulModule, EnergylandiaModule, FamilyparkModule, BeekseBergenModule, ParquesReunidosModule, FuturoscopeModule, HersheyparkModule, SeaworldModule, UniversalModule, GardalandModule, CompagnieDesAlpesModule, MerlinEntertainmentsModule, PairiDaizaModule],
+  imports: [EftelingModule, ToverlandModule, PhantasialandModule, ParcAsterixModule, HolidayParkModule, DippiedoeModule, DisneyModule, WalibiModule, PortaventuraModule, SixflagsModule, BellewaerdeModule, HellendoornModule, LegolandModule, PlopsalandDePanneModule, EuropaParkModule, HansaParkModule, OuwehandsDierenparkModule, WildlandsModule, LisebergModule, HerschendModule, CedarfairModule, ParqueWarnerModule, GronaLundModule, TivoliModule, ThorpeParkModule, AltonTowersModule, PaultonsParkModule, SanDiegoZooModule, ChessingtonResortModule, BlijdorpModule, ApenheulModule, EnergylandiaModule, FamilyparkModule, BeekseBergenModule, ParquesReunidosModule, FuturoscopeModule, HersheyparkModule, SeaworldModule, UniversalModule, GardalandModule, CompagnieDesAlpesModule, MerlinEntertainmentsModule, PairiDaizaModule],
 })
 export class ParksModule {}
diff --git a/src/parks/parque-warner/parque-warner.service.spec.ts b/src/parks/parque-warner/parque-warner.service.spec.ts
index 1be3b7f..a38dbc1 100644
--- a/src/parks/parque-warner/parque-warner.service.spec.ts
+++ b/src/parks/parque-warner/parque-warner.service.spec.ts
@@ -28,5 +28,6 @@ describe('ParqueWarnerService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/parque-warner/parque-warner.service.ts b/src/parks/parque-warner/parque-warner.service.ts
index f4667a9..006c6dd 100644
--- a/src/parks/parque-warner/parque-warner.service.ts
+++ b/src/parks/parque-warner/parque-warner.service.ts
@@ -55,7 +55,8 @@ export class ParqueWarnerService extends ThemeParkService {
       supportsShowTimes: false,
       supportsAnimals: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     };
   }
 
diff --git a/src/parks/parques-reunidos/bobbejaanland/bobbejaanland.service.spec.ts b/src/parks/parques-reunidos/bobbejaanland/bobbejaanland.service.spec.ts
index c465def..2da2fb3 100644
--- a/src/parks/parques-reunidos/bobbejaanland/bobbejaanland.service.spec.ts
+++ b/src/parks/parques-reunidos/bobbejaanland/bobbejaanland.service.spec.ts
@@ -19,4 +19,14 @@ describe('BobbejaanlandService', () => {
   it('should be defined', () => {
     expect(service).toBeDefined();
   });
+
+  it('should return info', () => {
+    expect(service.getInfo().id).toBeDefined();
+  });
+
+  it('should return a list of POIs', async () => {
+    const data = await service.getPois();
+    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
+  }, 1000 * 60);
 });
diff --git a/src/parks/parques-reunidos/marineland-cote-dazur/marineland-cote-dazur.service.spec.ts b/src/parks/parques-reunidos/marineland-cote-dazur/marineland-cote-dazur.service.spec.ts
index 43a8237..15d107f 100644
--- a/src/parks/parques-reunidos/marineland-cote-dazur/marineland-cote-dazur.service.spec.ts
+++ b/src/parks/parques-reunidos/marineland-cote-dazur/marineland-cote-dazur.service.spec.ts
@@ -19,4 +19,14 @@ describe('MarinelandCoteDazurService', () => {
   it('should be defined', () => {
     expect(service).toBeDefined();
   });
+
+  it('should return info', () => {
+    expect(service.getInfo().id).toBeDefined();
+  });
+
+  it('should return a list of POIs', async () => {
+    const data = await service.getPois();
+    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
+  }, 1000 * 60);
 });
diff --git a/src/parks/parques-reunidos/mirabilandia/mirabilandia.service.spec.ts b/src/parks/parques-reunidos/mirabilandia/mirabilandia.service.spec.ts
index e290195..6869ae4 100644
--- a/src/parks/parques-reunidos/mirabilandia/mirabilandia.service.spec.ts
+++ b/src/parks/parques-reunidos/mirabilandia/mirabilandia.service.spec.ts
@@ -19,4 +19,14 @@ describe('MirabilandiaService', () => {
   it('should be defined', () => {
     expect(service).toBeDefined();
   });
+
+  it('should return info', () => {
+    expect(service.getInfo().id).toBeDefined();
+  });
+
+  it('should return a list of POIs', async () => {
+    const data = await service.getPois();
+    expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
+  }, 1000 * 60);
 });
diff --git a/src/parks/parques-reunidos/movie-park/movie-park.service.spec.ts b/src/parks/parques-reunidos/movie-park/movie-park.service.spec.ts
index c82a150..4059d59 100644
--- a/src/parks/parques-reunidos/movie-park/movie-park.service.spec.ts
+++ b/src/parks/parques-reunidos/movie-park/movie-park.service.spec.ts
@@ -27,5 +27,6 @@ describe('MovieParkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/parques-reunidos/movie-park/movie-park.service.ts b/src/parks/parques-reunidos/movie-park/movie-park.service.ts
index 9f2fe33..cd6f552 100644
--- a/src/parks/parques-reunidos/movie-park/movie-park.service.ts
+++ b/src/parks/parques-reunidos/movie-park/movie-park.service.ts
@@ -1,6 +1,8 @@
 import { Injectable } from '@nestjs/common';
 import { ParquesReunidosParkService } from '../parques-reunidos-park.service';
 import { ParkType, ThemePark } from '../../../_interfaces/park.interface';
+import { ThemeParkEvent } from '../../../_interfaces/park-event.interface';
+import { EventCategory } from '../../../_interfaces/event.category';
 
 @Injectable()
 export class MovieParkService extends ParquesReunidosParkService {
@@ -34,10 +36,19 @@ export class MovieParkService extends ParquesReunidosParkService {
   }
 
   halloweenCategories(): (string | number)[] {
-    return [48231];
+    // 2023 and 2024 respectively
+    return [48231, 62161];
   }
 
   saveWaitTimes(): boolean {
     return true;
   }
+
+  async getEvents(): Promise<ThemeParkEvent[]> {
+    return [{
+      name: 'Halloween Horror Festival',
+      slug: 'halloween-horror-festival',
+      type: EventCategory.HALLOWEEN,
+    }];
+  }
 }
diff --git a/src/parks/parques-reunidos/parque-de-atracciones/parque-de-atracciones.service.spec.ts b/src/parks/parques-reunidos/parque-de-atracciones/parque-de-atracciones.service.spec.ts
index cba4b4b..289db5f 100644
--- a/src/parks/parques-reunidos/parque-de-atracciones/parque-de-atracciones.service.spec.ts
+++ b/src/parks/parques-reunidos/parque-de-atracciones/parque-de-atracciones.service.spec.ts
@@ -27,5 +27,6 @@ describe('ParqueDeAtraccionesService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/parques-reunidos/parque-warner-madrid-beach/parque-warner-madrid-beach.service.spec.ts b/src/parks/parques-reunidos/parque-warner-madrid-beach/parque-warner-madrid-beach.service.spec.ts
index 6908089..c665b50 100644
--- a/src/parks/parques-reunidos/parque-warner-madrid-beach/parque-warner-madrid-beach.service.spec.ts
+++ b/src/parks/parques-reunidos/parque-warner-madrid-beach/parque-warner-madrid-beach.service.spec.ts
@@ -27,5 +27,6 @@ describe('ParqueWarnerMadridBeachService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/parques-reunidos/parques-reunidos-park.service.ts b/src/parks/parques-reunidos/parques-reunidos-park.service.ts
index cca39e5..f8cda16 100644
--- a/src/parks/parques-reunidos/parques-reunidos-park.service.ts
+++ b/src/parks/parques-reunidos/parques-reunidos-park.service.ts
@@ -77,7 +77,8 @@ export class ParquesReunidosParkService extends ThemeParkService {
       supportsShowTimes: supportsShows,
       supportsShows: supportsShows,
       supportsTranslations: true,
-      supportsHalloween: supportsHalloween,
+      textType: "UNDEFINED",
+      supportsEvents: supportsHalloween,
     };
   }
 
@@ -96,7 +97,7 @@ export class ParquesReunidosParkService extends ThemeParkService {
       promises.push(this.getRestaurants());
     }
 
-    if (this.getSupports().supportsHalloween) {
+    if (this.getSupports().supportsEvents) {
       promises.push(this.getHalloweenEvents());
     }
 
diff --git a/src/parks/parques-reunidos/parques-reunidos-transfer/parques-reunidos.transfer.ts b/src/parks/parques-reunidos/parques-reunidos-transfer/parques-reunidos.transfer.ts
index 67b1e6b..cf4eaa3 100644
--- a/src/parks/parques-reunidos/parques-reunidos-transfer/parques-reunidos.transfer.ts
+++ b/src/parks/parques-reunidos/parques-reunidos-transfer/parques-reunidos.transfer.ts
@@ -8,6 +8,7 @@ import { ParqueAtraccionesShowsResponseInterface } from '../interfaces/parque-at
 import * as moment from 'moment-timezone';
 import { ShowTime } from '../../../_interfaces/showtimes.interface';
 import { ParqueReunidosNewShowItemInterface } from '../interfaces/parque-reunidos-new-show-interface';
+import { EventCategory } from '../../../_interfaces/event.category';
 
 @Injectable()
 export class ParquesReunidosTransfer extends TransferService {
@@ -86,10 +87,12 @@ export class ParquesReunidosTransfer extends TransferService {
         // Casa del Terror
         case 36921:
           r.category = PoiCategory.HALLOWEEN_EVENT;
+          r.eventCategory = EventCategory.HALLOWEEN;
           break;
         // Movie park: Scare maze
         case 48231:
           r.category = PoiCategory.HALLOWEEN_WALKTROUGH;
+          r.eventCategory = EventCategory.HALLOWEEN;
           break;
         // No disponibles
         case 29844:
diff --git a/src/parks/paultons-park/paultons-park.service.spec.ts b/src/parks/paultons-park/paultons-park.service.spec.ts
index d72172b..98edc78 100644
--- a/src/parks/paultons-park/paultons-park.service.spec.ts
+++ b/src/parks/paultons-park/paultons-park.service.spec.ts
@@ -27,5 +27,6 @@ describe('PaultonsParkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/phantasialand/phantasialand-transfer/phantasialand-transfer.service.ts b/src/parks/phantasialand/phantasialand-transfer/phantasialand-transfer.service.ts
index 8ef1942..727b6b1 100644
--- a/src/parks/phantasialand/phantasialand-transfer/phantasialand-transfer.service.ts
+++ b/src/parks/phantasialand/phantasialand-transfer/phantasialand-transfer.service.ts
@@ -49,7 +49,7 @@ export class PhantasialandTransferService extends TransferService {
       entrance = {
         lat: poi.entrance.world.lat,
         lng: poi.entrance.world.lng,
-      }
+      };
     }
 
     return {
@@ -58,7 +58,7 @@ export class PhantasialandTransferService extends TransferService {
       subTitle: poi.tagline.en,
       description: poi.description.en,
       entrance: entrance,
-      area: poi.area,
+      area: this.titleCase(poi.area.replace(/_/g, ' ')),
       location: {
         lat: poi.entrance.world.lat,
         lng: poi.entrance.world.lng,
@@ -72,11 +72,24 @@ export class PhantasialandTransferService extends TransferService {
       maxSize: poi.maxSize,
       minAgeWithoutEscort: poi.minAge,
       minSizeWithEscort: poi.minSizeEscort === 1 ? 0 : poi.minSizeEscort,
-      minSizeWithoutEscort: poi.minSize
+      minSizeWithoutEscort: poi.minSize,
     };
   }
 
   public getLocalizedData(poi: PhantasialandPoi): LocalizedDataInterface {
     return {};
   }
+
+  private titleCase(str: string): string {
+    const splitStr = str.toLowerCase().split(' ');
+
+    for (let i = 0; i < splitStr.length; i++) {
+      // You do not need to check if i is larger than splitStr length, as your for does that for you
+      // Assign it back to the array
+      splitStr[i] = splitStr[i].charAt(0).toUpperCase() + splitStr[i].substring(1);
+    }
+
+    // Directly return the joined string
+    return splitStr.join(' ');
+  }
 }
diff --git a/src/parks/phantasialand/phantasialand.service.spec.ts b/src/parks/phantasialand/phantasialand.service.spec.ts
index 2563692..08b11f4 100644
--- a/src/parks/phantasialand/phantasialand.service.spec.ts
+++ b/src/parks/phantasialand/phantasialand.service.spec.ts
@@ -27,5 +27,6 @@ describe('PhantasialandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 20);
 });
diff --git a/src/parks/phantasialand/phantasialand.service.ts b/src/parks/phantasialand/phantasialand.service.ts
index d1da173..8784d99 100644
--- a/src/parks/phantasialand/phantasialand.service.ts
+++ b/src/parks/phantasialand/phantasialand.service.ts
@@ -10,6 +10,7 @@ import { PhantasialandWaitTimeItem } from './interfaces/phantasialand-wait-time-
 import * as moment from 'moment-timezone';
 import { ShowTime } from '../../_interfaces/showtimes.interface';
 import { HttpService } from '@nestjs/axios';
+import { ThemeParkOpeningTimes } from '../../_interfaces/park-openingtimes.interface';
 
 @Injectable()
 export class PhantasialandService extends ThroughPoisThemeParkService {
@@ -56,10 +57,11 @@ export class PhantasialandService extends ThroughPoisThemeParkService {
       supportsShopOpeningTimes: false,
       supportsRideWaitTimesHistory: true,
       supportsOpeningTimesHistory: false,
-      supportsOpeningTimes: false,
+      supportsOpeningTimes: true,
       supportsAnimals: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+      supportsEvents: false,
     };
   }
 
@@ -102,7 +104,7 @@ supportsHalloween: false,
                 currentDateTimezone: moment().tz('Europe/Berlin').format(),
                 timezone: 'Europe/Berlin',
                 currentDate: moment().tz('Europe/Berlin').format('YYYY-MM-DD'),
-                showTimes: showTimes
+                showTimes: showTimes,
               };
             }
           }
@@ -196,4 +198,30 @@ supportsHalloween: false,
         throw new InternalServerErrorException();
       });
   }
+
+  async getOpeningTimes(): Promise<ThemeParkOpeningTimes[]> {
+    return this.request<any[]>('park-infos')
+      .then((res) => {
+        if (res.data && res.data.length > 0) {
+          const obj = res.data[0];
+          const startTime = obj.open.split(' ')[1];
+          const endTime = obj.close.split(' ')[1];
+
+          return [{
+            date: moment().format(),
+            openingTimes: [{
+              open: moment(startTime, 'HH:mm:ss').format(),
+              openTime: startTime,
+              close: moment(endTime, 'HH:mm:ss').format(),
+              closeTime: endTime
+            }]
+          }]
+        } else {
+          return [{
+            date: moment().format(),
+            openingTimes: []
+          }]
+        }
+      });
+  }
 }
diff --git a/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.spec.ts b/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.spec.ts
index db40fdd..7ad5d9d 100644
--- a/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.spec.ts
+++ b/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.spec.ts
@@ -28,5 +28,6 @@ describe('PlopsalandDePanneService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.ts b/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.ts
index 2dca347..ed3dca9 100644
--- a/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.ts
+++ b/src/parks/plopsaland/plopsaland-de-panne/plopsaland-de-panne.service.ts
@@ -50,7 +50,8 @@ export class PlopsalandDePanneService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: true,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     };
   }
 
diff --git a/src/parks/portaventura/portaventura-base-service/portaventura-base-service.service.ts b/src/parks/portaventura/portaventura-base-service/portaventura-base-service.service.ts
index 6b72fe8..8413c24 100644
--- a/src/parks/portaventura/portaventura-base-service/portaventura-base-service.service.ts
+++ b/src/parks/portaventura/portaventura-base-service/portaventura-base-service.service.ts
@@ -25,7 +25,7 @@ export class PortaventuraBaseServiceService extends ThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -40,6 +40,7 @@ export class PortaventuraBaseServiceService extends ThemeParkService {
       supportsShowTimes: true,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.spec.ts b/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.spec.ts
index 7143fb1..19f9f64 100644
--- a/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.spec.ts
+++ b/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.spec.ts
@@ -15,4 +15,14 @@ describe('SanDiegoSafariParkService', () => {
   it('should be defined', () => {
     expect(service).toBeDefined();
   });
+
+  // it('should return info', () => {
+  //   expect(service.getInfo().id).toBeDefined();
+  // });
+  //
+  // it('should return a list of POIs', async () => {
+  //   const data = await service.getPois();
+  //   expect(data).toBeInstanceOf(Array);
+  //   expect(data.length).toBeGreaterThan(6);
+  // }, 1000 * 60);
 });
diff --git a/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.ts b/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.ts
index 3696a37..0324660 100644
--- a/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.ts
+++ b/src/parks/san-diego-zoo/san-diego-safari-park/san-diego-safari-park.service.ts
@@ -2,3 +2,4 @@ import { Injectable } from '@nestjs/common';
 
 @Injectable()
 export class SanDiegoSafariParkService {}
+// TODO: Implement Safari Park
diff --git a/src/parks/san-diego-zoo/san-diego-zoo/san-diego-zoo.service.spec.ts b/src/parks/san-diego-zoo/san-diego-zoo/san-diego-zoo.service.spec.ts
index eff25c2..eba3f94 100644
--- a/src/parks/san-diego-zoo/san-diego-zoo/san-diego-zoo.service.spec.ts
+++ b/src/parks/san-diego-zoo/san-diego-zoo/san-diego-zoo.service.spec.ts
@@ -27,5 +27,6 @@ describe('SanDiegoZooService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/bush-gardens-tampa-bay/bush-gardens-tampa-bay.service.spec.ts b/src/parks/seaworld/bush-gardens-tampa-bay/bush-gardens-tampa-bay.service.spec.ts
index e9ba59e..8026294 100644
--- a/src/parks/seaworld/bush-gardens-tampa-bay/bush-gardens-tampa-bay.service.spec.ts
+++ b/src/parks/seaworld/bush-gardens-tampa-bay/bush-gardens-tampa-bay.service.spec.ts
@@ -30,5 +30,6 @@ describe('BushGardensTampaBayService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/bush-gardens-williamsburg/bush-gardens-williamsburg.service.spec.ts b/src/parks/seaworld/bush-gardens-williamsburg/bush-gardens-williamsburg.service.spec.ts
index b90dc46..ffa400d 100644
--- a/src/parks/seaworld/bush-gardens-williamsburg/bush-gardens-williamsburg.service.spec.ts
+++ b/src/parks/seaworld/bush-gardens-williamsburg/bush-gardens-williamsburg.service.spec.ts
@@ -30,5 +30,6 @@ describe('BushGardensWilliamsburgService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/seaworld-base/seaworld-base.service.ts b/src/parks/seaworld/seaworld-base/seaworld-base.service.ts
index db45761..a257074 100644
--- a/src/parks/seaworld/seaworld-base/seaworld-base.service.ts
+++ b/src/parks/seaworld/seaworld-base/seaworld-base.service.ts
@@ -21,7 +21,7 @@ export class SeaworldBaseService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: true,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -36,6 +36,7 @@ export class SeaworldBaseService extends ThroughPoisThemeParkService {
       supportsShowTimes: false,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/seaworld/seaworld-orlando/seaworld-orlando.service.spec.ts b/src/parks/seaworld/seaworld-orlando/seaworld-orlando.service.spec.ts
index eac5004..9ce157d 100644
--- a/src/parks/seaworld/seaworld-orlando/seaworld-orlando.service.spec.ts
+++ b/src/parks/seaworld/seaworld-orlando/seaworld-orlando.service.spec.ts
@@ -30,5 +30,6 @@ describe('SeaworldOrlandoService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/seaworld-san-antonio/seaworld-san-antonio.service.spec.ts b/src/parks/seaworld/seaworld-san-antonio/seaworld-san-antonio.service.spec.ts
index 033ce83..2651bef 100644
--- a/src/parks/seaworld/seaworld-san-antonio/seaworld-san-antonio.service.spec.ts
+++ b/src/parks/seaworld/seaworld-san-antonio/seaworld-san-antonio.service.spec.ts
@@ -30,5 +30,6 @@ describe('SeaworldSanAntonioService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/seaworld-san-diego/seaworld-san-diego.service.spec.ts b/src/parks/seaworld/seaworld-san-diego/seaworld-san-diego.service.spec.ts
index b643c54..875b17a 100644
--- a/src/parks/seaworld/seaworld-san-diego/seaworld-san-diego.service.spec.ts
+++ b/src/parks/seaworld/seaworld-san-diego/seaworld-san-diego.service.spec.ts
@@ -30,5 +30,6 @@ describe('SeaworldSanDiegoService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/seaworld-transfer/seaworld-transfer.service.ts b/src/parks/seaworld/seaworld-transfer/seaworld-transfer.service.ts
index 639d025..8557bad 100644
--- a/src/parks/seaworld/seaworld-transfer/seaworld-transfer.service.ts
+++ b/src/parks/seaworld/seaworld-transfer/seaworld-transfer.service.ts
@@ -5,16 +5,23 @@ import { SeaworldBaseItem } from '../interfaces/seaworld-base-item.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
 import { ShowTime } from '../../../_interfaces/showtimes.interface';
 import * as moment from 'moment-timezone';
+import * as sluggo from 'sluggo';
 
 @Injectable()
 export class SeaworldTransferService extends TransferService {
   transferPoiToPoi(poi: SeaworldBaseItem, locale?: string): Poi {
+    const name = poi.Name
+      .replace('All-New!', '')
+      .replace('All-New', '')
+      .replace('All New!', '')
+      .replace('All New', '');
+
     const p: Poi = {
       category: PoiCategory.UNDEFINED,
       original_category: poi.Type,
-      id: `${poi.Id}`,
+      id: poi.Name ? sluggo(name, {}) : `${poi.Id}`,
       original: poi,
-      title: poi.Name,
+      title: name,
       subTitle: poi.ShortDescription,
       description: poi.LongDescription,
       image_url: poi.ListingImageUrl,
diff --git a/src/parks/seaworld/sesame-place-langhorne/sesame-place-langhorne.service.spec.ts b/src/parks/seaworld/sesame-place-langhorne/sesame-place-langhorne.service.spec.ts
index 2ef0175..d1de11b 100644
--- a/src/parks/seaworld/sesame-place-langhorne/sesame-place-langhorne.service.spec.ts
+++ b/src/parks/seaworld/sesame-place-langhorne/sesame-place-langhorne.service.spec.ts
@@ -30,5 +30,6 @@ describe('SesamePlaceLanghorneService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/seaworld/sesame-place-san-diego/sesame-place-san-diego.service.spec.ts b/src/parks/seaworld/sesame-place-san-diego/sesame-place-san-diego.service.spec.ts
index 44bd2bf..932b703 100644
--- a/src/parks/seaworld/sesame-place-san-diego/sesame-place-san-diego.service.spec.ts
+++ b/src/parks/seaworld/sesame-place-san-diego/sesame-place-san-diego.service.spec.ts
@@ -30,5 +30,6 @@ describe('SesamePlaceSanDiegoService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.spec.ts b/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.spec.ts
index c4a6528..b00c880 100644
--- a/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.spec.ts
+++ b/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.spec.ts
@@ -32,5 +32,6 @@ describe('SixFlagsGeneralParkService', () => {
     service.setParkId('1');
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.ts b/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.ts
index b7124e0..fb9afe4 100644
--- a/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.ts
+++ b/src/parks/sixflags/parks/six-flags-general-park/six-flags-general-park.service.ts
@@ -54,7 +54,8 @@ export class SixFlagsGeneralParkService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: this.getInfo().parkType === ParkType.ZOO,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: "UNDEFINED",
+supportsEvents: false,
     };
   }
 
diff --git a/src/parks/sixflags/sixflags-transfer/sixflags-transfer.service.ts b/src/parks/sixflags/sixflags-transfer/sixflags-transfer.service.ts
index 8cda8ce..790dc03 100644
--- a/src/parks/sixflags/sixflags-transfer/sixflags-transfer.service.ts
+++ b/src/parks/sixflags/sixflags-transfer/sixflags-transfer.service.ts
@@ -4,6 +4,7 @@ import { Poi } from '../../../_interfaces/poi.interface';
 import { SixflagsMapItemInterface, SixflagsRideRideTypeMapEnum } from '../interfaces/sixflags-map-item.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
 import { RideCategory } from '../../../_interfaces/ride-category.interface';
+import * as sluggo from 'sluggo';
 
 @Injectable()
 export class SixflagsTransferService extends TransferService {
@@ -32,7 +33,7 @@ export class SixflagsTransferService extends TransferService {
     }
 
     const p: Poi = {
-      id: id + '',
+      id: poi.name ? sluggo(poi.name) : id,
       title: poi.name,
       description: poi.body ?? poi.description,
       subTitle: poi.tagLine ?? poi.description,
diff --git a/src/parks/sixflags/sixflags.module.ts b/src/parks/sixflags/sixflags.module.ts
index b09e0d9..0ffaaba 100644
--- a/src/parks/sixflags/sixflags.module.ts
+++ b/src/parks/sixflags/sixflags.module.ts
@@ -15,7 +15,7 @@ import { HttpModule } from '@nestjs/axios';
     }),
   ],
   exports: [SixflagsService],
-  providers: [SixflagsTransferService, SixFlagsGeneralParkService, SixflagsService, SixFlagsGeneralParkService],
+  providers: [SixflagsTransferService, SixFlagsGeneralParkService, SixflagsService],
 })
 export class SixflagsModule {
 }
diff --git a/src/parks/sixflags/sixflags.service.spec.ts b/src/parks/sixflags/sixflags.service.spec.ts
index 2e7d621..7677cbf 100644
--- a/src/parks/sixflags/sixflags.service.spec.ts
+++ b/src/parks/sixflags/sixflags.service.spec.ts
@@ -23,10 +23,12 @@ describe('SixflagsService', () => {
   it('can retrieve parks', async () => {
     const data = await service.getParks();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 
   it('can retrieve info for all parks', async () => {
     const data = await service.getParkServices();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/thorpe-park/thorpe-park.service.spec.ts b/src/parks/thorpe-park/thorpe-park.service.spec.ts
index df26e9c..7402ca0 100644
--- a/src/parks/thorpe-park/thorpe-park.service.spec.ts
+++ b/src/parks/thorpe-park/thorpe-park.service.spec.ts
@@ -30,5 +30,6 @@ describe('ThorpeParkService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/tivoli/tivoli-transfer/tivoli-transfer.service.ts b/src/parks/tivoli/tivoli-transfer/tivoli-transfer.service.ts
index 0ddca34..aecf48a 100644
--- a/src/parks/tivoli/tivoli-transfer/tivoli-transfer.service.ts
+++ b/src/parks/tivoli/tivoli-transfer/tivoli-transfer.service.ts
@@ -5,12 +5,13 @@ import { Food, OpeningHour, Ride, TivoliDataResponseInterface } from '../interfa
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
 import { ThemeParkOpeningTimes } from '../../../_interfaces/park-openingtimes.interface';
 import * as moment from 'moment-timezone';
+import * as sluggo from 'sluggo';
 
 @Injectable()
 export class TivoliTransferService extends TransferService {
   transferPoiToPoi(poi: Ride | Food): Poi {
     const p: Poi = {
-      id: poi.Id,
+      id: poi.IntroductionHeadline ? sluggo(poi.IntroductionHeadline) : poi.Id,
       title: poi.IntroductionHeadline,
       original: poi,
       category: PoiCategory.ATTRACTION,
diff --git a/src/parks/tivoli/tivoli.service.spec.ts b/src/parks/tivoli/tivoli.service.spec.ts
index 8188339..e9d8434 100644
--- a/src/parks/tivoli/tivoli.service.spec.ts
+++ b/src/parks/tivoli/tivoli.service.spec.ts
@@ -28,5 +28,6 @@ describe('TivoliService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/tivoli/tivoli.service.ts b/src/parks/tivoli/tivoli.service.ts
index 46a8fdf..83e9d43 100644
--- a/src/parks/tivoli/tivoli.service.ts
+++ b/src/parks/tivoli/tivoli.service.ts
@@ -34,7 +34,7 @@ export class TivoliService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: true,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -49,6 +49,7 @@ export class TivoliService extends ThroughPoisThemeParkService {
       supportsShowTimes: false,
       supportsShows: true,
       supportsTranslations: false,
+      textType: "UNDEFINED",
     };
   }
 
diff --git a/src/parks/toverland/toverland-transfer/toverland-transfer.service.ts b/src/parks/toverland/toverland-transfer/toverland-transfer.service.ts
index 6d9a59d..4aa89d2 100644
--- a/src/parks/toverland/toverland-transfer/toverland-transfer.service.ts
+++ b/src/parks/toverland/toverland-transfer/toverland-transfer.service.ts
@@ -8,6 +8,8 @@ import { ToverlandFoodAndDrink } from '../interfaces/toverland-foodanddrink.inte
 import { ToverlandShow, ToverlandShowTime } from '../interfaces/toverland-show.interface';
 import { ToverlandHalloweenEvent } from '../interfaces/toverland-halloween-event.interface';
 import { ShowTime } from '../../../_interfaces/showtimes.interface';
+import { EventCategory } from '../../../_interfaces/event.category';
+import * as sluggo from 'sluggo';
 
 @Injectable()
 export class ToverlandTransferService extends TransferService {
@@ -31,6 +33,7 @@ export class ToverlandTransferService extends TransferService {
 
   transferHalloweenEventToPoi(halloweenEvent: ToverlandHalloweenEvent, locale: string): Poi {
     const s = this.transferPoiToPoi(halloweenEvent, locale);
+    s.eventCategory = EventCategory.HALLOWEEN;
 
     switch (halloweenEvent.type_id) {
       case 1:
@@ -75,9 +78,10 @@ export class ToverlandTransferService extends TransferService {
     }
 
     const r: Poi = {
-      id: `${poi.id}`,
+      id: poi.name ? sluggo(poi.name) : `${poi.id}`,
       category: PoiCategory.UNDEFINED,
       title: poi.name,
+      subTitle: poi.short_description.en,
       localizedSubtitles: poi.short_description,
       image_url: poi.thumbnail,
       description: poi.description.en,
@@ -92,9 +96,11 @@ export class ToverlandTransferService extends TransferService {
 
     switch (locale) {
       case 'de':
+        r.subTitle = poi.short_description.de;
         r.description = poi.description.de;
         break;
       case 'nl':
+        r.subTitle = poi.short_description.nl;
         r.description = poi.description.nl;
         break;
       default:
diff --git a/src/parks/toverland/toverland.service.spec.ts b/src/parks/toverland/toverland.service.spec.ts
index 57c592c..20a3105 100644
--- a/src/parks/toverland/toverland.service.spec.ts
+++ b/src/parks/toverland/toverland.service.spec.ts
@@ -28,5 +28,6 @@ describe('ToverlandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/toverland/toverland.service.ts b/src/parks/toverland/toverland.service.ts
index efcadf8..4d13913 100644
--- a/src/parks/toverland/toverland.service.ts
+++ b/src/parks/toverland/toverland.service.ts
@@ -11,6 +11,8 @@ import { ToverlandTransferService } from './toverland-transfer/toverland-transfe
 import { ToverlandShow } from './interfaces/toverland-show.interface';
 import { LocaleService } from '../../_services/locale/locale.service';
 import { HttpService } from '@nestjs/axios';
+import { ThemeParkEvent } from '../../_interfaces/park-event.interface';
+import { EventCategory } from '../../_interfaces/event.category';
 
 @Injectable()
 export class ToverlandService extends ThemeParkService {
@@ -60,7 +62,8 @@ export class ToverlandService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsAnimals: false,
       supportsTranslations: true,
-      supportsHalloween: true,
+      textType: "UNDEFINED",
+      supportsEvents: true,
     };
   }
 
@@ -72,8 +75,8 @@ export class ToverlandService extends ThemeParkService {
       .catch((exception) => {
         Sentry.captureException(exception);
         console.error(exception);
-        throw new HttpException("Failed to fetch rides", 500, {
-          cause: new Error('Failed to fetch rides: ' + exception.toString())
+        throw new HttpException('Failed to fetch rides', 500, {
+          cause: new Error('Failed to fetch rides: ' + exception.toString()),
         });
       });
   }
@@ -88,7 +91,7 @@ export class ToverlandService extends ThemeParkService {
         Sentry.captureException(exception);
         console.error(exception);
         throw new HttpException('Failed to fetch restaurants', 500, {
-          cause: new Error('Failed to fetch restaurants: ' + exception.toString())
+          cause: new Error('Failed to fetch restaurants: ' + exception.toString()),
         });
       });
   }
@@ -102,7 +105,7 @@ export class ToverlandService extends ThemeParkService {
         Sentry.captureException(exception);
         console.error(exception);
         throw new HttpException('Failed to fetch shows', 500, {
-          cause: new Error('Failed to fetch shows: ' + exception.toString())
+          cause: new Error('Failed to fetch shows: ' + exception.toString()),
         });
       });
   }
@@ -116,7 +119,7 @@ export class ToverlandService extends ThemeParkService {
         Sentry.captureException(exception);
         console.error(exception);
         throw new HttpException('Failed to fetch halloween events', 500, {
-          cause: new Error('Failed to fetch halloween events: ' + exception.toString())
+          cause: new Error('Failed to fetch halloween events: ' + exception.toString()),
         });
       });
   }
@@ -152,10 +155,58 @@ export class ToverlandService extends ThemeParkService {
       this.getRides(),
       this.getRestaurants(),
       this.getShows(),
+      this.getHalloweenEvents(),
     ];
 
     return []
       .concat
       .apply([], await Promise.all(promises));
   }
+
+  async getEvents(): Promise<ThemeParkEvent[]> {
+    return [{
+      dates: [
+        '2024-10-05',
+        '2024-10-12',
+        '2024-10-19',
+        '2024-10-20',
+        '2024-10-21',
+        '2024-10-23',
+        '2024-10-24',
+        '2024-10-25',
+        '2024-10-26',
+        '2024-10-27',
+        '2024-11-01',
+        '2024-11-02',
+        '2024-11-09',
+      ],
+      description: 'De Toverland Halloween Nights zijn een terugkerend Halloween-evenement waar je zeker bent de stuipen op het lijf geschrokken te worden.',
+      image: 'https://www.toverland.com/fileadmin/_processed_/5/b/csm_Cirque-close-middel_9ac7a20e79.jpg',
+      name: 'Halloween Nights',
+      slug: 'halloween-nights',
+      pois: await this.getHalloweenEvents(),
+      subTitle: 'Discover your own fear',
+      type: EventCategory.HALLOWEEN,
+    }, {
+      dates: [
+        '2024-10-05', '2024-10-06',
+        '2024-10-12', '2024-10-13',
+        '2024-10-19', '2024-10-20', '2024-10-21', '2024-10-22', '2024-10-23', '2024-10-24', '2024-10-25', '2024-10-26', '2024-10-27', '2024-10-28', '2024-10-29', '2024-10-30', '2024-10-31',
+        '2024-11-01', '2024-11-02', '2024-11-03',
+        '2024-11-09', '2024-11-10',
+      ],
+      image: 'https://www.toverland.com/fileadmin/_processed_/a/8/csm_Days-Pumpkin-2-middel_275d8fcc38.jpg',
+      name: 'Halloween Days',
+      slug: 'halloween-days',
+      pois: await this.getHalloweenEvents(),
+      subTitle: 'Samen griezelen met een lach',
+      type: EventCategory.HALLOWEEN,
+    }, {
+      name: 'Winter Feelings',
+      subTitle: 'Toverland in Winterse sferen',
+      slug: 'winter-feelings',
+      type: EventCategory.WINTER,
+      image: 'https://www.looopings.nl/img/foto/23/1204eentover32.jpg',
+    }];
+  }
 }
diff --git a/src/parks/universal/islands-of-adventure/islands-of-adventure.service.spec.ts b/src/parks/universal/islands-of-adventure/islands-of-adventure.service.spec.ts
index 6a3156d..8490fc4 100644
--- a/src/parks/universal/islands-of-adventure/islands-of-adventure.service.spec.ts
+++ b/src/parks/universal/islands-of-adventure/islands-of-adventure.service.spec.ts
@@ -27,5 +27,6 @@ describe('IslandsOfAdventureService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/universal/universal-base/universal-base.service.ts b/src/parks/universal/universal-base/universal-base.service.ts
index abe2852..136dfbd 100644
--- a/src/parks/universal/universal-base/universal-base.service.ts
+++ b/src/parks/universal/universal-base/universal-base.service.ts
@@ -1,7 +1,5 @@
 import { Injectable, InternalServerErrorException, NotImplementedException } from '@nestjs/common';
 import { HttpService } from '@nestjs/axios';
-// import * as moment from 'moment';
-// import * as crypto from 'node:crypto';
 import { ThemeParkSupports } from '../../../_interfaces/park-supports.interface';
 import { Poi } from '../../../_interfaces/poi.interface';
 import { UniversalTransferService } from '../universal-transfer/universal-transfer.service';
@@ -12,8 +10,8 @@ import * as Sentry from '@sentry/node';
 @Injectable()
 export class UniversalBaseService extends ThroughPoisThemeParkService {
   private readonly _apiUrl: string;
-  private readonly _apiKey : string;
-  private readonly _apiSecret : string;
+  private readonly _apiKey: string;
+  private readonly _apiSecret: string;
 
   constructor(private readonly http: HttpService, private readonly transfer: UniversalTransferService, private readonly config: ConfigService) {
     super();
@@ -26,7 +24,7 @@ export class UniversalBaseService extends ThroughPoisThemeParkService {
   getSupports(): ThemeParkSupports {
     return {
       supportsAnimals: false,
-      supportsHalloween: false,
+      supportsEvents: false,
       supportsOpeningTimes: false,
       supportsOpeningTimesHistory: false,
       supportsPoiLocations: true,
@@ -40,64 +38,32 @@ export class UniversalBaseService extends ThroughPoisThemeParkService {
       supportsShops: true,
       supportsShowTimes: true,
       supportsShows: true,
-      supportsTranslations: false
-    }
+      supportsTranslations: false,
+      textType: 'UNDEFINED',
+    };
   }
 
   getCity(): string {
-    throw new NotImplementedException("GetCity is not implemented")
+    throw new NotImplementedException('GetCity is not implemented');
   }
 
   getVenueId(): string {
-    throw new NotImplementedException("GetVenueId is not implemented")
+    throw new NotImplementedException('GetVenueId is not implemented');
   }
 
+  // TODO: Universal supports Wait Times, but only testable while not on blocklist
   async getPois(): Promise<Poi[]> {
-    return this.http.get(`${this._apiUrl}/pointsofinterest`, {
+    return this.http.get(`${this._apiUrl}/eventseries`, {
       params: {
-        city: this.getCity()
-      }
+        city: this.getCity(),
+        pageSize: 'All',
+      },
     })
       .toPromise()
       .then((res) => this.transfer.transferDataObjectToPois(res.data, this.getVenueId()))
       .catch((err) => {
         Sentry.captureException(err);
-        console.log(err);
-        throw new InternalServerErrorException();
-      })
+        throw new InternalServerErrorException(err);
+      });
   }
-
-  // private getToken() {
-  //   // Get access token
-  //   // generate access token signature
-  //   //  calculate current date to generate access token signature
-  //   const today = `${moment.utc().format('ddd, DD MMM YYYY HH:mm:ss')} GMT`;
-  //
-  //   // create signature to get access token
-  //   const signatureBuilder = crypto.createHmac('sha256', this._apiSecret);
-  //   signatureBuilder.update(`${this._apiKey}\n${today}\n`);
-  //   // generate hash from signature builder
-  //   //  also convert trailing equal signs to unicode. because. I don't know
-  //   const signature = signatureBuilder.digest('base64').replace(/=$/, '\u003d');
-  //
-  //   // request new access token
-  //   return this.http.post(this._apiUrl, {
-  //     headers: {
-  //       Date: today,
-  //     },
-  //     body: {
-  //       apiKey: this._apiKey,
-  //       signature,
-  //     },
-  //   })
-  //     .toPromise()
-  //     .then((res) => {
-  //       console.log(res);
-  //       // check we actually got the token back
-  //       // if (!body.Token) {
-  //       //   this.Log(body.toString('ascii'));
-  //       //   return Promise.reject(new Error('Missing access token from Universal API'));
-  //       // }
-  //     });
-  // }
 }
diff --git a/src/parks/universal/universal-studios-florida/universal-studios-florida.service.spec.ts b/src/parks/universal/universal-studios-florida/universal-studios-florida.service.spec.ts
index ea9ba75..d89fe24 100644
--- a/src/parks/universal/universal-studios-florida/universal-studios-florida.service.spec.ts
+++ b/src/parks/universal/universal-studios-florida/universal-studios-florida.service.spec.ts
@@ -27,5 +27,6 @@ describe('UniversalStudiosFloridaService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/universal/universal-studios-hollywood/universal-studios-hollywood.service.spec.ts b/src/parks/universal/universal-studios-hollywood/universal-studios-hollywood.service.spec.ts
index 2a7bc72..3b63fea 100644
--- a/src/parks/universal/universal-studios-hollywood/universal-studios-hollywood.service.spec.ts
+++ b/src/parks/universal/universal-studios-hollywood/universal-studios-hollywood.service.spec.ts
@@ -27,5 +27,6 @@ describe('UniversalStudiosHollywoodService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/universal/universal-transfer/universal-transfer.service.ts b/src/parks/universal/universal-transfer/universal-transfer.service.ts
index 14ba590..a3530bf 100644
--- a/src/parks/universal/universal-transfer/universal-transfer.service.ts
+++ b/src/parks/universal/universal-transfer/universal-transfer.service.ts
@@ -3,12 +3,11 @@ import { TransferService } from '../../../_services/transfer/transfer.service';
 import { Poi } from '../../../_interfaces/poi.interface';
 import {
   UniversalBaseItem,
-  UniversalBaseResponse,
   UniversalCategory,
 } from '../interfaces/universal-base-response.interface';
 import { PoiCategory } from '../../../_interfaces/poi-categories.enum';
 import { ShowTime } from '../../../_interfaces/showtimes.interface';
-import * as moment from 'moment-timezone'
+import * as moment from 'moment-timezone';
 
 @Injectable()
 export class UniversalTransferService extends TransferService {
@@ -23,21 +22,22 @@ export class UniversalTransferService extends TransferService {
       description: poi.MblLongDescription ?? poi.MblShortDescription,
       images: poi.DetailImages,
       image_url: poi.ListImage ?? poi.ThumbnailImage,
-      previewImage: poi.ListImage ?? poi.ThumbnailImage,
+      previewImage: poi.ThumbnailImage ?? poi.ListImage,
       location: {
         lat: poi.Latitude,
-        lng: poi.Longitude
-      }
-    }
+        lng: poi.Longitude,
+      },
+    };
 
     if (poi.MinHeightInInches) {
-      p.minSizeWithEscort = poi.MinHeightInInches * 2.54
+      p.minSizeWithEscort = poi.MinHeightInInches * 2.54;
     }
 
     if (poi.DiningMenusLinks && poi.DiningMenusLinks.length > 0) {
-      p.menuUrl = poi.DiningMenusLinks[0].MenuLink
+      p.menuUrl = poi.DiningMenusLinks[0].MenuLink;
     }
 
+    // TODO: Check if show-times are send again with API response
     if (poi.StartDateTimes) {
       let dateTime = moment.tz('America/New_York');
 
@@ -51,22 +51,22 @@ export class UniversalTransferService extends TransferService {
             localFromDate: start.format('YYYY-MM-DD'),
             localFromTime: st.split(' ')[1],
             timezoneFrom: start.format(),
-            isPassed: moment(st).tz('America/New_York', true).isBefore()
-          }
-        })
+            isPassed: moment(st).tz('America/New_York', true).isBefore(),
+          };
+        });
 
       const currently = moment().tz('America/New_York');
       p.showTimes = {
         showTimes: showTimes,
         currentDate: currently.format('YYYY-MM-DD'),
         currentDateTimezone: currently.format(),
-        timezone: 'America/New_York'
+        timezone: 'America/New_York',
       };
     }
 
     // TODO: Add Restaurant Opening Times
 
-    return p
+    return p;
   }
 
   private getCategory(poi: UniversalBaseItem): PoiCategory {
@@ -80,42 +80,42 @@ export class UniversalTransferService extends TransferService {
       case UniversalCategory.Shows:
         return PoiCategory.SHOW;
       case UniversalCategory.Shops:
-        return PoiCategory.SHOP
+        return PoiCategory.SHOP;
       case UniversalCategory.FirstAidStations:
-        return PoiCategory.FIRSTAID
+        return PoiCategory.FIRSTAID;
       case UniversalCategory.GuestServices:
-        return PoiCategory.GUEST_SERVICES
+        return PoiCategory.GUEST_SERVICES;
       case UniversalCategory.Lockers:
-        return PoiCategory.LOCKERS
+        return PoiCategory.LOCKERS;
       case UniversalCategory.Restrooms:
-        return PoiCategory.TOILETS
+        return PoiCategory.TOILETS;
       case UniversalCategory.SmokingAreas:
-        return PoiCategory.SMOKING_AREA
+        return PoiCategory.SMOKING_AREA;
       case UniversalCategory.GameHub:
-        return PoiCategory.GAME
+        return PoiCategory.GAME;
       default:
         return PoiCategory.UNDEFINED;
     }
   }
 
-//  Studios: 10010
-//  Islands: 10000
-//  CityWalk: 10011
-//  Wet 'N Wild: 45084
+  //  Studios: 10010
+  //  Islands: 10000
+  //  CityWalk: 10011
+  //  Wet 'N Wild: 45084
+
+  transferDataObjectToPois(data: any, ...args): Poi[] {
+    let pois: Poi[] = [];
+
+    data.Results.forEach((land) => {
+      const landName = land.MblDisplayName;
+
+      const attractions = land.Attractions
+        .filter((a: any) => a.VenueId && a.VenueId.toString() === args[0].toString());
+      const rides = this.transferPoisToPois(attractions)
+        .map((l) => ({ ...l, area: landName }));
+      pois = pois.concat(rides);
+    });
 
-  transferDataObjectToPois(data: UniversalBaseResponse, ...args): Poi[] {
-    return [
-      ...this.transferPoisToPois(data.Rides.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Shows.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.DiningLocations.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Atms.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Games.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Shops.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.FirstAidStations.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.GuestServices.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Lockers.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.Restrooms.filter((p) => p.VenueId == args[0])),
-      ...this.transferPoisToPois(data.SmokingAreas.filter((p) => p.VenueId == args[0])),
-    ]
+    return pois;
   }
 }
diff --git a/src/parks/walibi/belgium/walibi-belgium.service.spec.ts b/src/parks/walibi/belgium/walibi-belgium.service.spec.ts
index 00c62ea..a0f5753 100644
--- a/src/parks/walibi/belgium/walibi-belgium.service.spec.ts
+++ b/src/parks/walibi/belgium/walibi-belgium.service.spec.ts
@@ -30,5 +30,6 @@ describe('WalibiBelgiumService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/walibi/belgium/walibi-belgium.service.ts b/src/parks/walibi/belgium/walibi-belgium.service.ts
index d430046..eb8ddb2 100644
--- a/src/parks/walibi/belgium/walibi-belgium.service.ts
+++ b/src/parks/walibi/belgium/walibi-belgium.service.ts
@@ -11,7 +11,7 @@ export class WalibiBelgiumService extends CompagnieDesAlpesBaseService {
       id: 'walibi-belgium',
       name: 'Walibi Belgium',
       description: 'Walibi Belgium is een pretpark in de Belgische gemeente Waver. Het park, geopend in 1975, heeft meerdere namen gehad en is ook nog een tijdje onderdeel geweest van het Amerikaanse concern Six Flags.',
-      image: 'https://www.walibi.be/sites/default/files/styles/1280x711/public/content/editorial/2020-06/W18-TIKIWAKA_0629-1.jpg?itok=69V5PXVt',
+      image: 'https://www.walibi.be/adobe/dynamicmedia/deliver/dm-aid--245d4c53-64c1-4c1b-ba39-8d7788fcc140/23-kondaa.jpg?quality=85&preferwebp=true',
       countryCode: 'be',
       parkType: ParkType.THEMEPARK,
       location: {
diff --git a/src/parks/walibi/france/walibi-france.service.spec.ts b/src/parks/walibi/france/walibi-france.service.spec.ts
index 564d17a..e51f0e0 100644
--- a/src/parks/walibi/france/walibi-france.service.spec.ts
+++ b/src/parks/walibi/france/walibi-france.service.spec.ts
@@ -30,5 +30,6 @@ describe('WalibiFranceService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/walibi/holland/walibi-holland.service.spec.ts b/src/parks/walibi/holland/walibi-holland.service.spec.ts
index c8204d6..4d42ab5 100644
--- a/src/parks/walibi/holland/walibi-holland.service.spec.ts
+++ b/src/parks/walibi/holland/walibi-holland.service.spec.ts
@@ -30,5 +30,6 @@ describe('WalibiHollandService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   });
 });
diff --git a/src/parks/walibi/holland/walibi-holland.service.ts b/src/parks/walibi/holland/walibi-holland.service.ts
index fa80db3..068ad23 100644
--- a/src/parks/walibi/holland/walibi-holland.service.ts
+++ b/src/parks/walibi/holland/walibi-holland.service.ts
@@ -1,8 +1,10 @@
 import { Injectable } from '@nestjs/common';
 import { ParkType, ThemePark } from '../../../_interfaces/park.interface';
 import {
-  CompagnieDesAlpesBaseService
+  CompagnieDesAlpesBaseService,
 } from '../../compagnie-des-alpes/compagnie-des-alpes-base/compagnie-des-alpes-base.service';
+import { ThemeParkEvent } from '../../../_interfaces/park-event.interface';
+import { EventCategory } from '../../../_interfaces/event.category';
 
 @Injectable()
 export class WalibiHollandService extends CompagnieDesAlpesBaseService {
@@ -47,6 +49,32 @@ export class WalibiHollandService extends CompagnieDesAlpesBaseService {
   }
 
   supportsShows(): boolean {
-    return false;
+    return true;
+  }
+
+  supportsEvents(): boolean {
+    return true;
+  }
+
+  async getEvents(): Promise<ThemeParkEvent[]> {
+    const pois = await this
+      .getPois()
+      .then((r) => r.filter((p) => p.eventCategory !== undefined));
+
+    return [{
+      name: 'Halloween Fright Nights',
+      image: 'https://www.looopings.nl/img/foto/24/0201langhfn1.jpg',
+      subTitle: 'Cheers to Fears',
+      slug: 'halloween-fright-nights',
+      type: EventCategory.HALLOWEEN,
+      pois: pois,
+    }, {
+      name: 'Halloween Spooky Days',
+      image: 'https://www.walibi.nl/adobe/dynamicmedia/deliver/dm-aid--e1890ec9-2862-4316-ba42-6183f2c784a9/kv-hsd-met-pay-off-horizontaal.jpg?preferwebp=true&quality=85',
+      // subTitle: 'Cheers to Fears',
+      type: EventCategory.HALLOWEEN,
+      slug: 'halloween-spooky-days',
+      pois: pois,
+    }];
   }
 }
diff --git a/src/parks/wildlands/wildlands.service.spec.ts b/src/parks/wildlands/wildlands.service.spec.ts
index ff64adc..017076a 100644
--- a/src/parks/wildlands/wildlands.service.spec.ts
+++ b/src/parks/wildlands/wildlands.service.spec.ts
@@ -27,5 +27,6 @@ describe('WildlandsService', () => {
   it('should return a list of POIs', async () => {
     const data = await service.getPois();
     expect(data).toBeInstanceOf(Array);
+    expect(data.length).toBeGreaterThan(6);
   }, 1000 * 60);
 });
diff --git a/src/parks/wildlands/wildlands.service.ts b/src/parks/wildlands/wildlands.service.ts
index 6ee5afc..776925d 100644
--- a/src/parks/wildlands/wildlands.service.ts
+++ b/src/parks/wildlands/wildlands.service.ts
@@ -53,7 +53,8 @@ export class WildlandsService extends ThemeParkService {
       supportsOpeningTimes: false,
       supportsRideWaitTimesHistory: false,
       supportsTranslations: false,
-supportsHalloween: false,
+      textType: 'UNDEFINED',
+      supportsEvents: false,
     };
   }