I want to retrieve data for an artwork using only the url. The API uses artwork id to retrieve that data. I can't figure out how to get the artwork id. If its not possible to retrieve it using just the url, what other options are there to retrieve it?
--
Find all info about the Artsy.net API at https://developers.artsy.net.
---
You received this message because you are subscribed to the Google Groups "Artsy API Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to artsy-api-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/artsy-api-developers/53c33253-9ac8-4388-bbd4-ea32aa376a54%40googlegroups.com.
Thanks for the quick response Daniel. This did work for the url you mentioned, but it doesn't seem to work on all artworks, for example, check this link:
Artwork link: https://www.artsy.net/artwork/jeffrey-cortland-jones-landscape-replica-starlight-dancerAPI URL: https://api.artsy.net/api/artworks/jeffrey-cortland-jones-landscape-replica-starlight-dancerThis does redirect to https://api.artsy.net/api/artworks/5eb1780a0d33a7000e4a7adf but shows the following error message:{"type":"other_error","message":"Artwork Not Found"}
Is there any other way I could possibly get its data?