Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomaustin700/peepquote
- Owner: tomaustin700
- Created: 2021-08-26T14:41:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T17:40:35.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:27:42.689Z (almost 2 years ago)
- Topics: api, azure, csharp, function, peepshow
- Language: C#
- Homepage:
- Size: 201 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/searchSearch 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