This page provides information about the parameters used in the /en/api/forum API endpoint. To learn more about the API and its usage, you can visit the API documentation.

Parameters Overview

The /en/api/forum API endpoint accepts several parameters. Below is a list of the most common ones:

  • language: The language code for the forum content. Default is 'en'.
  • category: The category of the forum you want to access. For example, 'technology', 'sports', 'health'.
  • page: The page number of the forum posts you want to retrieve.
  • limit: The number of forum posts to retrieve per page.
  • sort: The sorting order of the forum posts. Can be 'newest', 'oldest', or 'top'.
  • search: A search query to filter the forum posts.

Example Request

Here's an example of a GET request to the /en/api/forum/parameters endpoint:

GET /en/api/forum?category=technology&page=1&limit=10&sort=newest&search=AI

This request would return the newest 10 forum posts about AI in the technology category.

Image

Technology Forum