List and retrieve diffs with detailed revision information

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

{
    "id": 1110567,
    "revision": {
        "id": 458552,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "0fc27b3cd9fe5164f56a732169dacfc5c13fa60e",
        "head_changeset": "a9e8fefbf16f8d951eef4b5cce8626fe9ef45535",
        "phabricator_id": 239436,
        "phabricator_phid": "PHID-DREV-oixeyws2k3ajshbitcje",
        "title": "Bug 1937920 - testGCTree: split callback invocation info into expect (what is expected during this callback) and action (what to do during the callback) r=jonco",
        "bugzilla_id": 1937920,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/458552/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/458552/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D239436"
    },
    "phid": "PHID-DIFF-uzctg7zwnp7jktosjpoe",
    "review_task_id": "IARtn-6US6K0yqMHzOz3AA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "8fbabc0a60be1398fdc6d7d4e18d1b4c9c1c1fb9",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110567/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-23T00:00:58.067114Z"
}