TTWrite API: Search Hashtags

Endpoint URL

//ttwrite.4up.eu/mobile_api/search_hashtags

Description

This API allows users to search for hashtags and retrieve a list of matching results, which can be used for content discovery and categorization.

Parameters

FieldValueRemarks
querystringThe search term or keyword for finding hashtags.
limitintegerOptional. The number of results to return. Default is 20.
offsetintegerOptional. Pagination starting point for the results.

Example Usage

GET //ttwrite.4up.eu/mobile_api/search_hashtags?query=travel&limit=10&offset=0

Notes

  • Authentication is required to access this API.
  • The query parameter is mandatory and is used to filter hashtags based on relevance.
  • Use the limit and offset parameters to paginate through large result sets.