Χρησιμοποιούμε cookies για να σας προσφέρουμε την καλύτερη δυνατή εμπειρία στη σελίδα μας. Εάν συνεχίσετε να χρησιμοποιείτε τη σελίδα, θα υποθέσουμε πως είστε ικανοποιημένοι με αυτό.ΕντάξειΠολιτική απορρήτου
To perform an action using the XML API, you need to send a request to its endpoint specifying a method and some arguments, and will receive a formatted response. The arguments, responses and error codes for each method are listed on the method’s spec page.
The API is entirely HTTP-based
Methods to retrieve data from the XML API require a GET request. Methods that submit, change, or destroy data require a GET. API Methods that require a particular HTTP method will return an error if you do not make your request with the correct method. HTTP Response Codes are meaningful.
Caching
The XML is updated every 6 hours.
Terms of Service
By using our API you are accepting our terms of service. These terms outline your rights and responsibilities when using our APIs, so read them carefully.
All methods require the user to be logged in. At present the only way to accomplish this is via Basic HTTP access authentication. If you don’t already have your credentials for a particular method, please contact us. Please note that there may be some additional security measures in place, like IP access control.