---
title: "GET /media/popular"
method: GET
path: "/media/popular"
tags: ["Media"]
---

# GET /media/popular

`GET /media/popular`

Get a list of what media is most popular at the moment.
Can return mix of image and video types.

## Response `200`

OK

- object
  - `data` Media[]
    - `created_time` integer — Epoc time (ms)
    - `type` string
    - `filter` string
    - `tags` Tag[]
      - `media_count` integer
      - `name` string
    - `id` integer
    - `user` MiniProfile — A shorter version of User for likes array
      - `user_name` string
      - `full_name` string
      - `id` integer
      - `profile_picture` string
    - `users_in_photo` MiniProfile[]
      - `user_name` string
      - `full_name` string
      - `id` integer
      - `profile_picture` string
    - `location` Location
      - `id` string
      - `name` string
      - `latitude` number
      - `longitude` number
    - `comments:` object
      - `count` integer
      - `data` Comment[]
        - `id` string
        - `created_time` string
        - `text` string
        - `from` MiniProfile — A shorter version of User for likes array
          - `user_name` string
          - `full_name` string
          - `id` integer
          - `profile_picture` string
    - `likes` object
      - `count` integer
      - `data` MiniProfile[]
        - `user_name` string
        - `full_name` string
        - `id` integer
        - `profile_picture` string
    - `images` object
      - `low_resolution` Image
        - `width` integer
        - `height` integer
        - `url` string
      - `thumbnail` Image
        - `width` integer
        - `height` integer
        - `url` string
      - `standard_resolution` Image
        - `width` integer
        - `height` integer
        - `url` string
    - `videos` object
      - `low_resolution` Image
        - `width` integer
        - `height` integer
        - `url` string
      - `standard_resolution` Image
        - `width` integer
        - `height` integer
        - `url` string

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
