/handelsblatt/articles

POST /api/handelsblatt/articles

Price: 5 credits

Get one Handelsblatt article by its URL or numeric id: headline, kicker, lead, body text, publication and update times, authors with their profile pages, section breadcrumb, topics, lead and in-body images with caption and photo credit, pull quotes, embedded media, related articles, the running posts of a live blog and, on podcast pages, the episode audio. Handelsblatt gates most of its journalism: for subscriber-only and metered articles the body is the free opening extract and is_truncated says so.

How to use it

Fetch one Handelsblatt article. article takes the full URL or just the trailing numeric id (100247421) — the id alone resolves, and a wrong slug or section in the URL still lands on the right article. Returns article_title, kicker, lead_text, text, published_at/updated_at (unix), authors, sections (breadcrumb), topics, categories, keywords, image and images with caption and credits, quotes, embeds, podcast (audio_url, duration) and related_articles. classification is FREE, METERED or PREMIUM: for METERED and PREMIUM an anonymous client gets only the free opening extract, so is_truncated is true and paragraph_count is the number of paragraphs actually delivered. Live blogs arrive with is_live_blog true and carry their newest running posts in live_updates. content_type is the editorial format: article, comment, longread, podcast or cover_story. Search and topic listings share this vocabulary too, except cover_story: Handelsblatt's own listings never distinguish a cover story from an ordinary longread, so a teaser for one reports content_type longread and only resolves to cover_story once this endpoint fetches the article itself. has_audio_version marks an article Handelsblatt also produced as read-aloud audio; the audio file itself is only served on podcast pages, through podcast.audio_url. Use handelsblatt/articles/search, handelsblatt/topics/articles or handelsblatt/feeds to find ids.

Parameters

Request body

Response

Errors

Response headers