/asahi/articles

POST /api/asahi/articles

Price: 5 credits

Get one Asahi Shimbun article by id or URL, from either the English Asia & Japan Watch edition or the Japanese asahi.com edition: headline, teaser, body text, byline, the full chain of sections the story is filed under, publish and update time, photos with captions, topic tags, related articles and, for the Japanese edition, the reporters who wrote it and whether the article is subscriber-only with how many characters stay behind the paywall.

How to use it

Fetch one Asahi Shimbun article. The id decides the edition: an all-digit id such as 16787244 is an English Asia & Japan Watch article, an alphanumeric id such as ASV852W2ZV85UTFL01YM is a Japanese asahi.com article. A full article URL of either edition is accepted too. Returns one item with edition, article_title, description, text (the body that is publicly readable), published_at and updated_at in unix seconds, byline, image and images, keywords, topics and related_articles. sections lists every desk the story is filed under, from the broad one down to the narrow one, each with its own url; section repeats the first of them. Japanese articles also carry authors, one entry per reporter with their desk, beat and profile. Japanese articles can be subscriber-only: is_premium is then true, text holds only the free opening and remaining_char_count says how many characters are withheld. English edition articles are published in full.

Parameters

Request body

Response

Errors

Response headers