List and retrieve diffs with detailed revision information

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

{
    "id": 1111076,
    "revision": {
        "id": 520025,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "2b71102f99a605a5ff46391f22f8164f494209c8",
        "head_changeset": "128d4e7eea24beb53e5bd25ca47050a11f3c749e",
        "phabricator_id": 262398,
        "phabricator_phid": "PHID-DREV-23hp4yb5v7rl5b2jdvax",
        "title": "WIP: Bug 1983320 - Add ML-DSA public key printing support in NSS command-line utilities",
        "bugzilla_id": 1983320,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/520025/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/520025/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262398"
    },
    "phid": "PHID-DIFF-doc3smh6hnqmbriqfnbo",
    "review_task_id": "KSD-BptEQniHEgbuiJMGrQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "128d4e7eea24beb53e5bd25ca47050a11f3c749e",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111076/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T14:33:22.750313Z"
}