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

FieldValueRemarks
querystringThe search term or keyword for finding posts.
limitintegerOptional. The number of results to return. Default is 20.
offsetintegerOptional. 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 and offset parameters to paginate through large result sets.