Skip to content

Instantly share code, notes, and snippets.

@jrstrunk
Created June 29, 2023 01:53
Show Gist options
  • Save jrstrunk/4fc7a6baf90f9a4b5e1d62b1d4fdc94a to your computer and use it in GitHub Desktop.
Save jrstrunk/4fc7a6baf90f9a4b5e1d62b1d4fdc94a to your computer and use it in GitHub Desktop.
Google Photos Takeout JSON Metadata Format Example
{
"title": "IMG_20200502_154958.jpg",
"description": "",
"imageViews": "33",
"creationTime": {
"timestamp": "1588549547",
"formatted": "May 3, 2020, 11:45:47 PM UTC"
},
"photoTakenTime": {
"timestamp": "1588448998",
"formatted": "May 2, 2020, 7:49:58 PM UTC"
},
"geoData": {
"latitude": 0.0,
"longitude": 0.0,
"altitude": 0.0,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"geoDataExif": {
"latitude": 0.0,
"longitude": 0.0,
"altitude": 0.0,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"url": "https://lh3.googleusercontent.com/kXi3Yd-2Gev2NPoZjut_8EPcAyQ1atATdQ-O49TNbr9K4-GWhxs609f96gQoXAyx9oG7SuT8rFIv_tgIiwWjh3F13odDBtH3SCU8ZEFe",
"googlePhotosOrigin": {
"mobileUpload": {
"deviceFolder": {
"localFolderName": ""
},
"deviceType": "ANDROID_PHONE"
}
},
"photoLastModifiedTime": {
"timestamp": "1663858282",
"formatted": "Sep 22, 2022, 2:51:22 PM UTC"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment