# Status Badges Woodpecker has integrated support for repository status badges. These badges can be added to your website or project readme file to display the status of your code. ## Badge endpoint ```uri :///api/badges//status.svg ``` The status badge displays the status for the latest build to your default branch (e.g. main). You can customize the branch by adding the `branch` query parameter. ```diff -:///api/badges//status.svg +:///api/badges//status.svg?branch= ``` Please note status badges do not include pull request results, since the status of a pull request does not provide an accurate representation of your repository state.