List and retrieve diffs with detailed revision information

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

{
    "id": 1111675,
    "revision": {
        "id": 516304,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "1670f9977c4447d4e06aa9f3ca6210e5c6eaef00",
        "head_changeset": "c04b26538ffbcf7c63cf9c04624fa0321e44dfd5",
        "phabricator_id": 261782,
        "phabricator_phid": "PHID-DREV-mwxkvzxdjbzu3pcrjdlq",
        "title": "Bug 1984139 - Only run SpiderMonkey style checker under --enable-tests r=ahochheiden",
        "bugzilla_id": 1984139,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/516304/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/516304/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D261782"
    },
    "phid": "PHID-DIFF-wmd5jatosko2f3qwrkon",
    "review_task_id": "TbNUcv-nTD6URH3s-aowNg",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "19da61857fdc07457c1852dcfe98f6f4bdd2fe8f",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111675/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-26T06:44:37.757713Z"
}