Get The Diff Stat For Pull Request

This API endpoint retrieves the diffstat (difference statistics) for a specific pull request in a Bitbucket repository, providing a summary of changes made in the pull request including the number of lines added, removed, and modified across all affected files. By making a GET request to this endpoint with the required path parameters (workspace, repository slug, and pull request ID), developers can programmatically access detailed statistics about code changes without needing to parse the fu...