Archer API is a REST API that provides data about the adult animated spy comedy Archer.
For example, to get a random quote you can acess this endpoint:
curl https://archerapi.com/api/quotes/random
Response:
{
"character": "Algernop Krieger",
"episode": "The Papal Chase",
"id": 25,
"quote": "Jazz hands!"
}
You can find the documentation here.
If you'd like to support the cost of maintaining this project's infrastructure you can do so here.
It would be great to see some community libraries so if that's of interest to you I encourage you to build something in whatever language and let me know so I can link here and in the API documentation (as follows).
Please contact me with any questions or feedback.
Distributed under the Apache-2.0 License. See LICENSE.md for more information.