GET /comments/10752/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 10752,
    "url": "http://collegeguide-api.jakefarrell.ie/comments/10752/?format=api",
    "content": "This post has given me a lot to think about.",
    "created_date": "2025-02-20T23:28:46.923769Z",
    "updated_date": "2025-02-20T23:28:46.923806Z",
    "user": 499,
    "likes_count": 0,
    "loves_count": 0,
    "total_word_count": 10,
    "post": 4831
}