Handle Finder
  1. Topics
Handle Finder
  • Farcaster
    • getMatch
      GET
    • getFollowersCount
      GET
    • getTotalFollowers
      GET
    • getFollowers
      GET
    • getFollowing
      GET
    • getLikesCount
      GET
    • getUserRank
      GET
    • getUserProfile
      GET
    • getUserProfilesByHandle
      GET
    • getUserProfiles
      GET
    • getFollowersHistory
      GET
    • getFollowerHistogram
      GET
    • getProfileRank
      GET
    • getRecentFollowers
      GET
    • getCasts
      GET
    • getUserEngagement
      GET
    • getTopFollowers
      GET
  • Lens
    • getUserRank
      GET
    • gatTopFollowers
      GET
    • getHistogram
      GET
    • getHistoryFollowers
      GET
    • getFollowersCount
      GET
    • getTotalFollowers
      GET
    • getScoreaverage
      GET
    • getRecentFollowers
      GET
    • findByUser
      GET
    • getProfileEngagement
      GET
    • getProfileRank
      GET
    • getCollectSumForUser
      GET
    • getCollectListForUser
      GET
    • getTopCreators
      GET
    • getTopCategories
      GET
  • Topics
    • getTopicsOfTheDay
      GET
    • getEngagers
      GET
    • getMentions
      GET
  • Categories
    • getCategories
    • getPublicationsByCategory
  • Tokens
    • getTokensMentions
    • getTokenPublicationMentions
  • Trending
    • getTrending
    • getTrendingTokensWithStats
  • Schemas
    • Schemas
      • AdminDto
      • SiweMessageDto
      • PaginationDto
      • GetLensDto
      • GetFarcasterLensMatchDto
      • GetLinksCountSevenDaysViewDto
      • GetTotalLinksViewDto
      • GetFarcasterTotalFollowingsViewDto
      • GetReactionCountSevenDaysViewDto
      • GetUserRankDto
      • HandleDto
      • OptimizedDto
      • CoverPictureDto
      • RawDto
      • PictureDto
      • MetadataDto
      • StatsDto
      • GetFarcasterProfileDto
      • GetFollowersHistoryDto
      • GetFollowerHistogramDto
      • GetProfileRankDto
      • FollowerDto
      • GetRecentFollowersDto
      • CastDto
      • getCastsDto
      • UserFarcasterDto
      • BoundDto
      • GetTopInteractionsDto
      • GetLensProfileDto
      • NotFoundException
      • GetHistogramDto
      • GetHistoryFollowersDto
      • GetFollowersCountDto
      • GetTotalFollowersDto
      • GetScoreAverageDto
      • GetUserDto
      • LensBoundDto
      • GetLensTopInteractionDto
      • RankDto
      • GetCollectSumDto
      • GetCollectDto
      • GetTopCreatorsDto
      • GetTopCategoriesDto
      • TopicDto
      • EngagersDto
      • TotalMentionsDto
      • CategoryDto
      • PublicationDto
      • TokenDto
      • PostDto
      • UserTrendingDto
      • TrendingDto
      • GetTrendingDto
      • TokenCategoryDto
      • MarketDto
      • PriceDto
      • TrendingTokensStatsDto
  1. Topics

getTopicsOfTheDay

GET
/api/llm/topics
Get topics of the day

Request

Authorization
Add parameter in header
apikey
Example:
apikey: ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.handlefinder.xyz/api/llm/topics?date' \
--header 'apikey: <api-key>'

Responses

🟢200OK
application/json
Topics of the day
Body

Example
[
    {
        "id": "12345678-90ab-cdef-1234-567890abcdef12",
        "date": "2022-01-01T12:00:00.000Z",
        "topic": "Artificial Intelligence",
        "appearances": "1000",
        "description": "This is a sample topic content.",
        "cluster_id": "0x12345678-90ab-cdef-1234-567890abcdef12",
        "section": "Technology",
        "short_description": "Sample short topic description.",
        "pain_summary": "Sample pain summary.",
        "happy_summary": "Sample happy summary.",
        "publicationcount": "100"
    }
]
🟠401Unauthorized
Previous
getTopCategories
Next
getEngagers
Built with