List and retrieve diffs with detailed revision information

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

{
    "id": 1105655,
    "revision": {
        "id": 512609,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "6c51cabb2e48997969eb68ba245067238fbe46ec",
        "head_changeset": "11ef723950dcc35541f677323249637d755675d7",
        "phabricator_id": 261037,
        "phabricator_phid": "PHID-DREV-37gjwqk5iryohrvozu5y",
        "title": "WIP: Bug 1982925 - Remove 'More/Less' menu item after expanding",
        "bugzilla_id": 1982925,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/512609/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/512609/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D261037"
    },
    "phid": "PHID-DIFF-7ezkfciuvk6cat45dx7g",
    "review_task_id": "d3rRBKyFSBOvSVP7UrwbUg",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "11ef723950dcc35541f677323249637d755675d7",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1105655/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-13T21:26:55.258288Z"
}