Did You Know?

JOOJ -Best Web Clone, Software & Mobile App Development Company

Search hashtags

Author: admin 373 views

Please use this (https://talk.jooj.us/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

{
    "valid": true,
    "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": []
}

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