메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://generaltranslation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Personalized Trends 엔드포인트는 인증된 사용자의 위치와 관심사를 기반으로 해당 사용자에게 맞춤형 트렌드 토픽을 반환합니다.

개요

개인 맞춤형

사용자에 맞게 개인화된 트렌드

위치 기반

사용자의 위치를 기반으로 한 트렌드

실시간

현재 급상승 중인 토픽

엔드포인트

MethodEndpointDescription
GET/2/users/personalized_trends맞춤 트렌드 가져오기

예시 요청

curl "https://api.x.com/2/users/personalized_trends" \
  -H "Authorization: Bearer $USER_ACCESS_TOKEN"

응답 예시

{
  "data": [
    {
      "trend_name": "#AI",
      "tweet_count": 125000
    },
    {
      "trend_name": "Machine Learning",
      "tweet_count": 85000
    }
  ]
}

시작하기

사전 준비 사항

WOEID별 트렌드

특정 위치의 트렌드를 가져올 수 있습니다

API 참조 문서

전체 엔드포인트에 대한 문서