DEV Community · Example Payload

Getarticlebyid Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getarticlebyid Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getArticleById",
  "method": "GET",
  "path": "/api/articles/{id}",
  "status": "200",
  "response": {
    "type_of": "article",
    "id": 2240,
    "title": "Blue Remembered Earth8",
    "description": "Yolo next level green juice banjo flexitarian photo booth. Chillwave ennui kogi. Thundercats...",
    "readable_publish_date": "May 28",
    "slug": "blue-remembered-earth8-3dmj",
    "path": "/username16/blue-remembered-earth8-3dmj",
    "url": "http://forem.test/username16/blue-remembered-earth8-3dmj",
    "comments_count": 0,
    "public_reactions_count": 0,
    "collection_id": null,
    "published_timestamp": "2026-05-28T18:45:17Z",
    "language": "en",
    "subforem_id": null,
    "positive_reactions_count": 0,
    "cover_image": "http://forem.test/assets/12-f9d673ae4ff98002f782ab82c641f2f26673be728e8f5409bea83f2d1de15323.png",
    "social_image": "http://forem.test/assets/12-f9d673ae4ff98002f782ab82c641f2f26673be728e8f5409bea83f2d1de15323.png",
    "canonical_url": "http://forem.test/username16/blue-remembered-earth8-3dmj",
    "created_at": "2026-05-28T18:45:17Z",
    "edited_at": null,
    "crossposted_at": null,
    "published_at": "2026-05-28T18:45:17Z",
    "last_comment_at": "2026-05-28T18:45:17Z",
    "reading_time_minutes": 1,
    "tag_list": "discuss",
    "tags": [
      "discuss"
    ],
    "body_html": "<p>Yolo next level green juice banjo flexitarian photo booth. Chillwave ennui kogi. Thundercats intelligentsia tousled typewriter flexitarian.</p>\n\n<p>Before they sold out squid pbrb waistcoat.</p>\n\n",
    "body_markdown": "---\ntitle: Blue Remembered Earth8\npublished: true\ntags: discuss\ndate: \nseries: \ncanonical_url: \n\n---\n\nYolo next level green juice banjo flexitarian photo booth. Chillwave ennui kogi. Thundercats intelligentsia tousled typewriter flexitarian.\n\n\nBefore they sold out squid pbrb waistcoat.\n\n",
    "user": {
      "name": "Vance \"Larry\" \\:/ Nikolaus",
      "username": "username16",
      "twitter_username": "twitter16",
      "github_username": "github16",
      "user_id": 4064,
      "website_url": null,
      "profile_image": "/uploads/user/profile_image/4064/17fa7924-534e-4da2-8dc3-5de871a9e38e.jpeg",
      "profile_image_90": "/uploads/user/profile_image/4064/17fa7924-534e-4da2-8dc3-5de871a9e38e.jpeg"
    },
    "flare_tag": {
      "name": "discuss",
      "bg_color_hex": "#000000",
      "text_color_hex": "#ffffff"
    }
  }
}