The Wayback Machine - https://web.archive.org/web/20210630130354/https://github.com/ThatCopy/catAPI/wiki/Usage
Skip to content
David edited this page Oct 2, 2020 · 5 revisions

To get a random cat photo with REST, make a

GET request to https://thatcopy.pw/catapi/rest/.

Example Response : {"url":"https://i.thatcopy.pw/cat/S8erXAD.jpg", "webpurl": "https://i.thatcopy.pw/cat-webp/S8erXAD.webp", "_id":14}

To get a random cat photo with GraphQL, go to https://gql.thatcopy.pw

Clone this wiki locally