-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Terms: questions about unclear statements #232
Comments
@mck182 Could you please help me out with this? |
Hey @AAverin, Here are some answers to your questions, though unfortunately I think they're probably not the ones you were looking for.
This term means that we reserve the right to revoke API access at our sole discretion for any reason (as described later in the terms of use). We do not have a mechanism for pre-approval of particular purposes, aside from the API key request form.
It may be, if we decide that the functionality conflict is confusing or harmful. Again, this is at our sole discretion and we make no guarantees.
The endpoint allows returning more than 20 photos because you may for example want to fetch many photos at once, filter them on the client side, and then display 20 of them at a time. The motivation for the display limit is to avoid excessive bandwidth usage, but I agree that it is a bit too prescriptive, and so we might consider removing or rephrasing it. There is no fixed threshold for what we will consider an unreasonable amount of bandwidth. Some factors we will take into consideration when judging bandwidth usage include overall impact on our infrastructure, and value to users of the application.
No, you shouldn't cache images for longer than 24 hours, as described in the terms.
Thanks.
We don't currently have that feature.
Up to you.
You should be fine using the API in an app that is monetized, but not if what you are monetizing is access to 500px content itself. That is, the value users are paying for must be independent of the value that 500px content is providing. An ad-laden 500px photo viewer or an in-app purchase to "unlock the best 500px photos" would not be acceptable, for example. |
Thanks for detailed answers, @gavinsharp. I hope it would still be sufficient for me to continue with my project. I have also opened 2 additional tickets – #234 for caching headers and #233 to allow fetching many photos providing list of ids – such endpoint will allow to significantly decrease unnecessary load on API. Will be great if you and your guys will have time to address them. |
Hello, guys.
I've been using the API for some for a small mobile app, but now that I plan to expand to more platforms, it would be great to clarify a few things in the API terms, and, hopefully, even change some of them.
You shall not
What is "approved"? How can I be sure my purpose is approved?
Does this cover 500px-made apps and webpages that exist at the moment I subscribe for the key, or any apps that can be created in the future? If build an app, and in 3 years 500px will decide that it wants to build something similar, will my app be in violation of this API term and thus API access revoked?
https://github.com/500px/api-documentation/blob/master/endpoints/photo/GET_photos_search.md returns up to 100 photos. If it is forbidden to display more than 20, why does endpoint allow to return 100?
Would it be possible to modify this term to allow displaying 100 or more pictures?
Also, what is
unreasonable
amount of bandwidth?In #204 the answer says that you're safe as long "as you don't give them a tool that purposefully breaks/allows to break the terms". Would that mean that it is allowed to cache favorited photos for longer then 24 hours?
Also, API should probably return proper Cache-Control headers. I will make a separate issue.
Is it possible to somehow see, how many request per day/week/month my API key is making?
If I support several platforms, should I use the same API key or different?
This is a big one. Do I understand correct that this term forbids me to have paid features in my mobile app that uses 500px API? And it also forbids me to sell my product? And even to have ads in the app?
It says
except as set forth below
, but below there are no further mention about monetization rules. Would be possible to expand this term and make it crystal-clear if API users can have paid products?The text was updated successfully, but these errors were encountered: