Returns json data with images.
- URL
https://anipic.live/pics/type/category
-
Types:
sfw
nsfw
-
Method:
GET
-
Success Response:
- Code: 200
Content:{"count": 1,"next": null,"previous": null,"results": [{"title": "test","image": "https://anipic.live/static/pics/Mugen.jpg"}]}
- Code: 200
-
Error Response:
- Code: 404 NOT FOUND
Content:{ error : "Not Found" }
- Code: 404 NOT FOUND
Returns json data with quotes.
-
URL
https://anipic.live/quotes/category
-
Method:
GET
-
Success Response:
- Code: 200
Content:{"count": 4,"next": null,"previous": null,"results": [{"quote": "Once I’m dead, I won’t even be able to remember you. So I’ll win, no matter what. I’ll live, no matter what!"}]}
- Code: 200
-
Error Response:
- Code: 404 NOT FOUND
Content:{ error : "Not Found" }
- Code: 404 NOT FOUND
- Python
- Django
- Postgres
- HTML-CSS-JavaScript
- Bootstrap
Distributed under the MIT License. See LICENSE.txt
for more information.