The new MDGuidelines® API is a RESTful interface that enables users to retrieve disability data through HTTP GET requests. Note that the API requires a secure connection, the HTTPS protocol must be used.
The URL of the API is https://api.mdguidelines.com/
The API requires your MDGuidelines® web service license key to be passed in through each request in a custom header attribute named RG-LICENSE-KEY.
The full URL of a request must always include the version number of the API, immediately following the “api” portion of the URL.
e.g.: https://api.mdguidelines.com/api/v2/durations
Errors will be reported through standard http status codes. Here are some common error status codes: