All Projects → 500px → legacy-api-documentation

500px / legacy-api-documentation

Licence: other
This is the 500px API documentation.

Projects that are alternatives of or similar to legacy-api-documentation

Flickr Sdk
Almost certainly the best Flickr API client in the world for node and the browser
Stars: ✭ 104 (+447.37%)
Mutual labels:  photos, oauth
CameraSlider
3D printed and smartphone controlled camera slider
Stars: ✭ 16 (-15.79%)
Mutual labels:  photos
Spotify
[READ ONLY] Subtree split of the SocialiteProviders/Spotify Provider (see SocialiteProviders/Providers)
Stars: ✭ 13 (-31.58%)
Mutual labels:  oauth
google-photos-upload
Upload a local image directory into an Album in Google Photos (works on mac/pc/linux). Coded in C# .NET Core 3.0
Stars: ✭ 26 (+36.84%)
Mutual labels:  photos
xing-android-sdk
The Official XING API client for Java/Android
Stars: ✭ 33 (+73.68%)
Mutual labels:  oauth
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+542.11%)
Mutual labels:  photos
twauth-web
A simple Python Flask web app that demonstrates the flow of obtaining a Twitter user OAuth access token
Stars: ✭ 65 (+242.11%)
Mutual labels:  oauth
cfimagehost-on-openshift
CF Image Host on Red Hat OpenShift PAAS
Stars: ✭ 13 (-31.58%)
Mutual labels:  photos
carsBase
База автомобилей с марками и моделями JSON, CSV, XLSX и MySQL
Stars: ✭ 49 (+157.89%)
Mutual labels:  photos
goth fiber
Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
Stars: ✭ 26 (+36.84%)
Mutual labels:  oauth
Faker-PicsumPhotos
picsum.photos Provider for PHP Faker
Stars: ✭ 25 (+31.58%)
Mutual labels:  photos
mediastack
All in one Docker Compose media server
Stars: ✭ 42 (+121.05%)
Mutual labels:  oauth
httpx-oauth
Async OAuth client using HTTPX
Stars: ✭ 55 (+189.47%)
Mutual labels:  oauth
ZLPhotoBrowser-objc
(ZLPhotoBrowser oc 版本)轻量级照片选择框架,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑裁剪图片/视频,支持多语言国际化等功能
Stars: ✭ 54 (+184.21%)
Mutual labels:  photos
picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (+15.79%)
Mutual labels:  photos
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (+400%)
Mutual labels:  photos
phabricator-extensions
Github mirror of "phabricator/extensions" - our actual code is hosted in phabricator
Stars: ✭ 13 (-31.58%)
Mutual labels:  oauth
moul
The minimalist publishing tool for photographers
Stars: ✭ 147 (+673.68%)
Mutual labels:  photos
WooDroid
Simple, robust Woocommerce API sdk for java and android
Stars: ✭ 77 (+305.26%)
Mutual labels:  oauth
mastodon-api-php
PHP wrapper for the Mastodon API.
Stars: ✭ 12 (-36.84%)
Mutual labels:  oauth

500px API

500px API provides programmatic access to 500px functionality and content. Version 1 of the API is limited to the essentials of the website's functionality: viewing feature streams, photo information and comments, as well as user profiles.

The API is REST API and uses OAuth 1.0a for user authentication purposes. Currently, return format for all endpoints is JSON.

You can try our API in console (http://bitly.com/api500px)

See status.500px.com for API status updates, outages, and scheduled maintenance.


Basics

Examples

Changes

  • 2017-12-12 Deprecated the old upload flow with upload_key and replaced with new one
  • 2014-03-27 Deprecated photo object's image_url key.

SDK

Endpoints

Photo Resources

User Resources

Gallery Resources

Collections/Sets Resources

Comment Resources

Directory API

You can also programmatically access the 500px Directory. The Directory allows you to contact photographers and search for photographers by speciality, availability, service rates, language, camera, and other information. To gain access to the Directory API please contact [email protected].

Authentication

FAQ

What do I need to know before I start using the API?

Got rust on your skills? No worries. Here are the docs you might need to get started:

How do I connect to the 500px.com API?

The API is only available to authenticated clients. Clients should authenticate users using OAuth. Once authenticated, you need to request a resource from one of the endpoints using HTTPS. Generally, reading any data is done through a request with GET method. If you want our server to create, update or delete a given resource, POST or PUT methods are required.

What return formats do you support?

500px API currently returns data in JSON format.

What kind of authentication is required?

Applications must identify themselves to access any resource. If your application only needs read-only access and does not authenticate the user, consumer_key containing a valid Consumer Key parameter should be specified in the query string. Otherwise, OAuth or upload key authentication takes care of identifying the application as well as the user accessing the API.

Is there a request rate limit?

There is a rate limit of 1,000,000 API requests per month per account. We will contact you and, if required, disable your application if we find that your application is exceeding this limit or interfering with our system's stability. This revised rate limit came into effect May 1, 2014.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].