My API for developers
Click on a category or endpoint for more information
Base URL for all the endpoints : api.antoinemcx.fr/ (JSON)
Base URL for all the endpoints : api.antoinemcx.fr/ (JSON)
HTTP Method | URL | Description |
---|---|---|
GET | /animal/cat | Displays a random image of a cat |
GET | /animal/dog | Displays a random image of a dog |
GET | /animal/fox | Displays a random image of a fox |
{ "status": true, "image": "THE_IMAGE_URL" }
{ "status": false, "message": "THE_ERROR_MESSAGE" }
HTTP Method | URL | Description | Parameters |
---|---|---|---|
GET | /canvas/blur | Apply a Gaussian blur to the image | image |
GET | /canvas/pixelate | Applies a pixel effect to the image | image |
GET | /canvas/grayscale | Displays the image in black and white | image |
image/png
) image is displayed{ "status": false, "message": "THE_ERROR_MESSAGE" }
HTTP Method | URL | Description | Parameters |
---|---|---|---|
GET | /canvas/facepalm | Puts the image behind a character covering his face | image |
image/png
) image is displayed{ "status": false, "message": "THE_ERROR_MESSAGE" }