User icon
How to fetch images from Darflen:

Photos from Darflen are stored on https://static.darflen.com/ , and are contained in 3 different size variations:
• thumbnail (most of the times same as large)
• medium (approximately 75% of the original)
• large (original version of the picture)
Most importantly, have their specific ID number, containing ~24 HEX characters (0-9 and a-f), for instance 34d1e80099dc0fd1f41bd53c, ff50e6fa0846ac757d0297ef, etc.
To access an image, create a GET fetch request to https://static.darflen.com/ [The size variant of the picture]/[ID of the picture].
Examples:

https://static.darflen.com/uploads/thumbnail/d7931c81011603271be6253d.jpg
https://static.darflen.com/uploads/medium/7239aa40add5c2ee166d1c91.jpg
https://static.darflen.com/uploads/large/5a306d81cff8a19a48ea1746.jpg
Recommendations:

• The hosting service for images and media might sometimes change, so instead of fetching straight from static.darflen.com, get the latest static API link by fetching 'static' from https://api.darflen.com/data
• For fetching media like audio or video, refer to https://darflen.com/posts/1d039911a1b5e5acad352aa3
Comments
    Message icon

    There are no comments here yet!

    Come back later to see if someone commented something or create one!