Skip to content

Instantly share code, notes, and snippets.

View Pabelpm's full-sized avatar

Pabel Pabelpm

  • Madrid
View GitHub Profile
@dvdsgl
dvdsgl / Imgur API.postman_collection.json
Created February 28, 2018 00:49
Imgur API Postman Collection
{
"info": {
"name": "Imgur API",
"_postman_id": "00eac12b-6725-3a66-b1b2-b242834fae2d",
"description": "![image](https://i.imgur.com/n744BL9.png)\n\n## API Status\nStatus for the API can be found at [status.imgur.com](http://status.imgur.com)!\n\n## Getting Started\nImgur'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. The Imgur API is a RESTful API based on HTTP requests and JSON responses.\n\nThis version of the API, version 3, uses OAuth 2.0. This means that all requests will need to be encrypted and sent via HTTPS. It also means that you need to register your application, even if you aren't allowing users to login.\n\nThe easiest way to start using the Imgur API is by clicking the **Run in Postman** button above. [Postman](https://www.getpostman.com/) is a free tool which helps developers run and debug API requests, and is the source of