One article
A single article with its full body, excerpt, cover image and meta fields — the call you make when you are about to render it.
3 min de lecture
All plans
GET
/api/v1/platform/articles/{id}
This returns the same row the list gives you, plus everything you need to put the article on a page: the full content, the excerpt, the cover image, the meta title and description, and the address it was published at if it has been published.
Trimmed below — content is the whole article, so it is much longer in practice.
BON À SAVOIR
Asking for an article that belongs to another website returns 404 with
Article not found. — the same answer as an article that does not exist, so a wrong key never tells you what else is out there.