List and retrieve diffs with detailed revision information

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

{
    "id": 1110050,
    "revision": {
        "id": 517920,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "d3e317f7dcfbf7200c97bfc572135a7bf5927ebd",
        "head_changeset": "73bb07d018824b5b7a55f7636070b2c435c63406",
        "phabricator_id": 262079,
        "phabricator_phid": "PHID-DREV-s2mjmymzwmoxxecayavg",
        "title": "Bug 1984405 -  Inject CoroutineContext for UI operations in FxaPushSupportFeature and tests",
        "bugzilla_id": 1984405,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/517920/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/517920/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262079"
    },
    "phid": "PHID-DIFF-5gwpcqq3lc7e4cs4euiq",
    "review_task_id": "a_huc5umTMulZNMvABRL5Q",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "73bb07d018824b5b7a55f7636070b2c435c63406",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110050/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-22T09:27:09.179124Z"
}