About

This level represents a Version of the API. From here you can select one of the Years available.

GET /api/version/{version}.{ext}

Parameters

{version} Numeric value or latest. Try to use the Version with the highest number instead of the Version titled latest.
{ext} The suffix specifying which mediatype to use. See mediatypes for more information.

Examples

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

GET /api/version/latest.atom
...

GET /api/version/latest.xml
...

GET /api/version/latest.json
...