action instagram_get_media_popular { label: "Get a list of currently popular media." description: "Get a list of what media is most popular at the moment. Can return mix of `image` and `video` types.\n\n**Warning:** [Deprecated](http://instagram.com/developer/changelog/) for Apps created **on or after** Nov 17, 2015\n" provider: instagram method: GET path: "/media/popular" encoding: json output: { type: "object" additionalProperties: true } }