Skip to main content

User-related API environment

Production user-related API docs

These pages describe the Production user-related API stack.

Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.

Need to test before going live? Switch to the Pre-live docs using the environment switcher above.

Search and retrieve tags

Search for tags by query string. Returns paginated results matching the search term. Useful for tag autocomplete and discovery features.

Query Parameters
    query string

    Search term

    limit number

    Number of results to return

    page number

    Page number

Responses

Tags matching search query with pagination


Schema
  • Array [
  • id number required
    name string
    createdAt date-time required
    updatedAt date-time required
    rank number

    Default value: 0

    languageId number
    languageName string
    postsCount number
    commentsCount number
  • ]
Loading...