Search hashtags

请用 (https://sns.bj.themez.cc/mobile_api/search_hashtags) API to access hashtags searching endpoint


Get 参数

参数 描述
query Search keywords 例如: Covid19
offset Last post offset ID This is only needed when loading posts of the pagination system.
session_id (Optional) Access token ID 例如: de25cc16eb00960f076...
page_size Total post limit for each request Recommended: 20

成功响应

{
        "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"
            }
        ]
    }
    

错误响应

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

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