legacy-api-documentation
legacy-api-documentation copied to clipboard
This is the 500px API documentation.
I am using the API for my app and users report that even if i have added the NSFW option to my app they still see a lot of NSFW...
This is for my personal website and I just want to display the images - not post to or delete from in any way - without the 500px watermark. I've...
There are several inaccuracies in this document which makes it difficult to add support for 500px. Some specific issues are as follows: 1. GET can be used for _all_ authentication...
Hi, Thanks a lot for the 500px API. I was wondering if there was any way to search photos by exif metadata such as camera or lens ? If not...
Hi there, Does the API could return a Promise ?
the returned NSFW tag is all false
For some user case scenarios, it would be interesting to be able to search all the available photo tags, to allow users auto-completion strings. Route: **tags/search** - keyword: string -...
`POST photos/:id/favorite` and `POST photos/:id/vote` always return 401 unauthorized all of a sudden
My code has not changed but now `POST photos/:id/favorite` and `POST photos/:id/vote` always return 401 unauthorized when they were previously working. Other authorized requests such as `POST users/:id/friends` and `DELETE...
POST photos/:id/favorite` and `POST photos/:id/vote` always return 401 unauthorized all of a sudden
Could you please have a look at the favorite/vote calls, because an 401 error is thrown when called. All other posts work fine, so it looks like this is a...
The API does not allow you to upload tags containing ampersands ("&" chars). The tags are provided as URL parameters, so ampersands are URL encoded to %26. e.g. I'd like...