---
title: "GET /media1/{shortcode}"
method: GET
path: "/media1/{shortcode}"
tags: ["Media"]
---

# GET /media1/{shortcode}

`GET /media1/{shortcode}`

This endpoint returns the same response as **GET** `/media/media-id`.

A media object's shortcode can be found in its shortlink URL.
An example shortlink is `http://instagram.com/p/D/`
Its corresponding shortcode is D.

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