JSON Documentation
Method: hashtag_info ¶
https://json.smappi.org/adw0rd/instagram-public/hashtag_info?name=<string>
Fetch Hashtag Info
hashtag_info("bigcartel")
// => {"id": 17843901229047176, "name": "bigcartel", "related_tags": [...], ...{}}
Method: hashtag_feed ¶
https://json.smappi.org/adw0rd/instagram-public/hashtag_feed?name=<string>&count=<number>&media_type=<number>&min_likes=<number>
Fetch Hashtag Medias
hashtag_feed("dhbastards", 1, 2, 5)
// => [{"caption_text": "...", "like_count": /\d+/, "code": "...", ...{}}, ...]
https://json.smappi.org/adw0rd/instagram-public/media_info?code=<string>&name=<string>
Fetch Hashtag Medias
media_info("B_hceIXlad6")
// => {"pk": 2297242500807894906, "media_type": 2, ...{}}
XML Documentation
Method: hashtag_info ¶
https://xml.smappi.org/adw0rd/instagram-public/hashtag_info?name=<string>
Fetch Hashtag Info
hashtag_info("bigcartel")
// => {"id": 17843901229047176, "name": "bigcartel", "related_tags": [...], ...{}}
Method: hashtag_feed ¶
https://xml.smappi.org/adw0rd/instagram-public/hashtag_feed?name=<string>&count=<number>&media_type=<number>&min_likes=<number>
Fetch Hashtag Medias
hashtag_feed("dhbastards", 1, 2, 5)
// => [{"caption_text": "...", "like_count": /\d+/, "code": "...", ...{}}, ...]
https://xml.smappi.org/adw0rd/instagram-public/media_info?code=<string>&name=<string>
Fetch Hashtag Medias
media_info("B_hceIXlad6")
// => {"pk": 2297242500807894906, "media_type": 2, ...{}}
SOAP Documentation (coming soon)
WSDL-Scheme here...
Method: hashtag_info ¶
https://soap.smappi.org/adw0rd/instagram-public/hashtag_info?name=<string>
Fetch Hashtag Info
hashtag_info("bigcartel")
// => {"id": 17843901229047176, "name": "bigcartel", "related_tags": [...], ...{}}
Method: hashtag_feed ¶
https://soap.smappi.org/adw0rd/instagram-public/hashtag_feed?name=<string>&count=<number>&media_type=<number>&min_likes=<number>
Fetch Hashtag Medias
hashtag_feed("dhbastards", 1, 2, 5)
// => [{"caption_text": "...", "like_count": /\d+/, "code": "...", ...{}}, ...]
https://soap.smappi.org/adw0rd/instagram-public/media_info?code=<string>&name=<string>
Fetch Hashtag Medias
media_info("B_hceIXlad6")
// => {"pk": 2297242500807894906, "media_type": 2, ...{}}