Web API that responds with a random image.
GET random image from Local Directory (./dir/images
).
🌐 ./dir
: returns Image File.🌐 ./dir?json
: returns JSON File with this data:title
: friendly image title (ex:"Wracurd"
)name
: image file name with extension (ex:"wracurd_paint_p_ft.jpg"
).type
: image file mime type (example:"image/jpeg"
).url
: image file full url (example:"https://random-image.com/dir/images/wracurd_paint_p_ft.jpg"
).
GET random image from RSS Feed.
🌐 ./rss
: returns Image File.
The JSON file data is fully based on the image file.
title
is extracted from the image file name following this method:- If the name contains an underscore
_
, only the part that preceeds the underscore_
is taken. Else, the full name is taken. - The hyphens
-
in the name are replaced with spaces. - The first word is capitalized.
- If the name contains an underscore
title
extraction example:quest in-the-City_paint_p_ft
- →
quest in-the-City
- →
quest in the City
- →
Quest in the City
- Runtime: XAMPP
- Editor: Sublime Text
- ⚛️ Core: PHP
- Code: MIT.
- Artworks: © Ambratolm.