Versioning
The API is versioned in the URL path. The current version is v1:
https://api.seo-checker.com.ua/v1Compatibility promise
Section titled “Compatibility promise”Within v1 we only make backwards-compatible changes:
- Adding new endpoints.
- Adding new optional request fields.
- Adding new fields to responses.
- Adding new task types or enum values.
So write clients that ignore unknown response fields and don’t break on new enum values.
Breaking changes
Section titled “Breaking changes”Anything backwards-incompatible ships under a new path (/v2), and v1 keeps
running through a published deprecation window. Breaking changes include removing
or renaming fields, or changing a field’s type or meaning.
OpenAPI spec
Section titled “OpenAPI spec”The API Reference is generated from our OpenAPI 3.1 spec, which you can download and use for client generation or Postman: