List and retrieve diffs with detailed revision information

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

{
    "id": 1080810,
    "revision": {
        "id": 493287,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "a0dcff3b0556b1423fa7da0fdf0c84f060fdd79e",
        "head_changeset": "f613219b08681f859b35312690b87973f6ef41a8",
        "phabricator_id": 256803,
        "phabricator_phid": "PHID-DREV-t74fhn4lfqc6tpmzwldq",
        "title": "WIP: Bug 1976283: Create a pref for showing or hiding the tab group hover preview panel",
        "bugzilla_id": 1976283,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/493287/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/493287/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D256803"
    },
    "phid": "PHID-DIFF-y7tn5grvpfg4org3dsxk",
    "review_task_id": "d_lfLrxlSsW8IVVPi7cYdQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "f613219b08681f859b35312690b87973f6ef41a8",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1080810/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-07-10T14:09:22.207188Z"
}