You can make the following GET requests
- /file/sample.html -- returns the content of the file sample.html
- /json -- returns a json of the /random request
- /random -- returns index.html
- /space?start_date=2026-01-19&end_date=2026-01-21 -- returns the NASA Astronomy photo of the day for the specified date range
-
start date must be before 1995-06-16
-
end date must be no later than the current date
- /rng?low=2&high=50 -- returns a random integer in the specified integer range
File Structure in www (you can use /file/www/FILENAME):