About

This level represents a Month of the API. From here you can select one of the Days available.

GET /api/version/{version}/year/{year}/month/{month}.{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.
{ext} The suffix specifying which mediatype to use. See mediatypes for more information.

Examples

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

GET /api/version/latest/year/2017/month/6.atom
...

GET /api/version/latest/year/2017/month/6.xml
...

GET /api/version/latest/year/2017/month/6.json
...