List and retrieve diffs with detailed revision information

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

{
    "id": 1110435,
    "revision": {
        "id": 518576,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "4a2818221db1a40a657186b35dd370ab8ec1a194",
        "head_changeset": "2c21067240ce2b941519fdf0c7e3f053d708a862",
        "phabricator_id": 262196,
        "phabricator_phid": "PHID-DREV-ncg3cahjf6ruj4dvik2d",
        "title": "Bug 1965748 - Do not abort incremental validation after clearing mark bits r=jonco",
        "bugzilla_id": 1965748,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/518576/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/518576/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262196"
    },
    "phid": "PHID-DIFF-526b775ryrgv4pxk5kge",
    "review_task_id": "exPyPGfYTXyDb1qIChlv7g",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "2c21067240ce2b941519fdf0c7e3f053d708a862",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110435/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-22T19:18:50.196786Z"
}