DEV Community · Example Payload

Gettrendarticles Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Gettrendarticles 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": "getTrendArticles",
  "method": "GET",
  "path": "/api/trends/{trend_id_or_slug}/articles",
  "status": "200",
  "response": [
    {
      "type_of": "article",
      "id": 2267,
      "title": "Ruby 3.4 features deep dive",
      "description": "Put a bird on it fashion axe salvia pickled selfies pinterest. Ennui heirloom swag vhs yuccie food...",
      "readable_publish_date": "May 28",
      "slug": "ruby-34-features-deep-dive-2a22",
      "path": "/username218/ruby-34-features-deep-dive-2a22",
      "url": "http://forem.test/username218/ruby-34-features-deep-dive-2a22",
      "comments_count": 0,
      "public_reactions_count": 0,
      "collection_id": null,
      "published_timestamp": "2026-05-28T18:45:30Z",
      "language": "en",
      "subforem_id": null,
      "positive_reactions_count": 0,
      "cover_image": "http://forem.test/assets/4-dcfcc4d8dd259bc0751c2de24b1cf244b181c789934368ca1cb471f0944b695d.png",
      "social_image": "http://forem.test/assets/4-dcfcc4d8dd259bc0751c2de24b1cf244b181c789934368ca1cb471f0944b695d.png",
      "canonical_url": "http://forem.test/username218/ruby-34-features-deep-dive-2a22",
      "created_at": "2026-05-28T18:45:30Z",
      "edited_at": null,
      "crossposted_at": null,
      "published_at": "2026-05-28T18:45:30Z",
      "last_comment_at": "2026-05-28T18:45:30Z",
      "reading_time_minutes": 1,
      "tag_list": [
        "javascript",
        "html",
        "discuss"
      ],
      "tags": "javascript, html, discuss",
      "user": {
        "name": "Jennie \"Trenton\" \\:/ Mitchell",
        "username": "username218",
        "twitter_username": "twitter218",
        "github_username": "github218",
        "user_id": 4266,
        "website_url": null,
        "profile_image": "/uploads/user/profile_image/4266/633ee7e9-0ce0-4b3b-ba3a-011971fde181.jpeg",
        "profile_image_90": "/uploads/user/profile_image/4266/633ee7e9-0ce0-4b3b-ba3a-011971fde181.jpeg"
      }
    }
  ]
}