List and retrieve diffs with detailed revision information

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

{
    "id": 1080069,
    "revision": {
        "id": 492752,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "74ac272cbb8401a0874672b5ef02e963276e5f4d",
        "head_changeset": "53c42fceb5f0b9bde639a74808ba4f93b8c0699c",
        "phabricator_id": 256595,
        "phabricator_phid": "PHID-DREV-gy5kwnmygwdptcfacvjf",
        "title": "Bug 1976243 - Prevent shadowing of document properties in Nightly. r?#dom-core",
        "bugzilla_id": 1976243,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/492752/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/492752/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D256595"
    },
    "phid": "PHID-DIFF-hkuvkrji575unptjsgt4",
    "review_task_id": "ZIXWsGvkQ0exJBEzUtJwRQ",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "53c42fceb5f0b9bde639a74808ba4f93b8c0699c",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1080069/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-07-09T11:46:32.110192Z"
}