# Gets a list of project badges viewable by the authenticated user. **GET /projects/{id}/badges** This feature was introduced in GitLab 10.6. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string | integer) The ID or [URL-encoded path of the project](https://docs.gitlab.com/api/rest/#namespaced-paths). ### Query parameters - **page** (integer(int32)) Current page number - **per_page** (integer(int32)) Number of items per page - **name** (string) Name for the badge ## Responses ### 200 Gets a list of project badges viewable by the authenticated user. #### Body: application/json (array[object]) - **name** (string) - **link_url** (string) - **image_url** (string) - **rendered_link_url** (string) - **rendered_image_url** (string) - **id** (string) - **kind** (string) [Powered by Bump.sh](https://bump.sh)