Список методов размещен ниже. Для быстрого перехода к методу, используйте панель слева нажмите кнопку меню в правом верхнем углу и выберите интересующий метод
Paid (price) - платный метод (в скобках указана стоимость запроса)
Free - бесплатный метод
Для вызова метода, необходимо обращаться по адресу https://toptag.ru
/api/{endpoint}
, где
{endpoint}
- один из методов, описанный ниже.
Для использования платных методов обязательно передавать параметр remember_token
,
для использования бесплатных методов рекомендуется также передавать параметр, для обеспечения
безотказности системы, если метод станет платным либо будет ограничено количество запросов без
авторизации.
В описании к методам используются {обязательные} и [необязательные] параметры.
Ответ всегда содержит JSON, со свойством result: true
и объект graphql
,
в котором содержатся результаты запроса.
Если в ответ Вы не получили данные в указанном формате,
дальнейший разбор ответа не имеет смысла, необходимо проверить прееданные параметры.
Метод позволяет получить доступ к хэштегу (подборки тегов по ключевому слову и статистика тегов)
{hashtag}
- строка. Ключевое слово, по которому ведется поиск{service}
- значение: instagram или tiktok. Социальная сеть, для которой собираются подборки-
[compilations]
- значения через запятую: top10, ourtop, direct, relations, rarely, comments, statistic . Данные, которые необходимо получить для выбранного тега. [count]
- положительное число. Количество тегов, выдаваемое в подборке top10
result: true
- статус выполнения запроса (true)graphql
- содержимое ответа (массив)hashtag
- данные запрошенного тега (массив)name
- название тега (строка)lang
- язык тега (строка - двухбуквенный код языка или "-")-
media_count
- количество публикаций на момент последнего обновления статистики (число) requests_count
- количество запросов тега (число)outdate
- устарела ли статистика (boolean)edges
- набор запрошенных полей (массив)top10.nodes
- Топ 10 (массив)hashtag_compilation_1.nodes
- Топ хэштеги инстаграм (массив)hashtag_compilation_2.nodes
- Хэштеги по теме (массив)hashtag_compilation_3.nodes
- Еще подборки для хештега (массив)hashtag_rel_1.nodes
- Похожие хештеги (массив)hashtag_rel_2.nodes
- Связанные тегиhashtag_rel_3.nodes
- Пересекающиеся хештеги (массив)hashtag_rel_4.nodes
- Хештеги по близости написания (массив)hashtag_rel_5.nodes
- Хэштеги похожие по смыслу (массив)hashtag_rel_6.nodes
- Теги речевого оборота (массив)hashtag_rel_7.nodes
- Типовые хештеги (массив)hashtag_rel_8.nodes
- Одноименные теги (массив)hashtag_rel_9.nodes
- Оборотные хештеги (массив)hashtag_rel_10.nodes
- Разные типы словоформ (массив)rarely_used.nodes
- Редко используемые хэштеги (массив)-
comments.nodes
- Популярные упоминания из инстаграм по хештегу (массив) statistic.nodes
- Статистика для графиков (массив)media.nodes
- Количество публикаций по дням (массив)-
likes_avg.nodes
- Среднее количество лайков по ТОП публикациям (массив) -
likes_sum.nodes
- Общее количество лайков по ТОП публикациям (массив) -
likes_avg_all.nodes
- Среднее количество лайков (массив) -
commercial_posts.nodes
- Средний процент коммерческих постов (массив) media_avg
- Среднее количество публикаций (число)difficulty
- Сложность тега (число от 10 до 95)posts.nodes
- Посты с хэштегом (массив)
https://toptag.ru/api/hashtag/test?service=instagram
Метод позволяет получить доступ к посту Инстаграм
{id}
- строка. Идентификатор поста в Инстаграм-
[fields]
- значения через запятую: likes, comments, preview, text,
https://toptag.ru/api/post/CDt_hVEFRKy
Метод позволяет получить доступ к данным профиля Инстаграм
{username}
- строка. Идентификатор пользователя в Инстаграм-
[fields]
- значения через запятую: stories,
https://toptag.ru/api/profile/instagram?fields=stories
Метод позволяет получить недавно добавленные в систему теги
-
{service}
- значение: instagram или tiktok. Социальная сеть, для которой собираются подборки -
[count]
- количество тегов для выдачи (по-умолчанию - 5).
https://toptag.ru/api/new?service=instagram
Метод позволяет получить недавно добавленные в систему теги
-
{service}
- значение: instagram или tiktok. Социальная сеть, для которой собираются подборки -
[order]
- значение: requests_count (по-умолчанию) или media_count . Сортировка подборки. -
[count]
- количество тегов для выдачи (по-умолчанию - 5).
https://toptag.ru/api/top?service=instagram
Получает статистику для верхних панелей Toptag.
remember_token
https://toptag.ru/api/stat?remember_token=[remember_token]
Получает список хэштегов, которые были запрошены ранее, по 10 за транзакцию.
remember_token
-
[next]
- сдвиг, число, начиная с которого показывать историю. Отдается в каждом ответе метода. Если в ответеnull
, достигнут конец списка.
https://toptag.ru/api/history
https://toptag.ru/api/hashtag/test?service=instagram
-
result: true,
-
graphql: {
-
hashtag: {
-
name: "test",
-
media_count: 4305560,
-
requests_count: 55,
-
outdate: true,
-
edges: {
-
top10: {
-
nodes: [
-
"test",
-
"testosterone",
-
"testimonial",
-
"testimony",
-
"testcricket",
-
"testshoot",
-
"testosterona",
-
"testknit",
-
"testkitchen",
-
"testimoni"
-
-
-
hashtag_compilation_1: {
-
nodes: [
-
"test",
-
"testosterone",
-
"testimonial",
-
"testimony",
-
"testcricket",
-
"testshoot",
-
"testosterona",
-
"testknit",
-
"testkitchen",
-
"testimoni",
-
"testament",
-
"testing",
-
"testen",
-
"tests",
-
"tester",
-
"testdrive",
-
"teste",
-
"testmatch",
-
"testi",
-
"testy"
-
-
-
hashtag_compilation_2: {
-
nodes: [
-
"testimonios",
-
"testujemy",
-
"testshoots",
-
"testentara",
-
"testimonio",
-
"testaccio",
-
"testudo",
-
"testimonials",
-
"testo",
-
"testigosdejehova",
-
"testprep",
-
"testshooting",
-
"tested",
-
"testarossa",
-
"testemunho",
-
"testa",
-
"testeuse",
-
"cosplaytest",
-
"testimonikurus",
-
"testride"
-
-
-
hashtag_compilation_3: {
-
nodes: [
-
"testerparfum",
-
"testimonipaytren",
-
"testimonisilmee",
-
"testerparfüm",
-
"testedtough",
-
"ieltstest",
-
"testinesv",
-
"modeltest",
-
"testerkorea",
-
"testidropnshop",
-
"testimonipss",
-
"magicjellytestimonials",
-
"testimsglow",
-
"testimonies",
-
"testers"
-
-
-
hashtag_rel_1: {
-
nodes: [
-
"iq",
-
"aptitude",
-
"testing",
-
"standardize",
-
"proficiency",
-
"hypothesis",
-
"validity",
-
"urine",
-
"null",
-
"diagnostic",
-
"tested",
-
"reliability",
-
"pap",
-
"biopsy",
-
"antibody",
-
"assay",
-
"feasibility",
-
"prototype",
-
"ballistic",
-
"serum",
-
"taker",
-
"laboratory",
-
"evaluate",
-
"toxicity",
-
"exam",
-
"antigen",
-
"variance",
-
"evaluation",
-
"diagnosis",
-
"glucose"
-
-
-
hashtag_rel_2: {
-
nodes: [
-
"assess",
-
"syphilis",
-
"allergy",
-
"sample",
-
"nuclear",
-
"viability",
-
"ultrasound",
-
"detect",
-
"regression",
-
"clinically",
-
"competency",
-
"sample",
-
"assessment",
-
"hiv",
-
"simulated",
-
"electrolyte",
-
"hardness",
-
"missile",
-
"endurance",
-
"benchmark",
-
"cognitive",
-
"experimental",
-
"sensitivity",
-
"examination",
-
"statistically",
-
"measure",
-
"positive",
-
"warhead",
-
"test",
-
"accuracy"
-
-
-
hashtag_rel_3: {
-
nodes: [
-
"correlation",
-
"fetus",
-
"determine",
-
"empirical",
-
"test",
-
"statistical",
-
"lab",
-
"dna",
-
"doping",
-
"quantitative",
-
"screening",
-
"experimentally",
-
"sampling",
-
"fitness",
-
"procedure",
-
"criterion",
-
"atomic",
-
"automate",
-
"stimulation",
-
"transplantation",
-
"compatibility",
-
"wicket",
-
"relativity",
-
"conduct",
-
"auditory",
-
"test",
-
"clinical",
-
"predictive",
-
"sat",
-
"readiness"
-
-
-
hashtag_rel_4: {
-
nodes: [
-
"validation",
-
"projective",
-
"patient",
-
"score",
-
"batsman",
-
"bowler",
-
"cricketer",
-
"calibration",
-
"trafford",
-
"questionnaire",
-
"pilot",
-
"dummy",
-
"inning",
-
"detonation",
-
"fail",
-
"atoll",
-
"anemia",
-
"applicant",
-
"specificity",
-
"detecting",
-
"tomography",
-
"admission",
-
"verification",
-
"abnormality",
-
"diagnose",
-
"efficacy",
-
"hepatitis",
-
"kangaroo",
-
"thyroid",
-
"unmanned"
-
-
-
hashtag_rel_5: {
-
nodes: [
-
"icc",
-
"reagent",
-
"conducted",
-
"abnormal",
-
"fallout",
-
"effectiveness",
-
"cervical",
-
"psychologist",
-
"simulate",
-
"vaccine",
-
"mri",
-
"stringent",
-
"smear",
-
"administer",
-
"subjective",
-
"automation",
-
"computerize",
-
"spacecraft",
-
"examiner",
-
"pregnancy",
-
"clinician",
-
"experiment",
-
"platelet",
-
"likelihood",
-
"nasa",
-
"prostate",
-
"afb",
-
"verify",
-
"scan",
-
"analyzer"
-
-
-
hashtag_rel_6: {
-
nodes: [
-
"measurement",
-
"comprehension",
-
"ferrari",
-
"prediction",
-
"routinely",
-
"testosterone",
-
"measured",
-
"pulmonary",
-
"subject",
-
"correlate",
-
"urinary",
-
"astronaut",
-
"score",
-
"blot",
-
"fetal",
-
"simulation",
-
"allergic",
-
"vivo",
-
"conduction",
-
"propulsion",
-
"invasive",
-
"flight",
-
"typing",
-
"abort",
-
"qualitative",
-
"baseline",
-
"ability",
-
"epa",
-
"bias",
-
"equivalence"
-
-
-
hashtag_rel_7: {
-
nodes: [
-
"payload",
-
"genetic",
-
"radioactive",
-
"placement",
-
"coronary",
-
"crash",
-
"rocket",
-
"confirm",
-
"deviation",
-
"psychologist",
-
"biased",
-
"reflex",
-
"instructional",
-
"adrenal",
-
"probe",
-
"cheating",
-
"routine",
-
"quantify",
-
"fda",
-
"correlate",
-
"reliable",
-
"equipment",
-
"bias",
-
"saliva",
-
"multiple",
-
"pituitary",
-
"bomb",
-
"hormone",
-
"measure",
-
"compute"
-
-
-
hashtag_rel_8: {
-
nodes: [
-
"tolerance",
-
"measuring",
-
"blood",
-
"detected",
-
"deficiency",
-
"detonate",
-
"boeing",
-
"detection",
-
"predict",
-
"lions",
-
"forensic",
-
"intelligence",
-
"battery",
-
"susceptibility",
-
"drug",
-
"aerospace",
-
"electrophoresis",
-
"methodology",
-
"variable",
-
"aircraft",
-
"driver",
-
"cricket",
-
"umpire",
-
"indies",
-
"bowl",
-
"spinner",
-
"baccalaureate",
-
"captain",
-
"oval",
-
"successfully"
-
-
-
hashtag_rel_9: {
-
nodes: [
-
"thumb",
-
"selector",
-
"bowling",
-
"cumulative",
-
"reflex",
-
"systematically",
-
"batting",
-
"haul",
-
"statistic",
-
"biochemical",
-
"durban",
-
"scholastic",
-
"unbeaten",
-
"match",
-
"thematic",
-
"cautiously",
-
"squared",
-
"tube",
-
"hutton",
-
"obscenity",
-
"latch",
-
"extensively",
-
"periodically",
-
"thoroughly",
-
"positive",
-
"tat",
-
"check",
-
"individually",
-
"tug",
-
"verbal"
-
-
-
hashtag_rel_10: {
-
nodes: [
-
"zimbabwe",
-
"tour",
-
"tentatively",
-
"lanka",
-
"tb",
-
"probe",
-
"acceleration",
-
"adequately",
-
"ban",
-
"sonar",
-
"nostril",
-
"footing",
-
"pilot",
-
"pakistan",
-
"rung",
-
"perceptual",
-
"psychological",
-
"patience",
-
"liver",
-
"mach",
-
"ash",
-
"hobbs",
-
"glider",
-
"disqualify",
-
"rigorous",
-
"simulator",
-
"gifted",
-
"mathematic",
-
"johannesburg",
-
"ames"
-
-
-
rarely_used: {
-
nodes: [
-
"testers",
-
"testimonies",
-
"testimsglow",
-
"magicjellytestimonials",
-
"testimonipss",
-
"testidropnshop",
-
"testerkorea",
-
"modeltest",
-
"testinesv",
-
"ieltstest"
-
-
-
comments: {
-
nodes: [
-
"Hamilelikte testler #dörtlütaramatesti#test#hamile#hamilelik#taramatestleri#anomali",
-
"Mutlu Bir andı. Testlerimden iyi haberler gelmeye başlamıştı. A happy moment. My test results was good. #happy #loveislove #lover #iloveu #celebrate #test #sunnyday #akiss #him #heishappy",
-
"Lovely @margaux.deckers beauty by @muahbyceliamertens #test #portrait #model #agency #belgium🇧🇪 #fashionmodel #beauty #eyes #makeup retoucher @helstudio__retouch",
-
"Chaber... chabrowy. W chabrowe odziany... Nie mylić z niebieskim. Bo na tym zdjęciu niebieskie są tylko oczy. 📸 Fot. S. Szcześniak _________________ #zcyklu #test #kolorów #jakubgierszał #niebieskooki #polski #aktor #wnowejodsłonie #jakubgierszal #film #kino #movie #cinema #polskifilm #dobryfilm #polskieserce #polskadusza #niebieskieoczy #new #photoshoot #cornflower #man #style #photography #kubagierszał #photo #flowers #bachelorbuttons",
-
"#20/30 de 1 dessin par jour! Un petit croquis fait au camping que j'ai ensuite revisiter avec l'appli IbisPaintX, cette appli est grave cool je vous conseille d'y faire un tour! #artoninstagram #artistoninsta #artistoninstagram #painting #beautifulart #artspotlights #boring #kraft #kraftpapet #portrait #test #portraitdrawing #cansonpaper #draw4loris #sketching #sketchbook #relax #croquis #teamdraw #tutodraw #dessins #helpartist #ibispaintxdrawing #digitaldrawing #drawwithinispaintx #1dessinparjour #1drawingeachdays #artchallenge #challenge",
-
"💋𝕎𝕚𝕥𝕒𝕛𝕔𝕚𝕖 𝕨 𝕟𝕠𝕨𝕪𝕞 𝕥𝕪𝕘𝕠𝕕𝕟𝕚𝕦💋⠀ ⠀Weekend był mega udany🤗 i słoneczny 🌞! Baterie naładowane💪 i jesteśmy gotowi do nowych wyzwań 😉😁. ⠀ ⠀Jak już wspomniałam, jakiś czas temu, mam problem z wypadaniem włosów😒, więc od nie dawna stosuje szampon Alpecin. Ale postanowiłam dodatkowo dodać suplement przeznaczony specjalnie do uzyskania silnych, błyszczących włosów, pięknych, mocnych paznokci i świeżej zdrowej skóry ➡️ ᴍᴇʀᴢ ꜱᴘᴇᴢɪᴀʟ ᴅʀᴀɢᴇᴇꜱ🆕 od @merzspezialpl .⠀ ⠀ Zawiera on wyjątkową kompozycję witamin i mikroelementów, które zapewniają organizmowi substancje odżywcze, wspomagające utrzymanie zdrowego wyglądu skóry, włosów i paznokci. Zaczynam trzech miesięczną kurację 🤗 i wrócę do was z opinią 😉. ⠀ ⠀ A Wy używaliście Merz Spezial Dragees🆕? A może macie inny ulubiony suplement diety? ⠀⠀ ‼️‼️‼️‼️‼️‼️‼️ CYTAT NA DZIŚ ‼️‼️‼️‼️‼️‼️‼️ "Życie jest jak cytryna - choć ta czasem pryska sokiem prosto w oko, mimo wszystko ma dużo witaminy C." ⠀ ⠀ #brunerfamily👪💕 #merzspezialdragees #supliment #włosy #pazurki #skóra #testowanie #kosmetyki #cosmetics #pielegnacja #uroda #blogerka #testujemy #beauty #test #pielęgnacja #recenzja #kosmetykomania #makijaż #instagood #blogkosmetyczny #promocja #kosmetykinaturalne #ciało #włosy #maseczka #picoftheday #blogerkaurodowa #pielegnacjawlosow #instablog #poland",
-
"New times, new rules. I’ve done my Covid-19 test and I’m ready to shoot. When “negative” means “positive”. 🎬 Делая тест на Covid для предстоящих съёмок, задумался вот о чем: тест на вирус перед съемками является обязательным, а теста на актерское мастерство не делают вообще. И это мне кажется абсурдным. ;) «Ну, а что до той, что за левым плечом - перед нею мы все равны». (с) БГ . . . #ivanshvedoff #filmactor #actingcoach #test #shooting #film #backtoworkbacktoreality #acting #theresnobusinesslikeshowbusiness #actorslife #ilovemyjob #stayhealthy #ifyouwannagetanoscar #иваншведов #киноактер #коуч #актерскаяжизнь #исновасъемки #тилитилитесты #ковидядовит #когдаотрицательныйэтохорошо #одтестактосту #ялюблюсвоюработу",
-
"[Werbung] Ich habe mich sehr gefreut, dass ich an diesem Test von @gofeminin_testlabor und @garnierdeutschland teilnehmen durfte, weil ich die Garnier Wahre Schätze bisher noch nicht kannte. Generell liebe ich Avocado und Sheabutter und finde den Geruch deshalb sehr angenehm. Ich habe das Gefühl, dass meine Haare durch die Produkte intensiv gepflegt wurden. Die Konsistenz des Shampoos könnte etwas fester sein, weil man so immer viel zu viel Shampoo in der Hand hat, egal wie vorsichtig man versucht zu dosieren. Die Maske fand ich auch sehr angenehm und toll, dass die Haare gepflegt wurden ohne zu beschweren. Super ist auch die Kämmbarkeit nach Verwendung der Produkte! Ich kann die Pflegeserie auf jeden Fall weiterempfehlen! . . . . . #GoTestWahreSchätze #WahreSchätze #WahreSchätzeAvocado #Garnier #testliebe #test #tester #testenmachtspass #produkttest #produkttesterin #instatest #produkttester #testen #werbung #blogger #testerin #gratis #gratistesten #testprodukt #testenmachtspaß",
-
""
-
-
-
statistic: {
-
edges: {
-
media: {
-
nodes: [
-
{
-
date: "2020-07-21",
-
count: 4295470,
-
count_show: "4.3М"
-
-
{
-
date: "2020-07-22",
-
count: 4297454,
-
count_show: "4.3М"
-
-
{
-
date: "2020-07-27",
-
count: 4305560,
-
count_show: "4.3М"
-
-
{
-
date: "2020-07-31",
-
count: 188281,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188279,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188279,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188289,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188289,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188289,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188288,
-
count_show: "188.3К"
-
-
{
-
date: "2020-07-31",
-
count: 188287,
-
count_show: "188.3К"
-
-
-
-
likes_avg: {
-
nodes: [
-
{
-
date: "2020-07-21",
-
count: 0
-
-
{
-
date: "2020-07-22",
-
count: 0
-
-
{
-
date: "2020-07-27",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
-
-
likes_sum: {
-
nodes: [
-
{
-
date: "2020-07-21",
-
count: 0
-
-
{
-
date: "2020-07-22",
-
count: 0
-
-
{
-
date: "2020-07-27",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
-
-
likes_avg_all: {
-
nodes: [
-
{
-
date: "2020-07-21",
-
count: 0
-
-
{
-
date: "2020-07-22",
-
count: 0
-
-
{
-
date: "2020-07-27",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
-
-
commercial_posts: {
-
nodes: [
-
{
-
date: "2020-07-21",
-
count: 0
-
-
{
-
date: "2020-07-22",
-
count: 0
-
-
{
-
date: "2020-07-27",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
{
-
date: "2020-07-31",
-
count: 0
-
-
-
-
difficulty: 10
-
-
-
-
-
https://toptag.ru/api/post/CDt_hVEFRKy
-
result: true,
-
graphql: {
-
post: {
-
likes: 362493,
-
comments: 4604,
-
text: "🕯 Lights out. 🕯 If you’re Nick Rudd (@thepingpongkid), all you need is one shot. 🔥 Introducing Reels — a new way to create and discover short, entertaining videos on Instagram. Tap the link in our bio to learn more. ⭐️ Reel by @thepingpongkid"
-
https://toptag.ru/api/profile/instagram?fields=stories
-
graphql: {
-
profile: {
-
username: "instagram",
-
edges: {
-
stories: {
-
count: 21,
-
nodes: [
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:37:49"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:38:49"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:39:52"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:41:55"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:43:23"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:44:39"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:45:30"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:46:24"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:47:26"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:48:32"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:49:22"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:50:16"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:51:27"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:52:12"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:52:52"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:53:52"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:55:14"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:56:12"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:57:02"
-
-
{
-
type: "GraphStoryVideo",
-
expiring_at: "2020-08-11 18:58:09"
-
-
{
-
type: "GraphStoryImage",
-
expiring_at: "2020-08-11 19:00:56"
-
-
-
-
-
-
result: true
https://toptag.ru/api/new?service=instagram
-
result: true,
-
graphql: {
-
new: {
-
edges: {
-
new: {
-
nodes: [
-
{
-
hashtag: "свадьба",
-
requests_count: 1,
-
media_count: 64775
-
-
{
-
hashtag: "кряк",
-
requests_count: 1,
-
media_count: 2344
-
-
{
-
hashtag: "рык",
-
requests_count: 1,
-
media_count: 2564
-
-
{
-
hashtag: "qaz",
-
requests_count: 1,
-
media_count: 26125
-
-
{
-
hashtag: "123",
-
requests_count: 1,
-
media_count: 723896
-
-
-
-
-
-
https://toptag.ru/api/top?service=instagram
-
result: true,
-
graphql: {
-
top: {
-
edges: {
-
top: {
-
nodes: [
-
{
-
hashtag: "свитшот",
-
requests_count: 126,
-
media_count: 1731
-
-
{
-
hashtag: "test",
-
requests_count: 74,
-
media_count: 4330028
-
-
{
-
hashtag: "вкрыму",
-
requests_count: 20,
-
media_count: 38099
-
-
{
-
hashtag: "курица",
-
requests_count: 15,
-
media_count: 457633
-
-
{
-
hashtag: "nature",
-
requests_count: 9,
-
media_count: 546988411
-
-
-
-
-
-
https://toptag.ru/api/stat?remember_token=[remember_token]
-
graphql: {
-
stat: {
-
total: 75,
-
tiktok_total: 14,
-
toptag: "nature",
-
tiktok_toptag: "video",
-
lowtag: "платежнаясистематайрус",
-
tiktok_lowtag: "новостьшутка",
-
count_requests: "346",
-
tiktok_count_requests: "43",
-
balance: 0.9875,
-
count_balance: 79,
-
count_history: 61
-
-
-
result: true
https://toptag.ru/api/history
-
result: true,
-
graphql: {
-
total: 61,
-
next: 10,
-
history: {
-
edges: [
-
{
-
id: 83,
-
hashtag: "свадьба",
-
service: "tiktok",
-
hashtag_compilation_1: {
-
nodes: [
-
"свадьба",
-
"свадьба2020",
-
"свадьбамечты",
-
"свадьбаподруги",
-
"свадьбагода",
-
"свадьбакавказа",
-
"свадьба2019",
-
"свадьбавкарантин",
-
"свадьбадагестан",
-
"свадьбадрузей",
-
"свадьбасестры",
-
"свадьбавгермании",
-
"свадьбабрата",
-
"свадьбамосква",
-
"свадьбамихримахсултан",
-
"свадьбагода2019",
-
"свадьбакиев",
-
"свадьбавмалиновке",
-
"свадьбапитер",
-
"свадьбахарьков"
-
-
-
-
{
-
id: 83,
-
hashtag: "свадьба",
-
service: "tiktok",
-
hashtag_compilation_1: {
-
nodes: [
-
"свадьба",
-
"свадьбасвадьба",
-
"свадьба2019",
-
"свадьба2018",
-
"свадьбамечты",
-
"свадьбамосква",
-
"свадьбауфа",
-
"свадьбаподключ",
-
"свадьбавмоскве",
-
"свадьбакиев",
-
"свадьбагода",
-
"свадьбашымкент",
-
"свадьбавдагестане",
-
"свадьбаставрополь",
-
"свадьбаспб",
-
"свадьбакраснодар",
-
"свадьбаказань",
-
"свадьба2020",
-
"свадьбаалматы",
-
"свадьбавкрыму"
-
-
-
-
{
-
id: 64,
-
hashtag: "рык",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"рыкалинарецепты",
-
"рыкалинатоматы",
-
"рык",
-
"рыкалиналайф",
-
"рыков",
-
"рыкса",
-
"рыкань",
-
"рыкованаталья",
-
"рыковы",
-
"рыковгрупп",
-
"рыксификсирисует",
-
"рыковы_бяки",
-
"рыкающийлев",
-
"рыкімарцін",
-
"рыковгруппсаратов",
-
"рыкун",
-
"рыкова",
-
"рыкова_таня",
-
"рыкзаки",
-
"рыкарь"
-
-
-
-
{
-
id: 81,
-
hashtag: "WEBSMS",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"websmashers"
-
-
-
-
{
-
id: 82,
-
hashtag: "WEBSMS",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"websmashers"
-
-
-
-
{
-
id: 80,
-
hashtag: "свой",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"свои",
-
"свой",
-
"свойдом",
-
"свойбизнес",
-
"своимирукамислюбовью",
-
"своимируками_вместесребенком",
-
"своимируками",
-
"своимируками👐",
-
"своидевочкизнают",
-
"своимходом",
-
"своимирукамислюбовью❤️",
-
"своими",
-
"своими_руками",
-
"своихнебросаем",
-
"своидевочкизнаютвсе",
-
"своидевочкизнают100",
-
"свойпуть",
-
"своимиручками",
-
"своилюди",
-
"свойогород"
-
-
-
-
{
-
id: 79,
-
hashtag: "выпускать",
-
service: "tiktok",
-
hashtag_compilation_1: {
-
nodes: [
-
"выпускать",
-
"выпускатьтрек",
-
"выпускатьлимнесегоднявидео",
-
"выпускатьэтупесню?",
-
"выпускатьтакиевидео",
-
"выпускатьмнетакиевидео",
-
"выпускатьпар",
-
"выпускатьвидео",
-
"выпускатьблть",
-
"выпускатьбудубольше",
-
"выпускатьвидио?",
-
"выпускатькомедии",
-
"выпускатьтокихвидеокакконцовка",
-
"выпускатьещё",
-
"выпускатьролики",
-
"выпускаться",
-
"выпускатьвидеобудуреже",
-
"выпускатьпохожиевидео"
-
-
-
-
{
-
id: 17,
-
hashtag: "test",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"TEST",
-
"testy",
-
"testando",
-
"testere",
-
"testimonio",
-
"tester",
-
"test_challenge",
-
"testa",
-
"testosterone",
-
"Test_for_case",
-
"testus1",
-
"testimony",
-
"testi",
-
"testphatam",
-
"testvinglish",
-
"testpersonality",
-
"testedegravidez"
-
-
-
-
{
-
id: 78,
-
hashtag: "videostarpro",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"videostarpro",
-
"videostarprosound",
-
"videostarproedit",
-
"videostarproedits",
-
"videostarproeffects",
-
"videostarproo",
-
"videostarprocodes",
-
"videostarprofree",
-
"videostarprohelp",
-
"videostarpro1231",
-
"videostarprokostenlos",
-
"videostarprovideostaredit",
-
"videostarprocode",
-
"videostarproeffect",
-
"videostarprokeyframes",
-
"videostarproductions",
-
"videostarproblem",
-
"videostarproedt",
-
"videostarproapp"
-
-
-
-
{
-
id: 77,
-
hashtag: "videostar",
-
service: "instagram",
-
hashtag_compilation_1: {
-
nodes: [
-
"videostar",
-
"videostarpro",
-
"videostarapp",
-
"videostarsound",
-
"videostarcode",
-
"videostaredit",
-
"videostarswithariana",
-
"videostarcodes",
-
"videostarhelp",
-
"videostarqrcodes",
-
"videostaristhebest",
-
"videostartutorial",
-
"videostars",
-
"videostarpayant",
-
"videostarfree",
-
"videostarqrcode",
-
"videostarcoloring",
-
"videostaroverlays"
-
-
-
-
-
-