TTWrite API: Search Posts
Endpoint URL
//ttwrite.4up.eu/mobile_api/search_posts
Description
This API allows users to search for posts based on keywords or phrases, enabling content discovery on the platform.
Parameters
Field | Value | Remarks |
---|---|---|
query | string | The search term or keyword for finding posts. |
limit | integer | Optional. The number of results to return. Default is 20. |
offset | integer | Optional. Pagination starting point for the results. |
Example Usage
codeGET //ttwrite.4up.eu/mobile_api/search_posts?query=technology&limit=10&offset=0
Notes
- Authentication is required to access this API.
- The
query
parameter is mandatory and is used to filter posts based on the provided term. - Use the
limit
andoffset
parameters to paginate through large result sets.
admin December 9, 2024 API for post search, content search TTWrite, explore posts TTWrite, find posts by keywords, find relevant posts, keyword-based post search, pagination in post search, post discovery endpoint, post search query, search content by terms, search for content, search posts API, search posts functionality, search posts parameters, TTWrite API, TTWrite content discovery, TTWrite content search, TTWrite post discovery API, TTWrite search endpoint, TTWrite search posts example API, Social Media, TTWrite Comments Off on TTWrite API: Search Posts