Browse Source

Merge pull request #472 from tmirmota/master

Added events category and Picatic API
pull/474/head
James Brooks 6 years ago
committed by GitHub
parent
commit
cad3addffe
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README.md

+ 8
- 0
README.md View File

@@ -23,6 +23,7 @@ Please note a passing build status indicates all listed APIs are available since
* [Development](#development)
* [Documents & Productivity](#documents--productivity)
* [Environment](#environment)
* [Events](#events)
* [Finance](#finance)
* [Food & Drink](#food--drink)
* [Fraud Prevention](#fraud-prevention)
@@ -187,6 +188,13 @@ API | Description | Auth | HTTPS | Link |
| OpenAQ | Open air quality data | `apiKey` | Yes | [Go!](https://docs.openaq.org/) |
| PM2.5.in | Air quality of China | `apiKey` | No | [Go!](http://www.pm25.in/api_doc) |

### Events
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| Eventbrite | Find events | `OAuth` | Yes | [Go!](https://www.eventbrite.com/developer/v3/) |
| Picatic | Sell tickets anywhere | `apiKey` | Yes | [Go!](http://developer.picatic.com/?utm_medium=web&utm_source=github&utm_campaign=public-apis%20repo&utm_content=toddmotto) |
| Ticketmaster | Search events, attractions, or venues | `apiKey` | Yes | [Go!](http://developer.ticketmaster.com/products-and-docs/apis/getting-started/) |

### Finance
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|


Loading…
Cancel
Save