List and retrieve diffs with detailed revision information

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

{
    "id": 1111033,
    "revision": {
        "id": 519969,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "2b71102f99a605a5ff46391f22f8164f494209c8",
        "head_changeset": "3cb94edc2fd81ed44140c349db60f0be52917345",
        "phabricator_id": 262383,
        "phabricator_phid": "PHID-DREV-ywy6b4f5xiblww4hpsqp",
        "title": "Bug 1984087 - update neqo to v0.15.0 r=kershaw,leggert",
        "bugzilla_id": 1984087,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/519969/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/519969/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262383"
    },
    "phid": "PHID-DIFF-o6wsrqa6c6syyyobsew7",
    "review_task_id": "VlVoh-7uSc6FobGRhbvpKw",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "3cb94edc2fd81ed44140c349db60f0be52917345",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111033/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-25T14:00:50.314480Z"
}