List and retrieve diffs with detailed revision information

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

{
    "id": 1110964,
    "revision": {
        "id": 519936,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "e0cb90f3ce8228ea6c7e8729af01f33364944784",
        "head_changeset": "efcb0b7965921b7197f62b41555358cf80a1831d",
        "phabricator_id": 262358,
        "phabricator_phid": "PHID-DREV-yokdiuubd6hz7wfl2ljz",
        "title": "Bug 1983820 - fix(webgpu): coerce `GPUTexture`s in `GPURenderPassDescriptor.depthStencilAttachment` to views properly",
        "bugzilla_id": 1983820,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/519936/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/519936/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262358"
    },
    "phid": "PHID-DIFF-wnbhnvneotv72tgcoz47",
    "review_task_id": "H2YKNNuLRpi_TXq4K1VYvQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "efcb0b7965921b7197f62b41555358cf80a1831d",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110964/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T13:14:11.657255Z"
}