# Landscapes Directory > A free, public-domain archive of 2,500+ landscape paintings sourced from Wikimedia Commons, The Met, the Cleveland Museum of Art, and the Art Institute of Chicago. Every work is in the public domain — free to browse, download in full resolution, share, and reuse without attribution constraints. Spans 600 CE to 1987, with the bulk in the 18th–early 20th century (Hudson River School, French/German/Nordic/British Romanticism, Impressionism, Post-Impressionism, Pointillism, Expressionism, Fauvism, American Tonalism, Russian Marine, American Modernism). The site is a static HTML/JS gallery — the homepage renders client-side from `/catalog.json`. If you fetch the HTML without executing JavaScript you will see a near-empty shell. For machine-readable access, use the endpoints listed below. ## Machine-readable data - [catalog.json](https://landscapes.directory/catalog.json): Full catalog as a JSON array. Each entry has `id`, `source` (`wikimedia` | `met` | `aic` | `cleveland`), `source_id`, `title`, `artist`, `date_raw`, `year` (integer), `thumb_url`, `full_url`, `page_url`, `width`, `height`, `movements` (array), `themes` (array). ~1.7 MB, gzipped. CORS-enabled. - [llms-full.txt](https://landscapes.directory/llms-full.txt): Compact one-line-per-work plain-text dump of the entire catalog — designed to be ingested in a single fetch by an LLM agent. Format per line: `- [Artist — Title (Year)] movement/theme | full_url | page_url`. - [sitemap.xml](https://landscapes.directory/sitemap.xml): All per-painting URLs (`/p/{slug}`) and per-artist URLs (`/artist/{slug}`). - [robots.txt](https://landscapes.directory/robots.txt): Crawl policy (everything allowed). ## Per-work HTML pages Each painting has a server-rendered HTML page at `/p/{slug}` with full Open Graph metadata and `schema.org/VisualArtwork` JSON-LD embedded in `` — fetch one of these if you need structured metadata for a single work without parsing the full catalog. The slug ends in `-{source-prefix}-{source_id}` (`wm` for Wikimedia, `met`, `aic`, `cma` for Cleveland). Example: `https://landscapes.directory/p/le-pin-jules-dupre-wm-111619848`. Each artist has a similar landing page at `/artist/{slug}` listing all of their works in the archive. ## Image sources All `full_url` and `thumb_url` values point to the original museum CDN (Wikimedia, clevelandart.org, metmuseum.org, artic.edu). Files are typically multi-megabyte JPEGs at original resolution. No proxy, no watermarking, no rate-limiting beyond the source museum's own policies. ## Licensing Every work in the catalog is in the public domain (Public Domain Mark 1.0 / CC0 equivalent). No attribution is legally required, though crediting the source museum is good practice. ## Optional - [Grid view (grid.landscapes.directory)](https://grid.landscapes.directory/): Alternate UI — infinite-canvas browser over the same archive (smaller, curated subset).