Adzuna

api

API Version

We provide an API endpoint to report the current version of the API. This may be helpful for debugging client applications.

No extra query parameters are needed for this call, simply add your app_id and app_key parameters as with all other calls.

http://api.adzuna.com/v1/api/jobs/gb/version?app_id={YOUR API ID}&app_key={YOUR API KEY}&&content-type=application/json

Response:

{
  "__CLASS__": "Adzuna::API::Response::Version",
  "api_version": 1,
  "software_version": "2013111200"
}