/theverge/articles

POST /api/theverge/articles

Price: 10 credits

Get a full The Verge story by id, URL or node id: headline, excerpt, the body as plain text and as HTML, separate first-publication, publication and update timestamps, word count, every credited author with job title and bio, the topic taxonomy with its parent chain, the storystreams the piece belongs to, the lede image with caption and photo credit, the live comment count and the SEO, social and promo headline variants. Works for all three kinds of Verge story: full articles, the short quick posts, and storystreams, which also list the pieces they collect.

How to use it

Fetch a single The Verge story. Accepts the numeric id that sits in the URL (https://www.theverge.com/{topic}/{id}/{slug} or the older /YYYY/M/D/{id}/{slug}), the full URL, or the base64 node id. Returns one item with article_title, alias (the story slug), excerpt, text (plain text body), html (reconstructed markup), published_at, first_published_at, updated_at and created_at as unix timestamps, word_count, comment_count, authors[] (name, job_title, short_bio, image), primary_category and categories[] (each with breadcrumbs of its parent topics), streams[] (the storystreams the piece belongs to), image plus image_alt/image_caption/image_credit, seo_headline/seo_description, social_headline/social_description, promo_headline, and, on quick posts, link_url/link_title/link_source for the external item being commented on. content_type is 'post' for a full article, 'quickPost' for a short one and 'stream' for a storystream, which also fills stream_articles[] with the pieces it collects and feed_url with its own RSS feed. id is the current WordPress id, the same numbering every other The Verge endpoint publishes; chorus_id and chorus_uuid are the ids the pre-2025 Vox platform used. On a /YYYY/M/D/{id}/{slug} or /{id}/{slug} URL the numeric segment is a third, legacy number that equals neither of them, so pass the URL or that number back as article rather than trying to match it against id or chorus_id. Use theverge/articles/search or theverge/categories/articles to discover ids.

Parameters

Request body

Response

Errors

Response headers