Skip to content

Instantly share code, notes, and snippets.

@ramenaru
Created May 27, 2024 06:20
Show Gist options
  • Save ramenaru/7bce78a484ea908373fdfd35c9deedb4 to your computer and use it in GitHub Desktop.
Save ramenaru/7bce78a484ea908373fdfd35c9deedb4 to your computer and use it in GitHub Desktop.
finest
{
"paintings": [
{
"title": "Mona Lisa",
"artist": "Leonardo da Vinci",
"year": 1503,
"medium": "Oil on poplar panel",
"dimensions": "77 cm × 53 cm",
"location": "Louvre Museum, Paris"
},
{
"title": "The Starry Night",
"artist": "Vincent van Gogh",
"year": 1889,
"medium": "Oil on canvas",
"dimensions": "73.7 cm × 92.1 cm",
"location": "Museum of Modern Art, New York City"
},
{
"title": "The Persistence of Memory",
"artist": "Salvador Dalí",
"year": 1931,
"medium": "Oil on canvas",
"dimensions": "24 cm × 33 cm",
"location": "Museum of Modern Art, New York City"
},
{
"title": "Girl with a Pearl Earring",
"artist": "Johannes Vermeer",
"year": 1665,
"medium": "Oil on canvas",
"dimensions": "44.5 cm × 39 cm",
"location": "Mauritshuis, The Hague"
},
{
"title": "The Birth of Venus",
"artist": "Sandro Botticelli",
"year": 1486,
"medium": "Tempera on canvas",
"dimensions": "172.5 cm × 278.9 cm",
"location": "Uffizi Gallery, Florence"
},
{
"title": "The Night Watch",
"artist": "Rembrandt van Rijn",
"year": 1642,
"medium": "Oil on canvas",
"dimensions": "363 cm × 437 cm",
"location": "Rijksmuseum, Amsterdam"
},
{
"title": "The Scream",
"artist": "Edvard Munch",
"year": 1893,
"medium": "Oil, tempera, and pastel on cardboard",
"dimensions": "91 cm × 73.5 cm",
"location": "National Gallery of Norway, Oslo"
},
{
"title": "The Kiss",
"artist": "Gustav Klimt",
"year": 1908,
"medium": "Oil on canvas",
"dimensions": "180 cm × 180 cm",
"location": "Österreichische Galerie Belvedere, Vienna"
},
{
"title": "American Gothic",
"artist": "Grant Wood",
"year": 1930,
"medium": "Oil on beaverboard",
"dimensions": "78 cm × 65.3 cm",
"location": "Art Institute of Chicago"
},
{
"title": "The Son of Man",
"artist": "René Magritte",
"year": 1964,
"medium": "Oil on canvas",
"dimensions": "116 cm × 89 cm",
"location": "Private collection"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment