List and retrieve diffs with detailed revision information

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

{
    "id": 1110074,
    "revision": {
        "id": 517919,
        "base_repository": "https://hg.mozilla.org/mozilla-unified",
        "head_repository": "https://hg.mozilla.org/try",
        "base_changeset": "d3e317f7dcfbf7200c97bfc572135a7bf5927ebd",
        "head_changeset": "d334d1b44af884fe7d8c7cef414482da43081795",
        "phabricator_id": 262090,
        "phabricator_phid": "PHID-DREV-xxrwfnihutzywqqqxw4f",
        "title": "Bug 1984606 - Properly reject the finished promise. r=jjaschke!",
        "bugzilla_id": 1984606,
        "diffs_url": "https://api.code-review.moz.tools/v1/revision/517919/diffs/?format=api",
        "issues_bulk_url": "https://api.code-review.moz.tools/v1/revision/517919/issues/?format=api",
        "phabricator_url": "https://phabricator.services.mozilla.com/D262090"
    },
    "phid": "PHID-DIFF-buqccaz65h6kmduh2gh7",
    "review_task_id": "SYwsQTOzSjmEh7b9jua35w",
    "repository": {
        "id": 100,
        "slug": "try",
        "url": "https://hg.mozilla.org/try"
    },
    "mercurial_hash": "d334d1b44af884fe7d8c7cef414482da43081795",
    "issues_url": "https://api.code-review.moz.tools/v1/diff/1110074/issues/?format=api",
    "nb_issues": 0,
    "nb_issues_publishable": 0,
    "nb_warnings": 0,
    "nb_errors": 0,
    "created": "2025-08-22T09:27:05.747086Z"
}