{
  "openapi": "3.1.0",
  "info": {
    "title": "Commonkite API",
    "version": "1.0.0",
    "summary": "Free image search API and MCP server for Creative Commons, CC0 and public-domain images with license flags and ready-made attribution text and HTML.",
    "description": "Search Openverse, NASA, The Met, the Art Institute of Chicago and the Cleveland Museum of Art at once. Every image says if you may use it commercially, edit it, and how to credit it, with a ready-to-paste attribution.\n\nFree tier: 20 calls per minute per IP address. Up to 12 images per call. One search phrase per call (max 100 characters). About 15 seconds per call at most. Free, no key. Always check the license link before publishing. No key needed. Remote MCP server: https://commonkite.cybermax-tools.workers.dev/mcp",
    "contact": {
      "name": "CyberMax",
      "url": "https://cybermax-tools-cybermax.static.hf.space/"
    },
    "license": {
      "name": "Proprietary (free to call)",
      "identifier": "LicenseRef-CyberMax"
    }
  },
  "servers": [
    {
      "url": "https://commonkite.cybermax-tools.workers.dev"
    }
  ],
  "paths": {
    "/api/search": {
      "get": {
        "tags": [
          "Commonkite"
        ],
        "summary": "Search free-to-use images with license and attribution",
        "description": "Searches Openverse, NASA Image Library, The Met, Art Institute of Chicago and Cleveland Museum of Art (Wikimedia Commons on request), filters by license and orientation, removes duplicates and returns plain yes/no license flags with attribution text and HTML.",
        "operationId": "searchImagesGet",
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Search phrase",
            "schema": {
              "type": "string"
            },
            "example": "lighthouse"
          },
          {
            "name": "license",
            "in": "query",
            "required": false,
            "description": "License filter: commercial, commercial-modify, no-attribution, any (default commercial)",
            "schema": {
              "type": "string",
              "enum": [
                "commercial",
                "commercial-modify",
                "no-attribution",
                "any"
              ],
              "default": "commercial"
            }
          },
          {
            "name": "orientation",
            "in": "query",
            "required": false,
            "description": "any, landscape, portrait or square",
            "schema": {
              "type": "string",
              "enum": [
                "any",
                "landscape",
                "portrait",
                "square"
              ],
              "default": "any"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Images to return (1-12)",
            "schema": {
              "type": "integer",
              "minimum": 1,
              "maximum": 12,
              "default": 12
            }
          },
          {
            "name": "minWidth",
            "in": "query",
            "required": false,
            "description": "Minimum width in pixels",
            "schema": {
              "type": "integer",
              "minimum": 0,
              "maximum": 6000
            }
          },
          {
            "name": "sources",
            "in": "query",
            "required": false,
            "description": "Comma list of: openverse, nasa, met, artic, cleveland, wikimedia (default: all but wikimedia)",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Results (same field names as the bulk version's dataset records) plus the free-tier limits.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                },
                "example": {
                  "query": "lighthouse",
                  "license": "commercial",
                  "orientation": "any",
                  "results": [
                    {
                      "query": "lighthouse",
                      "rank": 1,
                      "title": "Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/8530/8486376375_6ba6d387a8_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/94f51e61-f870-47f7-bdec-49cd2eb5f173/thumb/",
                      "width": 664,
                      "height": 1000,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Kenneth Moore Photography is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/50276595@N03/8486376375\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/50276595@N03\">Kenneth Moore Photography</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Kenneth Moore Photography",
                      "creatorUrl": "https://www.flickr.com/photos/50276595@N03",
                      "landingUrl": "https://www.flickr.com/photos/50276595@N03/8486376375",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:94f51e61-f870-47f7-bdec-49cd2eb5f173",
                      "tags": [
                        "lighthouse",
                        "longbeach"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 2,
                      "title": "Cape May Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/1776/42286725184_697c10579d_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/bf8a5968-c8cb-4e7c-85f7-766d759addd7/thumb/",
                      "width": 683,
                      "height": 1024,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Cape May Lighthouse\" by Cape May MAC is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/56767128@N02/42286725184\">&quot;Cape May Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/56767128@N02\">Cape May MAC</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Cape May MAC",
                      "creatorUrl": "https://www.flickr.com/photos/56767128@N02",
                      "landingUrl": "https://www.flickr.com/photos/56767128@N02/42286725184",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:bf8a5968-c8cb-4e7c-85f7-766d759addd7",
                      "tags": [
                        "cape",
                        "lighthouse",
                        "may"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 3,
                      "title": "Lighthouse Moon",
                      "imageUrl": "https://images-assets.nasa.gov/image/PIA09879/PIA09879~orig.jpg",
                      "thumbnailUrl": "https://images-assets.nasa.gov/image/PIA09879/PIA09879~small.jpg",
                      "width": null,
                      "height": null,
                      "orientation": null,
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "nasa-media",
                      "licenseVersion": null,
                      "licenseName": "NASA media usage guidelines (generally not subject to US copyright)",
                      "licenseUrl": "https://www.nasa.gov/nasa-brand-center/images-and-media/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse Moon\" by NASA/JPL/Space Science Institute (NASA JPL) is courtesy of NASA, used under the NASA media usage guidelines. https://www.nasa.gov/nasa-brand-center/images-and-media/",
                      "attributionHtml": "<a href=\"https://images.nasa.gov/details/PIA09879\">&quot;Lighthouse Moon&quot;</a> by NASA/JPL/Space Science Institute (NASA JPL) is courtesy of NASA, used under the <a href=\"https://www.nasa.gov/nasa-brand-center/images-and-media/\">NASA media usage guidelines</a>.",
                      "creator": "NASA/JPL/Space Science Institute",
                      "creatorUrl": null,
                      "landingUrl": "https://images.nasa.gov/details/PIA09879",
                      "source": "nasa",
                      "provider": "NASA JPL",
                      "id": "nasa:PIA09879",
                      "tags": [
                        "Pan",
                        "Cassini-Huygens"
                      ],
                      "dateCreated": "2008-04-14T12:50:45Z",
                      "licenseNote": "NASA media usage guidelines: free to use, credit \"NASA\" recommended, do not imply NASA endorsement.",
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 4,
                      "title": "Lighthouse",
                      "imageUrl": "https://images.metmuseum.org/CRDImages/dp/original/DP818541.jpg",
                      "thumbnailUrl": "https://images.metmuseum.org/CRDImages/dp/web-large/DP818541.jpg",
                      "width": null,
                      "height": null,
                      "orientation": null,
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Henry Farrer (The Metropolitan Museum of Art) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://www.metmuseum.org/art/collection/search/382738\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.wikidata.org/wiki/Q5721138\">Henry Farrer</a> (The Metropolitan Museum of Art) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Henry Farrer",
                      "creatorUrl": "https://www.wikidata.org/wiki/Q5721138",
                      "landingUrl": "https://www.metmuseum.org/art/collection/search/382738",
                      "source": "met",
                      "provider": "The Metropolitan Museum of Art",
                      "id": "met:382738",
                      "tags": [
                        "Houses",
                        "Towers"
                      ],
                      "dateCreated": "1880",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 5,
                      "title": "Rocks at the Lighthouse, Biarritz",
                      "imageUrl": "https://www.artic.edu/iiif/2/0558d3c0-dd86-7d26-2e55-126c1470ca41/full/843,/0/default.jpg",
                      "thumbnailUrl": "https://www.artic.edu/iiif/2/0558d3c0-dd86-7d26-2e55-126c1470ca41/full/200,/0/default.jpg",
                      "width": 843,
                      "height": 500,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Rocks at the Lighthouse, Biarritz\" by Joaquín Sorolla y Bastida (Art Institute of Chicago) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://www.artic.edu/artworks/66144\">&quot;Rocks at the Lighthouse, Biarritz&quot;</a> by Joaquín Sorolla y Bastida (Art Institute of Chicago) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Joaquín Sorolla y Bastida",
                      "creatorUrl": null,
                      "landingUrl": "https://www.artic.edu/artworks/66144",
                      "source": "artic",
                      "provider": "Art Institute of Chicago",
                      "id": "artic:66144",
                      "tags": [
                        "oil on canvas",
                        "beach",
                        "oil",
                        "painting",
                        "20th Century",
                        "water",
                        "coasts",
                        "coastal scenes",
                        "rocks",
                        "children",
                        "women",
                        "people",
                        "Spain",
                        "european painting",
                        "paint"
                      ],
                      "dateCreated": "1906",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 6,
                      "title": "Lighthouse Village (also known as Cape Elizabeth)",
                      "imageUrl": "https://openaccess-cdn.clevelandart.org/1930.851/1930.851_print.jpg",
                      "thumbnailUrl": "https://openaccess-cdn.clevelandart.org/1930.851/1930.851_web.jpg",
                      "width": 3400,
                      "height": 2198,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": 2239978,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse Village (also known as Cape Elizabeth)\" by Edward Hopper (Cleveland Museum of Art) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://clevelandart.org/art/1930.851\">&quot;Lighthouse Village (also known as Cape Elizabeth)&quot;</a> by Edward Hopper (Cleveland Museum of Art) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Edward Hopper",
                      "creatorUrl": null,
                      "landingUrl": "https://clevelandart.org/art/1930.851",
                      "source": "cleveland",
                      "provider": "Cleveland Museum of Art",
                      "id": "cleveland:173965",
                      "tags": [
                        "Drawing",
                        "Watercolor with graphite and scraping on paper",
                        "Drawings"
                      ],
                      "dateCreated": "1929",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 7,
                      "title": "Beachy Head Lighthouse (Explored)",
                      "imageUrl": "https://live.staticflickr.com/7687/16881464508_324067a38e_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/4ba4ec7c-511f-4b05-932b-c7d65f5f6c02/thumb/",
                      "width": 1024,
                      "height": 576,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by-nd",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY-ND 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by-nd/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": false,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Beachy Head Lighthouse (Explored)\" by tsbl2000 is licensed under CC BY-ND 2.0. https://creativecommons.org/licenses/by-nd/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/68942208@N02/16881464508\">&quot;Beachy Head Lighthouse (Explored)&quot;</a> by <a href=\"https://www.flickr.com/photos/68942208@N02\">tsbl2000</a> is licensed under <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">CC BY-ND 2.0</a>.",
                      "creator": "tsbl2000",
                      "creatorUrl": "https://www.flickr.com/photos/68942208@N02",
                      "landingUrl": "https://www.flickr.com/photos/68942208@N02/16881464508",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:4ba4ec7c-511f-4b05-932b-c7d65f5f6c02",
                      "tags": [
                        "beachyhead",
                        "englishchannel",
                        "lighthouse",
                        "nikond810",
                        "tamron150600"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 8,
                      "title": "Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/5304/5607325231_af074632a5_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/9b27c4a8-514b-490a-9249-eae9a60531d6/thumb/",
                      "width": 683,
                      "height": 1024,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Jonas B is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/14738242@N00/5607325231\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/14738242@N00\">Jonas B</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Jonas B",
                      "creatorUrl": "https://www.flickr.com/photos/14738242@N00",
                      "landingUrl": "https://www.flickr.com/photos/14738242@N00/5607325231",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:9b27c4a8-514b-490a-9249-eae9a60531d6",
                      "tags": [
                        "beacon",
                        "lighthouse",
                        "architecture",
                        "building",
                        "city",
                        "light",
                        "lighthouse",
                        "sky",
                        "tower",
                        "travel"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    }
                  ],
                  "count": 8,
                  "found": {
                    "openverse": 8,
                    "nasa": 4,
                    "met": 3,
                    "artic": 4,
                    "cleveland": 3
                  },
                  "sources": [
                    "openverse",
                    "nasa",
                    "met",
                    "artic",
                    "cleveland"
                  ]
                }
              }
            }
          },
          "400": {
            "description": "Invalid input",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "429": {
            "description": "Rate limited (see the Retry-After header)",
            "headers": {
              "Retry-After": {
                "schema": {
                  "type": "integer"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "504": {
            "description": "Took too long; ask for fewer items",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Commonkite"
        ],
        "summary": "Search free-to-use images with license and attribution",
        "description": "Searches Openverse, NASA Image Library, The Met, Art Institute of Chicago and Cleveland Museum of Art (Wikimedia Commons on request), filters by license and orientation, removes duplicates and returns plain yes/no license flags with attribution text and HTML.",
        "operationId": "searchImagesPost",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "q": {
                    "type": "string",
                    "maxLength": 100
                  },
                  "license": {
                    "type": "string",
                    "enum": [
                      "commercial",
                      "commercial-modify",
                      "no-attribution",
                      "any"
                    ]
                  },
                  "orientation": {
                    "type": "string",
                    "enum": [
                      "any",
                      "landscape",
                      "portrait",
                      "square"
                    ]
                  },
                  "limit": {
                    "type": "integer",
                    "minimum": 1,
                    "maximum": 12
                  },
                  "minWidth": {
                    "type": "integer"
                  },
                  "sources": {
                    "type": "array",
                    "items": {
                      "type": "string",
                      "enum": [
                        "openverse",
                        "nasa",
                        "met",
                        "artic",
                        "cleveland",
                        "wikimedia"
                      ]
                    }
                  }
                },
                "required": [
                  "q"
                ]
              },
              "example": {
                "q": "lighthouse",
                "license": "commercial",
                "orientation": "landscape",
                "limit": 6
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Results (same field names as the bulk version's dataset records) plus the free-tier limits.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "additionalProperties": true
                },
                "example": {
                  "query": "lighthouse",
                  "license": "commercial",
                  "orientation": "any",
                  "results": [
                    {
                      "query": "lighthouse",
                      "rank": 1,
                      "title": "Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/8530/8486376375_6ba6d387a8_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/94f51e61-f870-47f7-bdec-49cd2eb5f173/thumb/",
                      "width": 664,
                      "height": 1000,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Kenneth Moore Photography is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/50276595@N03/8486376375\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/50276595@N03\">Kenneth Moore Photography</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Kenneth Moore Photography",
                      "creatorUrl": "https://www.flickr.com/photos/50276595@N03",
                      "landingUrl": "https://www.flickr.com/photos/50276595@N03/8486376375",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:94f51e61-f870-47f7-bdec-49cd2eb5f173",
                      "tags": [
                        "lighthouse",
                        "longbeach"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 2,
                      "title": "Cape May Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/1776/42286725184_697c10579d_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/bf8a5968-c8cb-4e7c-85f7-766d759addd7/thumb/",
                      "width": 683,
                      "height": 1024,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Cape May Lighthouse\" by Cape May MAC is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/56767128@N02/42286725184\">&quot;Cape May Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/56767128@N02\">Cape May MAC</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Cape May MAC",
                      "creatorUrl": "https://www.flickr.com/photos/56767128@N02",
                      "landingUrl": "https://www.flickr.com/photos/56767128@N02/42286725184",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:bf8a5968-c8cb-4e7c-85f7-766d759addd7",
                      "tags": [
                        "cape",
                        "lighthouse",
                        "may"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 3,
                      "title": "Lighthouse Moon",
                      "imageUrl": "https://images-assets.nasa.gov/image/PIA09879/PIA09879~orig.jpg",
                      "thumbnailUrl": "https://images-assets.nasa.gov/image/PIA09879/PIA09879~small.jpg",
                      "width": null,
                      "height": null,
                      "orientation": null,
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "nasa-media",
                      "licenseVersion": null,
                      "licenseName": "NASA media usage guidelines (generally not subject to US copyright)",
                      "licenseUrl": "https://www.nasa.gov/nasa-brand-center/images-and-media/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse Moon\" by NASA/JPL/Space Science Institute (NASA JPL) is courtesy of NASA, used under the NASA media usage guidelines. https://www.nasa.gov/nasa-brand-center/images-and-media/",
                      "attributionHtml": "<a href=\"https://images.nasa.gov/details/PIA09879\">&quot;Lighthouse Moon&quot;</a> by NASA/JPL/Space Science Institute (NASA JPL) is courtesy of NASA, used under the <a href=\"https://www.nasa.gov/nasa-brand-center/images-and-media/\">NASA media usage guidelines</a>.",
                      "creator": "NASA/JPL/Space Science Institute",
                      "creatorUrl": null,
                      "landingUrl": "https://images.nasa.gov/details/PIA09879",
                      "source": "nasa",
                      "provider": "NASA JPL",
                      "id": "nasa:PIA09879",
                      "tags": [
                        "Pan",
                        "Cassini-Huygens"
                      ],
                      "dateCreated": "2008-04-14T12:50:45Z",
                      "licenseNote": "NASA media usage guidelines: free to use, credit \"NASA\" recommended, do not imply NASA endorsement.",
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 4,
                      "title": "Lighthouse",
                      "imageUrl": "https://images.metmuseum.org/CRDImages/dp/original/DP818541.jpg",
                      "thumbnailUrl": "https://images.metmuseum.org/CRDImages/dp/web-large/DP818541.jpg",
                      "width": null,
                      "height": null,
                      "orientation": null,
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Henry Farrer (The Metropolitan Museum of Art) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://www.metmuseum.org/art/collection/search/382738\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.wikidata.org/wiki/Q5721138\">Henry Farrer</a> (The Metropolitan Museum of Art) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Henry Farrer",
                      "creatorUrl": "https://www.wikidata.org/wiki/Q5721138",
                      "landingUrl": "https://www.metmuseum.org/art/collection/search/382738",
                      "source": "met",
                      "provider": "The Metropolitan Museum of Art",
                      "id": "met:382738",
                      "tags": [
                        "Houses",
                        "Towers"
                      ],
                      "dateCreated": "1880",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 5,
                      "title": "Rocks at the Lighthouse, Biarritz",
                      "imageUrl": "https://www.artic.edu/iiif/2/0558d3c0-dd86-7d26-2e55-126c1470ca41/full/843,/0/default.jpg",
                      "thumbnailUrl": "https://www.artic.edu/iiif/2/0558d3c0-dd86-7d26-2e55-126c1470ca41/full/200,/0/default.jpg",
                      "width": 843,
                      "height": 500,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Rocks at the Lighthouse, Biarritz\" by Joaquín Sorolla y Bastida (Art Institute of Chicago) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://www.artic.edu/artworks/66144\">&quot;Rocks at the Lighthouse, Biarritz&quot;</a> by Joaquín Sorolla y Bastida (Art Institute of Chicago) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Joaquín Sorolla y Bastida",
                      "creatorUrl": null,
                      "landingUrl": "https://www.artic.edu/artworks/66144",
                      "source": "artic",
                      "provider": "Art Institute of Chicago",
                      "id": "artic:66144",
                      "tags": [
                        "oil on canvas",
                        "beach",
                        "oil",
                        "painting",
                        "20th Century",
                        "water",
                        "coasts",
                        "coastal scenes",
                        "rocks",
                        "children",
                        "women",
                        "people",
                        "Spain",
                        "european painting",
                        "paint"
                      ],
                      "dateCreated": "1906",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 6,
                      "title": "Lighthouse Village (also known as Cape Elizabeth)",
                      "imageUrl": "https://openaccess-cdn.clevelandart.org/1930.851/1930.851_print.jpg",
                      "thumbnailUrl": "https://openaccess-cdn.clevelandart.org/1930.851/1930.851_web.jpg",
                      "width": 3400,
                      "height": 2198,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": 2239978,
                      "license": "cc0",
                      "licenseVersion": "1.0",
                      "licenseName": "CC0 1.0 (public domain dedication)",
                      "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": false,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse Village (also known as Cape Elizabeth)\" by Edward Hopper (Cleveland Museum of Art) is marked with CC0 1.0 (public domain dedication). https://creativecommons.org/publicdomain/zero/1.0/",
                      "attributionHtml": "<a href=\"https://clevelandart.org/art/1930.851\">&quot;Lighthouse Village (also known as Cape Elizabeth)&quot;</a> by Edward Hopper (Cleveland Museum of Art) is marked with <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0 (public domain dedication)</a>.",
                      "creator": "Edward Hopper",
                      "creatorUrl": null,
                      "landingUrl": "https://clevelandart.org/art/1930.851",
                      "source": "cleveland",
                      "provider": "Cleveland Museum of Art",
                      "id": "cleveland:173965",
                      "tags": [
                        "Drawing",
                        "Watercolor with graphite and scraping on paper",
                        "Drawings"
                      ],
                      "dateCreated": "1929",
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 7,
                      "title": "Beachy Head Lighthouse (Explored)",
                      "imageUrl": "https://live.staticflickr.com/7687/16881464508_324067a38e_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/4ba4ec7c-511f-4b05-932b-c7d65f5f6c02/thumb/",
                      "width": 1024,
                      "height": 576,
                      "orientation": "landscape",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by-nd",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY-ND 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by-nd/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": false,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Beachy Head Lighthouse (Explored)\" by tsbl2000 is licensed under CC BY-ND 2.0. https://creativecommons.org/licenses/by-nd/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/68942208@N02/16881464508\">&quot;Beachy Head Lighthouse (Explored)&quot;</a> by <a href=\"https://www.flickr.com/photos/68942208@N02\">tsbl2000</a> is licensed under <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">CC BY-ND 2.0</a>.",
                      "creator": "tsbl2000",
                      "creatorUrl": "https://www.flickr.com/photos/68942208@N02",
                      "landingUrl": "https://www.flickr.com/photos/68942208@N02/16881464508",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:4ba4ec7c-511f-4b05-932b-c7d65f5f6c02",
                      "tags": [
                        "beachyhead",
                        "englishchannel",
                        "lighthouse",
                        "nikond810",
                        "tamron150600"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    },
                    {
                      "query": "lighthouse",
                      "rank": 8,
                      "title": "Lighthouse",
                      "imageUrl": "https://live.staticflickr.com/5304/5607325231_af074632a5_b.jpg",
                      "thumbnailUrl": "https://api.openverse.org/v1/images/9b27c4a8-514b-490a-9249-eae9a60531d6/thumb/",
                      "width": 683,
                      "height": 1024,
                      "orientation": "portrait",
                      "fileType": "jpg",
                      "fileSizeBytes": null,
                      "license": "by",
                      "licenseVersion": "2.0",
                      "licenseName": "CC BY 2.0",
                      "licenseUrl": "https://creativecommons.org/licenses/by/2.0/",
                      "commercialUse": true,
                      "modificationsAllowed": true,
                      "attributionRequired": true,
                      "shareAlike": false,
                      "attributionText": "\"Lighthouse\" by Jonas B is licensed under CC BY 2.0. https://creativecommons.org/licenses/by/2.0/",
                      "attributionHtml": "<a href=\"https://www.flickr.com/photos/14738242@N00/5607325231\">&quot;Lighthouse&quot;</a> by <a href=\"https://www.flickr.com/photos/14738242@N00\">Jonas B</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/2.0/\">CC BY 2.0</a>.",
                      "creator": "Jonas B",
                      "creatorUrl": "https://www.flickr.com/photos/14738242@N00",
                      "landingUrl": "https://www.flickr.com/photos/14738242@N00/5607325231",
                      "source": "openverse",
                      "provider": "flickr",
                      "id": "openverse:9b27c4a8-514b-490a-9249-eae9a60531d6",
                      "tags": [
                        "beacon",
                        "lighthouse",
                        "architecture",
                        "building",
                        "city",
                        "light",
                        "lighthouse",
                        "sky",
                        "tower",
                        "travel"
                      ],
                      "dateCreated": null,
                      "licenseNote": null,
                      "status": "ok",
                      "fetchedAt": "2026-09-25T23:03:23.782Z"
                    }
                  ],
                  "count": 8,
                  "found": {
                    "openverse": 8,
                    "nasa": 4,
                    "met": 3,
                    "artic": 4,
                    "cleveland": 3
                  },
                  "sources": [
                    "openverse",
                    "nasa",
                    "met",
                    "artic",
                    "cleveland"
                  ]
                }
              }
            }
          },
          "400": {
            "description": "Invalid input",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "429": {
            "description": "Rate limited (see the Retry-After header)",
            "headers": {
              "Retry-After": {
                "schema": {
                  "type": "integer"
                }
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          },
          "504": {
            "description": "Took too long; ask for fewer items",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Error": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "retryAfterSeconds": {
            "type": "integer"
          },
          "limits": {
            "type": "object"
          }
        },
        "required": [
          "error",
          "message"
        ]
      }
    }
  },
  "x-mcp-server": "https://commonkite.cybermax-tools.workers.dev/mcp"
}