legacy-api-documentation
legacy-api-documentation copied to clipboard
This is the 500px API documentation.
I am trying to make an http POST request for 'oauth/request_token ' in authentication process but its throwing 'The remote server returned an error: (401) Unauthorized.' Tried various ways to...
With the API shutting down today where is everyone migrating to for images? https://support.500px.com/hc/en-us/articles/360002435653-API-
either I specify `exclude_nude=0` or `exclude_nude=false` or `exclude_nude=False`, no nsfw content returns; I wonder how can I search photos without any exclusion, thank you. e.g. https://api.500px.com/v1/photos/search?rpp=100&term=nude&only=Nude&exclude_nude=0 https://api.500px.com/v1/photos/search?rpp=100&term=nude&exclude_nude=0
Hallo, i'm trying to upload a photo and read the documentation that describes the two steps flow. In the first step im getting the code 200 and all necessary data...
My app now fails to fetch images from 500px because image_url in an array, was a string: ``` "image_url": [ "https://drscdn.500px.org/photo/214274441/w%3D70_h%3D70/v2?client_application_id=28299&webp=true&v=0&sig=afa3f104a79d3c8af3a35cb1e188e5cd78406bdc4b11a6156146400aebc77bae", "https://drscdn.500px.org/photo/214274441/m%3D1170_k%3D1_a%3D1/v2?client_application_id=28299&webp=true&sig=28a730e1ce5bc0455ffba84b4c33d1acfb96433d80be4260d6d96583c5a1363c" ] ``` Can we expect any updates to...
Hi! I've uploaded a photo with the following tags: uno, due, tre, quattro, cinque, sei. It succeeded, but the tags which have been set on the photo are: `uno` `"due"`...
Somehow posting photos stopped working; the `https://api.500px.com/v1/photos?` endpoint always gives an internal server error. I confirmed this happens too when using the API console so there really seems to be...
Hi again :-) I'm calling the method `PUT users/:user_id/galleries/:id/items` to add a photo into a gallery (precisely, the url I'm using is `https://api.500px.com/v1/users/22027935/galleries/29303601/items`), with this body: ``` { "add": {...
If my photo's description contains `\n`, then the `POST photo` method fails with HTTP status 500 and body ``` {\"error\":\"Internal Server Error\",\"status\":500} ``` If I replace `\n` with ``, then...
Is it possible to get a search sorted by "pulse"? I'm trying to get a feed of about 10 images all related to "General Aviation". I'd like to be able...