List and retrieve diffs with detailed revision information

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

{
    "id": 1111410,
    "revision": {
        "id": 520562,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "7e93a56a7f8b265603ce2cbf38dcf8cc78d00f70",
        "head_changeset": "0a672620227ed8bc68ee691a1fb19db40054b121",
        "phabricator_id": 262483,
        "phabricator_phid": "PHID-DREV-mcn7h2txc6gtz7l6xbjc",
        "title": "Bug 1984871 - Make buttons keyboard-selectable before links in urlbar tip rows.",
        "bugzilla_id": 1984871,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/520562/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/520562/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262483"
    },
    "phid": "PHID-DIFF-2h7au3nllq54oi6od6wi",
    "review_task_id": "cYqUZIRuQlKSBpGHrUVbTA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "0a672620227ed8bc68ee691a1fb19db40054b121",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111410/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T21:26:04.534067Z"
}