This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix?format=api&page=478
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=479",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=477",
    "results": [
        {
            "matrix_id": "MA1829.1",
            "name": "Zm00001d035604",
            "collection": "CORE",
            "base_id": "MA1829",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1829.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1829.1/"
        },
        {
            "matrix_id": "MA1829.2",
            "name": "Zm00001d035604",
            "collection": "CORE",
            "base_id": "MA1829",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1829.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1829.2/"
        },
        {
            "matrix_id": "MA1828.1",
            "name": "Zm00001d038683",
            "collection": "CORE",
            "base_id": "MA1828",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1828.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1828.1/"
        },
        {
            "matrix_id": "MA1828.2",
            "name": "Zm00001d038683",
            "collection": "CORE",
            "base_id": "MA1828",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1828.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1828.2/"
        },
        {
            "matrix_id": "UN0432.1",
            "name": "Zm00001d042907",
            "collection": "UNVALIDATED",
            "base_id": "UN0432",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0432.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0432.1/"
        },
        {
            "matrix_id": "UN0432.2",
            "name": "Zm00001d042907",
            "collection": "UNVALIDATED",
            "base_id": "UN0432",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0432.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0432.2/"
        },
        {
            "matrix_id": "MA1825.1",
            "name": "Zm00001d044409",
            "collection": "CORE",
            "base_id": "MA1825",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1825.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1825.1/"
        },
        {
            "matrix_id": "MA1825.2",
            "name": "Zm00001d044409",
            "collection": "CORE",
            "base_id": "MA1825",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1825.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1825.2/"
        },
        {
            "matrix_id": "MA1827.1",
            "name": "Zm00001d044785",
            "collection": "CORE",
            "base_id": "MA1827",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1827.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1827.1/"
        },
        {
            "matrix_id": "MA1827.2",
            "name": "Zm00001d044785",
            "collection": "CORE",
            "base_id": "MA1827",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1827.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1827.2/"
        }
    ]
}