List and retrieve diffs with detailed revision information

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

{
    "id": 1111127,
    "revision": {
        "id": 519450,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "4d8f166291a3525ec3013e2fe3e0de3764ab590d",
        "head_changeset": "58bb9cdef1ea41e7f4081dd35c61bb6a58273d57",
        "phabricator_id": 262263,
        "phabricator_phid": "PHID-DREV-a4ftgjdmdifehlkciqei",
        "title": "Bug 1984919 - change + to * in the regex. r?#anti-tracking",
        "bugzilla_id": 1984919,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/519450/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/519450/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262263"
    },
    "phid": "PHID-DIFF-l6o72yj4ef5awrzupzz7",
    "review_task_id": "AuCEVtwSTWugcikBf-hq9w",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "13f2b3c3c5a0213b355f4771bc16ca19052d23c5",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111127/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T15:29:26.137198Z"
}