List and retrieve diffs with detailed revision information

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

{
    "id": 1081343,
    "revision": {
        "id": 493893,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "51fbe322cce3626394ac84170607a847a0855ce5",
        "head_changeset": "f8ca43255f0bf027cbb971b896df1202cf8fad3e",
        "phabricator_id": 256958,
        "phabricator_phid": "PHID-DREV-kvzduz7uwuxqdcfhlu65",
        "title": "Bug 1976443 - Implement ElementCSSInlineStyle.attributeStyleMap by returning a stub StylePropertyMap; r=emilio",
        "bugzilla_id": 1976443,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/493893/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/493893/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D256958"
    },
    "phid": "PHID-DIFF-4tzcpom3ng6xk2dzoa5l",
    "review_task_id": "IkEy4vDuQkCWj6HMqBFdWA",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "f8ca43255f0bf027cbb971b896df1202cf8fad3e",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1081343/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-07-11T08:38:41.136042Z"
}