Skip to content

Instantly share code, notes, and snippets.

@drewminns
Created January 6, 2017 21:35
Show Gist options
  • Save drewminns/4b2b1ab61105813320a6c045f057da5a to your computer and use it in GitHub Desktop.
Save drewminns/4b2b1ab61105813320a6c045f057da5a to your computer and use it in GitHub Desktop.
Frinkiac.com API
// Query matches
https://frinkiac.com/api/search?q=duffman
// returns
// [{"Id":1823368,"Episode":"S13E21","Timestamp":297339},{"Id":1667129,"Episode":"S12E15","Timestamp":1250166}]
// Get a matching caption using the returned array
// e = Episode, t = Timestamp
http://frinkiac.com/api/caption?e=S07E04&t=244026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment