Entries/Places
Get recently changed entries
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.
get/entries/recently-changed
Query parameters
sinceinteger
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Example:1547403509
Time stamp of the oldest change (inclusive)
untilinteger
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Example:1547403509
Time stamp of the most recent change (exclusive)
with_ratingsboolean
Return entries including their ratings
limitinteger
Example:100
Maximum number of items to return or implicit/unlimited if unspecified.
offsetinteger
Example:1000
Number of items to skip in the result list or 0 if unspecified.
The pagination offset is only evaluated in conjunction with the corresponding pagination limit parameter!
Response
Successful response
Example response
{
"lat": 37.2,
"lng": 120.7,
"contact_name": "John Smith",
"email": "john.smith@example.com",
"telephone": "001 123456789",
"homepage": "https://www.slowtec.de/",
"opening_hours": "24/7",
"founded_on": "1945-10-24",
"tags": [
"organic",
"non-profit"
],
"image_url": "https://www.slowtec.de/",
"image_link_url": "https://www.slowtec.de/",
"links": [
{
"url": "https://www.slowtec.de/"
}
],
"license": "ODbL-1.0",
"id": "7cee99c287094a94acbdcf29ffff2e85"
}