Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.42 KB

The Open Gif API

[Still a work in progress - pull requests are welcome]

This is an open source json API for searching for animated gifs. It pulls from gifapi.co, another open source project where anyone can add or edit gifs. You will not find any actual gifs here, just json files for you to do cool stuff with. If you do build something using the API let me know and I might give it a link or shoutout.

Searching

You can search for gifs with a number of ways - by tag, file weight, width or height - or any combination there of. You can also search for the latest gif or a random gif.

All the GIFs!!!

You can access the raw json file with all gifs at opengifapi.com/all similarly it is found on the gifAPI at gifapi.co/gifs.json where it is maintained.

By tag

You can search for gifs my tag at opengifapi.com/tag/. just add the tag that you want to search for. For example, opengifapi.com/tag/unicorn with return a json file containing gifs with a unicorn tag.

By width

By height

By weight

By width and height

Latest

Random

Can I add a gif?

The opengifapi.com gets it's data from gifapi.co. gifapi.co is an open project and you can submit gifs to it on it's github page.