Hi @vovaturcan4, the document ID will always be unique for each document, even if it is a translation of another document. So there isn’t any way to have Prismic serve the same ID for translations.
Instead, you’ll need to use a content field such as the UID field. The UID field allows translations to have the same UID value, which you can query by.
Give this a try and see if it works for you.