---
title: "Get recently changed entries"
method: GET
path: "/entries/recently-changed"
tags: ["Entries/Places"]
---

# Get recently changed entries

`GET /entries/recently-changed`

Get recently changed entries that have been created/updated/archived between since and now.
Limitation: Only the most recent 1000 entries are returned and the change history is
restricted to the last 100 days.

## Query parameters

- `since` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `until` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `with_ratings` boolean
- `limit` integer
- `offset` integer

## Response `200`

Successful response

- Entry
  - `title` string, required
  - `description` string, required
  - `lat` number, double, required — Geographic latitude (in degrees)
  - `lng` number, double, required — Geographic longitude (in degrees)
  - `street` string
  - `zip` string
  - `city` string
  - `country` string
  - `state` string
  - `contact_name` string — The full name of a person.
  - `email` string — An e-mail address.
  - `telephone` string
  - `homepage` string
  - `opening_hours` string — The opening hours in OpenStreetMap format. Specification: https://wiki.openstreetmap.org/wiki/Key:opening_hours Reference implementations: https://github.com/opening-hours/ Generator tool: https://projets.pavie.info/yohours/ The service trims leading/trailing whitespaces and stores values as is. Values are currently not validated against the OSM format syntax!
  - `founded_on` string, date — The date on which an organization, initiative, or company has been founded or established.
  - `categories` string[]
  - `tags` Tag[]
  - `image_url` string
  - `image_link_url` string
  - `links` CustomLink[] — An unordered list of custom links. The ordering of list items may change between different revisions even if this list has not been modified. Don't make any assumptions about a particular ordering!
    - `url` string, required
    - `title` string
    - `description` string
  - `license` string
  - `id` string — Identifier of a resource
  - `version` integer
  - `created` integer
  - `ratings` string[]

## Changes

- **2021-08-08** `fdad7ffe4059` — 3 breaking
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/categories` became optional for the status `200`
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/tags` became optional for the status `200`
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[subschema #2]/license` became optional for the status `200`
- **2021-08-08** `36db91c22909` — 1 breaking
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/links` became optional for the status `200`
- **2021-08-08** `faa932c519e7` — 3 info
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/categories` became required for the status `200`
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/links` became required for the status `200`
  - the response property `allOf[#/components/schemas/NewEntryWithLicense]/allOf[#/components/schemas/NewEntry]/tags` became required for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/entries/recently-changed/get.md)

---

[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)
