---
title: "Export places as CSV."
method: GET
path: "/export/entries.csv"
tags: ["Export"]
---

# Export places as CSV.

`GET /export/entries.csv`

The CSV export is only available for logged in users with the role _Admin_ or _Scout_.

This request supports the same parameters as the corresponding search request.

Contact details (email/phone) are only visible for users with the role _Admin_ or _Scout_.

Information about who created the current version (created_by) is only visible for
users with the role _Admin_ or owners of this entry.

**Example**:

Export all entries in Germany:
`/export/entries.csv?bbox=47.49,0.79,54.63,18.30`

## Query parameters

- `bbox` string
- `categories` string
- `text` string
- `ids` string — Comma-separated list of identifiers
- `tags` string — Comma-separated list of tags
- `status` string — Comma-separated list of multiple review status names
- `limit` integer

## Response `200`

Successful response

## Other responses

- `401` — Access token is missing or invalid or the user has insufficient permission

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
