Get project ID within multiple subgroups

Hello there!

How can I get the ID of a project which is inside multiple subgroups via API, for example:

my_group/group1/group2/group3/my_project

How can I get the ID of my_project using the GitLab API? I’ve found this (Groups API | GitLab) but with it I can only list projects until my_group/group1.

Hi!

I’ve found the solution, in the query “/” must be written with its HTML character “%2F”:

api/v4/projects/my_group%2Fgroup1%2Fgroup2%2Fgroup3%2Fmy_project