GET /museum/met/search
Busque the Metropolitan Museum of Art's collection of 470,000+ artworks por palabra clave. Devuelve matching artworks with titles, artists, dates, mediums, departments, and image URLs. El Met's collection spans 5,000 years of world culture.
q
requerido
Search query (e.g. 'monet', 'egyptian', 'armor')
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
q |
Si | - | Search query (e.g. 'monet', 'egyptian', 'armor') |
curl "https://nordapi.ee/api/v1/museum/met/search?q=monet"
{
"data": {
"artworks": [
{
"artist": "Claude Monet",
"date": "1873",
"department": "European Paintings",
"id": 438003,
"image_url": "",
"medium": "Oil on canvas",
"title": "Camille Monet (1847–1879) on a Garden Bench"
},
{
"artist": "Claude Monet",
"date": "1867",
"department": "European Paintings",
"id": 437133,
"image_url": "",
"medium": "Oil on canvas",
"title": "Garden at Sainte-Adresse"
},
{
"artist": "Edouard Manet",
"date": "1874",
"department": "European Paintings",
"id": 436965,
"image_url": "https://images.metmuseum.org/CRDImages/ep/original/DP-25465-001.jpg",
"medium": "Oil on canvas",
"title": "The Monet Family in Their Garden at Argenteuil"
},
{
"artist": "Claude Monet",
"date": "1899",
"department": "European Paintings",
"id": 437127,
"image_url": "",
"medium": "Oil on canvas",
"title": "Bridge over a Pond of Water Lilies"
},
{
"artist": "Paul Cézanne",
"date": "ca. 1890",
"department": "European Paintings",
"id": 435882,
"image_url": "https://images.metmuseum.org/CRDImages/ep/original/DT47.jpg",
"medium": "Oil on canvas",
"title": "Still Life with Apples and a Pot of Primroses"
}
],
"total": 167
},
"success": true
}