List and retrieve diffs with detailed revision information

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

{
    "id": 1109929,
    "revision": {
        "id": 517674,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "7fed0a3528ef27b3a504543436fd0c7ba2548b21",
        "head_changeset": "da45f8e6b98500d7ce89ddb5f0156123cf602f6e",
        "phabricator_id": 262049,
        "phabricator_phid": "PHID-DREV-7yg6d37blnmrpyytz3ve",
        "title": "Bug 1979088 - Remove the unnecessary (ignored) test r=gsvelto,Roger",
        "bugzilla_id": 1979088,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/517674/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/517674/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262049"
    },
    "phid": "PHID-DIFF-fmujwwhzgzhvspyyp673",
    "review_task_id": "QaxMTQzCQGOPZN_lLxonLA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "da45f8e6b98500d7ce89ddb5f0156123cf602f6e",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1109929/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-22T03:31:39.207258Z"
}