/kyodo/articles

POST /api/kyodo/articles

Price: 1 credit

Get one Kyodo News article by id or url: headline, meta description, body text, publish and last-modified timestamps, writer byline, the wire or partner that supplied it, the categories it is filed under, every header photo with its caption, embedded podcast and video players, and the related-coverage links. Available in the English, simplified Chinese and traditional Chinese editions, each of which numbers its articles separately. Kyodo's own copy carries the full body only for the first days after publication — body_access and is_body_truncated say which part of the text the response holds.

How to use it

Fetch a single Kyodo News story. article takes the numeric id ('81610') or the article url; a url also decides the edition, otherwise set edition (en, zh-cn, zh-tw — the three editions publish different stories and reuse the same id numbers, so an id from one edition means a different story or nothing at all in another). body_access tells you how much text you got: 'open' is the complete story, 'membership' is the lead plus one teaser paragraph, 'archived' means the piece is older than about three months and only the opening line is served. Headline, timestamps, photos, categories and related links are complete in all three states. Feed categories[].id into kyodo/categories/articles, and related[].id back into this endpoint.

Parameters

Request body

Response

Errors

Response headers