About
This level represents a Day of the API. From here you can download one of the datafiles available.
GET /api/version/{version}/year/{year}/month/{month}/day/{day}.{ext}
Parameters
{version} | Numeric value or latest . Try to use the Month with the highest number instead of the Month titled latest .
|
{year} | Numeric value. |
{month} | Numeric value. |
{day} | Numeric value. |
{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/day/2.atom
...
GET /api/version/latest/year/2017/month/6/day/2.xml
...
GET /api/version/latest/year/2017/month/6/day/2.json
...