List and retrieve diffs with detailed revision information

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

{
    "id": 1111949,
    "revision": {
        "id": 521073,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "b7573b229c2d2e6a660decc4e3ed7183c761f8e1",
        "head_changeset": "fe6e4a78af3ee6d784275b38d39e07eec817f925",
        "phabricator_id": 262577,
        "phabricator_phid": "PHID-DREV-kzzv2pnjk3gcdvejqjm6",
        "title": "Bug 1985038 - The “Explore search widget” option is not persisted on the Setup Checklist if the option is tapped but the widget is not added to the home screen",
        "bugzilla_id": 1985038,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/521073/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/521073/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262577"
    },
    "phid": "PHID-DIFF-ilmtxffuoebt6n3n5zrh",
    "review_task_id": "Cb8V7bafTZ68Dn4FUktXMg",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "fe6e4a78af3ee6d784275b38d39e07eec817f925",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1111949/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-26T14:19:08.247782Z"
}