List and retrieve diffs with detailed revision information

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

{
    "id": 1104301,
    "revision": {
        "id": 510837,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "507b9d6bb01619c22c9324e29d9904c195b4cfe6",
        "head_changeset": "c3034af4622995e0ec8338d40ba0dfd75ce00a59",
        "phabricator_id": 260724,
        "phabricator_phid": "PHID-DREV-xmj5xysf4vb2onmrgjly",
        "title": "Bug 1970055 - Fix TabHistoryDialogFragment not pulling full history on tablet",
        "bugzilla_id": 1970055,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/510837/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/510837/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D260724"
    },
    "phid": "PHID-DIFF-qy76kcbfpvl3w7ezvmcb",
    "review_task_id": "Xh_vSO3aS_GLCJlAmScbWQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "c3034af4622995e0ec8338d40ba0dfd75ce00a59",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1104301/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-11T19:58:14.126683Z"
}