articles
Published article by id
This endpoint allows the client to retrieve a single published article given its unique numerical id.
Integration Tip:
- Returns the complete serialized article object including its HTML/markdown representation, tags, and author profile details.
- To retrieve an article using its URL path structure instead of its numeric ID, use the /api/articles/{username}/{slug} endpoint.
get/api/articles/{id}
Path parameters
idinteger required
The unique numerical ID of the published article.
Response
An Article
object required