List and retrieve diffs with detailed revision information

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

{
    "id": 1112200,
    "revision": {
        "id": 521336,
        "base_repository": "https://hg.mozilla.org/comm-unified",
        "head_repository": "https://hg.mozilla.org/try-comm-central",
        "base_changeset": "ce47d913983c57a7b48d8a0f08e431b5dd7ab732",
        "head_changeset": "2501c42e58bc97b36384980b0e7edd91bd626a43",
        "phabricator_id": 262635,
        "phabricator_phid": "PHID-DREV-m46gbxq7hwsvhlbs56h2",
        "title": "Bug 1979371 - Story for folder pane icons. r=#thunderbird-front-end-reviewers",
        "bugzilla_id": 1979371,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/521336/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/521336/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262635"
    },
    "phid": "PHID-DIFF-dqksdi6zyih5c3dmyu7r",
    "review_task_id": "XYvrHWvlS7yYK8xJghewsA",
    "repository": {
        "id": 1002,
        "slug": "try-comm-central",
        "url": "https://hg.mozilla.org/try-comm-central"
    },
    "mercurial_hash": "2501c42e58bc97b36384980b0e7edd91bd626a43",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1112200/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-26T19:30:43.849354Z"
}