List and retrieve diffs with detailed revision information

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

{
    "id": 1110007,
    "revision": {
        "id": 517751,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "d3e317f7dcfbf7200c97bfc572135a7bf5927ebd",
        "head_changeset": "eef36787d9f2c37016e675f0f7bb76d6a87a1e59",
        "phabricator_id": 262061,
        "phabricator_phid": "PHID-DREV-js2cvmqdeimpmavyufgo",
        "title": "WIP: Bug 1733797 - If the new location.hash is the same as the current hash, don't navigate to the anchor.",
        "bugzilla_id": 1733797,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/517751/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/517751/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262061"
    },
    "phid": "PHID-DIFF-m53qdzuayx2l5pfzyxfb",
    "review_task_id": "VxYYzU5nS-6k5IXTMyQzoA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "eef36787d9f2c37016e675f0f7bb76d6a87a1e59",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110007/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-22T06:45:08.421410Z"
}