List and retrieve diffs with detailed revision information

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

{
    "id": 1111094,
    "revision": {
        "id": 509574,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "7925b8e5ef36d0bd80a6eab0bb866c7a920b3dd4",
        "head_changeset": "f0675d90f24a9ebe30f9449bca5595455e607aff",
        "phabricator_id": 260505,
        "phabricator_phid": "PHID-DREV-kazpmlucxtfy7af6eohv",
        "title": "WIP: Bug 1982076 - Port color conversion to InspectorUtils.colorTo",
        "bugzilla_id": 1982076,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/509574/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/509574/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D260505"
    },
    "phid": "PHID-DIFF-piorjafv7a4ndafizr7d",
    "review_task_id": "QmYa556tRn2PLv6ZZSKOwA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "5334882615ca3ee0c137bc41dbf2173c2ee38d1e",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111094/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T15:17:32.783391Z"
}