Get an article
Articles
GET article
Endpoint
GET /api/v1/articles/:id
Request
Route
GET /api/v1/articles/13
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MTY1LCJleHAiOjE3NTU4NTgxNjUsImp0aSI6IjkwZTZhY2EzLTY5ZGMtNDY4Ni1hMzRhLWUzMTA3NmRlNjIwNSJ9.APlLLrY3JbI7k6H0z1fsNqBb8AO7aY9TIfd19AuPaRU
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"734048484f52fc91afdd2b25e392000a"
cache-control: max-age=0, private, must-revalidate
x-request-id: f793530b-881e-46c0-aebd-9f18edd0a1c4
x-runtime: 0.016008
content-length: 239
Body
{
"article": {
"id": 13,
"content": "Blanditiis aut et. Nesciunt quo id. Voluptatem labore doloribus.",
"image": {
"id": null,
"signed_id": null,
"byte_size": null,
"filename": "",
"url": null
},
"title": "IT Engineer",
"updated_at": "2025-07-23T10:22:45.797Z"
}
}