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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 102,
            "slug": "autoland",
            "url": "https://hg.mozilla.org/integration/autoland"
        },
        {
            "id": 1001,
            "slug": "comm-unified",
            "url": "https://hg.mozilla.org/comm-unified"
        },
        {
            "id": 1,
            "slug": "mozilla-central",
            "url": "https://hg.mozilla.org/mozilla-central"
        },
        {
            "id": 27,
            "slug": "mozilla-unified",
            "url": "https://hg.mozilla.org/mozilla-unified"
        },
        {
            "id": 100,
            "slug": "try",
            "url": "https://hg.mozilla.org/try"
        },
        {
            "id": 1002,
            "slug": "try-comm-central",
            "url": "https://hg.mozilla.org/try-comm-central"
        }
    ]
}