DEV Community · Example Payload

Gettrend Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Gettrend 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": "getTrend",
  "method": "GET",
  "path": "/api/trends/{id_or_slug}",
  "status": "200",
  "response": {
    "type_of": "trend",
    "id": 270,
    "name": "Ruby 3.4 release",
    "slug": "ruby-3-4-release",
    "description": "Discussions around the latest Ruby 3.4 features",
    "key_questions": [],
    "score": 15.5,
    "articles_count": 1,
    "cover_image": null,
    "first_observed_at": "2026-05-28T18:45:30Z",
    "last_observed_at": "2026-05-28T18:45:30Z",
    "created_at": "2026-05-28T18:45:30Z",
    "updated_at": "2026-05-28T18:45:30Z"
  }
}