Articles

Get an article

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.eyJzdWIiOiI2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NDkxLCJleHAiOjE3NTExMDg0OTEsImp0aSI6ImFmYzkyNWFjLWNmODMtNGExMy1iNGI2LWY1NzQ4NzM3MGIyNSJ9.PXYkWWsHzmrdP_9LPOrkFvX8zeSwh9G3GA_rq_6lfM8
Host: example.org
Cookie: 

Query Parameters

{}=

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/"0b13197f6911369cbe061f5c88a47e81"
cache-control: max-age=0, private, must-revalidate
x-request-id: ecb318d7-3aa9-46a9-8aed-bdbd78788d9c
x-runtime: 0.007476
content-length: 245

Body

{
  "article": {
    "id": 13,
    "content": "Esse voluptatem tenetur. Cupiditate dolorem eos. Non qui tempore.",
    "image": {
      "id": null,
      "signed_id": null,
      "byte_size": null,
      "filename": "",
      "url": null
    },
    "title": "Mining Architect",
    "updated_at": "2025-05-29T11:01:31.943Z"
  }
}