Instagram Tag API: Media_count does not match selected average

I call the tag information request URLand the result is displayed in media_count equal to 526. Here is my request:

https://api.instagram.com/v1/tags/ckdowntownau?client_id=add38d4ea81e4665962b939c96a929a3&count=526

However, when I remove the media using API:

https://api.instagram.com/v1/tags/ckdowntownau/media/recent?client_id=add38d4ea81e4665962b939c96a929a3

I can only get 435 carriers.

Does anyone know about this?

+4
source share
2 answers

Today, the number of multimedia counters includes deleted photos. I checked this with a test.

+2
source

The Instagram API call / tag / {tag-name} returns:

{
    "data": {
        "media_count": 472,
        "name": "nofilter",
    }
}

, , - , .

, /tags/ {tag-name}/media/recent.

, media_count media_count 0. . media_count , media/recent .

+2

All Articles