Search Artworks

Search and filter artworks by query, creation time, material, technique, and origin. The natural language search uses semantic AI to understand the context of your query, so you can search for artworks by their style, subject, or even emotions they evoke. The API returns a list of artworks matching the given criteria.

Available type

  • tapestry
  • collotype
  • collage
  • printmaking
  • cutting
  • digital_art
  • sculpture
  • metalwork
  • fragment
  • token
  • embroidery
  • painting
  • jewellery
  • print
  • ornament
  • photograph
  • statuette
  • furniture
  • needlework
  • drawing
  • miniature
  • tile
  • stereograph
  • calligraphy

Available material

  • ferrous_lactate
  • ink
  • textile
  • metal
  • bronze
  • canvas
  • stone
  • reduced_iron
  • horn
  • stoneware
  • in_shell_walnuts
  • chalk
  • velvet
  • silver
  • charcoal
  • gold_leaf
  • candied_walnuts
  • porcelain
  • walnut_halves
  • jade
  • cotton
  • paint
  • ferrous_fumarate
  • graphite
  • cobalt
  • sandstone
  • plastic
  • walnut_pieces
  • clay
  • walnuts
  • cupric_sulfate
  • ivory
  • ferric_orthophosphate
  • earthenware
  • tin
  • pen
  • linen
  • mahogany
  • electrolytic_iron
  • silk
  • crayon
  • black_walnuts
  • brush
  • beech_wood
  • terracotta
  • glass
  • lead
  • brass
  • oil_paint
  • pencil
  • leather
  • gold
  • marble
  • watercolor
  • diamond
  • iron
  • ferrous_sulfate
  • walnut_halves_and_pieces
  • gouache
  • wool
  • ceramic
  • parchment
  • cork
  • limestone
  • copper_gluconate
  • paper
  • pastel
  • copper
  • cardboard
  • plant_material
  • oak
  • wood

Available technique

  • engraving
  • grinding
  • embroidering
  • etching
  • vitrification
  • gilding
  • lithography
  • knitting
  • cyanotype
  • silkscreen
  • woodcut
  • printing
  • drypoint
  • photolithography
  • weaving
  • sawing
  • casting
  • glassblowing
  • block_printing
  • photographing
  • forging
GET
https://api.artsearch.io/artworks
Example Request and Response
GET
https://api.artsearch.io/{{ examples.getSearchArtworks }}
{
    "available": 993,
    "number": 3,
    "offset": 0,
    "artworks": [
        {
            "id": 25623857,
            "title": "Knightly Sword",
            "image": "https://img.artsearch.io/artworks/knightly_sword_unknown23_1450.jpg"
        },
        {
            "id": 25426886,
            "title": "Sculpture of a Kneeling Knight or King",
            "image": "https://img.artsearch.io/artworks/sculpture_of_a_kneeling_knight_or_king_unknown383_1250.jpg"
        },
        {
            "id": 25934005,
            "title": "A Knight in Armor",
            "image": "https://img.artsearch.io/artworks/a_knight_in_armor_unknown32_1907.jpg"
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}