---
title: "GET /users/self/feed"
method: GET
path: "/users/self/feed"
tags: ["Users"]
---

# GET /users/self/feed

`GET /users/self/feed`

See the authenticated user's feed.

## Query parameters

- `count` integer
- `max_id` integer
- `min_id` integer

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