Skip to Content

Get Community Topics by Symbol

Get the topic/discussion list for a specified security.

CLIInstall CLI

bash
# community discussion topics for Tesla
longbridge topics TSLA.US
# community discussion topics for Apple
longbridge topics AAPL.US
# community discussion topics for NVDA
longbridge topics NVDA.US

Request

HTTP MethodGET
HTTP URL/v1/content/{symbol}/topics

Path Parameters

NameTypeRequiredDescription
symbolstringYESStock symbol, use ticker.region format, e.g. AAPL.US

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "39304657",
        "title": "NVDA GTC in focus; Alibaba 'Token strategy' ramps up | Daily News Recap",
        "description": "0317 | Dolphin Research Focus: 🐬 Stock #1, $NVIDIA(NVDA.US) — NVIDIA's GTC 2026 officially kicked off, and founder & CEO Jensen Huang delivered the keynote.He announced a Vera Rubin Space Module under the next-gen Vera Rubin architecture, designed for orbital data centers, delivering 25x performance vs. H100.He also unveiled a partnership with Groq to co-develop new LPU chips...",
        "url": "https://longbridge.com/topics/39304657",
        "published_at": "1773736144",
        "comments_count": 1,
        "likes_count": 7,
        "shares_count": 4
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200Successtopics_response
500Internal errorNone

Schemas

topics_response

NameTypeRequiredDescription
itemsobject[]trueTopic list
∟ idstringtrueTopic ID
∟ titlestringtrueTitle
∟ descriptionstringtrueSummary/description
∟ urlstringtrueDetail page URL
∟ published_atstringtruePublished time, Unix timestamp (seconds)
∟ comments_countint32trueComment count
∟ likes_countint32trueLike count
∟ shares_countint32trueShare count