List and retrieve diffs with detailed revision information

GET /v1/diff/1050025/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1050025,
    "revision": {
        "id": 476901,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "d7cc13e825e304219f079e313fce01fc8587c4d3",
        "head_changeset": "f00bec3941e835f52e5ed36daba0c6635ddc7b51",
        "phabricator_id": 251900,
        "phabricator_phid": "PHID-DREV-pf7xfn7qmaomj7mnyhyk",
        "title": "Bug 1969471 - Remove fxview-search-textbox. r=#fxview-reviewers!",
        "bugzilla_id": 1969471,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/476901/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/476901/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D251900"
    },
    "phid": "PHID-DIFF-6h6qrpacmmdclh5scvbr",
    "review_task_id": "EBlM-ycNSPKeYaEP1X7aqw",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "f00bec3941e835f52e5ed36daba0c6635ddc7b51",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1050025/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-05-30T15:58:48.241486Z"
}