I was looking at the Deviantart API to see what you can do with it .
A lot of requests require you to provide a deviation id to work with. Take for instance adding a deviation to favorites ( in Collections -> Add deviation to favorites above, I cannot post more than 2 links... )
Now I looked through the API to figure out how to obtain that id, but I did not find out how to do so.
If I only have the deviation URL, for instance http://kennyklent.deviantart.com/art/Pinkie-Pie-Dancing-296143815 , how can I tell its deviation-id?
It is not the number at the end 296143815
, I would've thought so, but it's not.
If it helps, here's one example from the api's /browse/dailydeviations
endpoint
"deviationid": "27FD366A-30CB-FC3E-DE54-9621E90FCE60",
"printid": "E984FC87-8B57-239C-FE7C-E2674A0DDFC4",
"url": "http://mudimba.deviantart.com/art/SF-Botanical-Gardens-57879397",
So this deviation SF-Botanical-Gardens-57879397
has the id 27FD366A-30CB-FC3E-DE54-9621E90FCE60
- but how would I find out if it wasn't listed in the examples?