# The Movie Database (TMDb) API for Haskell
[](https://github.com/pjones/themoviedb/actions)
[](https://github.com/pjones/themoviedb/releases)
[](https://hackage.haskell.org/package/themoviedb)
This is a simple library that provides functions for retrieving
metadata from the [TMDb][] API. To use this library you need to
request an API key from [TMDb][]. Follow the directions on the
[API][] page.
[TMDb]: http://themoviedb.org
[API]: http://docs.themoviedb.apiary.io
## Documentation
See the [Network.API.TheMovieDB][] module for complete documentation.
[Network.API.TheMovieDB]: https://hackage.haskell.org/package/themoviedb/docs/Network-API-TheMovieDB.html
## Example
There's an [example](example/Main.hs) application in the `example` directory.
Surprising, I know.