List and retrieve diffs with detailed revision information

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

{
    "id": 1111025,
    "revision": {
        "id": 424724,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "cf140d4031788a2daf896b9db13a8d0d73212ded",
        "head_changeset": "ed686f05ec5cb734ea2455f492af4d1762e5730f",
        "phabricator_id": 155376,
        "phabricator_phid": "PHID-DREV-bxcv4i5ejf5ragb3bhj6",
        "title": "WIP: Bug 543435 - Make initial about:blank not get overwritten by an async about:blank load.",
        "bugzilla_id": 543435,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/424724/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/424724/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D155376"
    },
    "phid": "PHID-DIFF-a5jkflkvjxyk5b4zrohi",
    "review_task_id": "KN-aId-1R5GEign5TCOmjQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "a516b2a19bdabdf6bf986f9a436d98f69006e457",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111025/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T14:02:21.030330Z"
}