Title: Kleingartenverein24
Author: kleingartenverein24
Published: <strong>September 23, 2026</strong>
Last modified: September 23, 2026

---

Search plugins

![](https://ps.w.org/kleingartenverein24/assets/icon-256x256.png?rev=3708776)

# Kleingartenverein24

 By [kleingartenverein24](https://profiles.wordpress.org/kleingartenverein24/)

[Download](https://downloads.wordpress.org/plugin/kleingartenverein24.1.0.3.zip)

 * [Details](https://wordpress.org/plugins/kleingartenverein24/#description)
 * [Reviews](https://wordpress.org/plugins/kleingartenverein24/#reviews)
 *  [Installation](https://wordpress.org/plugins/kleingartenverein24/#installation)
 * [Development](https://wordpress.org/plugins/kleingartenverein24/#developers)

 [Support](https://wordpress.org/support/plugin/kleingartenverein24/)

## Description

Kleingartenverein24 connects a WordPress site with the Kleingartenverein24 API. 
Garden clubs can display available or not yet leased garden plots, upcoming work
assignments, and upcoming meetings from their tenant account on their public website.

Learn more: [Kleingartenverein24 website](https://kleingartenverein24.de/).

The first feature is a shortcode for available garden plots:

    ```
    [shortaktien_garten]
    ```

Further shortcodes:

    ```
    [shortaktien_arbeitseinsaetze]

    [shortaktien_versammlungen]
    ```

The plugin adds a WordPress admin menu named “Kleingartenverein24” where site administrators
can configure the API URL, save a tenant-bound API key, and test the connection.

#### License

This plugin, all included libraries, and all included assets are GPL-licensed or
available under a GPL-compatible license.

#### External service

This plugin connects to the Kleingartenverein24 API at `https://kleingartenverein24.
de`.

API requests are made only after an administrator configures an API key in the plugin
settings or runs the connection test. The plugin sends the configured API key as
a Bearer token:

    ```
    Authorization: Bearer kgv_live_...
    ```

The API is used to authenticate the tenant and retrieve tenant garden plot, work
assignment, and meeting data. A separate `X-Tenant-Slug` header is not required 
for tenant-bound API keys.

Service website: [Kleingartenverein24](https://kleingartenverein24.de/)

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/kleingartenverein24/`.
 2. Activate the plugin through the WordPress “Plugins” screen.
 3. Open the new “Kleingartenverein24” admin menu.
 4. Enter the API URL. The default is `https://kleingartenverein24.de`.
 5. Enter the tenant-bound API key from Kleingartenverein24.
 6. Save the settings.
 7. Run “Authentifizierung testen”.
 8. Add `[shortaktien_garten]`, `[shortaktien_arbeitseinsaetze]`, or `[shortaktien_versammlungen]`
    to a page, post, or shortcode-compatible block.

## FAQ

### Where do I get the API key?

Create or renew the API key in the Kleingartenverein24 settings. The full key is
shown only directly after creation or renewal, so copy it immediately.

### Do I need a tenant slug?

No. Tenant-bound API keys are resolved by the API. The plugin only sends the Bearer
token.

### Which shortcode displays available garden plots?

Use:

    ```
    [shortaktien_garten]
    ```

You can limit the number of cards:

    ```
    [shortaktien_garten limit="6"]
    ```

### Which shortcode displays upcoming work assignments?

Use:

    ```
    [shortaktien_arbeitseinsaetze]
    ```

You can limit the number of entries:

    ```
    [shortaktien_arbeitseinsaetze limit="3"]
    ```

### Which shortcode displays upcoming meetings?

Use:

    ```
    [shortaktien_versammlungen]
    ```

You can limit the number of entries:

    ```
    [shortaktien_versammlungen limit="2"]
    ```

### What happens if the API key is invalid?

The admin connection test and the frontend shortcode show an error message. API 
access can also be blocked by the subscription or trial status of the tenant account.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Kleingartenverein24” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ kleingartenverein24 ](https://profiles.wordpress.org/kleingartenverein24/)

[Translate “Kleingartenverein24” into your language.](https://translate.wordpress.org/projects/wp-plugins/kleingartenverein24)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/kleingartenverein24/),
check out the [SVN repository](https://plugins.svn.wordpress.org/kleingartenverein24/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/kleingartenverein24/)
by [RSS](https://plugins.trac.wordpress.org/log/kleingartenverein24/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Added a unique ShortAktien prefix to all plugin declarations, stored data, hooks,
   error codes, assets, and shortcodes.

#### 1.0.2

 * Renamed the plugin to Kleingartenverein24 and requested the matching WordPress.
   org slug.

#### 1.0.1

 * Updated the plugin version metadata for the WordPress.org resubmission.

#### 1.0.0

 * Initial plugin version.
 * Added Kleingartenverein24 admin settings page.
 * Added tenant-bound Bearer token support.
 * Added authentication test against `/api/tenant/session`.
 * Added `[shortaktien_garten]` shortcode for available garden plots.
 * Added `[shortaktien_arbeitseinsaetze]` shortcode for upcoming work assignments.
 * Added `[shortaktien_versammlungen]` shortcode for upcoming meetings.
 * Added responsive frontend card styling.

## Meta

 *  Version **1.0.3**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [api](https://wordpress.org/plugins/tags/api/)[association](https://wordpress.org/plugins/tags/association/)
   [Garden](https://wordpress.org/plugins/tags/garden/)[listings](https://wordpress.org/plugins/tags/listings/)
   [shortcode](https://wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://wordpress.org/plugins/kleingartenverein24/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/kleingartenverein24/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kleingartenverein24/reviews/)

## Contributors

 *   [ kleingartenverein24 ](https://profiles.wordpress.org/kleingartenverein24/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/kleingartenverein24/)