List and retrieve diffs with detailed revision information

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

{
    "id": 1111027,
    "revision": {
        "id": 519998,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "2b71102f99a605a5ff46391f22f8164f494209c8",
        "head_changeset": "49dbcd7028dd83cd0f1f1c2780720b39dc686c66",
        "phabricator_id": 251638,
        "phabricator_phid": "PHID-DREV-dot35dpdm57zapjc6ope",
        "title": "Bug 1949168 - Reset the navigator object on window reuse. r=asuth",
        "bugzilla_id": 1949168,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/519998/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/519998/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D251638"
    },
    "phid": "PHID-DIFF-ofkp6u5uotca5gihtoog",
    "review_task_id": "QnlqGgoRTjGTBNm22TQBDQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "49dbcd7028dd83cd0f1f1c2780720b39dc686c66",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111027/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T14:20:14.250761Z"
}