---
title: "GET /media/{media-id}"
method: GET
path: "/media/{media-id}"
tags: ["Media"]
---

# GET /media/{media-id}

`GET /media/{media-id}`

Get information about a media object.
The returned type key will allow you to differentiate between `image`
and `video` media.

Note: if you authenticate with an OAuth Token, you will receive the
`user_has_liked` key which quickly tells you whether the current user
has liked this media item.

## Response `200`

OK

- 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)
