AnalogDB

the collection of film photography

Film for all

AnalogDB is a curated database featuring thousands of film photographs. And it is always growing, with new pictures added every day.

view latest

18,509

photos

7,308

photographers

Color Intelligence

Dominant colors are extracted from every photo, allowing you to discover images by their visual palette. Search and analyze images by their distinct colors.

explore colors
curl https://api.analogdb.com/posts
"meta":{
  "total_posts":3637,
  "page_size":20,
  "next_page_id":1672251647,
  "next_page_url":"/posts?sort=time&page_size=20&page_id=1672251647"
},
"posts":[
  {
    "id":5127,
    "title":"Exam | Olympus OM-2n | 50mm 1.8 | Vision3 250D",
    "author":"Crazylyric",
    "permalink":"https://www.reddit.com/r/analog/comments/zyk2sp/exam_olympus_om2n_50mm_18_vision3_250d/",
    "score":163,
    "nsfw":false,
    "grayscale":false,
    "timestamp":1672356457,
    "sprocket":false
    "images":[
      {
        "resolution":"low",
        "url":"https://d3i73ktnzbi69i.cloudfront.net/8ed69a77-83fc-4a82-8994-935f82cada2e.jpeg",
        "width":720,
        "height":477
      },
      {
        "resolution":"medium",
        "url":"https://d3i73ktnzbi69i.cloudfront.net/d3ed07e5-b094-452f-b567-6d24b7d93f39.jpeg"
        "width":720,
        "height":477
      },
      {
        "resolution":"high",
        "url":"https://d3i73ktnzbi69i.cloudfront.net/b68bb45b-e723-4010-81d7-2c1a38cdffe1.jpeg"
        "width":1440,
        "height":955
      },
      {
        "resolution":"raw",
        "url":"https://d3i73ktnzbi69i.cloudfront.net/de6a9627-5127-4920-b6f4-d1078e7d3c35.jpeg"
        "width":3089,
        "height":2048
      }
     ],
  },
  ...
]
Accessible API

The entire collection of film is exposed through a simple and modern JSON API. Embedding beautiful film photos in your projects has never been easier.

read the docs
Open-source

All code made publicly available on Github with flexible licensing. AnalogDB is an open community where all contributions are welcome!

view source
example AnalogDB API call