Versioning
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Newtrition Data UG (haftungsbeschränkt) strives to maintain backward compatibility for all API endpoints. However, we reserve the right to make changes to the REST API (currently v2) that may break backward compatibility in the future. We will communicate any breaking changes well in advance and provide guidance on how to adapt your code. This includes, but is not limited to:
For migrating between major versions, see our Migration Guide (v1 -> v2).
- Versioning: The API version is included in the URL path, e.g.,
/v1/or/v2/. - Adding new resources (URLS) to the API
- Adding new optional API parameters
- Changing the order of properties in a JSON response object
- Changing the length or format of opaque strings, like resource identifiers and UUIDs