About

This level represents an Info of the API. This object contains the text from the different text data files, as well as links to the image files, fo a specific day.

GET /api/version/{version}/year/{year}/month/{month}/day/{day}/data/info.{ext}

Parameters

{version} Numeric value or latest. Try to use the Version with the highest number instead of the Version titled latest.
{year} Numeric value or latest. The latest points to the latest available Year with data.
{month} Numeric value or latest. The latest points to the latest available Month with data.
{day} Numeric value or latest. The latest points to the latest available Day with data.
{ext} The suffix specifying which mediatype to use. See mediatypes for more information.

Examples

Example request and response for the Info level in different mediatypes. This response in not complete for the sake of readability.

GET /api/version/latest/year/2018/month/7/day/29/data/info.xml
...

GET /api/version/latest/year/2018/month/7/day/29/data/info.json
...