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.
Query parameters
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Time stamp of the oldest change (inclusive)
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Time stamp of the most recent change (exclusive)
Return entries including their ratings
Maximum number of items to return or implicit/unlimited if unspecified.
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"
}Changes
Changed in 6 of the 50 revisions of this API.10211
- ▲
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/categoriesbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/tagsbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[NewEntryWithLicense]/allOf[subschema #2]/licensebecame optional for the status200response-property-became-optional
- ▲
- ▲
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/linksbecame optional for the status200response-property-became-optional
- ▲
- ○
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/categoriesbecame required for the status200response-property-became-required
- ○
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/linksbecame required for the status200response-property-became-required
- ○
the response property
allOf[NewEntryWithLicense]/allOf[NewEntry]/tagsbecame required for the status200response-property-became-required
- ○
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
PersonFullNameto theallOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameresponse propertyallOflist for the response status200response-property-all-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse property's minLength was decreased from3to0for the response status200response-property-min-length-decreased
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added the optional property
allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[NewEntryWithLicense]/allOf[NewEntry]/founded_onto the response with the200statusresponse-optional-property-added
- ○
added
Emailto theallOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Phoneto theallOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ▲
the
allOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ●
removed the optional property
allOf[NewEntryWithLicense]/allOf[NewEntry]/contact_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[NewEntryWithLicense]/allOf[NewEntry]/founded_onfrom the response with the200statusresponse-optional-property-removed
- ○
removed
Emailfrom theallOf[NewEntryWithLicense]/allOf[NewEntry]/emailresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
Phonefrom theallOf[NewEntryWithLicense]/allOf[NewEntry]/telephoneresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
allOf[NewEntryWithLicense]/allOf[subschema #2]/licensebecame required for the status200response-property-became-required
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲