Pressespiegel

published:


JSON API

Published entries are available as a JSON feed at:

https://51cfeef7.ap-tools.pages.dev/pressespiegel/index.json

Fields per entry

title
Article title
url
Canonical article URL
source
Domain of the publication
date
Publication date (YYYY-MM-DD)
alert
Google Alert keyword that surfaced the entry (may be absent for manually curated entries)
status
Always published in this feed
status_comment
Optional editorial note

Example

fetch('https://51cfeef7.ap-tools.pages.dev/pressespiegel/index.json')
  .then(r => r.json())
  .then(entries => {
    entries.forEach(e => console.log(e.date, e.title, e.url));
  });