)) Artist - Artlook API
Artlook

ARTLOOK 5.2 API

Revision September 2023


Getting started

Function calls

artist | artistdetails

Returns full details of a specific artist

Call syntax

Normal call: artist/{Artist ID}
https://api.artlookonline.com/artist/123?tenant_id=1&api_code=Abcde567

Shortcut call: artistdetails/{Artist ID}
https://api.artlookonline.com/artistdetails/123/new-modernists-gallery

Special call: artist/{Artist ID}/{slug} RECOMMENDED
https://api.artlookonline.com/artist/123/new-modernists-gallery
This will also return all published works by the artist in a sub-array entitled "works"

Return values

data(['id', 'name', 'biography', 'lifetime', 'nationality', 'birth_year', 'death_year', 'short_description', 'introduction', 'news', 'artist_statement', 'solo_exhibitions','group_exhibitions', 'bibliography', ‘profileimage’, ‘representativeimage’])

Notes

Lifetime represents birth and death dates as text (if provided).


©Artlook Software Limited 2016 - 2017