List and retrieve diffs with detailed revision information

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

{
    "id": 1030679,
    "revision": {
        "id": 474632,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "577faaf8fd411e525d443d468e0a40890adeaabf",
        "head_changeset": "78b824a50f14c46b79fe9aa9df2de4fc5ac88c5f",
        "phabricator_id": 220439,
        "phabricator_phid": "PHID-DREV-yte36gh66opwzhhx2hh4",
        "title": "Bug 933149 - Remove PodCopy loop heuristic r?mstange",
        "bugzilla_id": 933149,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/474632/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/474632/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D220439"
    },
    "phid": "PHID-DIFF-tpogezixg5hodocv4qvx",
    "review_task_id": "J_UcGbjUTs6bjdFOvj6Vrw",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "78b824a50f14c46b79fe9aa9df2de4fc5ac88c5f",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1030679/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-05-09T16:40:48.112897Z"
}