Imgur
Imgur's API exposes the entire Imgur infrastructure via a standardized programmatic interface. Using Imgur's API, you can do just about anything you can do on imgur.com, while using your programming language of choice. If you're familiar with the APIs of Twitter, Amazon's S3, del.icio.us, or a host of other web services, you'll feel right at home.
Imgur endpoints
| Method | Endpoint | Description |
|---|---|---|
| DELETE |
Account Album Deletion /3/account/{username}/album/{id} |
|
| GET |
Account Album Ids /3/account/{username}/albums/ids |
|
| GET |
Account Album Count /3/account/{username}/albums/count |
|
| GET |
Account Albums /3/account/{username}/albums/{page} |
|
| GET |
Account Comments /3/account/{username}/comments/{sort}/{page} |
|
| GET |
Account /3/account/{username} |
|
| POST |
Account Creation /3/account/{username} |
|
| DELETE |
Account Comment Deletion /3/account/{username}/comment/{id} |
|
| DELETE |
Account Deletion /3/account/{username} |
|
| GET |
Account Album Information /3/account/{username}/album/{id} |
|
| GET |
Account Image Information /3/account/{username}/image/{id} |
|
| GET |
Account Images /3/account/{username}/images/{page} |
|
| GET |
Account Likes /3/account/{username}/likes |
|
| GET |
Account Images Ids /3/account/{username}/images/ids |
|
| GET |
Account Messages /3/account/{username}/notifications/messages |
|
| GET |
Account Settings /3/account/{user}/settings |
|
| GET |
Account Notifications /3/account/{username}/notifications/{type} |
|
| GET |
Account Images Count /3/account/{username}/images/count |
|
| POST |
Account Send Message /3/account/{username}/message |
|
| GET |
Account Statistics /3/account/{username}/stats |
|
| GET |
Album Image /3/album/{album_id}/image/{image_id} |
|
| DELETE |
Album delete /3/album/{id} |
|
| GET |
Album /3/album/{id} |
|
| POST |
Add Album Images /3/album/{id}/add |
|
| POST |
Album Upload /3/album |
|
| GET |
Comment Count /3/account/{username}/comments/count |
|
| GET |
Comment /3/comment/{id} |
|
| GET |
Album Images /3/album/{id}/images |
|
| DELETE |
Comment Delete /3/comment/{id} |
|
| POST |
Comment Vote /3/comment/{id}/vote/{vote} |
|
| GET |
Comment IDs /3/account/{username}/comments/ids |
|
| GET |
Comment Replies /3/comment/{id}/replies |
|
| DELETE |
Delete Account Image /3/account/{username}/image/{id} |
|
| GET |
Gallery /3/gallery/{section}/{sort}/{window}/{page} |
|
| GET |
Gallery Image /3/gallery/image/{id} |
|
| GET |
Gallery Comment Count /3/gallery/{id}/comments/count |
|
| POST |
Gallery Comment Creation /3/gallery/image/{id}/comment |
|
| DELETE |
Gallery Image Comment Delete /3/gallery/image/{id}/comment/{id} |
|
| GET |
Gallery Image Comments /3/gallery/image/{id}/comments |
|
| GET |
Gallery Item Votes /3/gallery/image/{id}/votes |
|
| GET |
Gallery Search /3/gallery/search/{sort}/{window}/{page} |
|
| POST |
Gallery Comment Reply /3/gallery/image/{id}/comment/{id} |
|
| POST |
Gallery Image Vote /3/gallery/image/{id}/vote/{vote} |
|
| GET |
Image /3/image/{id} |
|
| DELETE |
Image Delete /3/image/{id} |
|
| POST |
Image Upload /3/image |
|
| DELETE |
Remove from Gallery /3/gallery/{id} |
|
| DELETE |
Notification Viewed /3/notification/{id} |
|
| GET |
Notifications /3/notification |
|
| GET |
Subreddit Galleries /3/gallery/r/{subreddit}/{sort}/{window}/{page} |
Imgur pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| ULTRA | $500 / month | — |
|
| MEGA | $10,000 / month | — |
|