/lemonde/articles

POST /api/lemonde/articles

Price: 10 credits

Get one Le Monde article by its URL: headline, standfirst, body text, publication and update times, authors, section breadcrumb, keywords, lead image with caption and credit, in-body images, embedded video ids, related links and, on live pages, the timeline of live updates. Works for the French site and for Le Monde in English, and for article, live, video and podcast pages. Le Monde is metered: for subscriber-only articles the body is the free opening extract and the share of the text withheld is reported.

How to use it

Fetch one Le Monde article by its full URL or by the bare numeric id inside that URL — both resolve, and the id is the cheaper form because it needs no slug or date. Returns article_title, description, text, published_at/updated_at (unix), language (fr or en), content_type (article, live, video, podcast), authors with their /signataires/ alias and job_title, sections (breadcrumb), keywords, image with caption and credit, images, videos (player id and provider), audio_url, related_articles and live_updates for live pages. is_premium marks subscriber-only articles; for those, text holds only the free opening extract, is_truncated is true and remaining_percent gives the share of the body withheld. Pre-2000 archive articles are all subscriber-only and about half of them carry no body element at all, so text is null there; when a body is present it is the truncated extract. On live pages text is null and the content is in live_updates. Podcast pages return metadata and audio_url but no transcript. translation_url links the same story in the other edition when Le Monde published one.

Parameters

Request body

Response

Errors

Response headers