Do I need the full relation data for rendering?

I have already received the map data using the Get /api/0.6/map/bbox= request…

Some ways in relation are missing from this data.

With partial data, I can’t draw the water features of these relations correctly.
Do I understand correctly that I need to upload complete data separately, for example, with a request like Get /api/0.6/relation/id/full
?

Hi and welcome here,

maybe you don’t want to use the API at all.
Quoting from API - OpenStreetMap Wiki

If you’re developing an editing software then you can use the API of course.

Best regards

Thank you.
The Overpass API looks like what I need.
I’m currently trying to use the Overpass API to get the relations data I need.
With this data, the rendering can be made correct.
Development is in C# in Unity3d.