image-description

Data about the world's best animated show


Archer API provides data about Archer's episodes, charactes and (memorable) quotes.

For example, to get a random quote you can access the archerapi.com/api/quotes/random endpoint:

                
                    {
                        "character": "Sterling Malory Archer",
                        "episode": "Mole Hunt",
                        "id": 10,
                        "quote": "Just the tip!"
                      }
                
              

Read the documentation to learn more.