The UniChem API has moved from a GET method to a POST method. With GET, all the information for the request is encoded in the URL. With POST, variables are sent separately to the URL. For those who wish to keep using old-style APIs, we have replicated the old GET methods for InChI Key search, verbose InChi Key search and source search by source ID.
This webinar goes through why we changed this, and demonstrates the usage and features of the new API.
The new API has interactive documentation available here. Its example requests are provided in as cURL commands. If you wish to convert these to API calls for a specific programming language, we have found Curlconverter to be useful for this. A JSON file describing the 2.0 API is available here.