List and retrieve diffs with detailed revision information

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

{
    "count": 29951,
    "next": null,
    "previous": "https://api.code-review.moz.tools/v1/diff/?format=api&limit=50&offset=29950",
    "results": []
}