List and retrieve diffs with detailed revision information

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

{
    "id": 1105335,
    "revision": {
        "id": 512100,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "669ee6060f3cff758fee1dbf4d125ccefb5b2d45",
        "head_changeset": "c81f5497c4bd16eaad2f0a6f670b674ecb843bf3",
        "phabricator_id": 260972,
        "phabricator_phid": "PHID-DREV-wx4tpd2e3d7mocwotwxr",
        "title": "Bug 1978033 - Use screenY instead of pageY to calculate scroll delta in TouchSimulator r=mstange",
        "bugzilla_id": 1978033,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/512100/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/512100/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D260972"
    },
    "phid": "PHID-DIFF-qjdjwepvnvlemk24ptmf",
    "review_task_id": "IGnaSiIHRI2Db7CFieUNhw",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "c81f5497c4bd16eaad2f0a6f670b674ecb843bf3",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1105335/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-13T13:49:46.029452Z"
}