Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomaustin700/peepquote

API for querying the Peep Show script
https://github.com/tomaustin700/peepquote

api azure csharp function peepshow

Last synced: 2 months ago
JSON representation

API for querying the Peep Show script

Awesome Lists containing this project

README

        

# PeepQuote API
PeepQuote allows you to query the entire script of Peep Show by phrases/words and filter by person, episode and series.

## Searching
Searching is done using a HTTP GET request at the following url: https://api.peepquote.com/v2/search

Search parameters are sent using query parameters, you can set the following paramters `seriesNumber`, `episodeNumber`, `person` and `searchTerm`

```
https://api.peepquote.com/v2/search?seriesNumber=1&episodeNumber=1&person=Mark&searchTerm=what does it mean
```

All search parameters are optional.

A Swagger page is also available at https://api.peepquote.com/swagger/ui