---
title: "GET /rest?method=flickr.photos.getExif"
method: GET
path: "/rest?method=flickr.photos.getExif"
tags: ["Public"]
---

# GET /rest?method=flickr.photos.getExif

`GET /rest?method=flickr.photos.getExif`

Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must have permission to view the photo.

## Query parameters

- `api_key` string, required
- `photo_id` string, required
- `secret` string

## Response `200`

OK

- object
  - `photo` object
    - `id` string
    - `secret` string
    - `server` string
    - `farm` string
    - `camera` string
    - `exif` object[]
      - `tagspace` string
      - `tagspaceid` string
      - `tag` string
      - `label` string
      - `raw` object
        - `_content` string
  - `stat` string

---

[API](https://skmtc.dev/flickr/apis/flickr-api-schema.md) · [All operations](https://skmtc.dev/flickr/apis/flickr-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flickr/flickr-api-schema/revisions/0bb9aa5f48a7/schema)
