legacy-api-documentation icon indicating copy to clipboard operation
legacy-api-documentation copied to clipboard

This is the 500px API documentation.

Results 97 legacy-api-documentation issues
Sort by recently updated
recently updated
newest added

File @ api-documentation/endpoints/user/GET_users_search.md | https://github.com/500px/api-documentation/blob/master/endpoints/user/GET_users_search.md Get users/search but the example request uses GET v1/photos/search?term=vovko instead of GET v1/users/search?term=vovko Thanks

incorrect documentation

Making a request to `GET /v1/photos/search` is successful when a consumer key is included as a query param, however when using an access token and signing the request results in...

Hi, from time to time I'm getting 500 error messages out of the blue. Very often for example with this request: https://api.500px.com/v1/photos/search?only=City%20and%20Architecture%2CLandscapes%2CStreet%2CTravel%2CUrban%20Exploration&image_size=1%2C2%2C3%2C100%2C200%2C440%2C600%2C4%2C5%2C6%2C20%2C21%2C30%2C31%2C1080%2C1600%2C2048&sort=times_viewed&rpp=3&geo=44.61665,33.525367,10km&consumer_key={customer_key}

Hi there, apart from the rate limit mentioned in the documentation, is there a different rate limit that limits a consumer to a certain number of requests per second? In...

Hi, I'm trying to upload an image using the Upload API.. But I'm getting a 404 not found exception. Can anyone tell me what is wrong with my code?? using...

This was removed few months back (feature=user_favorites). Currently, there is no way to get a user's liked photos through the api. I don't see any reason why not. I know...

Please provide license_type parameter for "photos" endpoint - the same as you already have for "photos/search" endpoint: _`parameter license_type -- Restrict the results to one or more license types. Multiple...

I'm playing around with geo search. If I search for an image using "term", and grab the lat/long values in one of the images, it works (in the format ?geo=1111111,2222222,10,...

I like your service so far, but I just have a problem. I want to use some photos as backgrounds on an app (have them background-size: cover a div, for...

Hi there, my application needs read access only, thus I'm only passing a consumer_key in the query string. Also the only endpoint I'm using is photos/search: > GET https://api.500px.com/v1/photos/search >...