About

This level represents a Year of the API. From here you can select one of the Months available.

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

Examples

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

GET /api/version/1.0/year/2018.atom
...

GET /api/version/1.0/year/2018.xml
...

GET /api/version/1.0/year/2018.json
...