Deprecated: MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/worldx.buzz/core/libs/DB/vendor/thingengineer/mysqli-database-class/MysqliDb.php on line 829
ColibriSM API - Documentation

Search hashtags

Please use this (https://worldx.buzz/mobile_api/search_hashtags) API to access hashtags searching endpoint


Get parameters

Field Value Remarks
query Search keywords E.g. Covid19
offset Last post offset ID This is only needed when loading posts of the pagination system.
session_id (Optional) ​Access token ID E.g. de25cc16eb00960f076...
page_size ​Total post limit for each request Recommended: 20

Success response

{
        "code": 200,
        "message": "Results found",
        "data":[
            {
                "id": 6,
                "posts": 1,
                "tag": "covid",
                "time": "1605781894",
                "hashtag": "#covid",
                "url": "http://colibri.loc/search/posts?q=covid",
                "total": "1"
            }
        ]
    }
    

Error responses

{
        "code": 204,
        "message": "No data found",
        "data": []
    }

    {
        "code": 400,
        "message": "The search term is invalid or missing",
        "data": []
    }