List and retrieve diffs with detailed revision information

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

{
    "id": 1111249,
    "revision": {
        "id": 518629,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "3109cc48fd95920c7d40587efd0e082ef203f304",
        "head_changeset": "39a243e8c4fc853f151f9e6d2e2c63c80837d0ae",
        "phabricator_id": 262198,
        "phabricator_phid": "PHID-DREV-ygmk7xeh3b5rca3uh5cn",
        "title": "WIP: Bug 1982200 - Fix FAB positioning in the Tab Manager's Scaffold slot",
        "bugzilla_id": 1982200,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/518629/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/518629/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262198"
    },
    "phid": "PHID-DIFF-ap22xclyxx5zcrjv3hbo",
    "review_task_id": "UaQWJvNlRZ-MqDqMrGLUlA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "c006b04c0bd0f193242b26a65cae5067b2c26e48",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111249/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T18:38:35.103766Z"
}