Lobsters · Schema

Comment

A community discussion comment on a Lobsters story

Link AggregationCommunityTechnologyNewsStoriesCommentsTags

Properties

Name Type Description
short_id string Short alphanumeric identifier for the comment
short_id_url string Full URL to the comment's short-id redirect
url string Full URL to the comment in context of its story
created_at string ISO 8601 timestamp when the comment was posted
last_edited_at string ISO 8601 timestamp of the last edit
is_deleted boolean Whether the comment has been deleted by the author
is_moderated boolean Whether the comment has been removed by a moderator
score integer Net vote score for the comment
flags integer Number of flags the comment has received
parent_comment stringnull Short ID of the parent comment; null for top-level comments
comment string HTML-rendered comment text
comment_plain string Plain text comment body
depth integer Nesting depth in the comment thread (0 = top level)
commenting_user string Username of the comment author
View JSON Schema on GitHub

JSON Schema

comment.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lobsters/refs/heads/main/json-schema/comment.json",
  "title": "Comment",
  "description": "A community discussion comment on a Lobsters story",
  "type": "object",
  "properties": {
    "short_id": {
      "type": "string",
      "description": "Short alphanumeric identifier for the comment"
    },
    "short_id_url": {
      "type": "string",
      "format": "uri",
      "description": "Full URL to the comment's short-id redirect"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Full URL to the comment in context of its story"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the comment was posted"
    },
    "last_edited_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the last edit"
    },
    "is_deleted": {
      "type": "boolean",
      "description": "Whether the comment has been deleted by the author"
    },
    "is_moderated": {
      "type": "boolean",
      "description": "Whether the comment has been removed by a moderator"
    },
    "score": {
      "type": "integer",
      "description": "Net vote score for the comment"
    },
    "flags": {
      "type": "integer",
      "description": "Number of flags the comment has received",
      "minimum": 0
    },
    "parent_comment": {
      "type": ["string", "null"],
      "description": "Short ID of the parent comment; null for top-level comments"
    },
    "comment": {
      "type": "string",
      "description": "HTML-rendered comment text"
    },
    "comment_plain": {
      "type": "string",
      "description": "Plain text comment body"
    },
    "depth": {
      "type": "integer",
      "description": "Nesting depth in the comment thread (0 = top level)",
      "minimum": 0
    },
    "commenting_user": {
      "type": "string",
      "description": "Username of the comment author"
    }
  },
  "required": [
    "short_id",
    "short_id_url",
    "url",
    "created_at",
    "last_edited_at",
    "is_deleted",
    "is_moderated",
    "score",
    "flags",
    "comment",
    "comment_plain",
    "depth",
    "commenting_user"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/comment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.