Skip to content

ben-n93/Archer_API

Repository files navigation

image-description

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!"
}

Documentation

You can find the documentation here.

Support

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).

Community libaries

Contact

Please contact me with any questions or feedback.

Licence

Distributed under the Apache-2.0 License. See LICENSE.md for more information.

Releases

No releases published

Packages

No packages published