Flickr API Response

Photo Search Results for "cat"

Search Results

Displaying 10 most relevant photos for the search term "cat"

Sleepy orange tabby cat
Sleepy Ginger
by CatLover123
Black cat with green eyes
Midnight Stare
by WhiskerWonder
Kitten playing with a ball of yarn
Yarn Adventure
by PurrfectShots
Siamese cat lounging in sunlight
Sunbathing Siamese
by MeowMaster
Two cats cuddling
Feline Friends
by CatSnappers
Cat yawning
Big Yawn
by SleepyKitty
Cat in a cardboard box
Box Life
by CuriousCat
Maine Coon cat with long fur
Majestic Maine
by FluffyPhotographer
Cat watching birds through window
Bird Watcher
by WindowPerch
Calico cat sleeping on a cushion
Calico Dreams
by NapMaster

API Response Sample


{
  "photos": {
    "page": 1,
    "pages": 5348,
    "perpage": 10,
    "total": 53476,
    "photo": [
      {
        "id": "52955447328",
        "owner": "66956608@N06",
        "secret": "3eaf2c8e0d",
        "server": "65535",
        "farm": 66,
        "title": "Sleepy Ginger",
        "ispublic": 1,
        "isfriend": 0,
        "isfamily": 0
      },
      {
        "id": "52954956881",
        "owner": "194567573@N08",
        "secret": "7b1f8c3a22",
        "server": "65535",
        "farm": 66,
        "title": "Midnight Stare",
        "ispublic": 1,
        "isfriend": 0,
        "isfamily": 0
      },
      // ... more photo objects ...
    ]
  },
  "stat": "ok"
}
    

Note: This is a simulated response based on typical Flickr API results. In a real scenario, you would need to provide a valid API key to receive actual data. The photo URLs and metadata are generated for demonstration purposes.